/* usman css */
.clear{
    clear: both;
}
/* new lang */
.new-lang{
    margin-bottom: 10px;
}
.new-lang a{
    font-size: 14px !important;
}
.new-lang a:hover{
    font-family: WorkSans-SemiBold !important;
}
.design-hov-on img{
    background: #fff;
    border-radius: 3px !important;
}
.design-hov-on img:hover{
    background: #f9f9f9;
}
.library-hov-off img{
    background: #fff;
    border-radius: 3px !important;
}
.library-hov-off img:hover{
    background: #f9f9f9;
}
.library-hov-on img{
    background: #4a4a4a;
    border-radius: 3px !important;
}
.library-hov-on img:hover{
    background: #010101;
}
.wrap-lang-new{
    position: relative;
    width: 100%;
    float: left;
    top: 10px;
    left: 20px;
}
.lang-new-link{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.09px;
    color: #ababab;
    cursor: pointer;
}
.lang-new-link:hover,
.lang-new-link.nationality-active{
    font-family: WorkSans-SemiBold;
    color: #4a4a4a;
}
.lang-new-sep{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    color: #ababab;
    top: 2px;
    position: relative;
}
#myMenuMobileNew .subcategory-box .content ul li.language-list{
    width: 100%;
    float: none;
    height: auto;
}
.new-company-page .company-header .company-sub-menu .company-sub-menu-wrapper .sub-menu-button-area ul li img:hover{
    opacity:0.8;
}
.new-company-page .company-header .company-sub-menu .company-sub-menu-wrapper .sub-menu-button-area ul li img:hover{
    opacity:0.8;
}
.new-company-page .main-content-box .content-box .section.desktop .button-area img:hover{
    opacity: 0.8;
}
.lang-mobb{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  color: #4a4a4a;
}
.nationality-active .lang-mobb{
    font-family: WorkSans-SemiBold;
}
/* comparation */
.bottom-com {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
    border-top: 7px solid #ECECEC;
    padding: 15px 0;
    display: none;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.left-btmcom {
    position: relative;
    width: 100%;
    padding-right: 250px;
}
.right-btmcom {
    position: absolute;
    top: 0;
    right: 0;
}
.txt-btmcom {
    float: left;
    width: 33%;
}
.hide-bottomcom,
.show-bottomcom{
    display: none;
}
.compare-item {
    margin-right: 20px;
    border-radius: 10px;
    position: relative;
}
.close-compare-item {
    position: absolute;
    right: -2px;
    cursor: pointer;
    z-index: 4 !important;
}
.center-compare {
    display: flex;
    -webkit-box-shadow: 2px 3px 5px 0 #e5e5e5;
    -moz-box-shadow: 2px 3px 5px 0 #e5e5e5;
    box-shadow: 2px 3px 5px 0 #e5e5e5;
    align-items: center;
}
.center-compare .img-compare {
    position: relative;
}
.center-compare .img-compare img {
    object-fit: cover;
    width: 62px;
    height: 62px;
}
.center-compare .txt-compare {
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
}
.center-compare .txt-compare .q1 {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.center-compare .txt-compare .q2 {
    font-family: 'WorkSans-Medium';
    font-size: 13px;
    color: #9B9B9B;
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compare-empty {
    margin-right: 20px;
    border: 2px dashed #E5E5E5;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'WorkSans-Medium';
    color: #9B9B9B;
    height: 65px;
    position: relative;
}
.compare-empty div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 100%;
}
.asrbtn-black2 {
    font-family: 'WorkSans-Medium';
    color: #fff;
    background: #4A4A4A;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 3px;
    border: 0;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.asrbtn-grey2 {
    font-family: 'WorkSans-Medium';
    color: #9B9B9B;
    background: #E5E5E5;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.wrapt-btm {
    padding: 10px 0;
}



/* my library hover tooltip */
.tooltip-mylibrary-on {
    position: absolute;
    background: #fff;
    width: auto;
    right: 0px;
    top: 21px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}
.tooltip-mylibrary-off {
    position: absolute;
    background: #fff;
    width: auto;
    right: 0px;
    top: 21px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.tooltip-design-folder {
    position: absolute;
    background: #fff;
    width: auto;
    right: 5px;
    top: 30px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.tooltip-design-com {
    position: absolute;
    background: #fff;
    width: auto;
    right: 5px;
    top: 30px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.library-hov-on:hover .tooltip-mylibrary-on{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.library-hov-off:hover .tooltip-mylibrary-off{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.design-hov-on:hover .tooltip-design-folder{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.design-hov-com:hover .tooltip-design-com{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}

.new-company-page .company-header .center-area .location-pro-detail h6 a {
  color: #9b9b9b;
  line-height: 25px;
}

a.share-article-button {
    margin-right: 15px !important;
}
a.share-article-button:last-child {
    margin-right: 0px !important;
}

@media all and (max-width: 992px) {
    .right-btmcom{
        position: relative;
    }
}

@media all and (max-width: 768px) {
	.tooltip-mylibrary-on,
	.tooltip-mylibrary-off,
	.tooltip-design-folder{
		display:none;
	}
    
    .hide-bottomcom {
        text-align: center;
        margin: 0 auto 10px;
        font-size: 10px;
        color: #4A4A4A;
        display: block;
        width: 20px;
        cursor: pointer;
    }

    .show-bottomcom {
        text-align: center;
        margin: 0 auto 10px;
        font-size: 10px;
        color: #4A4A4A;
        display: block;
        width: 20px;
        cursor: pointer;
    }
    
    .left-btmcom{
        padding-right: 0px;
    }
    .bottom-com{
        height: auto;
        padding:10px;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
    }
    .bottom-com.sized{
        height: 45px;
        transition: 1s;
    }
    .txt-btmcom {
        float: none;
        width: 100%;
    }
    .wrapt-btm{
        padding: 0px;
    }
    .compare-item{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .compare-empty{
        display: none !important;
    }
    .asrbtn-grey2{
        width: calc(30% - 5px);
        text-align: center;
        float: left;
        margin-right: 5px;
    }
    .asrbtn-black2{
        width: 70%;
        text-align: center;
    }
}