
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Averta", sans-serif;
}

a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol{
    counter-reset: li;
}

.noScroll {
  overflow-y: hidden;
}
body {
  background-color: #fff;
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
}

.fixed{
    position: fixed;
    width: 100%;
    z-index: 1000;
}





/*---kommentler---*/
#dle-comments-list,
#blind-animation {
    background: #f2f2f5;
    padding: 80px;
}

.editorcomm{
    padding-top:30px;
    padding-bottom:30px;
}
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment .dtop {
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #e8e8eb;
}


.bcomment {
margin-bottom: 30px;
    background-color: #fff;
    border-radius: 2px;
    padding: 30px;
}


.bcomment .dcont {
    margin: auto !important;
    font-size: 13px;
    line-height: 24px;
}

.bcomment .dtop .lcol {
    
}

.bcomment .dtop .lcol span {
    float: left;
}

.bcomment .dtop .lcol span img {
    width: 45px;
    border-radius:50%;
}

.bcomment .dtop .rcol {
    font-size: 11px;
font-family:verdana;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
    list-style: none;
    padding: 0 12px;
    float: left;
    font-size: 13px;
}
.bcomment .dtop .rcol ul a {
    color:#454554;
}

.cmsep {
    padding-left: 19px;
    background: url("../img/cmsep.png") no-repeat 0 50%;
}




.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

.tableform input[type="text"]{
    width: 100%;
    outline: none;
    border: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 5px 0px;
    font-size: 12px;
    padding: 15px 25px;
}
.tableform textarea {
    height: 130px !important;
    width:100%;
    outline: none;
    border: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 5px 0px;
    font-size: 12px;
    padding: 15px 25px;
}
 .bb-pane{    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));    background-image: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);    background-image: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    color: #000000;
    border: 2px solid #777777;
}
.ignore-select{ width:100% !important;
          margin: 5px 0px;
}
.fieldsubmit button{
    margin-top: 5px;
    background: #f6b443;
    border: none medium;
    border-radius: 6px;
    color: #4b4b4b!important;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 90px;
    text-align: center;
    cursor: pointer;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.fieldsubmit button:hover{
    background: #e9a736;
}

.ratebox2 {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}
.rating {
width: 85px;
height: 17px;
font-size: 0.9em;
}

.unit-rating {
list-style: none;
margin: 0;
padding: 0;
width: 85px;
height: 17px;
position: relative;
background: url("/templates/TandSGroup/dleimages/rating.png?ver=1") repeat-x;
}

.unit-rating li {
text-indent: -90000px;
padding: 0;
margin: 0;
float: left;
}

.unit-rating li a {
display: block;
width: 17px;
height: 17px;
text-decoration: none;
text-indent: -9000px;
z-index: 17;
position: absolute;
padding: 0;
}

.unit-rating li a:hover {
background: url("/templates/TandSGroup/dleimages/rating.png?ver=1") 0 -17px;
z-index: 2;
left: 0;
}

.unit-rating a.r1-unit {
left: 0;
}

.unit-rating a.r1-unit:hover {
width:17px;
}

.unit-rating a.r2-unit {
left: 17px;
}

.unit-rating a.r2-unit:hover {
width: 34px;
}

.unit-rating a.r3-unit {
left: 34px;
}

.unit-rating a.r3-unit:hover {
width: 51px;
}

.unit-rating a.r4-unit {
left: 51px;
}

.unit-rating a.r4-unit:hover {
width: 68px;
}

.unit-rating a.r5-unit {
left: 68px;
}

.unit-rating a.r5-unit:hover {
width: 85px;
}

.unit-rating li.current-rating {
background: url("/templates/okmedia2/dleimages/rating.png?ver=1") 0 -34px;
position: absolute;
height: 17px;
display: block;
text-indent: -9000px;
z-index: 1;
}



#addcform { 
    margin-bottom: 30px; 
    padding: 10px 50px;    
    max-width: 767px;
    margin: 0 auto;
    display:block;
}
#addcform .label{ display: none;}
.fieldsubmit {
    text-align: center;
}


div.cominfo {
float: right;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    border-radius: 5px;
    font-size: 0.9em;
    background: #f2f2f5 url(../img/cominfo.png) repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px;
}

.comedit ul li {
    float: left;
    list-style: none;
}

.comedit ul li a {
    color: #808080;
}

.selectmass input {
    vertical-align: middle;
    margin: 8px 10px 0px 10px;
}

.signature {
    border-bottom: 1px solid #d0cfd0;
    margin-bottom: 10px;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
list-style:none;
}

/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dadada;
    background-color: #f5f6f7;
    padding: 10px 15px;
    display:none;
}

.bb-editor textarea {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    margin-top: 15px;
    margin-left: 0 !important;
    padding: 20px 25px;
}




.full-tags {
    width: 100%;
    border: 2px dashed #dedede;
    border-radius: 10px;
    padding: 30px;
    color: white;
}

.full-tags a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 8px 25px;
    margin: 4px 0 4px 0px;
    background-color: #f1f1f1;
    border-radius: 20px;
    pointer-events:none
}
.full-tags a:hover {
    background: #858585;
    color: white;
}



.box-header span,
.box-header h1 {
}

.box-header-controls {
	float: right;
	margin-top: -1px
}

.box-header-controls .btn-tab {
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF!important;
	border: 0;
	background: transparent!important
}

.box-header-controls li.active .btn-tab,
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active {
	background: rgba(0, 0, 0, .12)!important;
	border: 0px!important;
	color: #FFFFFF!important;
}

.box-header-controls li a h1 {
	font-size: inherit;
	color: #FFFFFF!important;
}

.box-header-controls .btn-tab:last-child {
	border-right: 0
}

.box-header-controls a.bx-prev,
.box-header-controls a.bx-next,
a.bx-prev,
a.bx-next {
	font-size: 15px;
	color: #FFFFFF!important
}

.box-header-controls i {
	font-size: 15px;
	color: #FFFFFF!important;
	margin-left: 10px!important;
	margin-right: 0px!important
}

.box-header i {
	margin-right: 10px;
}

.shadowIt {
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
}

.smallPostBox {
	display: block;
	overflow: hidden;
	padding: 15px
}

.smallPostBox .left {
	float: left;
	display: inline-block;
	width: 60px;
	margin-right: 15px
}

.smallPostBox .left img {
	width: 60px;
	height: 60px;
	border-radius: 5%;
	-o-object-fit:cover;
	   object-fit:cover;
}

.smallPostBox .center {
	float: left;
	display: inline-block;
	margin-right: 15px;
	width: calc(100% - 150px)
}

.smallPostBox.half .center {
	width: calc(100% - 75px);
	margin-right: 0;
	float: left;
	display: inline-block;
	text-align: left
}

.smallPostBox .center span.title {
	display: block;
	clear: both;
	font-size: 15px;
	font-weight: 700;
	color: #8e0552;
	margin-top: 3px;
	margin-bottom: 7px
}

.smallPostBox .center span.description {
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	line-height: 18px;
}

.smallPostBox .right {
	float: left;
	display: inline-block;
	width: 60px
}

.smallPostBox .right .countBox {
	border: 1px solid #DDD;
	border-radius: 100%;
	padding: 10px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	position: relative
}

.smallPostBox .right .countBox i {
	display: block;
	clear: both;
	font-size: 21px;
	color: #666
}

.smallPostBoxs a:hover .countBox {
	background: #F6F6F6
}

.smallPostBox .right .countBox i:first-child {
	display: none!important
}

.smallPostBox .right .countBox span.count {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #8e0552;
	margin-top: 5px;
	display: block;
	text-align: center
}

.smallPostBox .right .countBox i.topright {
	position: absolute;
	top: -5px;
	right: 0;
	color: #58FA58;
	font-size: 18px;
	border: 1px solid #FFF;
	border-radius: 100%
}

.smallPostBoxs li:nth-child(even) {
	background: #F5F5F5!important
}

.smallPostBoxs li:nth-child(odd) {
	background: #FFFFFF!important
}

.smallPostBoxs li a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

/*.head {*/
/*    margin-top: 75px;*/
/*}*/

.quote a{
    border-bottom:1px solid;
    color:#00d182;
}

.quote a:hover{
    color:#00b671;
}
.page-content img {
    border-radius: 10px;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 30px 0;
}


.box-body.author {
    background-color: #f5f5f5;
    padding: 20px 10px;
    border-radius: 15px;
}

.author-img {
    border-radius: 20px;
    overflow: hidden;
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 0 auto;
}

.blog-content .author-img img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
    border-radius: 50%;
    width: 130px;
        border: 2px solid white;
}

.author h5 {
    font-size:20px;
    margin-top: 2px;
        text-align: left;
}
.verify-badge {
    width: 27px !important;
    height: auto !important;
    position: relative;
    top: -4px;
    left: 5px;
    margin: auto !important;
}

