.mobile-show{display:none}
.dropdown-bottom-menu{
	display:none
}

body,
html {
    
}
body {
    font-family: 'Heebo'!important;
    font-weight: 400;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    direction: rtl;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
button:focus{    outline: none !important;}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}
.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
}
.carousel-indicators {
    bottom: 20px
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.glyphicon-chevron-left {
    position: relative;
}
.glyphicon-chevron-left::before {
    content: "" !important;
    background: url(/content/images/slide-aerrow2.png);
    width: 13px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: -5px;
}
.glyphicon-chevron-right {
    position: relative;
}
.glyphicon-chevron-right::before {
    content: "" !important;
    background: url(/content/images/slide-aerrow.png);
    width: 13px;
    height: 18px;
    position: absolute;
    right: 13em;
    top: -5px;
}
.main-container {
	width: 98%;
	margin-right: auto;
    margin-left: auto;
}
.main-container.inner {
	margin-right: 30px;
	margin-bottom:0px;
}
.main-container.footer {
	width: 95%;
}
.header-login{
	
	background-color: #fbb100 !important;	
	width: 250px;
	border-radius: 10px !important;
	border: 1px solid #fbb100;
	top: 125%!important;	
	left: -65px!important;	
}
.header-login-a{
	font-size: 18px !important;
	color: #000 !important;
	font-weight: 800 !important;
	padding: 5px 0px;
	margin-top: 1px !important;
	display: inline-block;
}
.header-login-a span{
	font-size: 18px !important;
	color: #000 !important;
	font-weight: 400 !important;
	padding: 5px 0px;
	margin-top: 1px !important;
	display: inline-block;
}

.header-login-form{
		width: 240px;
		background-color: #fff;
		padding: 2px;
		float: right;
		padding-top: 20px;
		margin-right: -11px;
		border-radius: 10px;
		margin-top: -13px;
}
.header-login-form-input{
    padding: 7px 6px 7px 7px;
    float: right;
    margin: 10px 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #c1c0bd;
    background-color: #eae8e4;
    font-size: 18px;
	font-weight:400;
	margin-top: 1px;
}
.header-login-form-btn{
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: -moz-linear-gradient(top, #221648 0%, #090712 100%);
	background: -webkit-linear-gradient(top, #221648 0%, #090712 100%);
	background: linear-gradient(to bottom, #221648 0%, #090712 100%);
    background-color: rgba(0, 0, 0, 0);
	border-radius: 12px !important;
	padding: 9px !important;
	width: 215px !important;
	margin-right: 10px !important;
}
.header-login-form-btn.btn-red {
	background: -moz-linear-gradient(top, #ce1919 0%, #8a0000 100%);
	background: -webkit-linear-gradient(top, #ce1919 0%, #8a0000 100%);
	background: linear-gradient(to bottom, #ce1919 0%, #8a0000 100%);
    background-color: rgba(0, 0, 0, 0);
}
.header-login-form-btn.btn-green {
	background: -moz-linear-gradient(top, #19ce19 0%, #108a00 100%);
	background: -webkit-linear-gradient(top, #19ce19 0%, #108a00 100%);
	background: linear-gradient(to bottom, #19ce19 0%, #108a00 100%);
    background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.header-login::after {
    content: "";
	position: absolute;
	width: 18px;
	height: 16px;
	background-color: #fff;
	top: -6px;
	z-index: 9;
	left: 118px;
	
	border-top-right-radius: 21px;
	transform: rotate(135deg);
}
.header-login-form-label{
	text-align: center !important;
	display: block !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
	padding: 4px 0px!important;

}
.header-area {
    width: 100%;
    float: left;
    background: url(/content/images/header-bg-1.jpg) no-repeat center center;
    background-size: cover;
    height: 161px;
}
.header-logo {
    width: 100%;
    float: left;
    padding: 25px 25px;
    position: relative;
}
.header-logo img {
    width: 100%;
}
.header-logo:before {
    content: '';
    font-family: fontAwesome;
    position: absolute;
    width: 1px;
    height: 59px;
    background: #5a5564;
    left: auto;
    right: -4px;
    top: 31%;
}
.header-network {
    width: 100%;
    float: left;
    text-align: left;
    /*display: inline-flex;*/
    
    padding: 60px 0px 0px 0px;
}
.header-network ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-network ul li {
    color: #fff;
    display: inline-block;
    padding: 55px 6px 0px 0px;
}
.header-network p {
    padding: 4px 15px 0px 0px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    float: left;
}
.header-network img {
    width: 29px;
    height: 35px;
}
.header-top {
    width: 100%;
    float: left;
}
.header-user {
    margin: 0px 12px 0px 12px;
}
.header-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-top ul li {
    display: inline;
    padding: 0px 2px 0px 0px;
    font-size: 30px;
    color: #fff;
}
.header-top ul li a {
    border: 1px solid #9d9da1;
    padding: 6px 10px 6px 27px;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.header-top ul li a:hover {
    text-decoration: none !important;
    color: #fcb200;
}
.header-top ul li a b {
	color:#900;
}
.header-user a:before {
    position: absolute;
    width: 19px;
    height: 21px;
    background: url(/content/images/user.png);
    top: 7px;
    left: 128px;
}
.header-user a:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 21px;
    background: url(/content/images/top-aerrow.png);
    background-repeat: no-repeat;
    top: 18px;
    left: 10px;
}
.header-top ul li a.join-btn {
	border: none;
    padding: 0px;
    position: relative;
    font-size: 18px;
    color: #000;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
}
.header-top ul li a.join-btn:after {
	background:none;
}
.header-top ul li:nth-child(3) {
    border: none !important;
}
.chnage {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    padding: 0px 15px 0px 0px;
}
.tablinks.border-type:last-child::before {
    display: none;
}
.header-user img {
    padding: 0px 0px 4px 4px;
}
/*.header-top ul li a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #a59d9d;
    right: 7px;
    top: 7px;
}*/
.header-aa::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #a59d9d;
    right: -14px;
    top: 7px;
}
.header-user a::before {
    display: none;
}
.header-pic img {
    padding: 0px 0px 0px 9px;
}
.header-top-right a {
   font-size: 18px !important;
padding: 0px 0px 0px 23px !important;
border: none !important;
float: right;
text-align: right;
}
.active a {
    color: #ffa925;
}
.main-header {
    padding: 25px 0px;
}
.header-down {
    width: 100%;
    float: left;
    padding-top: 15px;
}
.header-down ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.login-details-info {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
	font-size: 18px;
}
.login-details-info var {
	color:#6b3774;
	font-weight:bold;
}
.login-details-info:hover{
   background-color:#fcb207 ;
}
.login-details-info a {
    color: #000 !important;
    border: none !important;
    font-size: 18px !important;
    padding: 21px 0px !important;
    text-align: right;
}
.login-details-info a span {
    color: #000 !important;
    border: none !important;
    font-size: 22px !important;
    padding: 21px 0px !important;
    text-align: right;
}
.strong-nav-menu {
	text-align: left;
	float: left;
	background-color: #6b3774;
	padding: 5px 7px;
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	margin-top: -5px;
}
.login-details-info a::after{
	background:none !important;
}
.header-login-form-label{
	color:#000!important;
	border:none !important;
}
.header-down ul li {
    padding: 0px 0px 0px 1px;
    display: inline-block;
}
.header-down ul li a {
    font-size: 18px;
    transition: 0.5s;
    color: #222;
    background: #fcb207;
    position: relative;
    padding: 5px 18px 5px 37px;
    border-radius: 10px;
    border-bottom: 3px solid #805b08;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
	margin-left: 6px;
}
.header-down-top {
    font-size: 18px;
    transition: 0.5s;
    color: #222;
    background: #fcb207;
    position: relative;
    padding: 6px 18px 6px 43px;
    border-radius: 10px;
    border-bottom: 3px solid #805b08;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.header-down-mid {
    font-size: 18px;
    transition: 0.5s;
    color: #222;
    background: #fcb207;
    position: relative;
    padding: 6px 18px 6px 43px;
    border-radius: 10px;
    border-bottom: 3px solid #805b08;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.header-down-bottom {
    font-size: 18px;
    transition: 0.5s;
    color: #222;
    background: #fcb207;
    position: relative;
    padding: 6px 18px 6px 43px;
    border-radius: 10px;
    border-bottom: 3px solid #805b08;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.header-down ul li a:hover {
    text-decoration: none;
    color: #661090;
}
.header-down ul li a:before {
    content: '';
    position: absolute;
    background: url(/content/images/flower.png);
    height: 37px;
    width: 39px;
    z-index: 999;
    left: 0px;
    /*right: 286px;*/
    top: 0px;
}
.header-down-top:before {
    content: '';
    position: absolute;
    background: url(/content/images/flower.png);
    height: 37px;
    width: 39px;
    z-index: 999;
    left: 0px;
    /*right: 303px !important;*/
    top: 0px;
}
.header-down-mid:before {
    content: '';
    position: absolute;
    background: url(/content/images/flower.png);
    height: 37px;
    width: 39px;
    z-index: 999;
    left: 0px;
    /*right: 285px !important;*/
    top: 0px;
}
.header-down-bottom:before {
    content: '';
    position: absolute;
    background: url(/content/images/flower.png);
    height: 37px;
    width: 39px;
    z-index: 999;
    left: 0px;
    right: 342px !important;
    top: 0px;
}
.header-bottom {
    width: 100%;
    float: left;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b3774+0,4e2856+100 */
    
    background: #6b3774;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #6b3774 0%, #4e2856 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #6b3774 0%, #4e2856 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #6b3774 0%, #4e2856 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6b3774', endColorstr='#4e2856', GradientType=0);
    /* IE6-9 */
    
    ;
    border-bottom: 0px solid #4b1b56;
    text-align: right;
}
.header-bottom-menu {
    width: 100%;
    float: left;
    text-align: right;
}
.header-bottom-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-bottom-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.header-bottom-menu ul li:hover {
    color: #eda800;
}
.header-bottom-menu ul li:before {
    content: '';
	width: 2px;
	height: 20px;
	font-family: fontAwesome;
	background: #815888;
	position: absolute;
	right: 0px;
	top: 6px;
}
.header-bottom-menu ul li:last-child:before {
    background: none;
}
.header-bottom-menu ul li:last-child:after {
    content: '';
    background: url(/content/images/bottom-areeow.png);
    position: absolute;
    right: -18px;
    top: 6px;
}
.header-bottom-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-bottom-menu ul li {
	display: inline-block;
	position: relative;
	/*margin-left: 34px;
	margin-right: -27px;*/
}

.header-bottom-menu ul li::before {
    content: '';
    width: 2px;
    height: 20px;
    font-family: fontAwesome;
    background: #7d5185 !important;
    position: absolute;
    right: 0px;
    top: 6px;
}
.header-bottom-menu ul li:first-child:before {
	display:none;
}
.header-bottom-menu ul li a {
    color: #fff;
    font-size: 21px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.header-bottom-menu {
    width: 100%;
    float: left;
    background: background: background: #6b3774 !important;
    background: -moz-linear-gradient(top, #6b3774 0%, #4e2856 100%) !important;
    background: -webkit-linear-gradient(top, #6b3774 0%, #4e2856 100%) !important;
    background: linear-gradient(to bottom, #6b3774 0%, #4e2856 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6b3774', endColorstr='#4e2856', GradientType=0);
    ;
    padding: 15px 0px;
    border-bottom: 0px solid #542b5d;
}
.header-bottom-menu ul li a:hover {
    color: #fff;
    background: #8334b0;
}
.header-bottom-menu ul li a:hover:before {
    content: '';
    top: 46px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    background: url(/content/images/bottom-areeow.png);
    width: 19px;
    height: 15px;
}
.header-bottom-menu ul li:hover:before {
    display: none;
}
.header-tab {
    text-align: right;
}
.tabcontent {
    text-align: right;
}
.tablinks {
    background: none;
    border: none;
    cursor: default;
}
.tablinks {
    color: #fff;
    font-size: 21px;
    position: relative;
}
.tablinks.border-type {
    position: relative;
}
.tablinks.border-type::before {
    content: '';
    width: 2px;
    height: 20px;
    font-family: fontAwesome;
    background: #815888;
    position: absolute;
    right: -6px;
    top: 22px;
}
.tablinks.border-type {
    padding: 15px 15px 15px 15px;
}
.tablinks.border-type:last-chilld {
    border: none;
}
.tablinks.border-type.active {
    background: #8c3bba;
    position: relative;
}
.tablinks.border-type.active:after {
    content: '';
    width: 20px;
    position: absolute;
    top: 62px;
    left: 0px;
    right: 0px;
    background: url(/content/images/bottom-areeow.png);
    height: 15px;
    margin: 0px auto;
}
.tablinks.border-type {
    cursor: pointer;
}
.tablinks.border-type:hover {
    color: #fff;
}
.tablinks.border-type {
    transition: 0.5s;
}
.no-gutter {
   /* margin: 0px !important;*/
}
.padding-0 {
    padding: 0px !important;
}
.service-design {
    height: 100%;
    position: relative;
	background: url(/content/images/mid-design.jpg);
}
.service-design:before {
    content: '';
    width: 407px;
    height: 442px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 20%;
}
.service-design.onphone:before {
    background: url(/content/images/stat-phone.png) no-repeat center;
}
.service-design.offline:before {
    background: url(/content/images/stat-offline.png) no-repeat center;
}
.service-design.away:before {
    background: url(/content/images/stat-wait.png) no-repeat center;
}
.service-design.pay-show:before {
    background: url(/content/images/stat-pay.png) no-repeat center;
}
.service-design.in-show:before {
    background: url(/content/images/stat-private.png) no-repeat center;
}
.service-design.in-peek:before {
    background: url(/content/images/stat-peek.png) no-repeat center;
}
.service-design.vip-show:before {
    background: url(/content/images/stat-vip.png) no-repeat center;
}
.service-design .status-show {
    display: block;
    position: relative;
}
.service-design .status-show .premiumPhoneBox{
	position: absolute;
    left: 0px;
    top: 329px;
    color: #fff;
    text-align: center;
	font-size:40px;
	width:100%;
	line-height:20px;
}
.service-design .status-show .premiumPhoneBox b {
	display:block;	
	font-size:20px;
}
.service-design .status-show .premiumPhoneBox strong {
	line-height: 40px;
}
.service-design .status-show .premiumPhoneBox small {
	font-size: 12px;
    color: black;
}
.service-design img {
    width: 100%;
    height: 100.2% !important;
    border-radius: 0px 7px 7px 0px;
}
.service-girl #player{
	margin:0 auto !important;
}
.service-girl img {
    height: 100%;
    width: 100%;
    border-radius: 7px 0px 0px 7px;
}
.player-place #show_timer
{
	width:auto;
	height:20px;
	position:absolute;
	left:15px;
	bottom:0;
	background:#000;
	color:#fff;
	line-height:20px;
	font-weight:bold;
	z-index:10;
	text-align:center;
	font-size:24px;
}
.player-place .timer-stat
{
	width:auto;
	height:20px;
	position:absolute;
	left:75px;
	bottom:0;
	background:#000;
	color:#F7DE61;
	line-height:20px;
	font-weight:bold;
	z-index:10;
	text-align:center;
}
/************** #chatbox ******************/
#chatbox
{
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.chat-msg-box
{
	width:100%;
	height:655px;
	background:#fff;
	color:#000;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:5px;
}
#chat_mssages
{
	width: 95%;
    float: left;
    text-align: right;
}
#chat_mssages div img
{
	vertical-align:middle;
	width:31px;
}
#chat_mssages div
{
	border-bottom:1px solid #ababab;
	margin:0 5px;
	padding:5px;
	font-size:14px;
	clear:both;
}
#chat_mssages div.msg-c
{
	color:#045096;
}
#chat_mssages div.msg-m
{
	color:#aa1337;
}
.chat-inpt
{
	display: inline;
    font-size: 24px;
    transition: 0.5s;
    color: #222;
    background: #fff;
    padding: 0px 5px 0px 150px;
	width:90%;
    border-radius: 10px;
    border: 1px solid #cac7bf;
}
#chat_btn {
	position: absolute;
    left: 0px;
    top: 0px;
	transition: 0.5s;
    font-size: 24px;
    color: #fff;
 	background: #97c313;
    background: -moz-linear-gradient(top, #97c313 0%, #82ab06 97%);
    background: -webkit-linear-gradient(top, #97c313 0%, #82ab06 97%);
    background: linear-gradient(to bottom, #97c313 0%, #82ab06 97%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#97c313', endColorstr='#82ab06', GradientType=0);
    border-bottom: 3px solid #546f04;
	padding: 0px 35px;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.chat-title
{
	display:none;
}
/************** end #chatbox ******************/
/* ============================================================================ */
.chat-bar
{
	height:30px;
	position:relative;
	clear:both;
	float: left;
}
.smile-btn
{
	display:block;
	width:31px;
	height:31px;
	background:url(../images/smile-btn.png) no-repeat 0 0;
	float:right;
	margin: 2px 0px;
}
.smiles
{
	position:absolute;
	top:-43px;
	right:-9px;
	width:auto;
	background:#000;
	height:38px;
	display:none;
}
.smiles img
{
	width:31px !important;
	height:31px !important;
	float:right;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
}
/* ======================================================================= */
/* ========================cam_box==================================== */
#cam_box
{
	width:220px;
	height:170px;
	background:#eaeaea;
	border:1px solid #6b6c75;
	position:fixed;
	top:2px;
	left:2px;
	display:none;
	z-index:10;
	overflow:hidden;
}
.cam-close
{
	display:block;
	width:15px;
	height:15px;
	border:1px solid #ababab;
	text-align:center;
	float:right;
	line-height:15px;
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	color:#aa1337;
	cursor:pointer;
}
#cam-place
{
	clear:both;
}
.chat-nav
{
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	position:absolute;
	left:22px;
	top:7px;
	z-index:10;
	padding:2px 5px 0px;
}
.chat-nav .cam-tip
{
    display:block;
    width:130px;
    height:40px;
    background:url(/content/images/cam-icons.png) no-repeat 0 0;
    float:left;
    text-align:left;
    text-align:right;
    line-height:33px;
    border-radius:3px;
    text-indent:7px;
    font-size:14px;
	color:#6fd8ff;
}
.chat-nav:hover
{
   width:150px;
   background:#666;
   border:1px solid #333;
   border-radius:10px;
   color:white;
}
.chat-nav:hover .cam-tip
{
	background: url(/content/images/cam-icons.png) no-repeat -35px 0;
}
#client_cam
{
	display:none;
}
/* ======================================================================= */
/* =================================extra-shows======================================== */
.popup-container.extra-shows, #extrashow-order .popup-close
{
	width:560px;
}
.extra-shows-box
{
	max-height: 540px;
	overflow-y: scroll;
}
.extra-tbl
{
	width:520px;
	border-collapse: collapse;
	float:left;
	margin:1px 8px;
	text-align: right;
}
.extra-tbl th, .extra-tbl td
{
	border-top: 1px solid #ababab;
	padding: 7px 0;
}
.extra-tbl th
{
	width:310px;
	color:#045096;
}
	.extra-tbl th span
	{
		font-size:13px;
		display:block;
		color:#000;
		font-weight:normal;
	}
	.extra-tbl .cr-lack
	{
		color: red;
	}
	.extra-tbl td
	{
		text-align: center;
	}
	.extra-tbl .cr-cost
	{
		width:110px;
		text-align:center;
	}
	.extra-tbl .cr-cost var
	{
		font-weight:bold;
	}
#ex-stat
{
	display:none;
	color:red;
}
/* ===================================================================================== */
.m-extras
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
	.m-extras li
	{
		display:block;
		margin-bottom:7px;
	}
	.m-extras h5
	{
		font-size:14px;
	}
/* ===================================================================================== */
.middle-wrapper {
    width: 100%;
    float: left;
    background: url(/content/images/middlle-bg.jpg);
    padding: 30px 0px 0px 0px;
    height: 100%;
}
.mid-top-btn {
    width: 100%;
    float: left;
    padding-bottom: 22px;
    text-align: left;
	margin-left: -30px;
}
.mid-top-btn a {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #0c0427;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#221648+0,090712+100 */   
    background: #221648;
    /* Old browsers */
    background: -moz-linear-gradient(top, #221648 0%, #090712 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #221648 0%, #090712 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #221648 0%, #090712 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#221648', endColorstr='#090712', GradientType=0);
    /* IE6-9 */
    padding: 12px 38px;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.mid-top-btn a:hover {
    text-decoration: none;
    color: #fff;
}
.mid-top-btn a span {
	color: #fcb200;
}
.mid-top-btn a span:hover {
	text-decoration:underline;
}
.mid-top-title {
    width: 100%;
    float: right;
	text-align: right;
	margin-right: 15px;
}
.mid-top-title h1 {
    color: #222;
    text-align: right;
    font-size: 30px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.mid-top-title p {
    color: #222;
    text-align: right;
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.mid-top-title a span, .mid-top-title span{
	 color: #6b3774 !important;
    text-align: right;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.mid-top-title a {
    color: #222;
    text-align: right;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
	padding:0px 2px;
	text-decoration: none !important;
}
.middle-clients {
    width: 100%;
    float: left;
}
.mid-clients {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
}
.mid-clients ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    left: 0px;
    right: 5px;
}
.mid-clients ul li {
    padding: 0px 3px;
    color: #222;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.mid-clients ul li a {
    font-size: 16px;
    color: #96c212;
}
.mid-clients ul li:nth-child(1) a {
    background: #96c212;
    color: #fff;
	padding: 6px 28px 6px 15px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #76931f;
}


.mid-clients ul li a:hover {
    text-decoration: none;
}
/*.mid-clients ul li:last-child a:before {
    content: '';
    background-repeat: no-repeat !important;
    font-family: fontAwesome;
    position: absolute;
    background: url(/content/images/check.png);
    width: 30px;
    height: 30px;
    top: 12px;
    right: -5px;
}
*/
.mid-clients li a img {
    padding: 0px 5px 0px 0px;
}
.mid-clients ul li {
    font-size: 22px;
}
.blue li {
    color: #107dc2 !important;
}
.orange li {
    color: #d52d0c !important;
}
.orange a {
    background: #d52d0c !important;
    border-bottom: 2px solid #69190a !important;
}
.yellow li {
    color: #fdb300 !important;
}
.yellow a {
    background: #fdb300 !important;
    border-bottom: 2px solid #ae8217 !important;
}
#Paris {
    display: block;
}
#Tokyo {
    display: none;
}
.tablinks.border-type:hover {
    background: #8334b0;
    position: relative;
}
.tablinks.border-type:hover:before {
    content: '';
    top: 59px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    background: url(/content/images/bottom-areeow.png);
    width: 19px;
    height: 15px;
}
.client-hd {
    position: relative;
}
.client-hd:before {
    content: '';
    width: 48px;
    height: 27px;
    background: url(/content/images/hd.png);
    position: absolute;
    right: 12px;
    top: 10px;
}
.mid-clients img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.mid-title {
    width: 100%;
    float: left;
    background: #fff;
    text-align: right;
    padding: 10px 14px 10px 14px;
}
.mid-title h2 a, .mid-title h2 {
    color: #6b3774;
    font-size: 22px;
}
.mid-title p {
    font-size: 16px;
    color: #000;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
	height:100px;
	overflow:hidden;
}
.mid-title ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mid-title ul li {
    display: inline-block;
    color: #6b3774;
    font-size: 18px;
    padding: 0px 4px 0px 0px;
}
.mid-border {
    width: 100%;
    float: left;
    border: 3px solid #b7b5b5;
    border-radius: 5px;
    margin-bottom: 20px;
	position:relative;
}
.mid-border.onphone {
	border-color:#fdb300 !important;
}
.mid-border.online, .mid-border.free,.mid-border.online, .mid-border.show, .mid-border.vip, .mid-border.gold {
	border-color:#96c212 !important;
}
.mid-border.message {
	border-color:#d52d0c !important;
}
.mid-border.away {
	border-color:#107dc2 !important;
}

.mid-border.onphone .mid-clients ul li {
	color:#fdb300 !important;	
}
.mid-border.online .mid-clients ul li, .mid-border.free .mid-clients ul li, .mid-border.show .mid-clients ul li, .mid-border.vip .mid-clients ul li, .mid-border.gold .mid-clients ul li {
    color: #96c212 !important;	
}
.mid-border.message .mid-clients ul li {
	color:#d52d0c !important;
}
.mid-border.away .mid-clients ul li {
	color:#107dc2 !important;
}
.mid-border .new {
	position:absolute;
	left:-6px;
	bottom:-6px;
	width:81px;
	height:106px;
	background:url(/content/images/new-icon.png) no-repeat center;
	z-index:1;
}
.mid-border.free .ribbon {
	position:absolute;
	left:-7px;
	top:-7px;
	width:138px;
	height:137px;
	background:url(/content/images/ribbon-free.png) no-repeat center;
	z-index:1;
}
.mid-border.show .ribbon {
	position:absolute;
	left:-7px;
	top:-7px;
	width:138px;
	height:137px;
	background:url(/content/images/ribbon.png) no-repeat center;
	z-index:1;
}
.mid-border.vip .ribbon {
	position:absolute;
	left:-7px;
	top:-7px;
	width:138px;
	height:137px;
	background:url(/content/images/ribbon-vip.png) no-repeat center;
	z-index:1;
}

.mid-border.gold .ribbon {
	position:absolute;
	left:-7px;
	top:-7px;
	width:138px;
	height:137px;
	background:url(/content/images/ribbon-gold.png) no-repeat center;
	z-index:1;
}
.mid-title ul li:nth-child(1) a {
    background: #ccc;
    border-radius: 8px;
    font-size: 18px;
    padding: 2px 16px;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
}
.mid-border.onphone .mid-clients ul li:nth-child(1) a {
	background: #fdb300 !important;
    border-bottom: 2px solid #ae8217 !important;
}
.mid-border.free .mid-clients ul li:nth-child(1) a, .mid-border.show .mid-clients ul li:nth-child(1) a, .mid-border.vip .mid-clients ul li:nth-child(1) a, .mid-border.gold .mid-clients ul li:nth-child(1) a {
	background: #96c212 !important;
    border-bottom: 3px solid #76931f !important;
}
.mid-border.message .mid-clients ul li:nth-child(1) a {
	background: #d52d0c !important;
    border-bottom: 2px solid #69190a !important;
}
.mid-border.away .mid-clients ul li:nth-child(1) a {
	background: #107dc2 !important;
    border-bottom: 3px solid #0a4d78 !important;
}
.mid-title ul li a:hover {
    text-decoration: none;
    color: #6b3774;
}
.mid-title ul li a {
    color: #6b3774;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
	font-size:18px;
}
.mid-titlelst  {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    background-color: #c3c0b8;
    border-radius: 10px;
    padding: 1px 8px;
    color: #fff !important;
}
.mid-clients ul a i.phone-client:before {
    content: '';
    background-repeat: no-repeat !important;
    font-family: fontAwesome;
    position: absolute;
    background: url(/content/images/phone-client.png) center no-repeat !important;
    width: 30px;
    height: 30px;
    top: 5px !important;
	right: 0px;
}
.mid-clients ul a i.watch-client:before {
    content: '';
    background-repeat: no-repeat !important;
    font-family: fontAwesome;
    position: absolute;
    background: url(/content/images/watch-client.png) center no-repeat !important;
    width: 30px;
    height: 30px;
    top: 5px !important;
	right: 0px;
}
.watch-client a {
    position: relative;
}
.watch-client a:last-child {
    background: #107dc2 !important;
    border-bottom: 3px solid #0a4d78 !important;
}
.mid-clients ul a i.check-client:before {
    content: '';
    background-repeat: no-repeat !important;
    font-family: fontAwesome;
    position: absolute;
    background: url(/content/images/check.png) center no-repeat !important;
    width: 30px;
    height: 30px;
    top: 5px !important;
	right: 0px;
}
.check-client a {
    position: relative;
}
.check-client a:last-child {
    background: #96c212 !important;
border-bottom: 3px solid #76931f !important;
}
.mid-clients ul a i.client-pen:before {
    content: '';
    background-repeat: no-repeat !important;
    font-family: fontAwesome;
    position: absolute;
    background: url(/content/images/client-pen.png) center no-repeat !important;
    width: 30px;
    height: 30px;
    top: 3px !important;
    right: 0px;
}
.mid-side-butn a {
    position: relative;
}
.mid-side-butn a:after {
    content: '';
    background: url(/content/images/client-think.png);
    right: 43px;
    top: 7px;
    width: 39px;
    height: 36px;
    position: absolute;
}
.mid-side-butn a:before {
    display: none !important;
}
.banner-wrapper {
    width: 100%;
    float: left;
    background: url(/content/images/banner-bg.jpg);
    height: 203px;
    padding: 50px 0px;
}
.brand-area {
    width: 100%;
    float: left;
}
.brand-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.brand-area ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    width: 20%;
    text-align: center;
    float: right;
}
.brand-area ul li img {
    border-radius: 10px;
	margin: 0px auto;
	width: 320px;
	height: 100px;
}
.brand-area-img{
	/*float:right !important;*/
}
.brand-area-img img{
	float:right !important;
	 border-radius: 10px !important;
    margin:0 !important;
	width: 310px !important;
height: 100px !important;
}
.earth-wrapper {
    width: 100%;
    float: left;
    background: url(/content/images/earth-bg.jpg) repeat top;
    min-height: 589px;
}
.earth-area {
    width: 100%;
    float: left;
    padding-top: 105px;
    text-align: right;
}
.earth-area h2 {
    font-size: 30px;
    color: #fab000;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.earth-area p {
    font-size: 19px;
    color: #fff;
    line-height: 25px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
}
.earth-area a {
    background: #8e4f99;
    transition: 0.5s;
    padding: 10px 20px;
    border-radius: 10px;
    border-bottom: 3px solid #652671;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.earth-area a:hover {
    color: #fab000;
    text-decoration: none;
}
.earth-area-sec-left {
    background: url(/Content/images/earth.png) no-repeat left bottom;
    min-height:770px;
}
.blogs-wrapper {
    width: 100%;
    float: left;
    padding: 32px 0px;
}
.blogs-btn {
    width: 100%;
    float: left;
}
.blogs-btn a {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #0c0427;
    text-decoration: none;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#221648+0,090712+100 */
    
    background: #221648;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #221648 0%, #090712 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #221648 0%, #090712 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #221648 0%, #090712 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#221648', endColorstr='#090712', GradientType=0);
    /* IE6-9 */
    
    ;
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.blogs-btn a:hover {
    text-decoration: none;
    color: #fff;
}

.blogs-title {
    width: 100%;
    float: left;
}
.blogs-title h3, .blogs-title p {
    font-size: 30px;
    color: #222;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.blogs-area {
    width: 100%;
    float: left;
	
}
.blogs-act {
    width: 100%;
    float: left;
}
.blogs-act-title {
    width: 452px;
	height:310px;
    float: left;
    text-align: right;
    background: #fff;
    padding: 38px 22px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 5px; 
	
}
.blogs-act-title h2 {
    font-size: 22px;
    color: #8d4f98;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.blogs-act-title p {
    font-size: 16px;
    color: #000;
    text-align: right;
    line-height: 21px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.blogs-act-pic {
    width: 100%;
    float: left;
}
.blogs-act-pic img {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;    
    height: 310px;

}
.blogs-act-title a {
    background: #8d4f98;
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 18px;
    border-bottom: 3px solid #603469;
    border-radius: 10px;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.blogs-act-title a:hover {
    color: #fcb200;
    text-decoration: none;
}
.col-sm-6.blog-space {
    padding-right: 0px;
}
.col-sm-6.blog-spex {
    padding-left: 0px;
}
.blog-quater {
    border: 3px solid #b3b0b0;
    border-radius: 7px;
    margin-bottom: 20px;
}
.series-wrapper {
    width: 100%;
    float: left;
    background: url(/content/images/main-last-bg.jpg);
  
    background-repeat: no-repeat;
    background-size: cover;
}
.series-title {
    width: 100%;
    float: left;
    padding: 100px 0px;
    text-align: right;
}
.series-title h2 {
    color: #fab000;
    font-size: 30px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.series-title p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
}
.series-title a {
    background: #8d4f98;
    display: inline-block;
    padding: 8px 20px;
    border-bottom: 3px solid #603469;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.series-title a:hover {
    color: #fcb200;
    text-decoration: none;
}
.series-item {
    padding: 85% 0px 0px 0px;
}
.series-item img {
   margin-right: -30px;
}
.mid-about-area {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.middle-about {
	margin:0px 15px 50px;
}
.mid-slider-area {
    width: 100%;
    float: left;
    padding: 25px 0px 12px 0px;
    margin: 26px 0px 18px 0px;
}
.mid-slider-btn a:hover {
    color: #fcb200;
    text-decoration: none;
}
.mid-slider-btn a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    transition: 0.5s;
}
.mid-slider-area {
    background: #6b3774;
    padding: 20px 33px 20px 247px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border-bottom: 3px solid #4d2756;
    border-radius: 10px 10px 0px 0px;
}
.about-title {
    width: 100%;
    float: left;
    text-align: right;
}
.about-title p {
    font-size: 21px;
    line-height: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400 !important;
}
.about-bg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 42px !important;
    border: 3px solid #c0bfbf;
    border-radius: 10px;
	text-align:right;
	font-size:15px;
 
}
.about-pic.article {
	float:right;
	width:30%;
	display:inline-block;
	margin: 0px 0px 20px 20px;
}
.about-pic img {
    width: 100%;
    margin-bottom: 20px;
	border-radius: 10px;
}
.about-title h2 {
    color: #fcb207;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.slider-girl h2 {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #6b3774;
    margin-top: 0px !important;
    border-top: 0px !important;
    text-align: center;
    padding: 12px 0px;
    background: #fff;
    border: 3px solid #c5c1b8;
    border-radius: 0px 0px 10px 10px;
}

.slider-girl img, .slider-girl a img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.slider-girl a.girl-img img {
	height:155px;	
}
.slider-girl {
    position: relative;
}
/*.slider-girl:before {
    content: '';
    position: absolute;
    background: url(/content/images/slider-hd.png);
    width: 27px;
    height: 15px;
    right: 8px;
    top: 8px;
}*/
.slider-girl a.hd-icon {
	position: absolute;
    top: 2px;
    left: 157px;
    display: inline-block;
}
.slider-girl a.stat-icon {
    position: absolute;
    top: 0px;
    left: 8px;
    color: #fff !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    background: #96c112;
    padding: 2px 19px 0px 7px;
    font-size: 12px;
    border-radius: 5px;
    border-bottom: 3px solid #566f04;
    display: inline-block;
    margin-top: 7px;
    transition: 0.5s;
}
.model-message .slider-girl a.stat-icon {
	background: #d52d0c !important;
    border-bottom: 2px solid #69190a !important;
}
.model-away .slider-girl a.stat-icon {
	background: #107dc2 !important;
    border-bottom: 3px solid #0a4d78 !important;
}
.model-onphone .slider-girl a.stat-icon {
	background: #fdb300 !important;
    border-bottom: 2px solid #ae8217 !important;
}
.slider-girl a.stat-icon img {
    position: absolute;
    top: 2px;
    left: 157px;
   
    display: inline-block;
  
  
}
.slider-girl a.stat-icon:hover {
    text-decoration: none;
    color: #fcb200 !important;
}
.slider-girl a.stat-icon:before {
    content: '';
    background: url(/content/images/check-btn.png);
    width: 10px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.model-message .slider-girl a.stat-icon:before {
	background-image:url(/content/images/client-pen.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 11px
}
.model-away .slider-girl a.stat-icon:before {
	background-image:url(/content/images/watch-client.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 11px
}
.model-onphone .slider-girl a.stat-icon:before {
	background-image:url(/content/images/phone-client.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 11px
}
.slid {
    background: #6b3774;
    border-bottom: 3px solid #4d2756;
    border-radius: 10px 10px 0px 0px;
    text-align: right;
    width: 100%;
    padding: 15px 25px 15px 15px;
    /*margin-top: 25px;*/
    
    margin-bottom: 15px;
}
.glyphicon.glyphicon-chevron-right {
    margin-right: -50px !important;
}
.glyphicon.glyphicon-chevron-left {
    margin-left: 10px !important;
}
.slid a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.slid a:hover {
    text-decoration: none;
    color: #fcb200;
}
.carousel-control.left {
    background: none !important;
}
.carousel-control.right {
    background: none !important;
}
.carousel-control.right {
    left: 35px !important;
}
.side-pic {
    position: relative;
    text-align: center;
    padding-top: 28px;
}
.side-pic img {
    border: 3px solid #b1aea7;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.side-pic a {
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb400+13,e4a100+99 */
    
    background: #ffb400;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ffb400 13%, #e4a100 99%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #ffb400 13%, #e4a100 99%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #ffb400 13%, #e4a100 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#e4a100', GradientType=0);
    /* IE6-9 */
    
    ;
    color: #fff;
    padding: 2px 25px;
    border-radius: 10px;
    border-bottom: 3px solid #926700;
    position: absolute;
    display: inline-block;
    bottom: 41%;
    font-size: 22px;
    right: 27%;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.side-pic a:hover {
    color: #6b3774;
    text-decoration: none;
}
.side-pic h2 {
    position: absolute;
    top: 29%;
    right: 24%;
    color: #9d40ad;
    font-size: 42px;
    text-shadow: 10px 1px 30px #7a20b9;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.side-pic h3 {
    position: absolute;
    top: 22%;
    right: 13%;
    color: #fbb100;
    font-size: 31px;
    text-shadow: 10px 1px 30px #7a20b9;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.side-pic h4 {
    position: absolute;
    top: 13%;
    right: 27%;
    color: #fff;
    font-size: 31px;
    text-shadow: 10px 1px 30px #7a20b9;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}
.panel-default > .panel-heading a {
    padding: 8px 15px !important;
}
.panel-group .panel {
    border: none;
}
.panel-default > .panel-heading a:focus {
    text-decoration: none;
}
.panel-group {
    margin: 0px !important;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}
.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}
.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
    content: "Expand All";
}
.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}
.panel-title a {
    text-align: right;
    font-size: 19px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.panel-default > .panel-heading a::after {
    float: left !important;
    color: #c3c0ba !important;
    font-size: 24px;
}
.panel-title a:hover {
    text-decoration: none;
}
.panel.panel-default {
    border-radius: 10px;
}
.panel-title {
    padding: 10px 0px;
    margin-bottom: 0px !important;
    background: #f5f5f5 !important;
    border-radius: 10px 10px 0px 0px;
}
.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #f5f5f5 !important;
}
.panel-body {
    text-align: right;
    font-size: 17.2px;
    background: #e7e6e4;
    line-height: 26px;
    padding: 20px 22px 25px 75px !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.panel-group .panel + .panel {
    margin-top: 12px !important;
}
.panel-title::before {
    content: '';
    width: 1px;
    height: 41px;
    background: #c3c0ba;
    position: absolute;
    left: 6%;
}
#accordion {
    border-bottom: 1px solid #d7d5d1;
    padding-bottom: 45px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-radius: 0px 0px 10px 10px !important;
}
.panel-default > .panel-heading {
    border-radius: 10px 10px 0px 0px !important;
}
.panel-title a:hover {
    color: #fcb207;
}
.panel-title a {
    transition: 0.5s;
}
.service-mid {
    width: 100%;
    float: left;
    margin: 15px 0px;
    border: 3px solid #c5c1b8;
    border-radius: 10px;
	overflow:hidden;
}
.service-bot {
	margin: 0px;
}
.service-girl {
    width: 100%;
    float: left;
}
.service-girl {
    position: relative;
}
/*.service-girl:before {
    content: '';
    width: 64px;
    height: 36px;
    background: url(/content/images/mid-hd.png);
    position: absolute;
    right: 56px;
    top: 25px;
}*/
.service-design img {
    width: 100%;
}
.service-top-btn {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}
.mid-butn {
    width: 100%;
    float: left;
    margin-bottom: 12px;
	
}
.mid-butn ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mid-butn ul li {
    display: inline-block;
    padding: 0px 7px 0px 0px;
}
.mid-butn ul li a {
    font-size: 21px;
    transition: 0.5s;
    position: relative;
    display: inline !important;
    color: #fff;
    background: #fdb300;
    padding: 8px 92px 9px 45px;
    border-radius: 10px;
    border-bottom: 3px solid #926700;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
	cursor:pointer;
}
.mid-butn ul li a:hover {
    color: #8a4c95;
    text-decoration: none;
}
.mid-butn ul li a.btn {
	display: inline !important;
    font-size: 24px;
    color: #fff;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97c313+0,82ab06+97 */ background: #97c313;
    background: -moz-linear-gradient(top, #97c313 0%, #82ab06 97%);
    background: -webkit-linear-gradient(top, #97c313 0%, #82ab06 97%);
    background: linear-gradient(to bottom, #97c313 0%, #82ab06 97%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#97c313', endColorstr='#82ab06', GradientType=0);
    padding: 5px 60px;
    border-radius: 10px;
    border-bottom: 3px solid #546f04;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.mid-butn ul li a.btn-gray {
	color: #000;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	border-bottom: 3px solid #767676;
}
.mid-butn ul li a.btn.btn-blue {
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	border-bottom: 3px solid #00489b;
	padding: 5px 50px;
}
.mid-butn ul li a.btn-red {
	color: #000;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
	border-bottom: 3px solid #a10e00;
}
.mid-butn ul li a.btn-p {
	background: rgba(203,96,179,1);
	background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(100%, rgba(168,0,119,1)));
	background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
	background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
	background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#a80077', GradientType=0 );
	border-bottom: 3px solid #480033;
}
.mid-side-butn a {
    background: #8a4c95 !important;
    border-bottom: 3px solid #502c56 !important;
    transition: 0.5s !important;
    position: relative !important;
    padding: 9px 90px 9px 41px !important;
	color:#fff !important;
}
.mid-side-butn a:hover {
    color: #f9b000 !important;
    text-decoration: none;
}
.mid-butn ul li a.tip-btn:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    background: url(/content/images/mid-btn.png);
    right: 45px;
    bottom: 2px;
}
.mid-side-butn ul li a:before {
    display: none !important;
}
.title-area {
    border-top: 1px solid #afaca3;
    padding-top: 20px;
}
.servicer-item {
    width: 100%;
    float: left;
    padding-bottom: 12px;
    margin: 27px 0px 0px 0px;
}
.servicer-item .service-last-btn {
	float:right;
}
.servicer-item ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
	float:right;
}
.servicer-item ul li {
    display: inline-block;
    padding: 0px 25px 0px 0px;
}
.servicer-item ul li a {
    font-size: 19px;
    color: #820b60;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.servicer-item ul li img {
    padding: 0px 0px 0px 10px;
}
.servicer-item ul li a:hover {
    text-decoration: none;
    color: #6b3774 !important;
}
.servicer-item ul li:nth-child(2) a {
    background: #afaca4;
    padding: 1px 12px 2px 12px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.service-last-btn a {
    font-size: 19px;
    color: #6b3774;
    position: relative;
    padding: 0px 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400 !important;
}
.service-last-btn a:before {
    content: '';
    width: 1px;
    height: 44px;
    background: #afaca3;
    position: absolute;
    top: -10px;
    right: 8.4em;
}
.service-last-btn a:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/content/images/star-pur.png);
    position: absolute;
    top: -3px;
    left: 7.8em;
}
.service-last-btn a:hover {
    text-decoration: none;
}
.service-star {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 30px;
	
}
.service-star ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.service-star ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.service-star .stars-rate { font-size:24px; }
.service-star .stars-rate i { margin:0px 2px; }
.service-star ul li a {
    background: #afaca4;
    transition: 0.5s;
    margin: 0px 0px 0px 7px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    padding: 0px 15px 0px 15px;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    border-radius: 10px;
}
.service-star ul li a:hover {
    text-decoration: none;
    color: #6b3774;
}
.side-title {
    width: 100%;
    float: left;
    text-align: right;
	margin-right: 10px !important;
}
.side-title ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.side-title ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.footer-about {
    width: 100%;
    float: left;
    text-align: right;
    padding: 6px 0px 0px 0px;
}
.footer-about ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-about ul li {
    display: inline-block;
    padding: 0px 0px 0px 5px;
}
.footer-about ul li a {
    font-size: 19px;
    color: #222;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.footer-about ul li i:hover {
    text-decoration: none;
    color: #fff;
}
.footer-about i {
    font-size: 20px;
    margin-top: 20px;
    background: #54aced;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    transition: 0.5s;
}
.fa-facebook {
    background: #3a5897 !important;
}
.fa-google-plus {
    background: #dc4e41 !important;
    margin: 0px 8px 0px 0px;
}
.footer-about ul li a:hover {
    text-decoration: none;
    color: #9340a2;
}
.service-wrapper {
    width: 100%;
    float: left;
}
.hd-btn {
	width: 100%;
	float: left;
	text-align: left;
	
}
.hd-btn ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.hd-btn ul li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
}
.hd-btn ul li a {
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23174a+0,0e0a1c+82 */
    
    background: #23174a;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #23174a 0%, #0e0a1c 82%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #23174a 0%, #0e0a1c 82%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #23174a 0%, #0e0a1c 82%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#23174a', endColorstr='#0e0a1c', GradientType=0);
    /* IE6-9 */
        display: inline-block;
    
    padding: 2px 2px 2px 2px;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
	position:relative;
}
.hd-call a {
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97c312+1,83ac07+99 */
    
    background: #97c312 !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #97c312 1%, #83ac07 99%) !important;
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #97c312 1%, #83ac07 99%) !important;
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #97c312 1%, #83ac07 99%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#97c312', endColorstr='#83ac07', GradientType=0);
    /* IE6-9 */
    
    
    display: inline-block !important;
	padding: 12px 115px 17px 50px !important;
    color: #fff;
    font-size: 25px;
    border-bottom: 3px solid #546e04;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
   
}
.hd-call a em {color: #ffeb3b;}
.hd-call a:before {
    content: '';
    position: absolute;
    background: url(/content/images/service-phn.png);
    width: 40px;
    height: 40px;
    right: 20px;
}
.hd-call a:hover {
    color: #000;
    text-decoration: none;
}
.hd-btn #play_zoom{ cursor:pointer;}
.service-right {
    width: 100%;
    float: left;
    text-align: right;
	
}
.service-right a {
    color: #0d091a;
    padding: 0px 2px;
    font-size: 14px;
	 font-family: 'Heebo', sans-serif;
}
.service-right ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.service-right ul li {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    font-size: 30px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.service-right ul li a {
    font-size: 18px;
    color: #fff;
    background: #97c313;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    padding: 1px 28px 0px 13px;
    border-radius: 10px;
    border-bottom: 3px solid #546e04;
}
.service-right ul li a:hover {
    text-decoration: none;
    color: #fcb207;
}
.service-right ul li a:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/content/images/service-check.png);
    position: absolute;
    top: 9px;
    
    left: 70px;
}
.client-tab.border-type {
    border: none;
    background: none;
    font-size: 20px;
    transition: 0.5s;
    position: relative;
    padding: 0px 0px 0px 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.client-tab.border-type:hover {
    color: #6b3774;
}
.client-tab.border-type:before {
    content: '';
    width: 1px;
    height: 17px;
    background: #a29f95;
    position: absolute;
    left: 142px;
    top: 7px;
}
.side-title {
    border-top: 1px solid #afaca3;
    padding: 20px 0px 4px 0px;
	
}
.client-title {
	width:100%;
    text-align: right;
    background: #fff;
    position: relative;
    padding: 35px 16px;
    border: 3px solid #c5c1b8;
    border-radius: 10px;
	display:none;
}
.client-title.active { display:block; }
.client-title p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.client-title:before {
    content: '';
    width: 22px;
    height: 13px;
    background: url(/content/images/client-iaerrow.png);
    position: absolute;
    top: -13px;
    right: 23px;
}
.client-title.two:before {
    content: '';
    width: 22px;
    height: 13px;
    background: url(/content/images/client-iaerrow.png);
    position: absolute;
    top: -13px;
    right: 127px;
}
.client-title.three:before {
    content: '';
    width: 22px;
    height: 13px;
    background: url(/content/images/client-iaerrow.png);
    position: absolute;
    top: -13px;
    right: 265px;
}

.client-tab.border-type.active {
    color: #6b3774;
}
.client-tab.border-type {
    cursor: pointer;
}
.title-btn a {
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b1c5c+0,090712+100 */
    
    background: #2b1c5c;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #2b1c5c 0%, #090712 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #2b1c5c 0%, #090712 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #2b1c5c 0%, #090712 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b1c5c', endColorstr='#090712', GradientType=0);
    /* IE6-9 */
    
    ;
    padding: 10px 30px;
    border-radius: 10px;
}
.title-btn {
    width: 100%;
    float: left;
    margin: 22px 0px 0px -10px;
	
}
.title-btn a:hover {
    text-decoration: none;
    color: #fdb300;
}
.title-right {
    text-align: right;
    margin: 0px 0px 0px 0px;
}
.title-right a {
    font-size: 24px;
    color: #6b3774;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.title-right a:hover {
    text-decoration: none;
}
.title-right textarea {
	display: inline;
    font-size: 16px;
    transition: 0.5s;
    color: #222;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #cac7bf;
	margin-top:-10px;
	width:100%;
	outline:none;
	resize:none;
}
.client-update {
	width:100%;
    text-align: right;
    background: #fff;
    position: relative;
    padding: 45px 35px 10px 0px;
    border: 3px solid #c5c1b8;
    border-radius: 10px;
    margin: 15px 0 20px;
	
}
.client-update p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.client-update:before {
    content: '';
    width: 22px;
    height: 13px;
    background: url(/content/images/client-iaerrow.png);
    position: absolute;
    top: -13px;
    right: 10px;
}
.client-last p {
    color: #ccc !important;
}
.client-next {
    border-bottom: 1px solid #d5d3cd;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 25px;
}
.client-next:before {
    content: '';
    width: 2px;
    height: 50px;
    background: #d0ceca;
    position: absolute;
    right: -35px;
    top: 0px;
}
.client-person {
    position: relative;
}
.client-person:before {
    content: '';
    background: url(/content/images/persons.png);
    width: 39px;
    height: 44px;
    position: absolute;
    right: -8px;
}
.client-person p {
    font-size: 20px;
    color: #db9c24;
    margin: 0px 36px 0px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.client-person:after {
    content: '';
    width: 123%;
    height: 1px;
    background: #d5d3cd;
    position: absolute;
    top: 67px;
    left: -36px;
}
.client-person.icon::after {
    display: none;
}
.infra {
   /* margin-top: 24px;*/
}
.mid-butn.infra {
	margin-top: 24px;
}
.no-gutter.infra {
    margin: 20px 0px 0px 0px !important;
    border: 3px solid #b7b4ae !important;
    border-radius: 10px;
}
.service-infra {
    width: 100%;
    float: left;
}
.service-infra {
    position: relative;
}
.service-infra:before {
    content: '';
    width: 64px;
    height: 36px;
    background: url(/content/images/mid-hd.png);
    position: absolute;
    right: 20px;
    top: 20px;
}
.service-infra img {
    height: 100%;
    width: 100%;
}
.infra-design {
    height: 100%;
    position: relative;
}
.infra-design:before {
    content: '';
    width: 296px;
    height: 326px;
    background-repeat: no-repeat !important;
    background: url(/content/images/mid-logo1.png);
    position: absolute;
    left: 85px;
    top: 22%;
}
.infra-design img {
    width: 100%;
    height: 100%;
}
.infra-design {
    height: 100%;
    position: relative;
}
.service-infra img {
    border-radius: 8px 0px 0px 8px;
}
.infra-design img {
    border-radius: 0px 8px 8px 0px;
    height: 584px;
}
.sms-mid-area {
    width: 100%;
    float: left;
    background: #fff;
   
    padding: 32px 40px !important;
    border: 3px solid #c5c1b8;
    border-radius: 10px;
}
.sms-area {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.sms-title {
    width: 100%;
    float: left;
}
.sms-title ul {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}
.sms-title ul li {
    padding: 0px 0px 0px 0px;
    color: #222;
    font-size: 22px;
    line-height: 35px;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.sms-title ul li:nth-child(1) {
    color: #fbb100;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.sms-title ul li:nth-child(5) {
    color: #6b3774;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.sms-design {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 40px;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c4199+0,2f144a+100 */
    
    background: #8c4199;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #8c4199 0%, #2f144a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c4199', endColorstr='#2f144a', GradientType=0);
    /* IE6-9 */
    
    
    padding: 60px 0px 91.5% 0px;
    border-radius: 10px 0px 0px 10px;
}
.sms-design h2 {
    font-size: 43px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.sms-design h3 {
    font-size: 53px;
    color: #fff;
    margin: 15px 0px;
    position: relative;
    z-index: 99999;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.sms-design p {
    font-size: 28px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-bottom: 0px !important;
}
.sms-design h3:before {
    content: '';
    height: 82px;
    width: 318px;
    background: url(/content/images/sms-aerrow.png);
    position: absolute;
    z-index: -111;
    left: 13px;
    bottom: -10px;
}
.sms-design:after {
    content: '';
    width: 120px;
    height: 115px;
    background: url(/content/images/sms-riibben.png);
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 9999;
}
.sms-tilte {
    width: 100%;
    float: left;
    background: #e8f0ce;
    margin-top: 40px;
    padding: 22px;
    border-radius: 0px 10px 10px 0px;
}
.sms-layout {
    width: 100%;
    float: left;
    text-align: right;
    border-bottom: 1px solid #bec4a9;
    padding: 0px 0px 10px 0px;
}
.sms-layout ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sms-layout ul li {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    color: #222;
    font-size: 39px;
    color: #6e8f07;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.sms-layout ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 28px;
    color: #222;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f1449+0,8c4199+100 */
    
    background: #2f1449;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #2f1449 0%, #8c4199 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f1449', endColorstr='#8c4199', GradientType=1);
    /* IE6-9 */
    
    ;
    padding: 0px 16px 0px 16px;
    border-radius: 10px;
    color: #fff;
}
.sms-layout ul li a:hover {
    color: #fbb100;
    text-decoration: none;
}
.sms-layout p {
    font-size: 22px;
    margin-top: 10px;
}
.sms-listing h4 {
    margin: 0px 22px 0px 0px;
}
.sms-listing h2 {
    color: #6e8f07;
    font-size: 36px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.sms-listing h4 a {
    display: inline-block;
    transition: 0.5s;
    font-size: 25px;
    color: #222;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f1449+0,8c4199+100 */
    
    background: #2f1449;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #2f1449 0%, #8c4199 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f1449', endColorstr='#8c4199', GradientType=1);
    /* IE6-9 */
    
    ;
    padding: 3px 16px 2px 16px;
    border-radius: 10px;
    color: #fff;
}
.sms-listing h4 a:hover {
    color: #fbb100;
    text-decoration: none;
}
.sms-listing p {
    font-size: 18px;
    margin-top: 10px;
}
.sms-listing {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.act-act {
    width: 100%;
    float: left;
    padding: 0px 0px 18px 0px;
    position: relative;
    text-align: right;
}
.act-act:before {
    content: '';
    width: 51px;
    height: 107px;
    background: url(/content/images/sms-center.png);
    position: absolute;
    left: 11%;
    right: 0px;
    margin: 0 auto;
    top: 42px;
}
.sms-listing-btn a {
    font-size: 18px;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #222 !important;
    display: inline-block;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb300+0,e3a000+100 */
    
    background: #feb300;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #feb300 0%, #e3a000 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #feb300 0%, #e3a000 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #feb300 0%, #e3a000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feb300', endColorstr='#e3a000', GradientType=0);
    /* IE6-9 */
    
    ;
    padding: 2px 30px 1px 30px;
    border-radius: 8px;
    border-bottom: 3px solid #926700;
}
.sms-listing-btn a:hover {
    text-decoration: none;
    color: #731286;
}
.sms-show p {
    font-size: 20px;
    padding-top: 30px;
    text-align: right;
    padding-bottom: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.sms-listing-btn {
    border-bottom: 1px solid #bec4a9;
    padding: 0px 0px 25px 0px;
    margin-top: 10px;
}
.sms-login-left a, .sms-login-left input[type=submit] {
    display: inline;
    transition: 0.5s;
    font-size: 24px;
    color: #fff;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97c313+0,82ab06+97 */
    
    background: #97c313;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #97c313 0%, #82ab06 97%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #97c313 0%, #82ab06 97%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #97c313 0%, #82ab06 97%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#97c313', endColorstr='#82ab06', GradientType=0);
    /* IE6-9 */
    ;
    padding: 5px 35px;
    border-radius: 10px;
    border-bottom: 3px solid #546f04;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.sms-login-left a:hover {
    color: #fbb100;
    text-decoration: none;
}
.sms-login-right a {
    display: inline;
    font-size: 24px;
    transition: 0.5s;
    color: #222;
    background: #fff;
    padding: 6px 263px 6px 263px;
    border-radius: 10px;
    border: 1px solid #cac7bf;
}
.sms-login-right a:hover {
    color: #93bf10;
    text-decoration: none;
}
.sms-login-left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sms-login-left ul li {
    display: inline-block;
    padding: 0px 0px 0px 7px;
}
.sms-login-left ul li h4 a, .sms-login-left ul li input[type=text] {
    display: inline;
    font-size: 24px;
    transition: 0.5s;
    color: #222;
    background: #fff;
    padding: 6px 260px 6px 260px;
    border-radius: 10px;
    border: 1px solid #cac7bf;
}
.sms-last-title p {
    font-size: 21px;
    line-height: 26px;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
}
.sms-last-title h2 {
    font-size: 22px;
    text-align: right;
    color: #fbb100;
    padding: 35px 0px 10px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.col-xs-12.col-sm-9.padding-0 {
    padding: 0px 15px 0px 0px !important;
}
.col-xs-12.col-sm-3.padding-0 {
    padding: 0px 0px 0px 15px !important;
}
.sms-layout-next {
    width: 100%;
    float: left;
    text-align: right;
}
.sms-layout-next ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sms-layout-next ul li {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    color: #222;
    font-size: 39px;
    color: #6e8f07;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.sms-layout-next ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 28px;
    color: #222;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f1449+0,8c4199+100 */
    
    background: #2f1449;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #2f1449 0%, #8c4199 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #2f1449 0%, #8c4199 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f1449', endColorstr='#8c4199', GradientType=1);
    /* IE6-9 */
    
    ;
    padding: 0px 16px 0px 16px;
    border-radius: 10px;
    color: #fff;
}
.sms-layout-next ul li a:hover {
    color: #fbb100;
    text-decoration: none;
}
.sms-layout-next p {
    font-size: 22px;
    margin-top: 10px;
}
.sms-list-title {
    border-bottom: 1px solid #bec4a9;
    padding: 0px 0px 27px 0px;
    text-align: right;
}
.sms-list-title ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sms-list-title ul li {
    padding: 5px 0px 0px 6px;
    display: inline-block;
    font-size: 22px;
}
.sms-list-title ul li a {
    font-size: 19px;
    transition: 0.5s;
    color: #222;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    display: inline-block;
    background: background: #feb300;
    background: -moz-linear-gradient(top, #feb300 0%, #e3a000 100%);
    background: -webkit-linear-gradient(top, #feb300 0%, #e3a000 100%);
    background: linear-gradient(to bottom, #feb300 0%, #e3a000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feb300', endColorstr='#e3a000', GradientType=0);
    padding: 3px 10px 1px 10px;
    border-radius: 10px;
    border-bottom: 3px solid #926700;
}
.sms-list-title ul li a:hover {
    color: #752998;
    text-decoration: none;
}
.act-act-sms {
    width: 100%;
    float: left;
    padding: 0px 0px 18px 0px;
    position: relative;
    text-align: right;
}
.sms-design.new {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 40px;
    background:
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c4199+0,2f144a+100 */
    background: #8c4199;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8c4199 0%, #2f144a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c4199', endColorstr='#2f144a', GradientType=0);
    /* IE6-9 */
    ;
    padding: 60px 0px 15.8% 0px;
    border-radius: 10px 0px 0px 10px;
}
.sms-design-new h2 {
    font-size: 43px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.sms-design-new h3 {
    font-size: 53px;
    color: #fff;
    margin: 15px 0px;
    position: relative;
    z-index: 99999;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.sms-design-new p {
    font-size: 28px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-bottom: 0px !important;
}
.sms-design-new h3:before {
    content: '';
    height: 82px;
    width: 318px;
    background: url(/content/images/sms-aerrow.png);
    position: absolute;
    z-index: -111;
    left: 13px;
    bottom: -10px;
}
.sms-design-new:after {
    content: '';
    width: 120px;
    height: 115px;
    background: url(/content/images/sms-riibben.png);
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 9999;
}
.footer-area {
    width: 100%;
    float: left;
    background: #090612;
    padding: 60px 0px;
}
.footer-logo {
    width: 100%;
    float: left;
	text-align: center;
}
.footer-act {
	width: 100%;
	
	padding-top: 28px;
	display: inline-block;
	text-align: center !important;
}
.footer-act p {
    color: #4e3f51;
	font-size: 12px;
	text-align:center;
}
.foter-act p {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.footer-card {
    width: 100%;
    float: left;
	text-align: center;
   
}
.footer-card ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
	text-align: center !important;
display: inline-block;
}
.footer-card ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.footer-act-title {
    width: 100%;
    float: left;
    text-align: right;
}
.footer-main ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.footer-main ul li {
    padding: 0px 0px 7px 0px;
}
.footer-main ul li a {
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.footer-main ul li a:hover {
    text-decoration: none;
    color: #fab000;
}
.footer-main h2, .footer-main h2 a, .footer-main h4, .footer-main h4 a {
    font-size: 18px;
    color: #7d4487;
    margin-bottom: 18px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.footer-main {
    width: 19.5%;
    float: right;
    text-align: right;
}
.contact-bg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 60px 42px 0px 42px !important;
    border: 3px solid #c0bfbf;
    border-radius: 10px;
}
.contact-sec {
    padding-top: 40px;
}
.contact-sec .contact-page-div{
	width:100%;	
	padding:15px;
}
.cont-img {
  
    width: 100%;
}
.cont-img img {
   
	height: 410px;
}
.contact-form {
    margin-top: 70px;
}
.pull-center {
    padding: 9px 14% !important;
}
. .form-control::placeholder {
    color: #8e4f99 !important;
    opacity: 1;
}
.form-sec-info::placeholder {
    color: #fff !important;
    opacity: 1;
}

.form-sec {
	/*width: 330px !important;*/
  	background-color: #f5f5f3 !important;
	height: 50px;
	border-radius: 10px !important;
	font-size: 18px !important;
	color: #8e4f99 !important;
}
.form-sec span {
	display: block;
}
select.form-sec {
	height: 50px !important;
}
select.form-sec.third {
	width:32%;
	float:right;
	margin-left:10px;
}
select.form-sec.third.last {
	margin-left:0px !important;
}
#join-box select.form-sec {
    margin-left: 5px;
}
.form-sec::placeholder {
    color: #8e4f99 !important;
    font-size: 18px !important;
}
.form-sec-text::placeholder{
	color: #8e4f99 !important;
	 font-size: 18px !important;
}
.form-group-secimfo {
    margin-bottom: 1rem;
    padding: 0px 5px !important;
}
.form-group-secimfo strong {
	font-size: 21px;
    float: left;
}
#join-box .form-group-secimfo {
    text-align:right;
    position:relative;
}
.form-group-secimfo span {
    display: block;
}
.form-group-secimfo.capcha {
	text-align:center;
	background-color: #b59bb9 !important;
    height: 50px!important;
    border-radius: 10px !important;
}
.form-group-secimfo.capcha img {
	margin: 10px auto;	
}
.form-sec {
		
}
.form-sec-text {
    background-color: #f5f5f3 !important;
   	
    border-radius: 10px !important;
    font-size: 18px!important;
    color: #8e4f99 !important;
}
.form-sec-info {
    background-color: #b59bb9 !important;
    height: 50px!important;
    color: #000 !important;
    border-radius: 10px !important;
    font-size: 22px!important;
    color: #fff!important;
    
    text-align: center;
}

.btn-center {
    display: block!important;
    text-align: center!important;
}
.pull-center {
    padding: 10px 19% !important;
    border-radius: 10px!important;
    background: linear-gradient(to bottom, #221648 0%, #090712 100%)!important;
    color: #fff !important;
    font-size: 24px!important;
}
.get-title {
    border-right: 0.5px solid #6b587b;
    margin-top: 20px;
}
.get-title-info {
    padding: 0px !important;
    margin-top: 40px;
}
.get-title h4 {
    font-size: 20px;
    color: #fcb200;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
.get-ul-sec li {
    margin-right: 5px;
}
.get-ul-sec li {
    font-size: 13px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    text-align: right;
    padding: 3px 0;
}
.get-ul-sec p {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.get-sec-design {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 40px;
    background: background: #8c4199;
    background: -moz-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    background: -webkit-linear-gradient(top, #8c4199 0%, #2f144a 100%);
    background: linear-gradient(to bottom, #8c4199 0%, #2f144a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c4199', endColorstr='#2f144a', GradientType=0);
    padding: 10px 0px;
    border-radius: 10px 0px 0px 10px;
	min-height:537px;
}
#join-box .get-sec-design {
    margin-top: 0px;
    padding: 10px 0px 4px;
}
.get-sec-design.activation {
    min-height: auto;
}
.get-sec-design::after {
    content: '';
    width: 120px;
    height: 115px;
    background: url(/content/images/sms-riibben.png);
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 9999;
}
.get-sec-design h2 {
    font-size: 43px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
.get-sec-design h3 {
    font-size: 53px;
    color: #fff;
    margin: 15px 0px;
    position: relative;
    z-index: 99999;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}
.get-sec-design h3::before {
    content: '';
    height: 82px;
    width: 309px;
    background: url(/content/images/sms-aerrow.png);
    position: absolute;
    z-index: -111;
    left: 8px;
    bottom: -10px;
}
.get-sec-design p {
    font-size: 28px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.get-free-bottom-sec {
	margin:0 auto 20px;
}
.get-left-sec {
    padding: 0px !important;
}
.get-right-sec {
    background-color: #e8f0ce;
    padding-bottom: 55px;
    margin-top: 40px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#join-box .get-right-sec {
    padding: 30px;
    margin-top: 0px;
}
.get-right-sec .msg {
font-size:20px;
text-align: center;
}
.get-right-sec-info {} .get-right-sec-info h4 {
    font-size: 20px;
	color: #000;
	margin-top: 57px;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	text-align: right;
	padding-right: 30px;
	margin-bottom: -16px;
}
.join-alert {
    font-family: Arial;
    border: 1px solid #e44848;
    border-radius: 10px;
    background: #9f4949;
    color: #fff;
    padding: 5px;
    margin: 15px auto;
}
.form-signin {
    max-width: 625px;
    margin-top: 23px;
}
.get-form-cont {
    margin-bottom: 20px;
    border-radius: 10px !important;
    height: 51px;
    font-size: 25px;
    text-align:center;
}
.get-form-cont-btn {
    margin-bottom: 20px;
    border-radius: 10px !important;
    height: 51px;
    background-color: #8eb90d !important;
    color: #fff;
    padding: 9px 41%;
    font-size: 25px;
    font-weight: 700;
}
.sys-list-check {
    background-color: #f3f3f1;
    padding: 7px 0px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-align: right;
    border-radius: 10px;
}
.sys-list-close {
    background-color: #f3f3f1;
    padding: 7px 0px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-align: right;
}
.sys-list-check p {
    font-size: 19px;
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    text-align: right;
}
.sys-list-close p {
    font-size: 19px;
    color: #8e0c0c;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    text-align: right;
}
.sys-list-check p span {
    padding: 0px 20px;
    font-size: 20px;
    width: 31px;
    color: #8eb90d;
    border-left: 2px solid #ccc;
    margin-left: 20px;
}
.sys-list-close p span {
    padding: 0px 22px;
    font-size: 20px;
    width: 31px;
    color: #8e0c0c;
    border-left: 2px solid #ccc;
    margin-left: 20px;
}
.sys-list-close p a {
 	background: rgba(210,255,82,1);
	background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
	background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
    border-radius: 10px;
    border-bottom: 3px solid #5fb214;
    position: absolute;
    display: inline-block;
    font-size: 22px;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
	left: 50px;
}
.sys-list-close p a span {
	border-left:none;
    color: #000 !important;	
}
.sys-check-title {
    display: block;
    padding: 20px 0px
}
.sys-check-title h4 {
    font-size: 22px;
    color: #e8a400;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    text-align: right;
}
.sys-list-info {
    width: 100%;
    background-color: #f3f3f1;
    border-radius: 10px;
}
.sys-list-info p {
    font-size: 19px;
    color: #000;
    padding: 7px 20px 7px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    text-align: right;
}
.sysinfo .cam-check {
	clear: both;
    padding: 15px;
    display: none;
}
.sysinfo .cam-check #cam{
	width: 250px;
    height: 190px;
    margin: 0 auto;
    border: 5px solid #373738;
    float: right;
    margin-left: 15px;
}
.sysinfo .cam-check ul {

    list-style:none;
}
 .text-mid {
    font-size: 19px;
    color: #000;
    padding: 7px 20px 7px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    text-align: right;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.sys-check-paragraph {
    background-color: #fcf1d9;
    width: 100%;
    padding: 15px 25px;
    text-align: right;
    border-radius: 10px;
}
.sys-check-paragraph p {
    font-size: 18px;
    color: #000;
    padding: 7px 20px 7px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.sys-check-paragraph-lest {
    font-size: 18px;
    color: #cc1a1a !important;
    padding: 7px 20px 7px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.sys-check-paragraph-end {
    background-color: #f3f3f1;
    width: 100%;
    padding: 15px 25px;
    text-align: right;
    border-radius: 10px;
}
.sys-check-paragraph-end p {
    font-size: 18px;
    color: #000;
    padding: 7px 20px 7px 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.sys-check-paragraph-end img {
    padding: 0px 5px;
}
.sys-bg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 60px 42px 60px 42px !important;
    border: 3px solid #c0bfbf;
    border-radius: 10px;
    
}
.link-bar {
    list-style: none;
}
.link-bar li {
    float: left;
   
    font-size: 14px;
    color: #000;
}
.link-bar li a {
    font-size: 14px;
    color: #000;
    padding: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.act-link {
    font-size: 14px;
    color: #6b3774 !important;
    padding: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.list-bar {} .list-bar tr th {
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #7b7367;
    text-align: center;
    background-color: #f9f8f8;
}
.list-tbody {} .list-tbody {} .list-tbody tr {} .list-tbody tr td {
    font-size: 19px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #0d091a;
    text-align: center;
    background-color: #ebeae8;
}
.fa.fa-eye {
    color: #e3a920;
    font-size: 25px;
    text-align: center;
    padding: 5px 5px;
}
.fa.fa-trash-o {
    color: #9c9487;
    font-size: 25px;
    text-align: center;
    padding: 5px 5px;
}
.fa.fa-envelope {
    color: #693672;
    font-size: 25px;
    text-align: center;
    padding: 5px 5px;
}
.first-child {
    font-size: 19px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #673570 !important;
    text-align: center;
}
.mid-child {
    text-align: right!important;
    padding: 10px 22px 0px 243px!important;
}
.list-group-menu {
    display: block;
  
    padding: 0;
}
.list-group-menu ul {
    list-style: none;
}
.list-group-menu ul li {
    padding: 15px 20px;
    background-color: #fff;
    margin-bottom: 2px;
}
.list-group-menu ul li:hover {
    color: #000;
    background-color: #f5ad00;
}
.list-group-menu ul li h4 {
    padding: 10px px;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.list-group-menu ul li a {
    text-decoration: none !important;
}
.first-child-list-group-menu {
    background-color: #6b3774 !important;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.first-child-list-group-menu h4 {
    color: #fff !important;
}
.glyphicon-right {
    color: #6b3774 !important;
}
.job-sec-bg{
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 42px 40px 42px !important;
	border: 3px solid #c0bfbf;
	border-radius: 10px;
}
.job-sec-left {
    border-right: 2px solid #f5f5f3;
}
.job-sec-mid {
    border-right: 2px solid #f5f5f3;
}
.job-title {
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #e8a400;
    font-weight: bold;
    color: #e8a400;
    margin-right: 60px;
    margin-bottom: 20px;
}
.job-title-mid {
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #e8a400;
    font-weight: bold;
    color: #e8a400;
    margin-right: 7px;
    margin-bottom: 20px;
}
.job-sec-text {
    display: block;
    margin-top: 50px;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
}
.job-sec-text h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #8e4f99;
    margin-bottom: -2px;
}
.job-sec-text p {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.jobs-secinfo-title span{
	color: #e8a400; 
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.jobs-secinfo-title p{
	font-size: 21px !important;
	line-height: 25px;
	font-family: 'Heebo', sans-serif !important;
	font-weight: 400 !important;
	text-align: right;
	color:#0d091a;

}
.job-sec-img {
    margin-bottom: 57px;
}
.line {
    border-left-style: dotted;
    border-color: #ccc;
}
.line {
    position: absolute;
    height: 11%;
    width: 1px;
    top: 190px;
    left: 71%;
}
.line-1 {
    border-left-style: dotted !important;
    border-color: #ccc;
}
.line-1 {
    position: absolute;
    height: 11%;
    width: 1px;
    top: 400px;
    left: 71%;
}
.job-sec-form {
    margin-right: 21px;
}
.job-sec-form .form-group {
	position:relative;	
}
.job-sec-form .form-group .Captcha{
	position:absolute;
	left: 10px;
    top: 15px;
}

.job-form-control {
    height: 60px !important;
	color: #8e4f99 !important;
    border-radius: 20px !important;
    background-color: #f5f5f3 !important;
	font-size: 18px!important;
    padding: 0px 20px !important;
}
.form-cont-msg {
    border-radius: 20px !important;
    background-color: #f5f5f3 !important;
    color: #8e4f99 !important;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    height: 151px!important;
}
.job-form-control::placeholder {
    color: #8e4f99 !important;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
}
.form-cont-msg::placeholder {
    color: #8e4f99 !important;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    padding-right: 20px;
}
.checkbox-group {
    border-radius: 20px !important;
    background-color: #f5f5f3 !important;
    color: #8e4f99 !important;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    /*height: 191px!important;*/
}
.checkbox-group .bottom-label-sec {
	font-size:18px;margin: 15px 0px;float:right;font-weight:500;margin-right:7px;
}
.btn-center-job {
    display: block!important;
    text-align: center!important;
}
.pull-center-job {
    padding: 7px 10% !important;
    border-radius: 10px!important;
    background: linear-gradient(to bottom, #221648 0%, #090712 100%)!important;
    color: #fff !important;
    font-size: 24px!important;
}
.credits-title-4 {
    background-color: #0c75b8;
    width: 100%;
    margin-right: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.credits-title-4 h4 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
}
.credits-title-4 span img {
    float: right;
    margin: -41px 93px 0px 10px;
    padding: 0px 10px -25px 0px;
    width: 9%;
}
.credits-title-3 {
    background-color: #f4ad00;
    width: 100%;
    margin-right: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.credits-title-3 h4 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
}
.credits-title-3 span img {
    float: right;
    margin: -41px 93px 0px 10px;
    padding: 0px 10px -25px 0px;
    width: 9%;
}
.myjobCheckbox-credits-sec input {
    position: relative !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

.myjobCheckbox-credits-sec input[type="checkbox"]:checked + span {
    background: url(/content/images/select-img.png) !important;
    width: 22px !important;
    height: 22px!important;
	margin-top: -24px !important;

margin-right: -2px;
}
.myjobCheckbox-credits-sec span {
    width: 23px !important;
    height: 23px !important;
    display: block !important;
   
		
    margin-top: -20px;
    margin-bottom: -15px;
    margin-right: -4px;
}
.credits-title-2 {
    background-color: #84498f;
    width: 100%;
    margin-right: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.credits-title-2 h4 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
}
.credits-title-2 span img {
    float: right;
    margin: -37px 93px 0px 10px;
    padding: 0px 10px -25px 0px;
    width: 9%;
}
.credits-title-1 {
    background-color: #8eb90d;
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.credits-title-1 h4 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
}
.credits-title-1 span img {
    float: right;
    margin: -41px 93px 0px 10px;
    margin: -34px 60px 0px 10px;
    width: 9%;
}
.nopresents-sec {
    background-color: #fff;
    padding: 50px 0px;
}
.credits-title-page {
    background-color: #c389af;
    border-radius: 7px;
    margin: 0px 35px;
}
.credits-title-page p {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 3px 25px;
    color: #fff;
    text-align: right;
}
.nopresents-first-2 {
    background-color: #efeeeb !important;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 25px 0px;
    border: 2px solid #a3c245;
    overflow: hidden;
}
.nopresents-first {
    background-color: #efeeeb !important;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 34px 0px;
    border: 2px solid #c389af;
}
.round {
    background-color: #d4d2ce;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: block;
    margin-top: -70px;
}
.nopresents-2 {
    display: block;
	padding-right: 15px;
}
.nopresents-2 p {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.nopresents-2 h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #6b3774;
    margin-top: -12px;
	margin-right: 20px;	
    text-align: right;
}
.nopresents-2 h4 span {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #6b3774;
	text-indent: 25px;
	display:block;
}
.nopresents-1 {
    display: block;
    text-align: center;
    border-right: 1px solid #d9d7d1;
}
.nopresents-1 h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #83ad07;
    line-height: 1;
}
.nopresents-1 p {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1;
}
.nopresents-1 span {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #0d091a;
    margin-bottom: 5px;
    line-height: 1;
	padding-left: 63px !important;
}
.credits-title-page-bottom {
    background-color: #afc960;
    border-radius: 7px;
}
.credits-title-page-bottom p {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
}
.credits-page-bottom-sec {
    background-color: #f1f1ef;
    padding: 25px 20px;
    border-radius: 10px;
}
.credits-bottom-sec-img {
    display: block;
    margin: 0 auto;
}
.page-bottom-text {
    display: block;
    padding: 20px 0px;
}
.page-bottom-text {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align: right;
    padding: 7px 31px;
    margin-bottom: 10px;
}
.label-text {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
}
.label-text-checkbox {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-align: right;
    margin-right: 27px;
}
.label-text-checkbox-btn {
    margin-bottom: 20px;
    border-radius: 10px !important;
    height: 51px;
    background-color: #8eb90d !important;
    color: #fff;
    padding: 9px 29%;
    font-size: 24px;
    font-weight: 700;
}
.rotate {
    font-family: 'Heebo', sans-serif;
    background-color: #91bc0e !important;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    
    -webkit-transform: rotate(7deg);
    /* Safari 3-8 */
    
    transform: rotate(-27deg);
}
.box {
    float: right;
    width: 13%;
    background-color: #411c58;
    margin-left: 26px;
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
}
.box h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
}
.box span {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffb400 !important;
}
.box-end{
	float: left;
    width: 13%;
    background-color: #411c58;
  
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
}
.box-end h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
}
.box-end span {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffb400 !important;
}
.box1 {
    float: right;
    width: 13%;
    background-color: #f3f3f1;
    margin-left: 26px;
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid #c459d7;
}
.box1-info {
    border-bottom: 1px solid #ccc;
    padding: 12px 0px;
    display: inline-block;
    padding-bottom: 7px;
	position: relative;
	width: 100%;
}
.box1-info p {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
	  
}
.box1-info span {
    font-size: 24px;
    color: #64336c !important;
    margin-left: 7px;
    line-height: 1;
	  display: inline;
}
.box1-info h4, .box1-info a {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #64336c !important;
    margin-top: -8px;
}

.box7-end {
    float: left;
    width: 13%;
    background-color: #f3f3f1;
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid #c459d7;
}
.box7-end-info {
    border-bottom: 1px solid #ccc;
    padding: 12px 0px;
    display: inline-block;
    padding-bottom: 7px;
}
.box7-end-info p {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
}
.box7-end-info span {
    font-size: 15px;
    color: #64336c !important;
    margin-left: 7px;
    line-height: 1;
}
.box7-end-info h4 {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #64336c !important;
    margin-top: -8px;
}
.box-info-bottom {
    
    padding: 12px 0px;
    display: inline-block;
    padding-bottom: 7px;
}
.box-info-bottom p {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
}
.box-info-bottom span {
    font-size: 15px;
    color: #64336c !important;
    margin-left: 7px;
    line-height: 1;
}
.box-info-bottom h4 {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #64336c !important;
    margin-top: -8px;
}
.myjobCheckbox input {
    position: relative !important;
    opacity: 0 !important;
    cursor: pointer !important;
	z-index: 10;
}
.tab-content-bottom-box .btn-block input[type="checkbox"] {
    border: 1px solid #cac7bf;
    border-radius: 10px;
    padding: 7px;
}
.myjobCheckbox input[type="checkbox"]:checked + span {
    background: url(/content/images/myjobcheckbox1.png)!important;
    width: 22px !important;
    height: 22px!important;
}
.myjobCheckbox span {
    width: 22px!important;
    height: 22px!important;
    display: block!important;
    background: url(/content/images/myjobcheckbox.png)!important;
    margin-top: -23px;
    margin-bottom: -15px;
}
.checkboxtop.col-lg-7 {
    text-align: right;
    padding: 11px 10px;
    border-right: 1px solid #ccc;
    /*height: 166px;
    margin-top: 7px;*/
}
.select-strip-bn {
  	background: #87b109;
	color: #fff;
	position: absolute;
	top: -16px;
	left: -17px;
	font-size: 18px;
	font-weight: 500;
	padding: 3px 40px;
	-webkit-transform: rotate(30deg);
	transform: rotate(-45deg);
}

.box-pop {
    display: none;
	border: 4px solid #763686;
	position: absolute;
	top: -160px;
	left: 25px;
	width: 405px;
	background-color: #fff;
	z-index: 9;
	border-radius: 10px;
	padding: 12px 7px 12px 7px;
	box-shadow: 5px 2px 14px #a8a8a6;
}
.box-pop-1{
	display: none;
	border: 4px solid #763686;
	position: absolute;
	top: -155px;
	left: 0px;
	right:0px;
	width: 405px;
	background-color: #fff;
	z-index: 9;
	border-radius: 10px;
	padding: 12px 7px 0px 7px;
	box-shadow: 5px 2px 14px #a8a8a6;
}
.box-pop-1::before{
	content: "";
	background: url(/content/images/mc-events-pop.png) no-repeat;
	width: 40px;
	height: 72px;
	bottom: -25px;
	z-index: +999;
	position: absolute;
	left: 290px;
	top: 147px;
}
.box1-info.box_active .box-pop-1{display:block;}
.box1-info.box_active .box-pop{display:block;}

.box_active:hover{
	background-color:#f5e3b8;
}
.box-pop-details {   
    float: left;
	width: 200px;
	text-align: right;
	margin-left: 10px;
	margin-top: 10px;
}
.box-pop-details h4 {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #64336c !important;
}

.box-pop-details p {
    font-family: 'Heebo', sans-serif;

    font-weight: 400;
    font-size: 15px;
    color: #100c0e !important;
}

.box-pop-img {   
    width: 100px;
}

.box-pop-img img {
    height: 120px;
	border-radius: 12px;
	width: 166px;
}
.box-pop::before {
	content: "";
	background: url(/content/images/mc-events-pop.png) no-repeat;
	width: 40px;
	height: 72px;
	bottom: -25px;
	z-index: +999;
	position: absolute;
	left: 93px;
	top: 144px;
}
.box-pop-details-1 {   
    float: left;
	width: 200px;
	text-align: right;
	margin-left: 10px;
	margin-top: 10px;
}
.box-pop-details-1 h4 {
    font-family: 'Heebo', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #64336c !important;
}

.box-pop-details-1 p {
    font-family: 'Heebo', sans-serif;

    font-weight: 400;
    font-size: 15px;
    color: #100c0e !important;
}
.box-pop-img-1 {   
    width: 100px;
}

.box-pop-img-1 img {
    height: 120px;
border-radius: 12px;
width: 166px;
}


.bullet{
	color: #d4d2ce;
	border: 4px solid #d4d2ce;
	border-radius: 20px;
	width: 23px;height: 22px;
	
	background: url(/content/images/myjobcheckbox.png)!important;
	margin: 0 auto;
	 background: url(/content/images/myjobcheckbox.png)!important;
    width: 22px !important;
    height: 22px!important;
}

.first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    border: 1px solid #fff !important;
    margin-top: 13px;
}
/* ===================================================================== */
.date-filters
{
    color:#000;
    font-size:20px;
}
.date-filters table th
{
    color:#fff;
    font-weight:normal;
}
.date-filters select
{
    margin-right:5px;
	display: inline;
    font-size: 20px;
    transition: 0.5s;
    color: #222;
    background: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    border: 1px solid #cac7bf;
}
/* ===================================================================== */
.table-bar h2 {
	text-align:center;
	color:#6b3774;
}
.table-sec-1{	
	width:100%;
	background-color: #ccc;
	border-radius: 10px;
}
.table-sec-1 th {
	border-right: 1px solid #f9f8f8;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size: 20px;
}
.table-sec-1 th:first-child{ border-right:none; }
.table-sec-1 td {
	padding: 7px 16px;
	border-right: 1px solid #c3c0ba;
	min-height: 50px;
	font-size: 19px;
	color: #673570;
	background-color: #ebeae8;
	text-align:center;
}
.table-sec-1 td:first-child{ border-right:none; }
.table-sec-1 caption {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #f3ef5a;
}
.table-sec-1 td a {
	color:#673570;
}
.table-sec-1 .MsgShort, .table-sec-1 .MsgLong {
	color:#000;
}
.table-sec-1 .MsgRow.Unread .MsgShort {
	font-weight:bold;
}
.table-sec-1 .MsgShow, .table-sec-1 .MsgReply, .table-sec-1 .MsgDel {
	cursor:pointer;	
}
.table-sec-1 .MsgData {
	display:none;
}
.table-sec-1 .MsgData td {
	color:#000;
	text-align:right;
	border: 1px solid #c3c0ba;
    border-left: none;
    border-right: none;
}
.table-sec-1 ul{
	list-style: none;	
}
.table-li-1 {
    float: right;
    border-right: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 146px;
}
.table-li-2 {
    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding: 5px 16px;
}
.table-li-3 {
    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
   padding: 5px 14.5px;
}
.table-li-4 {

    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding: 5px 19px;

}
.table-li-5 {
    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding: 5px 305px;
}
.table-li-6 {
   float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding: 5px 25px;
}
.table-li-7 {
    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
   padding: 5px 21px;
}
.table-li-8 {
    float: right;
    border-left: 1px solid #ccc;
    min-height: 30px;
    font-size: 15px;
    color: #7b7367;
    padding: 5px 31px;
}
.table-li-9{
	float: right;
	border-left: 1px solid #c3c0ba;
	min-height: 30px;
	font-size: 15px;
	color: #7b7367;
	
}
.table-sec-2{
	display: block;
	background-color: #ebeae8;
	min-height: 50px;
	border-radius: 10px;
}
.table-sec-2 ul{
	list-style: none;	
}
.table-sec-2 ul li{	
	float: right;
	padding: 7px 16px;
	border-left: 1px solid #c3c0ba;
	min-height: 50px;
	font-size: 19px;
	color: #673570;
}
.table-sec-2 ul li img{	
	height: 25px;
}
.table-sec-2 ul li i{	
	font-size:22px !important;
}
.mid-li-sec {
    padding: 7px 16px 7px 297px !important;
    font-size: 19px !important;
   
    color: #0d091a !important;
}
.mid-li-sec-info{
	font-weight:500;
	padding-left:286px !important;
	 font-size: 19px !important;
   
    color: #0d091a !important;
}


.smsblocked-sec{
	display:none;
}

.smsblocked-sec.active{
	display:block;
}
.active-menu{
	
	color: #fff;
font-size: 21px;
padding: 15px 30px 15px 30px;
text-decoration: none;
transition: 0.5s;
font-family: 'Heebo', sans-serif;
font-weight: 400;
background: #8334b0;
}
.active-menu::before{
	
	   content: '';
background: url(/content/images/bottom-areeow.png);
position: absolute;

top: 45px;
height: 15px;
width: 20px;
left: 42px;
}




.nopresents-first {
    overflow: hidden !important;
}




.myjobCheckbox-info {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.myjobCheckbox-info input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark{
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d4d2ce;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.myjobCheckbox-info:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.myjobCheckbox-info input:checked ~ .checkmark {
   /* background-color: #2196F3;*/
	background: url(/content/images/select-img.png) !important;
width: 22px !important;
height: 22px !important;
top: -3px;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.myjobCheckbox-info input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.myjobCheckbox-info .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	
}

.nocolspace {
    cursor: pointer;
}

#yellow-tab {
    display: none;
}


.middle-wrapper-sec{
	display:none;
}
.middle-wrapper-sec.active{
	display:block;
}

.service-middle-wrapper.active{
	display:block !important;
}

.style {
    padding: 0 !important;
}

.round.active {
    background: url(/content/images/select-img.png) !important;
}
.error{
	color:red;
	font-size:18px;
}
#st_gdpr_iframe { left:0px !important; display:none; }
.clear { clear:both; }

/*category page css */
.mid-top-title .md-catg{font-size:30px; font-weight:500; color:#0d091a;}
.catg-bg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 42px !important;
    border: 3px solid #c0bfbf;
    border-radius: 10px;
	text-align:right;
	font-size:15px;
 
}
.catg-bg h3, .catg-bg h3 a{ font-size:25px; font-weight:500; color:#e8a400; margin-top:30px; }
.catg-bg p{color:#0d091a; font-size:21px; font-weight:100; line-height:30px; margin-bottom:20px;}
.catg-btn a{
	border-bottom: 2px solid #0c0427;
    text-decoration: none;
    background: #221648;
    background: -moz-linear-gradient(top, #221648 0%, #090712 100%);
    background: -webkit-linear-gradient(top, #221648 0%, #090712 100%);
    background: linear-gradient(to bottom, #221648 0%, #090712 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#221648', endColorstr='#090712', GradientType=0);
	color:#fff;
	border-radius:10px;
	padding:7px 22px;
	font-size:20px;
}
.catg-btn a:hover{
	text-decoration:none;
	color:#fff;
}
.slider-hd-icon{position:absolute; top:10px; right:10px;}
.slider-btn-grn{position:absolute; top:10px; left:10px;
background: -moz-linear-gradient(90deg, rgba(128,169,5,1) 0%, rgba(152,196,19,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(152,196,19,1)), color-stop(100%, rgba(128,169,5,1)));
background: -webkit-linear-gradient(90deg, rgba(128,169,5,1) 0%, rgba(152,196,19,1) 100%);
background: -o-linear-gradient(90deg, rgba(128,169,5,1) 0%, rgba(152,196,19,1) 100%);
background: -ms-linear-gradient(90deg, rgba(128,169,5,1) 0%, rgba(152,196,19,1) 100%);
background: linear-gradient(0deg, rgba(128,169,5,1) 0%, rgba(152,196,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c413', endColorstr='#80a905',GradientType=0 );
box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.35) inset;; 
color:#fff;
font-size:12px;
font-weight:500;
padding:2px 20px 2px 10px;
border-radius:5px;
}
.slider-girl a{text-decoration:none; color:#fff;}
.slider-btn-grn:after{
	content:'';
	background:url(../images/check.png);
	position:absolute;
	width:15px;
	height:15px;
	right:0px;
	top:5px;
	background-size:8px;
	background-repeat:no-repeat;
}