.loginform{width:310px;}
.users_search{border-bottom:solid 1px #ccc;padding:3px;}
.user_set{border-bottom:solid 1px #ccc;padding:3px;overflow:hidden;}
.user_set .user_ava{float:left;width:80px;height:80px;}
.user_set .user_inf{margin-left:90px;overflow:hidden;}
.user_set .user_inf ul{float:left;list-style:none;margin:0 20px 0 0;padding:0;}
.user_set ul.user_opt{list-style:none;width:110px;margin:0 20px 0 0;padding:0;}
.user_set ul.user_opt li{background:#cadde5;margin:4px 0;}
.user_set ul.user_opt li:first-child{margin-top:2px;}
.user_set ul.user_opt li a{color:#6C838E;display:block;padding:3px 5px;}













.section {
  padding: 50px 0;
}
/* Header */

header .nav-top {
  background-color: #fafafa;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-top .burger-icon {
  background-color: #f5f5fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
header .nav-top .burger-icon::after {
  font-family: icomoon;
  content: "\e920";
  color: #323232;
  font-size: 16px;
  font-weight: 100;
}
header .nav-top .dark{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
header .nav-top .dark span {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
}
header .nav-top .dark-mode {
  background-color: #323232;
  /* padding: 5px 10px; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 36px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-top .dark-mode::after {
  font-family: icomoon;
  content: "\e921";
  color: #fff;
}
header .nav-top .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-top .nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-top .nav-left .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav-top .nav-left .nav-menu .nav-item {
  margin: 0 10px;
}

header .nav-top .nav-left .nav-menu .nav-item .nav-links {
  color: #323232;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
header .nav-top .nav-left .nav-menu .nav-item .nav-links:hover{
    opacity:.8;
}
header .nav-top .nav-left .logo {
  margin-right: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #434343;
  position: relative;
}
header .nav-top .nav-left .logo span {
  font-weight: normal;
}
header .nav-top .nav-left .logo::before {
  content: "";
  background-color: #00d182;
  width: 8px;
  border: 1px solid white;
  height: 8px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -4px;
}
/* Nav bottom */

.nav-bottom {
  background-color: white;
}
.nav-bottom .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bottom .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bottom .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bottom .nav-menu .nav-item {
  padding: 30px 15px 30px 0;
}
.nav-bottom .nav-menu .nav-item .nav-links {
  color: #000;
  font-weight: bolder;
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav-bottom .nav-menu .nav-item .nav-links:hover {
  opacity: 0.6;
}
.nav-bottom .buttons .questions {
  padding: 11px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #000;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-bottom .buttons .questions img {
  width: 15px;
  margin-right: 10px;
}
.nav-bottom .buttons .questions span {
  font-size: 14px;
  font-weight: 600;
}
.nav-bottom .buttons .questions:hover {
  border-color: rgba(0, 0, 0, 0.336);
}
.nav-bottom .buttons .consultation {
  background-color: #00d182;
  padding: 11px 22px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-appearance: none;
}
.nav-bottom .buttons .consultation i {
  font-size: 16px;
  margin-right: 10px;
}
.nav-bottom .buttons .consultation span {
  font-size: 14px;
  font-weight: 600;
}

.nav-bottom .buttons .consultation:hover {
  background-color: #03c77c;
}
header .nav-mobile {
  background-color: #fafafa;
  padding: 40px 0;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 65px;
  z-index: 1000;
  overflow:auto;
}
header .nav-mobile .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-mobile .nav-menu .nav-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav-mobile .nav-menu .nav-item .nav-links {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
header .nav-mobile .menu-top .nav-item .nav-links:hover{
    opacity:.7;
}
header .nav-mobile .menu-bottom .nav-item .nav-links:hover{
    color: rgb(0 0 0 / 95%);
}
header .nav-mobile .menu-bottom .nav-item .nav-links {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding: 12px 0;
}
.nav-mobile .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.nav-mobile .buttons .questions {
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #000;
  margin-right: 10px;
  line-height:25px;
}
.nav-mobile .buttons .questions i{
    margin-right:8px;
}
.nav-mobile .buttons .consultation {
  background-color: #00d182;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
     border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-weight:600;
  font-size:15px;
  
}

.nav-mobile .buttons .consultation:hover {
  background-color: #5ea553;
}
@media (max-width: 1400px) {
  .nav-bottom .nav-menu .nav-item .nav-links {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  header .nav-top {
    background-color: #fff;
    height: 65px;
  }
  header .nav-top .nav-left .nav-menu {
    display: none;
  }
  .nav-bottom {
    display: none;
  }
  header .nav-top .burger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  header .nav-mobile {
    display: none;
  }
}
@media (max-width:576px){
    header .nav-top .dark span{
        display:none;
    }
}

/* Slider */

.slider .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .slider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider .row-section .column {
  width: 50%;
  /* padding: 0 15px; */
}

.slider .slider-header {
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.51;
  letter-spacing: -1px;
  text-align: left;
  color: #434343;
  margin: 20px 0 10px;
}

.slider .slider-header span {
  color: #00d182;
  font-weight: 700;
}
.slider .slider-desc {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  color: #676767;
}

.slider .slider-icons .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider .slider-icons .icon-list li {
  padding: 0 5px;
  text-align: center;
  filter: grayscale(100%);
  opacity: 0.3;
  min-width: 92px;
  font-size: 18px;
  margin-top: 15px;
  -webkit-filter: grayscale(100%);
}

.slider .slider-icons .icon-list li:first-child img {
  width: 30px;
  margin-bottom: 3px;
}
.slider .slider-icons .icon-list li:nth-child(3) img {
  width: 33px;
}
.slider .slider-icons .icon-list li:nth-child(4) img {
  margin-bottom: 2px;
}
.slider .slider-icons .icon-list li img {
  width: 40px;
}

/* .slider .slider-icons .icon-list li:first-child img {
  width: 24px;
}
.slider .slider-icons .icon-list li:last-child img {
  width: 42px;
  opacity: 0.4;
} */
.slider .slider-btn {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slider-btn a {
  background-color: #ff9b20;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #fff;
  font-size: 18px;
  padding: 15px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider .slider-btn a:hover {
  -webkit-box-shadow: 6px 8px 23px #88888885;
          box-shadow: 6px 8px 23px #88888885;
}

.slider .slider-img {
  width: 100%;
}

@media (max-width: 992px) {
  .slider .row-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .slider .row-section .column {
    width: 100%;
  }
  .slider .row-section .column:first-child {
    width: 80%;
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    margin-bottom:30px;
  }
  .slider .row-section .column:last-child {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .slider .slider-header {
    font-size: 25px;
    text-align: center;
  }
  .slider .row-section .column:first-child {
    width: 100%;
  }
  .slider .slider-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider .slider-icons .icon-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* About section */

.about {
  background-color: #fcfcfc;
}

.about .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .column {
  width: 50%;
}

.about .row-section .column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about .about-heading {
  font-size: 33px;
  color: #434343;
  margin-bottom: 15px;
  width: 75%;
}
.about .about-desc {
  color: #353535;
  margin-bottom: 15px;
  width: 80%;
}

.about .about-btn {
  background-color: #ff9b20;
  color: #fff;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
}

.about .about-btn:hover {
  background-color: #e28718;
}
@media (max-width: 992px) {
  .about .about-img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about .column {
    width: 100%;
  }
  .about .about-heading {
    width: 100%;
  }
  .about .about-desc {
    width: 100%;
  }
  .about .about-btn {
    margin-bottom: 24px;
  }
}

/* Section info */
.info .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.info .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
  
}
.info .row-section .column{
    margin-bottom:27px;
}
.info .column::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(#7663690a),
    color-stop(27%, #76636936),
    color-stop(55%, #00000040),
    to(#000000a8)
  );
  background: -o-linear-gradient(
    #7663690a 0%,
    #76636936 27%,
    #00000040 55%,
    #000000a8 100%
  );
  background: linear-gradient(
    #7663690a 0%,
    #76636936 27%,
    #00000040 55%,
    #000000a8 100%
  );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  position: absolute;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.info .column {
  width: 24%;
  height: 260px;
  display: block;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.info .column:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.info .column .column-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px;
}
.info .info-img {
  width: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.info .info-caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info .info-caption .caption-top span {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  display: inline-block;
  padding: 4px 8px;
}
.info .info-caption .caption-bottom h4 {
  font-size: 18px;
}
.info .info-caption .caption-bottom .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.info .info-caption .caption-bottom .icons .like{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.info .info-caption .caption-bottom .icons .like > * + *{
    margin-left:4px;
}
.info .info-caption .caption-bottom .icons .like div{
    padding:6px 8px;
    background:transparent;
    border-radius:12px;
}
.info .info-caption .caption-bottom .icons .like div:hover{
    background:rgba(255, 255, 255, 0.3);
}

.info .info-caption .caption-bottom .icons .like .like-icon.active{
    background:rgba(255, 255, 255, 0.3);
}
.info .info-caption .caption-bottom .icons .like .dislike-icon.active{
    background:rgba(255, 255, 255, 0.3);
}

.info .info-caption .caption-bottom .icons .like .like-icon.active svg{
    fill: #31e140;
}
.info .info-caption .caption-bottom .icons .like .dislike-icon.active svg{
     fill: #fc3a3a;
}
.info .info-caption .caption-bottom .icons .like div svg{
    display:block;
}

.info .info-caption .caption-bottom .icons .view span {
  font-size: 14px;
  font-weight: 700;
}

.info .info-btn {
  margin-top: 24px;
  text-align: center;
}
.info .info-btn a {
  display: inline-block;
  color: white !important;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #494949;
}
.info .info-btn a:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .info .column {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .info .column {
    width: 100%;
  }
}

/* Tests Section */

.tests {
  background-color: #fcfcfc;
}
.tests .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.tests .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

.tests .column {
  width: 23%;
  background-color: #fff;
  color: #000;
  padding: 16px 20px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 20px 0 #00000014;
          box-shadow: 0 2px 20px 0 #00000014;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom:30px;
}

.tests .column:hover {
  background-color: #00d17b;
  color: white;
}

@media (max-width: 992px) {
  .tests .column {
    width: 47%;
  }
}
@media (max-width: 576px) {
  .tests .column {
    width: 100%;
  }
}

/* Question section */
.question {
  background-image: -o-linear-gradient(76deg, #050807, #282828);
  background-image: linear-gradient(14deg, #050807, #282828);
  background-repeat: repeat-x;
}
.question .section-heading {
  font-size: 38px;
  margin-bottom: 15px;
  color: #fff;
}
.question .section-desc {
  color: #f3f6f8;
  margin-bottom: 45px;
  opacity: 0.3;
}
 .question-form .form-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
} 
.question-form .form-row.small{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}

.question-form .form-row.small input{
    width:100%;
    margin-bottom:20px;
}

.question-form form.smallP input{
    padding:20px 30px
}
.question-form form.smallP textarea{
    padding:20px 30px
}

 .question-form .form-row input{
    width: 49%;
    font-size: 13px;
    background-color: #fffffff2;
    color: #3a3030;
    border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  padding: 14px 30px;
}
 .question-form .form-select {
  background-color: #fffffff2;
  color: #3a3030;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  padding: 14px 30px;
  background-position: right 30px center;
  font-size:13px;
}
 .question-form .form-floating label {
  padding-left: 30px;
}
 .question-form .form-floating textarea {
  background-color: #fffffff2;
  padding-left: 30px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
 .question-form .form-floating label {
  color: #3a3030;
}
 .question-form button {
  color: #fff;
  background-color: #00d17b;
  border-radius: 6px;
  padding: 10px 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
 .question-form button:hover {
  background-color: #02bb6e;
  color:#fff;
}
.question .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question .slick-item{
    -webkit-transform:translateY(-11px);
        -ms-transform:translateY(-11px);
            transform:translateY(-11px);
    
}
.question .column {
  width: 50%;
}
.question .column:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 35px;
}
.question .column:last-child {
  padding-left: 35px;
  mask-image: linear-gradient(180deg, transparent 0, #000 135px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 135px);
  position:relative;
}
.question .column:last-child::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:11;
}
.question .quest-slider .slick-wrapper {
  padding: 10px 0;
}
.question .form-control:focus {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.question .form-select:focus {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.question .quest-slider .slick-wrapper .scroll-item {
  padding: 14px 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(189, 189, 189);
  border-radius: 8px;
  background-color: #fff;
  color: black;
  z-index: 10;
  position: relative;
  height:104px;
}
.question .quest-slider .slick-wrapper .scroll-item .slick-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.question .quest-slider .slick-wrapper .scroll-item .message {
  margin-top: 12px;
  font-weight: 100;
  font-size: 13px;
}
.question .quest-slider .slick-wrapper .scroll-item .slick-title {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.8;
}
.question .stars{
    color:#f6b443;
}
.question .quest-slider .slick-wrapper .scroll-item .slick-title i {
  margin-right: 7px;
}
.question .quest-slider .slick-wrapper .scroll-item .date {
  font-size: 12px;
  color: #646464;
}
.question .quest-slider .slick-wrapper .scroll-item .date i {
  margin-right: 6px;
}

.question .quest-slider .slick-wrapper .scroll-item img {
  width: 15px;
  display: inline-block;
}

.loading-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.3s ease-in;
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  margin: 5px;
  height: 15px;
  width: 15px;
  animation: jump 3s ease-in infinite;
  -webkit-animation: jump 3s ease-in infinite;
}

.circle:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.circle:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* @keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
} */

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .question .column {
    width: 100%;
  }
  .question .column:first-child {
    padding-right: 0;
  }
  .question .column:last-child {
    padding-left: 0;
  }
  
  #myFrame1{
      height:540px;
  }

}
@media (max-width:768px){
    /*.question-form .form-row{*/
    /*    flex-direction:column;*/
    /*    row-gap:20px*/
    /*}*/
    /* .question-form .form-row input{*/
    /*     width:100%;*/
    /* }*/
    
}
@media (max-width:432px){
     .question-form button {
    width: 100%;
  }
}

/* corporative section */

.corporative {
  height: 597px;
  background-image: url(/img/corp.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.corporative::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000d9), to(transparent));
  background-image: -o-linear-gradient(left, #000000d9, transparent);
  background-image: linear-gradient(to right, #000000d9, transparent);
}

.corporative .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporative .section-caption {
  width: 50%;
  position: relative;
  z-index: 1;
}
.corporative .section-heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

.corporative .section-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #b2b2b2;
}
.corporative .section-button {
  background-color: #ff9b20;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.corporative .section-button span {
  position: relative;
  z-index: 1;
}
.corporative .section-button::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s width;
  -webkit-transition: 0.4s width;
  -moz-transition: 0.4s width;
  -ms-transition: 0.4s width;
  -o-transition: 0.4s width;
  z-index: 0;
}

.corporative .section-button:hover::after {
  width: 100%;
}

@media (max-width: 1400px) {
  .corporative .section-caption {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .corporative .section-caption {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .corporative .section-caption {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .corporative .section-heading {
    font-size: 46px;
  }
}

/* Call to action */

.callTo {
  background-color: #f4f4f6;
}
.callTo .xsort-area{
    margin:0;
    padding:0;
}
.callTo .xsort-area{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
}
.callTo .xsort-div-clearall{
    display:none;
}
.callTo .section-heading {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}

.callTo .call-inner {
  background-color: #fff;
  padding: 30px 40px;
}
.callTo .call-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.callTo .call-inner form label {
  font-size: 13px;
  color: #9fa0ad;
  margin-bottom: 10px;
}
.callTo .call-inner form select {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-color:#d8d8d8;
  height:46px;
}
.callTo .call-inner form select:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.callTo .call-inner .btn {
  background-color: #00d17b;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 14px 85px;
}

.callTo .call-inner .btn:hover {
  background-color: #02bb6e;
}

.callTo .call-inner form div {
  width: 25%;
  margin-right: 48px;
}

@media (max-width: 992px) {
  .callTo .call-inner form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callTo .call-inner form div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .callTo .call-inner .btn {
    width: 100%;
  }
}

/* Footer */

/* Footer-top */
.footer-top .line{
    height: 1px;
    width: 25px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-top: 1px;
    margin-right:7px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.footer-top {
  padding-top: 50px;
}
.footer-top .container {
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}
.footer-top .row-section.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-top .row-section.links .column {
  width: 25%;
}

.footer-top .row-section.links h5 {
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-top .row-section.links .footer-links a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  line-height: 30px;
}
.footer-top .row-section.links .footer-links .more-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.footer-top .row-section.links .footer-links a:hover {
  color: #000;
}
.footer-top .row-section.links .footer-links a:hover span:first-child{
    background:#000;
}
.footer-top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.footer-top .socials .social-link {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top .socials .social-link:first-child i {
  font-size: 22px;
}
.footer-top .socials .social-link:hover i {
  color: #000;
}
.footer-top .socials .social-link i {
  font-size: 25px;
  color: #b2b2b2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-top .langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-top .lang {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top .langs .lang::before {
  content: "";
  font-family: "honorIconFont" !important;
  line-height: 0;
  margin-right: 7px;
}

.footer-bottom {
  padding: 16px 0;
}
.footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.footer-bottom .footer-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom .footer-menu a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  display: block;
  margin-right: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-bottom .footer-menu a:hover {
  color: #000;
}
.footer-bottom .copy h6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .footer-top .row-section.links .column {
    width: 50%;
    margin-bottom:26px;
  }
  .footer-bottom .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
  }
  .footer-bottom .footer-menu{
      margin-bottom:30px;
  }
  .footer-bottom .footer-menu .left{
      margin-bottom:6px;
  }
}

@media (max-width: 576px) {
  .footer-top .row-section.links .column {
    width: 100%;
  }
  .footer-top .langs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .footer-bottom .footer-menu .menu-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Dark mode */
body.dark {
  background-color: #000;
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
}

body.dark .quote {
    color: #eee;
}

body.dark header .nav-top {
  background-color: #2f2f2f;
}

body.dark header .nav-top a {
  color: #fff !important;
}

body.dark header .nav-top .nav-left .logo::before {
  border-color: #2f2f2f;
}

body.dark header .nav-top .dark span {
  color: #fff;
}

body.dark header .nav-top .dark-mode {
  background-color: rgb(255, 255, 255);
}

body.dark header .nav-top .dark-mode::after {
  content: "";
  background-image: url(/img/moon.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
body.dark .nav-bottom {
  background-color: #000;
}
body.dark .nav-bottom .nav-menu .nav-item .nav-links {
  color: #fff;
}

body.dark .nav-bottom .buttons .questions {
  border-color: rgb(255, 255, 255);
  color: #fff;
}
body.dark .nav-bottom .buttons .questions img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
body.dark .slider .slider-icons .icon-list li{
    opacity:1;
}
body.dark .slider .slider-icons .icon-list li img{
    -webkit-filter:invert(1);
            filter:invert(1);
}
body.dark .slider .slider-icons .icon-list li p{
    color:#fff;
}
body.dark .slider .slider-header {
  color: #fff;
}

body.dark .slider .slider-desc {
  color: #fff;
}

body.dark .about {
  background-color: #2f2f2f;
}

body.dark .about .about-heading {
  color: #fff;
}

body.dark .about .about-desc {
  color: #fff;
}

body.dark .section-heading {
  color: #fff;
}

body.dark .tests {
  background-color: #2f2f2f;
}

body.dark .callTo {
  background-color: #2f2f2f;
}

body.dark .footer-top .row-section.links .footer-links a {
  color: #fff;
}

body.dark .footer-top .row-section.links h5 {
  color: #fff;
}

body.dark .footer-top .socials .social-link:hover i {
  color: #fff;
}

body.dark .footer-bottom .footer-menu a {
  color: #fff;
}
body.dark .footer-bottom .copy h6 {
  color: #fff;
}

body.dark .footer-top .lang {
  color: #fff;
}

body.dark .footer-bottom .footer-menu a:hover {
  color: #fff;
}

body.dark header .nav-mobile {
  background-color: #000;
}
body.dark header .nav-mobile .nav-menu .nav-item .nav-links {
  color: #fff;
}

body.dark .nav-mobile .buttons .questions {
  color: #fff;
  border-color: #fff;
}
body.dark .callTo .call-inner {
  background-color: #000;
}
body.dark .footer-top .container {
  border-color: #595959;
}




body.dark .modal-backdrop.show{
    opacity:0.8 !important;
}

body.dark .modal-content {
background: rgba(255, 255, 255, 0.27);
border-radius: 16px;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.8px);
-webkit-backdrop-filter: blur(7.8px);
border: 1px solid rgb(255 255 255 / 17%);
}

body.dark .modal-content .modal-header {
    border-bottom: 1px solid #3d3d3d;
}
body.dark header .modal .modal-header .btn-close{
    color:#fff;
    opacity:1;
}
body.dark header .modal-body .modal-title h3{
    color:#fff;
}
body.dark header .modal-body .modal-title p{
    color:#c6c6c6;
}
body.dark header .modal-body form .pills-one .tab-info{
    color:#fff;
}
body.dark header .modal-body form .nav .nav-link.preActive{
    background-color:#2c2c2c;
}

body.dark header .modal-body form .pills-one .types label .desc{
    color:#fff;
}

body.dark header .modal-body form .pills-one .types label .title span.text{
    opacity:1;
    color:#fff;
}
body.dark header .modal-body form .pills-one .types label .title img{
    -webkit-filter:invert(1);
            filter:invert(1);
    opacity:1;
}

body.dark header .modal-body form .tab-content .pills-two .form-select{
    background-color:#000;
    color:#fff;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body.dark header .modal-body form .pills-three .tab-inputs .form-control{
    background-color:#000;
    color:#fff;
}

body.dark .static-page .head{
    background:#000;
}
body.dark .static-page .head h1{
    color:#fff;
}
body.dark .static-page .head .container img{
    opacity:.5;
}
body.dark .static-page .page-content{
    background:#2f2f2f;
}
body.dark .about-page .page-content .container > .quote > .quote h2{
    color:#fff;
}
body.dark .about-page .page-content .container > .quote > .quote p{
    color:#bdbdbd;
}
body.dark .xsort-area{
    background:#000;
}
body.dark .corp-page .page-content .container > .quote > .quote h2{
    color:#fff;
}
body.dark .corp-page .page-content .container > .quote > .quote p{
    color:#bdbdbd;
}
body.dark .contact-head{
    background:#000;
}
body.dark .contact-head h1{
    color:#fff;
}
body.dark .contact-head .container img{
    opacity:.5;
}
body.dark .contact{
    background:#2f2f2f;
}
body.dark .contact .contact_info h6{
    color:#fff;
}
body.dark .contact .contact_info a{
    color:#fff;
}
body.dark .contact .contact_info span{
    color:#fff;
}
body.dark .contact .social_media{
    background:#424242;
}
body.dark .contact .social_media h4{
    color:#fff;
}
body.dark .contact .social-icons li{
    border-color:#fff;
}
body.dark .contact .social-icons li img{
    -webkit-filter: brightness(1);
            filter: brightness(1);
}
body.dark .contact .contact_form{
    border-color:#000;
}
body.dark .form label{
    color:#fff;
}
body.dark section.category-pages{
    background:#2f2f2f;
}
body.dark section.category-pages .title h1{
    color:#fff;
}
body.dark .xsort-div-clearall{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left{
    background:#000;
}
body.dark section.category-pages .psico-cont .column-right .tab-content{
    background:#000;
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .short-desc .overlay-link{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(255,255,255,0)), color-stop(69%, rgb(0 0 0 / 87%)));
    background:-o-linear-gradient(top, rgba(255,255,255,0) 9%, rgb(0 0 0 / 87%) 69%);
    background:linear-gradient(180deg, rgba(255,255,255,0) 9%, rgb(0 0 0 / 87%) 69%);
}

body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .short-desc{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .psico-desc{
    border-color:#636367;
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column div{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody td{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .exps thead th{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .tab-content .nav-about .exps thead tr{
    background:#4a4a4e;
}
body.dark section.category-pages .psico-cont .column-right .nav button{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-right .nav button.active{
    background:#000;
    border-color:#000;
}
body.dark section.category-pages .psico-cont .column-right .nav button{
    background:#4a4a4c;
    border-color:#4a4a4c;
}
body.dark section.category-pages .psico-cont .column-left .name{
    color:#fff;
}
body.dark section.category-pages .column-left .info-top .degree span:first-child{
    color:#fff;
}
body.dark section.category-pages .column-left .info-top .site span:first-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-mid .exp span:first-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-top .degree span:last-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-top .site span:last-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-mid .exp span:last-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-mid .age span:first-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .info-mid .age span:last-child{
    color:#fff;
}
body.dark section.category-pages .psico-cont .column-left .types div span:first-of-type{
    color:#fff;
}
body.dark tbody,body.dark td, body.darktfoot,body.dark th,body.dark thead, body.dark tr{
    border-color:#636367;
}
body.dark section.category-pages .psico-cont .column-left .full-link img{
    border-color:#636367;
}
body.dark .commentTitle{
    color:#fff;
}
body.dark section.category-pages .blog-item .blog-name{
    color:#fff;
}
body.dark .pagination span, body.dark .pagination a{
    color:#fff;
}
body.dark .pagination>span{
    background:#666666;
}
body.dark .full-page.blog-page .head h1{
    color:#fff;
}
body.dark .full-page.blog-page .contentLeft2{
    color:#fff;
}
body.dark .full-page.blog-page .page-content{
    color:#fff;
}
body.dark .box-header{
    color:#fff;
}
body.dark .box-body.author{
    background:#2f2f2f;
}
body.dark .box-body .blog-item .blog-name{
    color:#fff;
}
body.dark .shadowIt {
	-webkit-box-shadow: 0 2px 1px rgb(255 255 255 / 32%);
	box-shadow: 0 2px 1px rgb(255 255 255 / 32%);
}
body.dark .footer-top .line{
    background:rgb(255 255 255 / 50%);
}
body.dark .modal-body form .tab-pane .tab-info{
    color:#fff;
}

body.dark .modal-body form .pills-one .types label .title img{
    opacity:1;
    -webkit-filter:grayscale(1) invert(1);
            filter:grayscale(1) invert(1);
}
body.dark .modal-body .modal-title h3{
    color:#fff;
}
body.dark .fotorama{
    background:black;
}
body.dark .category-pages .psico-center .center-caption{
    background:black;
}
body.dark .category-pages .psico-center .title{
    color:#fff;
}
body.dark .category-pages .psico-center .center-info div a{
    color:#fff;
}
body.dark .category-pages .psico-center .center-info div span{
    color:#fff;
}
body.dark #dle-comments-list, #blind-animation{
    background:#2f2f2f;
}
body.dark .bcomment{
    background:#000;
    color:#fff;
}
body.dark .bcomment .comment-top .column .author .name a{
    color:#fff;
}
body.dark .bcomment .comment-mid .comment-date span{
    color:#b9b9b9;
}
body.dark .bcomment .comment-mid .comment-btn a{
    color:#fff;
    border-color:#000;
}
body.dark .bcomment .comment-mid .comment-btn{
    background:#2f2f2f;
}
body.dark .modal-body form .pills-one .types label .desc{
    color:#fff;
}
body.dark .full-tags a{
    background:#2f2f2f;
    color:#fff;
}
body.dark .contact .form_head_left{
    background:#000;
    color:#fff;
}
body.dark .contact .form_head_right{
    background:#424242;
}
body.dark .contact .form_head{
    background:#000;
}
/* Consultation Modal */
.modal .modal-header {
  padding: 15px;
}
.modal .modal-header .btn-close {
  background: unset;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#consultation .modal-body{
  padding: 25px;
}

#consultation .form.modal-body{
    padding:0 25px;
}
.modal-body .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#randevu .modal-title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-pack:distribute;
        justify-content:space-around;
    margin-bottom:20px;
    
}
#randevu .modal-title > * + *{
    margin-left:30px;
}
#randevu .modal-title img{
    width:80px;
    height:80px;
    -o-object-fit:cover;
       object-fit:cover;
    border-radius:50%;
    border: 2px solid #cbd9de;
}
#randevu .modal-body .modal-title p{
    margin-bottom:0;
}
.modal-body .modal-title h3 {
  font-size: 22px;
  font-weight: 400;
  color: #555;
  line-height: 30px;
  margin-bottom: 5px;
}

.modal-body .modal-title p {
  font-size: 16px;
  color: #c1c1c1;
}
.modal-body form .tab-content .pills-two .selectBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    
    
}
.modal-body form .tab-content .pills-two .selectBtns > * + *{
    margin-left:5px !important;
}

.modal-body form .tab-content .pills-two .selectBtns.consultationBtns{
    overflow-y: auto;
    height: 384px;
}
.modal-body form .tab-content .pills-two .selectBtns input{
    display:none;
}
.modal-body form .tab-content .pills-two .selectBtns label{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 8px 25px;
    margin: 4px 0 4px 0px;
    background-color: #f1f1f1;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor:pointer;
    margin-bottom:5px;
}
.modal-body form .tab-content .pills-two .selectBtns label:hover{
    color: #fff;
    background-color: #74b84f;
}

.modal-body form .tab-content .pills-two .selectBtns input:checked+label{
    color: #fff;
    background-color: #74b84f;
}
.modal-body form .tab-content .pills-two .form-select{
    border-radius:6px;
    padding:10px 30px;
    border:1px solid #7c7c7c;
    
}
.modal-body form .tab-content .pills-two .form-select:focus{
    border-color:#7c7c7c;
    -webkit-box-shadow:none;
            box-shadow:none;
}
.modal-body form .nav{
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
.modal-body form .nav li:first-child {
  width: 100%;
  position: absolute;
  top: 20px;
}
.modal-body form .nav .prog {
  height: 1px;
  width: 100%;
  background-color: #ddd;
}

.modal-body form .nav .prog .prog-loading{
  height: 2px;
  background-color: #00d182;
  width: 112px;
  transition: .5s width;
  -webkit-transition: .5s width;
  -moz-transition: .5s width;
  -ms-transition: .5s width;
  -o-transition: .5s width;
}

.modal-body form .nav .nav-item span {
  font-size: 13px;
  color: #ccc;
  margin-top: 6px;
}
.modal-body form .nav li:not(:first-child) {
  position: relative;
  z-index: 1;
}
.modal-body form .nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 109px;
}
.modal-body form .nav .nav-link {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.modal-body form .nav .nav-link.active {
  background-color: #00d182;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.modal-body form .nav .nav-link.preActive{
  background-color: #fff;
  border: 1px solid #00D183;
}
.modal-body form .nav .nav-link.preActive i{
  color: #00d182;
}

.modal-body form .nav .nav-link.active + span {
  margin-top: 10px;
}
.modal-body form .nav .nav-link.active i {
  font-size: 22px;
}
.modal-body form .nav .nav-link i {
  font-size: 16px;
}
.modal-body form .pills-one span.icon-text {
  font-size: 14px;
  color: #555;
  padding-bottom: 5px;
}
.modal-body form .pills-one .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-body form .tab-pane .tab-info {
  font-size: 14px;
  color: #555;
  margin-bottom: 7px;
  display: block;
}
.modal-body form .pills-one .types label {
  border: 1px solid #ddd;
  padding: 10px 15px;
  cursor:pointer;
}
.modal-body form .pills-one .types label:nth-of-type(1) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-body form .pills-one .types label:nth-of-type(4) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.modal-body form .pills-one .types label:not(:nth-of-type(1)) {
  border-top: 0;
}
.modal-body form .pills-one .types input {
  display: none;
}
.modal-body form .pills-one .types input:checked + label {
  background-color: #00d182;
}
.modal-body form .pills-one .types input:checked + label .title img{
  filter: invert(1);
  -webkit-filter: invert(1);
  opacity: 1;
}
.modal-body form .pills-one .types input:checked + label .title span.text{
  opacity: 1;
  color: #fff;
}
.modal-body form .pills-one .types input:checked + label .desc{
  color: #fff;
}
.modal-body form .pills-one .types label .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
}
.modal-body form .pills-one .types label .title span {
  display: inline-block;
  line-height: 0;
}
.modal-body form .pills-one .types label .title span.text {
  line-height: unset;
  opacity: 0.8;
}
.modal-body form .pills-one .types label .title span.img {
  padding-right: 5px;
}
.modal-body form .pills-one .types label .title img {
  width: 20px;
  opacity: 0.8;
}

.modal-body form .pills-one .types label .desc {
  padding-left: 10px;
  font-size: 12px;
  color: #808080;
}
.modal-body form .tab-pane .tab-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.modal-body form .tab-pane .tab-btn .contunie{
  background-color: #00d182;
  padding: 10px 35px;
  min-height: 40px;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-left: 15px;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.modal-body form .tab-pane .tab-btn .contunie:focus{
    -webkit-box-shadow:none;
            box-shadow:none;
}
.modal-body form .tab-pane .tab-btn .back{
  background-color: #e1e1e1;
  padding: 10px 35px;
  min-height: 40px;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
      border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.modal-body form .tab-pane .tab-btn .contunie:hover{
  opacity: .7;
}
.modal-body form .tab-pane .tab-btn .back:hover{
  opacity: .7;
}

.modal-body form .pills-three .tab-inputs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-body form .pills-three .tab-inputs .form-control{
    font-size:14px;
    padding:10px 30px;
    border:1px solid #f3f3f3;
}
.modal-body form .pills-three .tab-inputs .form-control:focus{
    -webkit-box-shadow:none;
            box-shadow:none;
    border-color:#7c7c7c;
}
.modal-body form .pills-three .tab-inputs .col-input{
  width: 32%;
}

@media (max-width:576px){
    
  #randevu  .modal-body form .pills-three .tab-inputs .col-input{
        width:100%;
    }
.modal-body form .nav .nav-item {
  min-width: 65px;
}


    
    #randevu .modal-title{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
    }
    #randevu .modal-title img{
        margin-bottom:20px;
    }
    #randevu .modal-body .modal-title h3{
        text-align:center;
        font-size:18px;
    }
    #randevu .modal-body .modal-title p{
        text-align:center;
        font-size:13px;
    }
}
@media (min-width: 576px) {
    
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

}

@media (max-width:524px){
.modal-body form .nav{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
  .modal-body form .nav .prog .prog-loading{
      width:50px;
  }
  
  .modal-body form .nav .nav-item span{
    font-size:10px;
}

}
@media (max-width:500px){
     .modal-body form .pills-three .tab-inputs .col-input{
        width:100%;
    }
}
@media (max-width:340px){
    .form.modal-body{
    padding:0;
}
}
/*Static page*/


.static-page .head{
    height:347px;
    background:#fff;
}
.static-page .page-content{
    background:#FCFCFC;
   
}
.static-page .head .container{
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position:relative;
}

.static-page .head .container img{
    opacity:.2;
    position:absolute;
    right:0;
}


.about-page .page-content .container > .quote{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding:70px 0;

}
.about-page .page-content .container > .quote > * + *{
    margin-left:70px;
}
.about-page .page-content .container > .quote img{
    margin:0;
}

.about-page .page-content .container > .quote > .quote h2{
    font-size:26px;
    color:#231f27;
}
.about-page .page-content .container > .quote > .quote p{
    font-size:18px;
    color:#47484d;
}
.about-page .page-content .container > .quote:not(:last-child){
        border-bottom:1px solid #dee2e6;
}

@media (max-width:768px){
    .about-page .page-content .container > .quote{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .about-page .page-content .container > .quote img{
        margin:16px 0;
    }
    .static-page .head .container img{
        opacity:0;
        display:none;
    }
    .static-page .head{
        height:170px;
    }
}


.corp-page .page-content .container > .quote{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding:70px 0;

}
.corp-page .page-content .container > .quote > * + *{
    margin-left:70px;
}
.corp-page .page-content .container > .quote img{
    margin:0;
}

.corp-page .page-content .container > .quote > .quote h2{
    font-size:26px;
    color:#231f27;
}
.corp-page .page-content .container > .quote > .quote p{
    font-size:18px;
    color:#47484d;
}
.corp-page .page-content .container > .quote:not(:last-child){
        border-bottom:1px solid #dee2e6;
}

@media (max-width:768px){
    .corp-page .page-content .container > .quote{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .corp-page .page-content .container > .quote img{
        margin:16px 0;
    }
}


/*Category pages*/

section.category-pages{
    background-color:#F4F4F6;
    padding:60px 0;
}
section.category-pages .title{
    margin-bottom:45px;
}
section.category-pages .psico-cont .prof{
    display:none;
}
section.category-pages .psico-cont > .row-section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin-top:45px;
}
section.psico-full .psico-cont > .row-section{
    align-items:start;
}
section.category-pages .psico-cont .column-left{
    background:#fff;
    width:25%;
    padding:30px 40px 130px 40px;
    border-radius:6px;
    -webkit-box-shadow:2px 2px 8px #80808021;
            box-shadow:2px 2px 8px #80808021;
    min-height:650px;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    
}
section.psico-full .psico-cont .column-left{
    position:sticky;
    top:0;
}
section.category-pages .psico-cont .column-left .randevu{
    background:#77c955;
    color:#fff;
    display:block;
    text-align:center;
    padding:14px 0;
    border-radius:4px;
    position:absolute;
    bottom:40px;
    left:40px;
    right:40px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
     webkit-animation: play 2s ease infinite;
    -moz-animation: play 2s ease infinite;
    animation: play 2s ease infinite;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        -webkit-box-shadow: 0 0 0 5px rgba(119, 201, 85, 0.6);
        -moz-box-shadow: 0 0 0 5px rgba(119, 201, 85, 0.6);
        box-shadow: 0 0 0 5px rgba(119, 201, 85, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(119, 201, 85, 0.3);
        -moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(119, 201, 85, 0.3);
        box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(119, 201, 85, 0.3);
    }
    25% {
        -webkit-box-shadow: 0 0 0 15px rgba(119, 201, 85, 0.6), 0 0 0 30px rgba(119, 201, 85, 0.3);
        -moz-box-shadow: 0 0 0 15px  rgba(119, 201, 85, 0.6), 0 0 0 30px rgba(119, 201, 85, 0.3);
        box-shadow: 0 0 0 15px  rgba(119, 201, 85, 0.6), 0 0 0 30px rgba(119, 201, 85, 0.3);
    }
}



section.category-pages .psico-cont .column-left .randevu:hover{
    opacity:.7;
}
section.category-pages .psico-cont .column-left .name{
    font-weight:bold;
    margin:16px 0;
}
section.category-pages .psico-cont .column-left .info-top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin:15px 0;
}
section.category-pages .psico-cont .column-left .info-top .degree span{
    display:block;
}
section.category-pages .psico-cont .column-left .info-top .site span{
    display:block;
}
section.category-pages  .column-left .info-top .degree span:first-child{
    font-size:13px;
    color:#9ea0af;
}
section.category-pages  .column-left .info-top .site span:first-child{
    font-size:13px;
    color:#9ea0af;
}
section.category-pages .psico-cont .column-left .info-top .degree span:last-child{
    font-size:13px;
    color:#43466F;
    font-weight:bold;
}
section.category-pages .psico-cont .column-left .info-top .site span:last-child{
    font-size:13px;
    color:#43466F;
    font-weight:bold;
    text-align:right;
}
section.category-pages .psico-cont .column-left .info-top .site a{
    color:#0dbdda;
    font-size:13px;
    font-weight:bold;
}
section.category-pages .psico-cont .column-left .info-mid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin:15px 0;
}
section.category-pages .psico-cont .column-left .info-mid .exp span{
    display:block;
}
section.category-pages .psico-cont .column-left .info-mid .age span{
    display:block;
}
section.category-pages .psico-cont .column-left .info-mid .exp span:first-child{
    font-size:13px;
    color:#9ea0af;
}
section.category-pages .psico-cont .column-left .info-mid .exp span:last-child{
    font-size:13px;
    color:#43466F;
    font-weight:bold;
}
section.category-pages .psico-cont .column-left .info-mid .age span:first-child{
    font-size:13px;
    color:#9ea0af;
}
section.category-pages .psico-cont .column-left .info-mid .age span:last-child{
    font-size:13px;
    color:#43466F;
    font-weight:bold;
}
section.category-pages .psico-cont .column-left .types div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    font-size:13px;
    color:#43465e;
    margin:10px 0;
}
section.category-pages .psico-cont .column-left .types div span.yes{
    color:#6ac343;
}
section.category-pages .psico-cont .column-left .types div span.no{
    color:red;
}
section.category-pages .psico-cont .column-left .types div span.no i{
    width:13px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
section.category-pages .psico-cont .column-left .types div span.yes i{
    width:13px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
section.category-pages .psico-cont .column-left .full-link{
    display:block;
    text-align:center;
    -ms-flex-item-align:center;
        -ms-grid-row-align:center;
        align-self:center;
}

section.category-pages .psico-cont .column-left .full-link img{
    width:200px;
    height:200px;
    border-radius:50%;
    border:2px solid #cbd9de;
    -o-object-fit:cover;
       object-fit:cover
}


section.category-pages .psico-cont .column-right{
    width:73%;
    border-radius:6px;
    -webkit-box-shadow: 2px 2px 8px #80808021;
            box-shadow: 2px 2px 8px #80808021;
}

section.category-pages .psico-cont .column-right .tab-content{
    padding:28px 25px;
    height:calc(100% - 51.5px);
    background:#fff;
    border-radius:0 0 6px 6px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .psico-desc{
    font-size:14px;
    margin-bottom:0;
    padding-bottom:28px;
    border-bottom:2px solid #F4F4F6;
    
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .desc-more{
    display:inline-block;
    padding-top:15px;
    padding-bottom:2px;
    color:#77c955;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    -webkit-transform: translateY(7%);
        -ms-transform: translateY(7%);
            transform: translateY(7%);
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .desc-more .dashed{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .desc-more .dashed span{
    display:inline-block;
    background:#77c955;
    height:1.5px;
    width:7px;
    
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .short-desc{
    position:relative;
    font-size:14px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .short-desc .overlay-link{
    content:"";
    display:block;
    position:absolute;
    background: rgb(255,255,255);
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(255,255,255,0)), color-stop(69%, rgba(255,255,255,0.9430147058823529)));
background: -o-linear-gradient(top, rgba(255,255,255,0) 9%, rgba(255,255,255,0.9430147058823529) 69%);
background: linear-gradient(180deg, rgba(255,255,255,0) 9%, rgba(255,255,255,0.9430147058823529) 69%);
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs{*/
/*    width:100%;*/
/*}*/
/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs th{*/
/*    font-size:13px;*/
/*    color: #9ea0af;*/
/*    padding: 6px 15px 6px 0;*/
/*    vertical-align: text-top;*/
/*    white-space:pre;*/
/*}*/
/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs td{*/
/*    color: #43465e;*/
/*    font-size: 13px;*/
/*    font-weight: 600;*/
/*    height: 30px;*/
/*    padding: 0 10px 0 0;*/
/*}*/
/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs td i{*/
/*    margin-right:8px;*/
/*}*/
/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs td .yes{*/
/*    color:#6ac343;*/
/*}*/

/*section.category-pages .psico-cont .column-right .tab-content .nav-about .specs td .no{*/
/*    color:red;*/
/*}*/
section.category-pages .psico-cont .column-right .tab-content .nav-about .specs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content:space-between;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column{
    margin-bottom:20px;
}

section.category-pages .psico-cont .column-right .tab-content .nav-about .specs h6{
    font-size:13px;
    color:#9ea0af;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column span i{
    margin-right:8px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column div{
    font-size:13px;
    font-weight:600;
    line-height:30px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .yes{
    color:#6ac343;
    font-size:13px;
    line-height:30px;
}

section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .no{
    color:red;
    font-size:13px;
    line-height:30px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps{
    margin-top:25px;
    
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps thead tr{
    background-color: #f1f1f3;
    color: #9ea0af;
    font-weight: normal;
}

section.category-pages .psico-cont .column-right .tab-content .nav-about .exps thead th{
    word-wrap: break-word;
    max-width: 100px;
    padding: 2px 10px;
    height: 58px;
    padding: 15px 8px;
    font-weight:500;
    font-size:13px;
    white-space:pre;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody{
    border-top:0;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody tr{
    font-size:13px;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody td{
    width:unset !important;
    white-space:pre;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody tr td:first-child{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody tr td:first-child::after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    color:#6ac343;
    font-size:14px;
}

section.category-pages .psico-cont .column-right .tab-content .nav-about .exps tbody td i{
    color:#6ac343;
}

section.category-pages .psico-cont .column-right .tab-content .nav-about .tags span a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 8px 25px;
    margin: 4px 0 4px 0px;
    background-color: #f1f1f1;
    border-radius: 20px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
section.category-pages .psico-cont .column-right .tab-content .nav-about .tags span a:hover{
    color:#fff;
    background-color:#afadad;
}
section.category-pages .psico-cont .column-right .nav button{
    border-radius:6px 6px 0 0;
    width:50%;
    color: #9ea0af;
    border: solid 1px #d6d6dd;
    background-color: #e7e7eb;
    padding:15px 0;
    font-size:13px;
    font-weight:500;
}

section.category-pages .psico-cont .column-right .nav button.active{
    background-color: #fff;
    border: solid 1px #fff;
    cursor: default;
}


section.category-pages .psico-cont .column-right .nav-tabs{
    border-bottom:unset;
}

section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video{
    position:relative;
    height:600px;
}

section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video i{
    position:absolute;
    top:50%;
    left:50%;
    color:#fff;
    font-size:25px;
    z-index:1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 100%;
    padding: 12px 16px;
    height: 50px;
    width: 50px;
    color: white;
    font-size: 25px;
    cursor:pointer;
}
section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video{
    border-radius:8px;
    overflow:hidden;
}
section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    margin:0;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    cursor:pointer;
    -o-object-fit: cover;
       object-fit: cover;
    

}
section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video img:hover{
    opacity:.8;
}

section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video iframe{
    width:100%;
    height:100%;
    display:none;
}
.psico-full .fixed-info{
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 6%) 0px 0 2px 2px;
    -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 0 2px 2px;
    -moz-box-shadow: rgb(0 0 0 / 6%) 0px 0 2px 2px;
    border-radius: 10px;
    display: flex;
    margin: 0 15px;
}
.psico-full .fixed-wrap{
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 111;
    display:none;
    opacity:0;
        visibility:hidden;
    transition:.3s;
}
@media (max-width:992px){
    .psico-full .fixed-wrap{
        display:block;
    }
    .psico-full .fixed-wrap.fixed{
    visibility:visible;
    opacity:1;
}
}

@media (max-width:768px){
    section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column{
        width:49%;
    }
}
@media (max-width:576px){
    section.category-pages .psico-cont .column-right .tab-content .nav-about .specs .column{
        width:100%;
    }
}
.psico-full .fixed-info .psico-img{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-right:10px;
}
.psico-full .fixed-info .psico-img img{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:50%;
    margin-top:-3px;
}

.psico-full .fixed-info .clickTrigger{
        background: #77c955;
    color: #fff;
    display: block;
    text-align: center;
    padding: 14px 0;
    border-radius: 4px;
    flex-grow:1;
}

@media (max-width:1200px){
    section.category-pages .psico-cont .column-left{
        padding:30px 22px 20px 22px;
    }
    section.category-pages .psico-cont .column-left .name{
        font-size:15px;
    }
    section.category-pages .psico-cont .column-left .randevu{
        left:22px;
        right:22px;
    }
}

@media (max-width:992px){
    section.category-pages .psico-cont > .row-section{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        
    }
    section.category-pages .psico-cont .column-left{
        width:100%;
        margin-bottom:20px;
    }
    section.category-pages .psico-cont .column-right{
        width:100%;
    }
    section.category-pages .psico-cont .column-left .name{
        text-align:center;
    }
    section.category-pages .psico-cont .column-right .tab-content .nav-profile .short-video{
        height:300px;
    }
    section.psico-full .psico-cont .column-left{
        position:relative;
    }
}
@media (max-width:768px){
    section.category-pages .psico-cont .column-right .tab-content .nav-about .specs1 .column{
   width:100%;
}
}


section.category-pages .blog-cat .row-section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;

}

section.category-pages .blog-cat .row-section .blog-item{
    margin-bottom:40px;
}
section.category-pages .title .tag-title{
    text-transform:capitalize;
}

section.category-pages .blog-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:30%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
section.category-pages .blog-item:hover .blog-img{
    opacity:.8;
}
section.category-pages .blog-item .short-img{
    width:100%;
    border-radius:6px;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}

section.category-pages .blog-item .blog-name{
    color:#000;
    margin-top:25px;
    font-size:20px;
    line-height:24px;
}

section.category-pages .blog-item .date-view{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin-top:10px;
}
section.category-pages .blog-item .date-view .blog-date{
    color:#cdcdcd;
    font-weight:400;
    font-size:12px;
    background:white;
    padding:5px 14px;
    border-radius:26px;
}

section.category-pages .blog-item .date-view .view{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    color:#cdcdcd;
    font-weight:400;
    font-size:12px;
    background:white;
    padding:5px 14px;
    border-radius:26px;
}

section.category-pages .blog-item .date-view .view span{
    font-weight:600;
    color:#cdcdcd;
    margin-left:8px;
}
.blog-page .box-header{
    border-bottom:1px solid #dcdcdc;
    padding-bottom:10px;
}
@media (max-width:1200px){
    section.category-pages .blog-item .blog-name{
        font-size:20px;
    }
     .box-body .blog-item .blog-name{
        font-size:20px;
    }
    .blog-page .author .col-md-3{
        width:33%;
    }
    .blog-page .author .col-md-9{
        width:66%;
    }
}

@media (max-width:992px){
    section.category-pages .blog-item{
        width:48%;
    }
    .box-body .blog-item .blog-name{
        width:48%;
    }
    
}

@media (max-width:768px){
    section.category-pages .blog-item{
        width:100%;
    }
     .box-body .blog-item .blog-name{
        width:100%;
    }
    .blog-page .author h5{
        text-align:center;
    }
    .blog-page .author .row{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
     .blog-page .author .col-md-3{
        width:100%;
    }
    .blog-page .author .col-md-9{
        width:100%;
        text-align:center;
    }
}
@media (max-width:400px){
    .blog-page .author .col-md-9{
        font-size:13px;
    }
    .blog-page .author h5{
        font-size:16px;
    }
}
/*Contact*/
.contact{
    background:#FCFCFC;
    padding-top: 80px;
    padding-bottom:1px;
}


.contact .contact_info .icon{
    width: 8px;
    height: 8px;
    background: #e85258;
    border-radius: 50%;
    margin-right: 11px;
    margin-top: 7px;
    min-width: 8px;
}

.contact .contact_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 15px 0;
}

.contact .contact_info h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.contact .contact_info a{
    display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: black;
    font-weight: 300;
}
.contact .contact_info span{
    display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: black;
    font-weight: 300;
}
.contact .contact_info a span {
    margin-right:10px;
}
.contact .contact_info a span  >svg{
    width:16px; 
    fill: #2f98c1;
}
.map_wrapper{
    margin: 80px 0;
}

#map{
    height: 450px;
}    

.contact .map_bottom {
    margin-top: 38px;
}

.contact .map_bottom div{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #87c540;
    font-size: 30px;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact .map_bottom p{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.71;
    color: #333;
}

.contact .social_media{
    background-color: #f5f7fa;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top:80px;
}

.contact .social_media h4{
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.contact .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 54px;
}

.contact .social-icons li{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #656d78;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.contact .social-icons li img{
    -webkit-transition: -webkit-filter .15s ease;
    -o-transition: filter .15s ease;
    transition: -webkit-filter .15s ease;
    transition: filter .15s ease;
    transition: filter .15s ease, -webkit-filter .15s ease;
    transition: filter .15s ease,-webkit-filter .15s ease;
    -webkit-filter: invert(60%); 
    filter: invert(60%);
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;

}

.contact .social-icons li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
}

.contact .social-icons li:hover img {
    -webkit-filter: none;
            filter: none;
}

.contact .social-icons li:hover{
    -webkit-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
}

.contact .social-icons li.instagram:hover {
    background-color: #f15274;
    border-color: #f15274;
    outline: 0;
    -webkit-box-shadow: 0 7px 14px 0 rgba(227, 97, 131, 0.79);
    box-shadow: 0 7px 14px 0 rgba(227, 97, 131, 0.79);
}

.contact .social-icons li.facebook:hover {
    background-color: #6389c8;
    border-color: #6389c8;
    -webkit-box-shadow: 0 7px 14px 0 rgba(99, 137, 200, 0.80);
    box-shadow: 0 7px 14px 0 rgba(99, 137, 200, 0.80);
}

.contact .social-icons li.linkedin:hover {
    background-color: #0e76a8;
    border-color: #0e76a8;
    -webkit-box-shadow: 0 7px 14px 0 rgba(14, 118, 168, 0.80);
    box-shadow: 0 7px 14px 0 rgba(14, 118, 168, 0.80);
}

.contact .social-icons li.twitter:hover {
    background-color: #1d9bf0;
    border-color: #1d9bf0;
    -webkit-box-shadow: 0 7px 14px 0 #1d9bf0bf;
    box-shadow: 0 7px 14px 0 #1d9bf0bf;
}

.contact .social-icons li.youtube:hover {
    background-color: #ec6060;
    border-color: #ec6060;
    -webkit-box-shadow: 0 7px 14px 0 rgba(236, 96, 96, 0.87);
    box-shadow: 0 7px 14px 0 rgba(236, 96, 96, 0.87);
}

.contact .social-icons li.telegram:hover {
    background-color: #2ea5e0;
    border-color: #2ea5e0;
    -webkit-box-shadow: 0 7px 14px 0 rgba(46, 165, 224, 0.80);
    box-shadow: 0 7px 14px 0 rgba(46, 165, 224, 0.80);
}

.contact .contact_form{
    border: 1px solid #e3e3e3;
    overflow: hidden;
    border-radius: 10px;
    margin: 80px auto;
    max-width: 830px;
}

.contact .form_head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
    text-align: center;
}

.contact .form_head_left,
.contact .form_head_right{
    width: 50%;
}

.contact .form_head_left{
    border-radius: 10px 10px 0 0;
    background: #fff;
    padding: 17px 0;
}

.contact .form_head_left h5{
    margin-bottom: 0;
    font-size: 22px;
}

.contact .form_body{
    padding: 51px 140px 60px;
}




.contact-head{
    height:347px;
    background:#fff;
}

.contact-head .container{
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position:relative;
}

.contact-head .container img{
    opacity:.2;
    position:absolute;
    right:0;
}
@media (max-width:768px){
    .contact-head .container img{
        opacity:0;
    }
    .contact-head{
        height:170px;
    }
}
@media only screen and (max-width: 567px){
    .contact .form_body {
        padding: 51px 20px 60px;
    }
}

@media only screen and (max-width: 476px){
    .blog .owl-nav{
        width: 90%;
    }
    
    .contact .social-icons li{
        width: 50px;
        height: 50px;
        margin: 15px;
    }
    
    .contact .social-icons li a{
        height: 18px;
    }
    
    .contact .social-icons{
        margin-top: 30px;
    }
    
}


@media only screen and (max-width: 367px){
    .contact .social_media h4{
        font-size: 25px;
    }
    
    .contact .social-icons li{
        margin: 10px;
    }
}



.blog-content img{
    border-radius: 10px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
}


.blog-content ul,.psico-full ul{
    list-style-type:disc;
    padding-left:52px;
}
.psico-full ol{
    padding-left:62px;
}
.blog-content ul li::marker,.psico-full ul li::marker{
    color:#00d182;
}
.blog-content ol li,.psico-full ol li{
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 6px;
    position: relative;
}
.blog-content ol li::before,.psico-full ol li::before{
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: #f9af22 url(/img/orange.png) 100% 0 no-repeat;
    padding: 0 10px 0 5px;
    height: 22px;
}
body.dark .blog-content ol li::before,body.dark .psico-full ol li::before{
    background: #f9af22 url(/img/orange-dark.png) 100% 0 no-repeat;
}

.blog-page .commentTitle{
    
    font-size:18px;
}
 .box-body.related{
    padding:20px 0;
}
 .box-body .row-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
}
.box-body .row-section .blog-item{
    margin-bottom:40px;
}
 .box-body .blog-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 .box-body .blog-item .short-img{
    width: 100%;
    border-radius: 6px;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    margin:unset;
}

 .box-body .blog-item .blog-name{
    color: #000;
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
}

 .box-body .blog-item .date-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
}



 .blog-item .date-view .blog-date {
    color: #cdcdcd;
    font-weight: 600;
}



 .box-body .blog-item .date-view .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

 .box-body .blog-item .date-view .view span {
    font-weight: 600;
    color: #cdcdcd;
    margin-left: 8px;
}
@media (max-width:992px){
     .box-body .blog-item{
        width:48%;
    }
    .blog-page .col-8{
        width:100% !important;
    }
}

@media (max-width:576px){
     .box-body .blog-item{
        width:100%;
    }
    
}
.xsort-div{
    width:18%;
    position:relative;
}

.xsort-div::before{
    content: attr(data-label-name);
    display:block;
    font-size: 13px;
    color: #9fa0ad;
    margin-bottom: 10px;
}

.xsort-area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    /*column-gap:40px;*/
    padding:30px 40px;
    background:#fff;
    margin:45px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.xsort-div:hover{
    
}
.xsort-active > .xsort-selected{
border-color: #ffb114;
}

.xsort-selected{
background: var(--bg1);
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    font-size: 13px;
    color: #b1b1b1;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    
    
}
.xsort-selected:after{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 14px;
	border: 4px solid transparent;
	border-top-color: #777;
	content:"";
}
.xsort-div-filler{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
	background-position: 50% 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	background-repeat: no-repeat;
	cursor: pointer;
    display:none;
}

.xsort-ul{
    display: none;
    width: 100%;
    border-top: 1px solid #eee;
    background: #fff;
    position: absolute;
    max-height: 400px;
    overflow: auto;
    list-style: none;
    z-index: 999;
    border-radius: 3px;
    padding: 13px 0;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
            box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    
}
.xsort-ul li{
display: block;
    border-bottom: 1px solid #eee;
    padding: 3px 35px 3px 26px;
    line-height: 30px;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;

}
.xsort-ul li:last-child{
	border: none;
}
.xsort-ul li.current{
	color: #333;
	font-weight: bold;
	background: #f5f5f7;
	position: relative;
}
.xsort-ul li.current:after{
	position: absolute;
	top:0;
	right: 25px;
	bottom: 0;
	width: 5px;
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAJUlEQVQY01XIMQEAIAwDsDivroGe6Sg3OQNxBGLVCldVzbfECA+g/g9v8ooTNAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.xsort-ul li:hover{
	background: #f5f5f5;
	color: #000;
}
.xsort-ul li.xdesc, .xsort-ul li.xasc{
	background-position: 6px 50%;
	background-repeat: no-repeat;
}
.xsort-ul li.xdesc, .xdesc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAIElEQVQY02NgYGBgSPsPggwwQDQXwoRBFAHsekECEBoASUcnDSh9+RUAAAAASUVORK5CYII=);
}
.xsort-ul li.xasc, .xasc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAHklEQVQYV2NgAIO0/xAaygFBFA5UAMGBq0BRTDwXAPWMJw0b8PLnAAAAAElFTkSuQmCC);
}
span.xasc, span.xdesc{
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.xsort_empty{
	margin: 0 auto 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	color: #444;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.1);
	        box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

.xsort-admin-area{
	padding: 0 0 0 210px;
}
.xsort-admin-area:after{
	content: "";
	display: block;
	clear: both;
}
.xsort-admin-area ul{
	list-style: none;
	margin: 0 0 0 -210px;
	padding: 0;
	float: left;
	width: 200px;
	border-right: 1px solid #ddd;
}
.xsort-admin-area ul.loading{
	background: url(data:image/GIF;base64,R0lGODlhFAAUAPUEAPz6/PT29Pz+/PTy9Hx+fHx6fIyKjLSytISChOzq7MTCxJyanOTm5NTS1Nza3MzOzKSmpJyenOTi5Ozu7IyOjMTGxMzKzJSWlLy6vKyurLS2tLy+vJSSlNze3KSipKyqrNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwAAAAAFAAUAAAGY0CCcAgIDI6DAGDIJCKfyGWTYHwGqshAExsQMAVc51E7JQiyQqS3LMQSAGM2s3o9ruXmMRI/t/KHWEl/bX6DWXZ/Z0l0f4xqeIoDhIhlcHGTSXdmloJ9WVeBklOhUGRsdYVMQQAh+QQFBQACACwKAAAABwAGAAAGHECCAfIACASFZMHgEBwihAJBEjgGFIqjdssNBIIAIfkEBQUAAwAsAAABABQAEwAABjvAgXBILD6KyGShcBAknwMCgQlNJgzLY7WYkBoA26LiYgmbz+hnIj1YpwMDOHsNPtfTd7Z+75bvt31JQQAh+QQFBQAAACwPAAUABQALAAAGI0CAEBAQFgoPIoEAEUYKBuHhKC0QhBKFZjgQFhMAgXeYEAcBACH5BAUFAAcALAEAAQATABMAAAZWwINQODkUh8hkMqBsGp0HREE5CQicR2QVAH1Gr90kgcgMC6XCsnmYXQsHbm08UjDEAdJIu6soFB5uE1IGAQB7TRMLf3JciBOASYdeTQABe5JJjVmNSEEAIfkEBQUADQAsAQABABMAEwAABlbAhlA4aBSHyGTyqFQylQSCcxBoNhJTgVXIQBQM1a2yQHyKo0Rx06wWYttLuFwZNs7vV2SAnUwYyHF1QgAKUQUHTkoLBYwHWnoDZgcEBg9bYW8MD4INQQAh+QQFBQAAACwHAAUACwAPAAAGI0CAcChMEAjEpHLJbDqf0Kh0upREDocIkogpeL9cw9EASQYBACH5BAUFAAIALAIADwAMAAUAAAYhQMGDkxAYj8YOoYBQBJBGwKFAJUCQBOPDQIUiAw8IFxkEACH5BAUFAAMALAAACwASAAkAAAY1wA3kMCgaj0hIgQBAOouER6GgeDqZCAIiYXU2poYu1HiYEhRNY0CBQArGA48RUVCL79e6MwgAIfkEBQUAAQAsAAAEABQAEAAABkDAgHBILFKIgkCiyBwWhA+KokkVQgoEQLVpKES2xCuiUDiAiwRC+UwsdL/sOHMMkQuf9vyQgrf3q3VNSXpnWFVBACH5BAUFAAMALAAAAQASABEAAAY1wIFwwBgaj0PBoeBAOgfLwuJ5bBQKhgTVcAUgCAQtVUgYEAqKsXrNbrvf8Lh8/jSU3Xd4IAgAIfkECQUAAwAsBAAAABAADwAABjbAAeABMRAGyKSyYSg4C8oo0kmIHKRRgiIgRUCx4DAWQUAIxMojOvldRwiGNVuOVNPvkTtdHQQAIfkECQUACwAsBAAAABAAFAAABm3ABeABMRAGgwBgwWw2DIVoYTKgVpsLKSFyCASQDMRBwCwQFAGsIPCJHpiGCRbLgBYeC/kcOyEQEGR7cwpmeIJYAQQFEIdzEAUGjVhtBJJNB1GWTBGQmgEIi5qEdwmSfX9pmqpZjR+CgauClY1BACH5BAkFAAsALAQAAAAQABQAAAaGwAXgATEQBoMAYMFsNgyFaAFJXTalhMghEBgkkIErQRFuCrhgpiHRbC8E1DDb3YYjBXR6wHJ55N0BBAUQf24RBQaFbQcFBIpNjAWPTIeJjwEIg5MKUQ9zfwmZBgFroEYFfo0KVkwBCgiCB0yNjRAHBxGZUVtMD1BSwAZ+bQFEUAQGEA9lTUEAIfkECQUACwAsAQAAABMAFAAABozAhXABeEAMhMEgABg6hQ1DYVpQWpvPBZUQyQQCg4QykC0QFOSh4Dt+GhJZocCaFsLjciseD17us3N+f099BRmDQ4WHiAtgd4wLGREYkI0IBBCVClMPUgSPcQkIBQYBDwSkoE4JSAUPTgUIaE4ACpeGThlbEBkHEaNTGQJPnVTGpK9xRUcEBAYQD3VCQQAh+QQJBQALACwBAAAAEwAUAAAGlsCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIHAKBQUIZcG4LhEp5KACToVND4sm2lhEEwpxeVy4IBRV8T2FLaFiDQgJkBRGJhAkBBQePToWTlUOXjpkLlwSIiYuGBQqZhQF4CHuDAFYLDXGsTwkUFUtCZ2mhARV5BQ9sZ2gQBwcRCFQHAk8PUlTQBsF8AUZSBAYRD2tDQQAh+QQFBQALACwBAAAAEwAUAAAGjMCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIZAKBQUIZcG4LBEV5KACToVND4sm2lhEEwpxeVy4IBQp8T2FLaFiDQgJkBRGJhEoFGY9OhZKUQ2EJjZhCYQGHmIuRgZiFAVJ6j6MDCw+AcoOsa2cIalkAdmwZXBAZBxENY0t0D1JUUxCfg0VHeQYZiENBACH5BAkFAAIALAEAAgANABIAAAYxQIFwKDwQj8ikcslsOptG6HNKVSIICGajQCUIAMdAUeA1BM6BwQAJUbvXQ7FDnUgHggAh+QQJBQALACwAAAIAFAASAAAGasDFQnAoGAmRQyAwSAifz2KBUAlABVaosGE0OLXgJ4JA+IbDhELlzJ4C2OdCBK5NWAsHehivhw4Wcn1Pf26CC3cFCoZCYwhmfVwUDAJnb2AVCQMDAZRPApZhTJqbS0yPYEujqn90qZmkYEEAIfkEBQUACwAsAAACABQAEgAABoDAxUJwKBgJkUMgMEgMBgGhtFggKKJSwfKJXTSMhoR0PHxCFwAEgSAmjwXmxYNQULjdTCikCriT4VAGBRF+eE9GB4VkeXSJilJMCRobEo+QUHkClnAJAQBOXYUAXAuZiqNPQqgDmncAeV15UK1CAqidi2aYW05nhrrAoXiRXMILQQAh+QQJBQAAACwAAAIAFAAPAAAGNkCAcEgsGouVo3LJNBSYxwAokoQSA4OBwErMBrjdwRecyCbG4KwYLBywh25AnJuAv4foe3oYBAAh+QQFBQAFACwAAAEAFAATAAAGecCCsCAZCicD5ABgHAYmCAIhcggEBslBoHkdNBTboQCQDRfIk4CgKb5OmIVkAM4WkrFnrLkudAOeanxGAnp6glxpcodGaIaLfViKjwVPWlhri4RaAEh7fGhMkZifkpyXn110bkujBWNlXFlaVqtpdX9KkUp0t6ubbEEAOw==) no-repeat 50% 50%;
}
.xsort-admin-area ul li{
	display: block;
	color: #f43;
	cursor: pointer;
	padding: 1px 0;
}
.xsort-admin-area ul li.current,
.xsort-admin-area ul li:hover{
	color: #000;
}
.xsort-admin-area ul li.current{
	font-weight: bold;
}
.xsort-admin-area p{
	margin: 0;
	padding: 7px 0 0;
}
.xsort-admin-area code{
	max-height: 400px;
	overflow: auto;
}
.xsort-div-clearall{
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC);*/
	background-position: 50% 50%;
	padding: 0;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}
.xsort-div-clearall i{
    margin-right:10px;
}
.write-wp {
    position: fixed;
    background-color: #67B02D;
    width: 65px;
    height: 65px;
    z-index: 210;
    right: 20px;
    bottom: 20px;
    border-radius: 100%;
}
.write-wp a {
    color: white;
}
.write-wp a i {
    font-size: 30px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
}


.xsort-div-clearall{
    
}


@media (max-width:1200px){
    .xsort-area{
        -webkit-column-gap:unset;
           -moz-column-gap:unset;
                column-gap:unset;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }
    .xsort-area .xsort-div{
        margin-bottom:20px;
    }
        .xsort-div{
        width:48%;
    }
}



@media (max-width:992px){
    .xsort-area{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .xsort-area .xsort-div{
        width:100%;
        position:relative;
        margin-bottom:20px;
    }
    .xsort-selected{
        width:100%;
    }
    .xsort-ul{
        width:100%;
    }
}
@media only screen and (max-width: 768px){
    .xsort-div{
        position: relative;
        width: 100% !important;
    }
    
    .xsort-selected{
        width: 100% !important;
    }
    .xsort-ul{
        width: 100% !important;
        left: 0;
    }
}


/*Comments*/

.bcomment .comment-top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom:1px solid #e8e8eb;
    padding-bottom:15px;
}


.bcomment .comment-top .column{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.bcomment .comment-top .column > * + *{
    margin-left:15px;
}
.bcomment .comment-top .column img{
    width:45px;
    height:45px;
    -o-object-fit:cover;
       object-fit:cover;
    border-radius:50%;
}
.bcomment .comment-top .column .author{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}
.bcomment .comment-top .column .author .name a{
    font-size:13px;
    color:#454554;
}
.bcomment .comment-top .column .author .writing{
    font-size:13px;
    color:#90a7b2;
}
.bcomment .comment-top .column .like{
    font-size:12px;
    background:#52b77b;
    color:white;
    padding:2px 18px;
    font-weight:500;
    border-radius:5px;
    height:23px;
}
.bcomment .comment-top .column .like-count{
    font-size:15px;
    color:#7daf27;
}
.bcomment .comment-top .column .like-count i{
    margin-right:8px;
}
.bcomment .comment-top .column .reply a{
    display:block;
    font-size:12px;
    color:#F8F1CB !important;
    background:#66325C;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
            box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius:5px;
    padding: 0 15px;
   
    line-height:22px;
}
.bcomment .comment-mid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:15px 0;
}
.bcomment .comment-mid .comment-date span{
    color: #73738f;
    font-size: 13px;
}
.bcomment .comment-mid .comment-btn{
    background:rgb(242, 242, 245);
}
.bcomment .comment-mid .comment-btn a{
    color:#808080;
    display:inline-block;
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px;
    font-size:14px;
    
}


@media (max-width:768px){
    #dle-comments-list{
        padding:50px;
    }
    .bcomment .comment-top{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align:start;
            -ms-flex-align:start;
                align-items:flex-start;

    }
    .bcomment .comment-top .column:first-child{
        margin-bottom:20px;
    }
}

@media (max-width:576px){
    #dle-comments-list{
        padding:20px 0;
    }
    .bcomment .comment-mid .comment-btn{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        
    }
    .bcomment .comment-mid .comment-btn span{
        text-align:center;
    }
}

/*Pagination*/

.pagination {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pagination span, .pagination a{
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #d8d9db;
    margin: 0 4px;
    border-radius: 2px;
    color: black;
}

.pagination a:hover{
    background: #949494;
    color: white;
}

.pagination>span{
    background: #f2f3f5;
}

.pagination .nav-icons a,
.pagination .nav-icons span{
    color: #adadad;
}

.pagination .nav-icons a:hover{
    background: #d8d9db;
    color:white;
}


.swal2-title{
    font-size:20px;
}

/*Psicology center*/

.category-pages .psico-center .title{
    font-size:22px;
    margin:15px 0;
    
}
.category-pages .psico-center .center-caption{
    padding:25px;
}
.category-pages .center .row-section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    row-gap:25px;
}
.category-pages .psico-center{
    width:49%;
    background:#fff;
}
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.category-pages .psico-center .center-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    gap:20px
}

.category-pages .psico-center .center-info div{
    width:48%;
    
}
.category-pages .psico-center .center-info div a{
    color:#212529;
}
.category-pages .psico-center .center-info div::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid #00d182;
    border-radius: 50%;
    margin-right:10px;
    
    
}

.category-pages .psico-center .center-info div span{
    width:calc(100% - 23px);
}
.category-pages .psico-center .center-info div span.work-time{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.category-pages .psico-center .fotorama__stage__frame .fotorama__img{
    border-radius:4px !important;
}

.category-pages .psico-center .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img{
    border-radius:4px !important;
}
.category-pages .psico-center .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img::after{
    content: "Təsdiqləndi";
    display: block;
    width: 100px;
    height: 100px;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #0480dc),color-stop(50%, #094c9e),to(#0480dc));
    background: -o-linear-gradient(top,#0480dc 0,#094c9e 50%,#0480dc 100%);
    background: linear-gradient(180deg,#0480dc 0,#094c9e 50%,#0480dc 100%);
    color: #fff;
    position: absolute;
    text-align: center;
    left: -50px;
    bottom: -50px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 12px;
}
.category-pages .psico-center .fotorama__stage.fotorama__pointer{
    border-radius:4px !important;
}
.category-pages .psico-center .fotorama__thumb.fotorama__loaded.fotorama__loaded--img{
    border-radius:6px;
}

.category-pages .psico-center .fotorama__thumb-border{
    border-radius:6px;
    border-color:#00d182;
}
/*Fotrama*/


.fotorama__arr{
    background:none !important;
    height: 100%;
    width: 10%;
    top: 0;
}

@media (max-width:992px){
    .category-pages .center .row-section{
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    row-gap:25px;
}
.category-pages .psico-center{
    width:100%;
}
.category-pages .psico-center .center-info div{
    width:100%;
}
}

@media (max-width:768px){
    .category-pages .psico-center .fotorama__stage{
        height:260px !important;
    }
}
/*Comment popup*/

.ui-dialog-titlebar{
    display:none;
}
.ui-widget.ui-widget-content{
    z-index:4;
}
.ui-widget.ui-widget-content{
    background-color:#fff;
    max-width:unset !important;
    max-height:unset !important;
    padding:50px;
    border:2px solid #efefef;
}
.dle-alert.ui-dialog-content.ui-widget-content{
    font-size:25px;
    color:#545454;
    font-weight:600;
    text-align:center;
    
}
.ui-dialog-buttonset button{
    background-color:rgb(119, 201, 85);
    border:0;
    font-size:16px;
    padding:10px 17.6px;
    border-radius:4px;
    color:#ffff;
}

.ui-dialog-buttonset{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:20px;
}