@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

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

body {
    /* font-family: HelveticaNeue !important; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", "HelveticaNeue";
    color: rgb(107, 107, 107);
    font-size: 14px;
    line-height: 24px;
    background: rgb(236, 238, 240);
    overflow-x: hidden;
}

*{
	outline:none!important;
}
.no-radius{
	border-radius:0px !important;
}

.no-border{
	border:0px !important;
}
.wbs-heading{
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	font-weight: bold;
}

/* GLOBAL CSS */
.btn-default {
    background: #fff;
    border-color: rgb(206, 212, 218);
    border: 1px none 1px 1px;
}

.btn-warning {
    color: #fff;
    font-weight: bold;
    border-color: rgb(255, 80, 0);
    border-radius: 0%;
    background: rgb(255, 80, 0);
}

.btn-success {
    color: #fff;
    font-weight: bold;
    border-color: rgb(35, 200, 117);
    background: rgb(35, 200, 117);
}

.btn-danger {
    font-size:10px;
    background: rgb(99, 0, 0);
    border-radius: 25px;
    border-color: rgb(99, 0, 0);
    margin-top: 140px;
    margin-bottom: 8px;
}

.btn-primary {
    font-size: 12px;
    font-weight: bold;
    background: rgb(0, 193, 246);
    border-color: rgb(0, 193, 246);
    padding: 10px 30px 10px 30px;
    margin-top: 35px;
}


.btn-primary-expanded {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 450px;
    background: rgb(0, 193, 246);
    border-color: rgb(0, 193, 246);
    padding: 10px 0 10px 0;

}

.btn-less {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  background:none;
	color: #000;
	font-weight: bold;
	border: 2px;
	border-style: solid;
	border-color: rgb(35, 200, 117);
}

.btn-less:hover {
	color: #000;
    background:none;
}

.wbs-search-box {
	height: 45px;
	border-left: none;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
  outline: none;
}

.wbs-margin-none {
    margin: -20px -20px -20px -20px;
}

.wbs-ml-none {
    margin-left: -15px;
}

.wbs-ml-none-extend {
    margin-left: -45px;
}
@media (min-width: 1200px) {
  .wbs-form-login {
      color: #000;
      font-size: 12px;
      margin-left: -35px;
  }
}
.wbs-form-login h5{
	font-size:15px;
	color:#000;
	font-weight:700;
}
.wbs-form-login .wbs-italic{
  color: #009dff;
}
.wbs-text-margin-top {
    margin-top: 10px;
}

.wbs-form-input {
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  line-height:24px;

}
.dropdown-user-div {
    top: auto; left: auto; right: 0px;
}
.dropdown-user {
    padding: 30px 25px 20px 25px;
}
.dropdown-user-div1 {
    display: flex;
    margin-bottom: 30px;
}
.dropdown-user-div2 {
    margin-left: 15px;
}
.dropdown-user-div2 p a, .dropdown-user-div2 .content a{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #9f9f9f;
    cursor: pointer;
}
#switch-container .mCSB_scrollTools{right:-20px;}
.dropdown-user-div2 .content i{color:#9f9f9f;}
.dropdown-user-div2 p img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: -3px;
    cursor: pointer;
}
.dropdown-user-img {
    width: 80px;
    height: 80px;
    border: solid 3px #23c875;
    border-radius: 100%;
}
.dropdown-user-textdiv {
    margin-left: 10px;
}
.dropdown-user-title {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}
.dropdown-user-mail {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    margin-bottom: 3px;
}
.dropdown-user-button {
    cursor: pointer;
    width: 100px;
    height: 27px;
    border-radius: 3px;
    background-color: #23c875;
    font-size: 14px;
    color: #ffffff;
    border:0px;
}
.dropdown-user-button:hover {
    background-color: #1fb569;
}
.dropdown-user-button:active {
    background-color: #1a9a59;
}
.wbs-text {
    color: rgb(20, 20, 20);;
}

.wbs-bold {
    color: rgb(20, 20, 20);
    font-weight: bold;
}
.wbs-italic {
    font-style: italic;
    color: rgb(20, 20, 20);
}

.wbs-br {
    margin-bottom: -65px;
}

.wbs-auto-align {
    display: inline-block;
}

h6 {
    font-size: 9px;
}

.wbs-h6-extend {
    font-size: 14px;
    font-weight: bold;
}

.wbs-h6-extend-d {
    font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

/* NAV CSS */
.navbar{
	padding:13px 0px;
}

.btn-primary-nav {
    color: #fff;
    font-weight: bold!important;
    background: rgb(0, 193, 246);
    border-color: rgb(0, 193, 246);
    margin-top: -5px;
    min-width: 85px;
}


.nav-link {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000 !important;
  padding:0px 15px!important;
}

/* MAIN CONTENT CSSS */
.main-content {
    margin-top: 101px;
}

.wbs-img-media {
    margin: -20px 0 -20px -5px;
}

.wbs-link {
    color: rgb(0, 193, 246);
    font-size: 11px;
}

.wbs-mt-news {
    margin-top: -18px;
}

.wbs-news-par {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -25px;
}

.wbs-news-date {
    color: rgb(107, 107, 107);
    font-size: 10px;
    margin-bottom: -55px;
}

.wbs-mv-left {
   margin-left: -66px;
}

.wbs-card-extend {
    width: 335px;
    height: 278px;
}
.mb-2-1{
	margin-bottom:.6rem!important;
}
.wbs-mf-title{
    font-size: 10px;
}

.card-img {
    border-radius: 0px;
    width: 95%;
}

.card-title {
    font-weight: bold;
    width: 75%;
}

.wbs-popular {
  width: 124px;
  height: 123px;
  background-color: #ffffff;
  float:left;
  text-align:center;
  padding:20px 0px;
  margin-right:10px;
  margin-bottom:10px;
}
.wbs-popular img{
	height:100%;
}
.add-channel{
  border: solid 6px #fd3d39;
  background:none;


}
.add-channel i{
	 font-size:20px;
}
.add-channel a{
	color:#000;
	 font-size:14px;
	 font-weight:700;
	 text-decoration:none;
	 line-height:12px;
}
.wbs-popular .pd-1 {
    padding-top: 0;
}

.wbs-popular .pd-2 {
    padding-top: 35%;
}

.wbs-popular .pd-3 {
    padding-top: 25%;
}

.wbs-p-border {
    border: 6px;
    border-style: solid;
    border-color: rgb(255, 0, 11);
}

.wbs-com-mt {
    position: relative;
    top: -19px;
    background: rgb(236, 238, 240);
    width: 60%;
	font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;

}

.wbs-btn-join {
    position: relative;
    bottom: -42px;
    margin-left: auto;
    margin-right: auto;
}

.wbs-link-tab,
.wbs-link-tab:hover {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.my-tabs{
	border-bottom:none;
}
.my-tabs .nav-link{
	font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border:none;
  border-radius:0px;
  padding:8px 15px !important;
}
.my-tabs .nav-link:hover, .my-tabs .nav-link.active {
    color: #fff !important;
    background-color: #23c875;
}


.wbs-com-img {
    margin: 5px 5px 5px 5px;
}

.wbs-featured {
    margin: 3px 4px 6px 4px;
    width: 48%;
	border:none;
	border-radius:0px;
}

.wbs-link-dark-f {
    color: rgb(107, 107, 107);
    font-size: 10px;
    margin-top: -10px;
}

.wbs-text-dark-f {
    color: #000;
    font-size: 10px;
    margin-top: -22px;
}

.wbs-btn-def-f {
    width: 249px;
  height: 43px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #707070;
  font-size: 15px;
  font-weight: bold;
}

.wbs-flink {
    color: rgb(41, 39, 39);
}

.fli {
    list-style: none;
    margin-left: -37px;
}

.wbs-mtf-less {
    margin-top: -95px;
}

.wbs-footer {
    padding-top: 115px;
}

.wbs-footer-rs {
    font-size: 12px;
    margin-top: 105px;
	  color:#9f9f9f;
    margin-bottom:114px;
}

.input-group-btn .btn {
    border-radius: 0%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wbs-fl-ml {
    margin-left: -40px;
}

.wbs-text-f {
    color: #9f9f9f;
}

#community .card {
    border: 1px;
    border-color: #9f9f9f;
    border-style: solid;
    background: transparent;
    width: 100%;
}

h5 {
    font-size: 18px;
}

.wbs-reg {
    font-size: 12px;
    font-weight: normal;
}

.wbs-h5-exp {
    margin-left: 15px;
}

.wbs-h5-exp-media {
    margin-left: 0;
}

.wbs-fr-ml {
    margin-left: 35px;
}

/* Login Page CSS */

#login-page h6,
#register-page h6 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#login-page form,#request-password-reset-page form,#reset-password-page form {
    width: 300px;
}

#register-page form {
    width: 90%;
}

#login-page .form-control,
#register-page .form-control,
.btn-outline-secondary,
#register-page .input-group-prepend .btn {
    border-color: transparent;
}

#login-page h6{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#login-page input,
#register-page input {
    font-weight: normal;
}

.wbs-fw {
    width: 75%;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.wbs-text-fl-facebook {
    color: #fff;
    background: rgb(59, 89, 152);
    border-radius: 100%;
    padding: 10px 14px 10px 14px;
}

.wbs-text-fl-linkedin {
    color: #fff;
    background: rgb(0, 122, 185);
    border-radius: 100%;
    padding: 10px 13px 10px 13px;
}

.wbs-text-fl-twitter {
    color: #fff;
    background: rgb(85, 172, 238);
    border-radius: 100%;
    padding: 10px 13px 10px 13px;
}

.wbs-text-fl-gplus {
    color: #fff;
    background: rgb(220, 78, 65);
    border-radius: 100%;
    padding: 10px 10px 10px 10px;
}


.wbs-text-fl-facebook:hover,
.wbs-text-fl-linkedin:hover,
.wbs-text-fl-twitter:hover,
.wbs-text-fl-gplus:hover {
    color: #fff;
}

#login-page .wbs-italic {
    color: rgb(0, 193, 246);
}

.btn-outline-secondary {
    background: transparent;
    border-color: rgb(221, 216, 216);
}

.btn-outline-secondary:hover {
    background: rgb(35, 200, 117);
    border-color: rgb(35, 200, 117);
}

#login-page h5{
    /*font-size: 16px;*/
    font-weight: bold;
}

.wbs-form-h5 {
    color: #000;
}

.wbs-danger-link,
.wbs-danger-link:hover {
    color: rgb(253, 101, 97)
}
#card-search{
	border:none !important;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
	border-radius:0!important;
}
.card-search{
	padding:21px 15px !important;
}
.wbs-sv-services,
.wbs-sv-search {
    width: 15px;
}

.btn-top-cop{
  background-color: #ff5000;
  font-size: 16px;
  font-weight: 700;
  color:#FFF;
  padding:0px 20px;
  border-radius:0px!important;
  line-height:50px;
}

.fa-th {
    color: #000;
}

.wbs-sv-user {
    width: 20px;
}
#services span{
	font-size:15px;
	cursor:pointer;
}
#services a {
    font-size: 12px;
    font-weight: bold;
}
#services a.dropdown-item {
    padding: .25rem 1.5rem !important;line-height: unset;
}

#services .dropdown-menu {
	width:250px;

}
#services .dropdown-menu li{
	line-height:35px;
	background:none;
}


.form-control:focus,
.btn:focus {
    border-color: rgb(209, 208, 208);
    box-shadow: none;
}

.img-responsive {
    display: inherit;
}

.w-feature {
    width: 15%;
}

#media {
    width: 325px;
}

#media h5 {
    padding-top: 135px;
}

#media p {
    font-weight: bold;
    margin-top: -15px;
}

#media .btn {
    margin-top: -15px;
    padding-left: 25px;
    padding-right: 25px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 29px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.f-menu{
	padding:0px;
	margin:0px;
}
.f-menu li{
	list-style:none;
}
.f-menu li a{
	font-size:14px;
	color:#9f9f9f;
	line-height:27px;
	text-decoration:none;
}
.f-menu li a:hover{
	color:#000;
}

.f-create-account{
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.custom-search-form{
	width:280px;
}
.custom-search-form input{
	font-size:12px;
	padding:10px;
}
.custom-search-form .btn{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding:10px;
}
/*==========  Landing page  ========*/
.Rectangle-30 {
  border-radius: 5px;
  border: solid 2px #23c875;
  height: 36px;
  width: 114px;
  padding: 10px 16px;
  /*border: solid 2px var(--algae-green);*/
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.height-110 {
  height: 120px;
}
.padding-left-20 {
  padding-left: 50px;
}
.Rectangle-8 {
  max-width: 198px;
  height: 39px;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
.Rectangle-210 {
  max-width: 93px;
  max-height: 39px;
  background-color: #23c875;
}
.font-bold {
  font-weight: bold;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-30 {
  font-size: 30px;
}
.font-color-blcak {
  color: black;
}
.center {
  text-align: center;
}
.margin {
  margin: auto;
}
.l-signup-button {
  width: 182px;
  height: 45px;
  border-radius: 5px;
  background-color: #00c1f6;
  position: relative;
  top: 30px;
  display: block;
}
.l-login-button {
  width: 93px;
  height: 39px;
  border: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  /*padding-left: 20px;*/
  /*text-align: center;*/
}
.width100 {
  width: 100%;
}
.interval-top-18 {
  position: relative;
  top: 18px;
}
.Services-bottom {
  margin-bottom: 20px;
}
@media (min-width: 410px) {
    .knowmore_button{
      position: absolute;
      right: 30px;
      margin-top: 23px;
    }
}
.Our-Services {
  float: right;
    width: 130px;
    display: inline-block;
}
.navbar-span {
  margin-left: 78px;
}
.nav-button {
  margin-right: 29px;
}
.Company-not-updated {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
.infovictoriacom {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #4e4e50;
  margin-top: 20px;
}
.d-phone {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  /*text-align: right;*/
  color: #4e4e50;
}
.Path-349 {
  margin-left: 5px;
  margin-top: -5px;
}
.Path-184 {
  margin-top: -3px;
  margin-right: 5px;
}
/*----------  Registry  ----------- */
#register-page, #login-page{
  max-width: 1366px;
}
.font-30 {
  font-size: 30px;
}
.r-col-md-6 {
  width: 50%;
}
.r-paddding {
  padding-left: 15px;
  padding-right: 15px;
}
.register-image {
  max-height: 768px;
  max-width: 700px;
}
.bg-light {
  background-color: #ffffff!important;
}
.r_top1 {
  margin-top: 50px;
  max-width: 666px;
}
.r_top2 {
  margin-top: 30.5px;
}
.select-div {
    width: 100%;
    position: relative;
}
.selectdiv:after {
    content: '\f0dd';
    font: normal normal normal 14px/1 FontAwesome;
    right: 30px;
    top: -4px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.selectdiv1:after {
    content: '\f0dd';
    font: normal normal normal 14px/1 FontAwesome;
    right: 10px;
    top: -4px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.selectdiv2:after {
    content: '\f0dd';
    font: normal normal normal 14px/1 FontAwesome;
    right: 15px;
    top: 2px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.select_phone_div {
  position: relative;
}

.select_registry_country {
  -webkit-appearance: none;
  background-color: #f6fafd;
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  opacity: 1.0;
}
.select_registry_phone {
  min-width: 70px;
  -webkit-appearance: none;
  background-color: #f6fafd;
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  opacity: 1.0;
}

.phone_value {
  height: 39px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
  background-color: #f6fafd;
}
.phone_value::placeholder {
  font-size: 14px;
  color: #9f9f9f;
  opacity: 1.0;
}

.btn-success {
    color: #fff;
    font-weight: normal;
    border-color: rgb(35, 200, 117);
    background: rgb(35, 200, 117);
}
.wbs-danger-link {
    font-style: italic;
}
.wbs-form-input {
  border-radius: 6px;
  background-color: #f6fafd;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  line-height:24px;
  height: 39px;
}
.wbs-form-input::placeholder {
  color: #9f9f9f;
  opacity: 1.0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
}
.wbs-text {
    color: rgb(20, 20, 20);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.wbs-text-p {
  font-size: 14px;
}

.wbs-text-fl {
    width: 40px;
    margin-bottom: 20px;
}
.wbs-form-h5 {
    color: #000;
    height: 18px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
.wbs-danger-link:hover {
    color: rgb(253, 101, 97);
    font-style: italic;
}
input + .slider {
  background-color: #2196F3;
}
.account_type {
  color: #9f9f9f;
}
.active {
  color: #000000;
}
@media (max-width: 768px){
  #register-page .form-control {
       width: auto;
  }
}
/*-----------  Registry end ------------*/

/*-----------  Login  ------------------*/
.wbs-text-login {
    color: rgb(20, 20, 20);
    font-size: 11px;
}
.remember_checkbox {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
.l_top2 {
  margin-top: 82.5px;
}
/*============  dashborad  =============*/
.nav-user-img {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  margin-right: 10px;
}
.nav-group {
  margin-top: 13px;
}
.font-14 {
  font-size: 14px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-23 {
  padding-bottom: 23px;
}
.services-lounge-a {
    margin-top: 5px;
    color: #fff;
    background: #23c875;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: inline-block;
}
.services-lounge-lavel {
  margin-left: 3px;
  color: #000000;
}
.add-plus {
  font-size: 30px !important;
  font-weight: bold;
  color: #000000 !important;
}
.fa-plus {
  font-size: 20px;
  margin-top: 8px;
  margin-left: -5.5px;
  color: #ffffff;
}
.rectangle-list {
  text-decoration: none;
  color: #9f9f9f;
  font-size: 16px;
}
.rectangle-list:hover {
  text-decoration: none;
}
.rectangle-list.active {
  color: #006dcb;
}
.rectangle-list-awesome {
  vertical-align: -15%;
  font-size: 24px;
}
.wbs-dashboard {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
.dashboard-list-row {
  min-height: 38px;
}
.dashboard-list {
  margin-right: 10px;
  display: inline-block;
}
.dashboard-list a {
  padding-right: 10px;
  height: 17px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
  padding-bottom: 7px;
}
.dashboard-list a:hover{
  text-decoration: none;
  color: #000000;
}
.dashboard-list a.active{
  color: #000000;
  width: 100%;
  border-bottom: 3px solid #006dcb;
}
@media (min-width: 1200px) {
  .wbs-featured-left {
      float: left;
      width: 40%;
      border: none;
      border-radius: 0px;
  }
  .wbs-featured-right {
      float: left;
      width: 59%;
      margin-left: 1%;
      border: none;
      border-radius: 0px;
  }
}
.wbs-featured-left-1 {
    height: 35px;
    border: none;
    border-radius: 0px;
    background-color: #eceef0;
}
.wbs-featured-left-2 {
    height: 35px;
    border: none;
    border-radius: 0px;
    background-color: #eceef0;
}
.background-white {
  background-color: #ffffff;
}
.dashboard-list-body {
  padding: 25px;
  height: 156px;
}
.dashboard-list-body1 {
  position: relative;
  float: left;
  min-width: 50px;
  display: inline-block;
}
.dashboard-list-body1 a{
  display: none;
  position: absolute;
  top: -10px;
  right: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  color: #aaa;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.dashboard-list-body1:hover a{display: block;}
.dashboard-list-body2 {
  float: left;
  margin-left: 10px;
  width: 62%;
  display: inline-block;
}
.dashboard-list-body3{
  float: left;
  width: 15%;
  display: inline-block;
  text-align: right;
}
.dashboard-list-body-img {
  width: 80px;
  border-radius: 100%;
  border: 3px solid #23c875;
}
.dashboard-list-body-name {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.profile {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0000;
}
.Complete-Now {
  margin-top: -10px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #006dcb;
}
.Rectangle-255 {
  display: flex;
  width: 100%;
  height: 55px;
  padding: 5px;
  background-color: #eff8fa;
}
#dash-switch1-p {
  color: #9f9f9f;
}
#dash-switch1-p.active {
  color: #000000;
}
#dash-switch2-p {
  color: #9f9f9f;
}
#dash-switch2-p.active {
  color: #000000;
}
.dash-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

.dash-switch input {display:none;}
.dash-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.d-width-100 {
  margin-top: 35px;
  width: 100%!important;
  display: block;
  margin-bottom: 35px;
}
.dash-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.dash-switch_in:checked + .dash-slider {
  background-color: #2196F3;
}

.dash-switch_in:focus + .dash-slider {
  box-shadow: 0 0 1px #2196F3;
}

.dash-switch_in:checked + .dash-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.dash-slider.round {
  border-radius: 34px;
}

.dash-slider.round:before {
  border-radius: 50%;
}
.dashboard-list-footer1 {
  margin-left: 20px;
  width: 35%;
  padding-top:15px;
}
.dashboard-list-footer2 {
  margin-left: 20px;
  width: 35%;
  padding-top:15px;
}
.dashboard-list-footer3 {
  float: right;
  padding-top:7px;
}
.Email-Notification {
  margin-left: 5px;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #4e4e50;
}
.flex {
  display: flex;
}
.Education {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.Bachelors-in-Computer-Science {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.From-body {
  width: 198px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}

.From-date {
  font-size: 14px;
  line-height: 1.14;
  color: #009dff;
}
.Rectangle-256 {
  width: 100%;
  height: 55px;
  padding-top: 13px;
  padding-left: 20px;
  border-top: solid 1px #e6e6e6;
}
.dash-edit {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
  margin-right: 25px;
}
.dashboard-list-body-right1 {
  width: 65%;
  float: left;
  margin: 0.1em;
}
.dashboard-list-body-right2 {
  position: relative;
  right: 0px;
  width: 30%;
  float: left;
  margin: 0.1em;
  float: right;
  text-align: right;
}
.table-width-100 {
  width: 100%;
}
.wbs-featured-table {
  width: 100%;
}
.dashboard-table {
  width: 100%;
}
.dashboard-table-body {
  width: 100%;
  overflow-x: scroll;
}
.dashboard-table-body thead th a{
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
.dashboard-table-head {
  width: 100%;
  height: 75px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  padding:20px;
}
.Rectangle-253 {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
  width: 30%;
  height: 33px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  margin-left: 10px;
}
.Rectangle-253:placeholder {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
#mytable {
  background-color: #ffffff;
  min-width: 900px;
  margin-bottom: 0;
}
.update_table {
  min-width: 1000px !important;
}
#mytable th {
  border-top: 0px;
  border-bottom: 10px solid #ffffff;
}
#mytable thead {
  background-color: #eff8fa;
}
#mytable thead th {
  padding: 15px 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
#mytable tbody tr {
  height: 65px;
  background-color: #ffffff;
}
#mytable td {
  border-top: 0px;
  vertical-align: middle;
}
.table-inline {
  /*display: inline-block;*/
  float: left;
}
.mytable-p {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.table-margin {
  margin-left: 10px;
  margin-top: 4px;
}
.font-size-12-hel {
  font-size: 12px;
  color: #000000;
}
.font-size-12 {
  font-size: 12px;
}
.Rectangle-22 {
  padding: 7px;
  height: 24px;
  border-radius: 3px;
  background-color: #f4f8f9;
}
.Ellipse-4 {
  padding-left: 10px;
  font-size: 18px;
  margin-left: 10px;
  color: #77909d;
}
.date-span {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #4e4e50;
  margin-top: 10px;
  float: left;
  /*text-align: right;*/
}
.my-task {
  width: 90px;
  float: left;
}
.select-date {
  float: right;
  width: 80%;
}
.select-date-right {
  float: right;
}
.date-location {
  float: left;
  margin-left: 30px;
}
.my-task-head {
  margin-top: 15px;
  height: 60px;
}
.wbs-featured-table-list {
  height: 43px;
}
.date-plus-button {
  width: 39.5px;
  height: 39.5px;
  border: 0px solid #fff;
  border-radius: 3px;
  background-color: #009dff;
  color: #ffffff;
  font-size: 18px;
}
.d-col-md-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.list-button {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  color: #9f9f9f;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.1);
  display: none;
}
.wbs-featured-right-1 {
    height: 35px;
    border: none;
    border-radius: 0px;
    background-color: #eceef0;
}
.dashboard-button-div {
    margin-top: 35px;
    display: none;
}
.table-dashboard-button-div {
    margin-top: 35px;
    display: none;
}
.table-select {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  width: 30%;
  height: 33px !important;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  margin-left: 10px;
}
table-drop-item {
  color: #9f9f9f;
}
/*===========.  date-picker.  ==========*/
.picker-switch {
  font-size: 14px;
}
.with100 {
    width: 100%;
}
.dow {
  font-size: 13px;
  font-weight: normal;
}
.day {
  font-size: 12px;
  font-weight: normal;
}
.img-event-logo {
  width: 82px !important;
  height: 82px !important;
}
/*=============.  My Wall. ==============*/
.border-radius-full{
    border-radius: 5px;
}
.border-radius-up{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.border-radius-down{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.background-white {
    /*width: 100%;*/
    background-color: white;
}
.top-10 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}
.wall-second-1-1 {
    padding: 26px;
}
.wall-second-1-1-content1 {
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
}
.wall-second-1-1-content1-text1 {
    margin-top: 15px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    word-break: break-word;
}
.wall-second-1-1-content1-text2 {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}
.wall-second-1-1-content1-text3 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #9f9f9f;
}
.wall-second-1-1-content2-1 {
    margin-top: 17px;
    text-align: center;
}
.wall-second-1-1-content2-1-text {
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #cbcbcb;
}
.wall-second-1-1-content2-1-text1 {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #cbcbcb;
}
.wall-second-1-1-content2 {
    border-bottom: 2px solid #e6e6e6;
}
.wall-second-1-1-content2-2 {
    text-align: center;
}
.wall-second-1-1-content2-2-text {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.wall-second-1-1-content3 {
    text-align: center;
}
.wall-second-1-1-content3-text1 {
    margin-top: 18px;
    margin-bottom: 4px;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #000000;
}
.wall-second-1-1-content3-text2 {
    width: auto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0px;
}
.wall-second-1-2 {
    margin-top: 20px;
}
.wall-second-1-2-div {
    /*width: 260px;*/
}
.wall-second-1-2-text {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.with25 {
    padding: 5px 5px 10px 5px;
    width: 60px;
    display: inline-block;
}
.wall-second-1-2-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.wall-second-1-2-button {
    width: 50px;
    height: 50px;
    border: 0px;
    border-radius: 5px;
    background-color: #fd3d39;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.wall-second-1-3-button {
    border:none;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #00c1f6;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.wall-second-2-1 {
    width: 100%;
    border-radius: 5px;
}
.wall-second-2-1-body {
    padding: 26px;
    display: flex;
    margin-bottom: 15px;
}
.wall-second-2-1-div1 {
    width: 10%;
    min-width: 70px;
    text-align: left;
}
.wall-second-2-1-div2 {
    width: 60%;
}
.wall-second-2-1-div3 {
    /*width: 30%;*/
    min-width: 150px;
    text-align: right;
}
.wall-second-2-1-input {
    width: 100%;
    border:0px;
}
.wall-second-2-1-input::placeholder {
    padding-top: 3px;
    opacity: 0.29;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.wall-second-2-1-img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.wall-second-2-1-button1 {
    cursor: pointer;
    margin-top: 6px;
    width: 29.6px;
    height: 29.6px;
    border-radius: 5px;
    border: solid 1px #eceef0;
    color: #9f9f9f;
}
.wall-second-2-1-button1:hover {
    background-color: #f9f9f9;
    border: solid 1px #eceef0;
}
.wall-second-2-1-button1:active {
    background-color: #efeeee;
    border: solid 1px #eceef0;
}
.wall-second-2-1-button2 {
    cursor: pointer;
    margin-top: 6px;
    margin-left: 13px;
    width: 98px;
    height: 45px;
    border-radius: 5px;
    background-color: #596ac1;
    border: solid 1px #006dcb;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.wall-second-2-1-button2:hover {
    background-color: #4b59a2;
    border: solid 1px #006dcb;
}
.wall-second-2-1-button2:active {
    background-color: #424e8e;
    border: solid 1px #006dcb;
}
.wall-second-2-2 {
    border-bottom: solid 1px #e6e6e6;
}
.wall-second-2-2-body {
    padding: 26px;
    display: flex;
}
.wall-second-2-2-div1 {
    width: 12%;
    min-width: 50px;
}
.wall-second-2-2-div2 {
    width: 85%;
}
.wall-second-2-2-text1 {
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.wall-second-2-2-text2 {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.wall-second-2-2-text3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top:10px;
    margin-bottom:5px;
}
.wall-second-2-2-text3-label {
    color: #009dff;
}
.wall-second-2-2-img2 {
    width: 100%;
}
.wall-second-2-2-div2-div{
    width: 100%;
    display:flex;
}
.wall-second-2-2-text4 {
    cursor: pointer;
    margin-right: 28px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.wall-second-2-2-text4:hover {
    color: #868585;
}
.wall-second-2-2-text4.active {
    color: red;
}
.wall-second-2-block {
    width: 100%;
}

.wall-second-1-3 {
    padding: 26px;
}
.wall-second-1-3-content1 {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.wall-second-1-3-content1 {
    width: 100%;
}
.wall-second-1-3-content1-text {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.wall-second-1-3-content2-div {
    margin-top: 10px;
    width: 100%;
    display: flex;
}
.wall-second-1-3-content2-div-1 {
    margin-left: 10px;
}
.wall-second-1-3-content2-text1 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 1px;
}
.wall-second-1-3-content2-text2 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.wall-second-1-3-content2-button-follow {
    position: absolute;
    right: 26px;
    margin-top: 6px;
    margin-left: 10px;
    width: 65px;
    line-height: 20px;
    border-radius: 29px;
    background-color: #e0f3ff;
    border: solid 1px #00c1f6;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
}
.wall-second-1-3-content2-button-follow:hover {
    background-color: #bfe0f5;
    border: solid 1px #00c1f6;
}
.wall-second-1-3-content2-button-follow.active {
    position: absolute;
    right: 26px;
    margin-top: 6px;
    margin-left: 10px;
    width: 65px;
    height: 23px;
    border-radius: 29px;
    background-color: #00c1f6;
    border: solid 1px #00c1f6;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.wall-second-1-3-content2-img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.wall-second-3-weather {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.wall-second-1-3-content2-button-date {
    position: absolute;
    right: 26px;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    border-radius: 5px;
    border: solid 1px #00c1f6;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
section {
    padding-left: 15px;
    padding-right: 15px;
}
.user-list2 {
    display: none;
}
.footer {
    padding-left: 0px;
    padding-right: 0px;
}
.user-list-li {
    display: none;
    list-style: none;
}
.list-dropdown {
    font-size: 16px;
}
.report-dot {
    position: absolute;
    right: 26px;
    font-size: 16px;
    color: #e6e6e6 !important;
}
.user-follw {
    width: 114px;
    height: 45px;
    border-radius: 5px;
    border:0px;
    background-color: #23c875;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.user-follw:hover {
    background-color: #20b76b;
}
.user-follw:active {
    background-color: #1c9e5d;
}
.user-message {
    width: 44px;
    height: 45px;
    border:0px;
    border-radius: 5px;
    background-color: #009dff;
}
.user-message:hover {
    background-color: #0191ea;
}
.user-message:active {
    background-color: #0279c3;
}
.services-lounge {
    cursor: pointer;
    background: none;
    border: none;
}
.modal-services-long {
    margin-top: 70px;
}
.navbar .container .collapse .navbar-nav .nav-item .services-lounge {
    z-index: 2000;
}
.services-modal {
    padding: 40px;
}
.services-modal-title {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.services-modal-content {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align:center;
}
.services-modal-content-image {
    width: 50px;
    margin-bottom: 19px;
}
.services-modal-content-div {
    text-align: center;
    /*margin-left: 25px;
    margin-right: 25px;*/
    width:32%;
    margin-bottom:30px;
    display: inline-block;
}
.services-modal-footer {
    width: 100%;
    background-color: #eff8fa;
}
.services-modal-footer-text1 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 40px;
    margin-bottom: 3px;
}

.services-modal-footer-text2 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #009dff;
    padding-bottom: 43px;
    margin-bottom: 0px;
}
.services-modal-content-text {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.service-button {
    position: absolute;
    right: 104px;
    top: -34px;
    background: white;
}
/*=======. add-new-page. ==========*/
.add-new-1 {
    padding-left: 0px;
}
.add-new-2 {
    padding-left: 0px;
    padding-right: 0px;
}
.add-new-1-div {
    padding: 15px;
}
.add-new-1-div-div {
    width: 100%;
}
.add-new-1-div-footer {
    text-align: center;
    padding: 24px;
    width: 100%;
    background-color: #eff8fa;
}
.add-new-1-image1 {
    width: 100%;
}
.add-new-1-div-images {
    position:relative;
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}
.add-new-1-div-images:nth-child(even) {
    float: right;
}
.add-new-1-image-close {
    cursor: pointer;
    width: 16px;
    position: absolute;
    top: -5px;
    right: -5px;
}
.add-new-1-image2 {
    width: 100%;
}
.add-new-1-text1 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e50;
}
.add-new-1-text2 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.add-new-1-text3 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e50;
}
.add-new-1-text4 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #fd3d39;
}
.add-new-1-div-footer-p {
    margin-bottom: 0px;
}
.add-new-1-div-div-p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.add-new-2-div {
    position: relative;
    padding: 50px;
}
.add-new-2-div-close {
    cursor: pointer;
    width: 57px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.add-new-2-div-div1 {
    display: flex;
    padding-bottom: 25px;
    border-bottom: solid 1px #cfd8dc;
}
.add-new-2-div-div1-title {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #009dff;
}
.add-new-2-div-div1-auto {
    position: absolute;
    right: 50px;
    display: flex;
}
.language-auto {
    margin-top: 14px;
    display: flex;
}
.language-auto p {
    margin-bottom: 0px;
}
.add-new-2-div-div2-div1 {
    width: 100%;
    margin-bottom: 15px;
}
.add-new-2-div-div2-div2 {
    width: 49%;
    display: inline-block;
}
.add-new-2-div-div2-div2:nth-child(even) {
    float: right;
}
.add-new-2-div-div2-text {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.add-new-2-div-div2-input {
    height: 54px;
    border: 0px;
    width: 100%;
    border-radius: 4px;
    background-color: #f6fafd;
    font-size: 14px;
    padding-left: 10px;
    color: #9f9f9f;
}
.add-new-2-div-div2-input:placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.add-new-2-div-div2-select {
    height: 54px;
    border: 0px;
    width: 100%;
    border-radius: 4px;
    background-color: #f6fafd;
    font-size: 14px;
    padding-left: 10px;
    color: #9f9f9f;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: normal;
    opacity: 1.0;
}
.add-tags {
    position: relative;
    padding: 5px 35px 5px 15px;
    border-radius: 3px;
    background-color: #e8fff7;
    border: solid 1px #8ae9bd;
    font-size: 12px;
    text-align: left;
    color: #4e4e50;
    margin-right: 5px;
}
.add-tag-close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px;
    color: #8ae9bd;
}
.add-post {
    padding-top: 20px;
    text-align: right;
}
/*--------- new-landing ---------*/
.new-landing-div1 {
    padding:30px;
    max-width: 650px;
    margin: auto;
}
.new-landing-div2 {
    margin: auto;
}
.new-landing-div-part1 {
    text-align: center;
}
.new-landing-div-part1-image {
    width: 56px;
}
.new-landing-div-part1-text1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.new-landing-div-part1-text2 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #9f9f9f;
}
.new-landing-div-part1-text3 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.new-landing-div-part1-text3 lavel {
    color: #009dff;
}
.new-landing-div-part2-text1, .new-landing-div-part3-text1 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.new-landing-div-part3-div-margin {
    margin: auto;
}
.new-landing-div-part3 {
    margin-top: 30px;
    /*width: 85%;*/
}
.new-landing-div-part2-div, .new-landing-div-part3-div {
    margin-top: 20px;
    text-align: center;
    max-width: 940px;
    margin: auto;
}
.new-landing-tag {
    margin-right: 3px;
    width: 181px;
    display: inline-block;
}
.new-landing-div-part2-language {
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    font-size: 14px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 3px #e6e6e6;

}
.new-landing-div-part2-language:hover {
    border: solid 3px #43b05c;
}
.new-landing-div-part2-language.active {
    background-color: #e8fff7;
    border: solid 3px #43b05c;
}
.new-landing-submit {
    cursor: pointer;
    margin-top: 20px;
    width: 920px;
    height: 45px;
    border-radius: 5px;
    background-color: #596ac1;
    border: solid 1px #006dcb;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.new-landing-submit:hover {
    background-color: #4b59a2;
    border: solid 1px #006dcb;
}
.new-landing-submit:active {
    background-color: #424e8e;
    border: solid 1px #006dcb;
}
/*----  new-inside-1  --------*/
.new-inside-1 {
    padding-left: 0px;
    padding-right: 0px;
}
.new-inside-2 {
    padding-right: 0px;
}
.update-block-2 {
    padding-right: 0px;
}
.path {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.path lavel {
    color: #009dff;
}
.new-inside-1-part1 {
    padding: 42px 36px 0px 42px;
}
.new-inside-1-part1-head {
    width: 100%;
    display: flex;
}
.new-inside-1-part1-div-text {
    margin-left: 10px;
}
.new-inside-1-part1-text1 {
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}
.new-inside-1-part1-text2 {
    margin-top: 0px;
    font-size: 11px;
    color: #9f9f9f;
}
.new-inside-1-part1-div-back {
    position: absolute;
    top: 45px;
    right: 42px;
}
.new-inside-1-part1-text3 {
    top: 5px;
    margin-left: 15px;
    font-size: 16px;
    color: #e6e6e6 !important;
}
.new-inside-1-part2-text1 {
    width: 70%;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.new-inside-1-part2 {
    width: 100%;
}
.new-inside-1-part2-div1 {
    padding: 0px 42px 0px 42px;
    width: 100%;
    display: flex;
}
.new-inside-1-part2-div-button {
    position: absolute;
    right: 42px;
}
.new-inside-1-part2-button {
    margin-top: 15px;
    width: 91px;
    height: 32px;
    background-color: #23c875;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    border: 0px;
    padding-top: 5px;
}
.new-inside-1-part2-button:hover {
    background-color: #1fb168;
}
.new-inside-1-part2-button:active {
    background-color: #189054;
}
.new-inside-1-part2-div2 {
    padding: 10px 42px 26px 42px;
}
.new-inside-1-part2-text2 {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.new-inside-1-part2-div2-div1 {
    display: flex;
    padding-bottom: 16px;
    border-bottom: solid 1px #cbcbcb;
}
.new-inside-1-part2-share {
    width: 68px;
    height: 26px;
    border-radius: 3px;
    background-color: #4059a0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 5px;
    border:0px;
}
.new-inside-1-part2-share:hover {
    background-color: #3a5090;
}
.new-inside-1-part2-share:active {
    background-color: #2f4277;
}
.new-inside-1-part2-twitter {
    width: 116px;
    height: 26px;
    border-radius: 3px;
    background-color: #00aff6;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 5px;
    border:0px;
}
.new-inside-1-part2-twitter:hover {
    background-color: #02a3e4;
}
.new-inside-1-part2-twitter:active {
    background-color: #00aff6;
}
.new-inside-1-part2-message {
    height: 26px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #4059a0;
    border:0px;
}
.new-inside-1-part2-message:hover {
    background-color: #3a5090;
}
.new-inside-1-part2-message:active {
    background-color: #2f4277;
}
.new-inside-1-part2-text3 {
    position: absolute;
    right: 42px;
    font-size: 10px;
    color: #9f9f9f;
}
.new-inside-1-part2-text4 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.new-inside-1-part2-div2-div2 {
    padding: 16px 0px 36px 0px;
}
.new-inside-1-part2-div2-div3 {

}
.new-inside-tag {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.new-inside-tag-div {
    margin-top: 22px;
    display: flex;
}
.new-inside-tags {
    padding: 5px 17px 5px 17px;
    font-size: 12px;
    color: #000000;
    border-radius: 18px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    margin-right: 5px;
}
.new-inside-2-part1 {
    padding: 17px 21px 30px 21px;
}
.new-inside-2-part1-text1 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
}
.new-inside-2-part1-img {
    margin-top: 10px;
    width: 100%;
}
.new-inside-2-part1-time {
    margin-top: 3px;
    font-size: 8px;
    line-height: 1.88;
    color: #9f9f9f;
    margin-bottom: 5px;
}
.new-inside-2-part1-record {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.new-inside-2-part2-magin {
    margin-top: 15px;
}
.new-inside-2-part2 {
    padding: 17px 21px 30px 21px;
}
.new-inside-2-part2-text1 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 15px;
}
.top-stroy {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    /*margin-right: 20px;*/
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
}
.top-stroy.active {
    border-bottom: 3px solid #23c875;
}
.top-stroy:hover {
    color: #000000;
    text-decoration: none;

}
.top-stroy-content {
    width: 100%;
    margin-top: 10px;
}
/*-----------  media-new-filter. -----------*/
.media-new-filter {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.media-new-filter-input {
    padding-left: 5px;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
}
.media-new-filter-input:placeholder {
    color: #9f9f9f;
}
.media-new-filter-select-text {
    margin-top: 10px;
    padding-right: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    cursor: pointer;
}
.media-new-filter-select-text i {
    float: right;
    color: #4e4e50;
}
.media-new-filter-select-component {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    display: inline-block;
}
.media-new-filter-select-checkbox {
    margin-top: 5px;
    float: right;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
}
/*-----   update-profile-title.  --------*/
.update-profile-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 19px;
}
.update-text10 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
}
.update-text11 {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 1px;
}
.update-text11:first-child {
    margin-top: 39px;
}
.update-text11:last-child {
    margin-bottom: 29px;
}
.update-text11 lavel {
    font-weight: 500;
}
.update-firxt-block {
    padding: 26px;
}
.update-first-block2-div {
    display: flex;
    padding-left: 26px;
}
.update-first-block2-text1 {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #9f9f9f;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 5px;
    margin-right: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}
.update-first-block2-text1.active {
    color: #000000;
    border-bottom: 3px solid #006dcb;
}
.update-text12 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.update-text12:last-child {
    margin-bottom: 8px;
}
.update-text13 {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #009dff;
}
.update-first-bownload-button {
    margin-top: -20px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #43b05c;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #ffffff;
    border:0px;
    margin-bottom: 15px;
}
.update-first-bownload-button:hover {
    background-color: #3fa757;
}
.update-first-bownload-button:active {
    background-color: #328645;
}
.googlemap {
    width: 100%;
}
.top-15 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
}
.map-info-text1 {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
}
.map-info-text2 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 1px;
}
.map-info-div {
    padding: 20px;
    border-bottom: solid 1px #e1e1e1;
}
.map-info-div:last-child {
    padding: 0px 20px 0px 20px;
}
.map-info-text3 {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #009dff;
    cursor: pointer;
}
.new-inside-part2 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
}
.new-inside-part2 img {
    width: 28px;
    height: 28px;
}
.new-inside-part2-div {
    margin:auto;
    display: flex;
}
.new-inside-part2-div div {
    display: flex;
}
.new-inside-part2-div p {
    margin: 5px 25px 0px 15px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.updated-second-block-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.updated-second-block-div {
    padding: 20px 18px 20px 18px;
}
.updated-second-block-div-title {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.update-divi-div1 {
    padding-left: 0px;
}
.update-divi-div2 {
    padding-left: 0px;
    padding-right: 7.5px;
}
.update-divi-div3 {
    padding-left: 7.5px;
    padding-right: 0px;
}
.update-divi-div4 {
    padding-right: 0px;
}
.updated-second-block-div-button {
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #009dff;
}
.updated-second-block-div-head {
    position: relative;
    display: flex;
    border-bottom: solid 1px #e6e6e6;
}
.updated-second-block-div-head1 {
    height: 131.5px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
    vertical-align: middle;
}
.head1-image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.updated-second-block-div-body {
    margin-top: 15px;
    display: flex;
}
.updated-second-block-div-body1 p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    margin-bottom: 3px;
}
.updated-second-block-div-body2 {
    margin-left: 20px;
}
.updated-second-block-div-body2 p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 3px;
}
.updated-block-plus {
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 21.5px;
    height: 21.5px;
    border-radius: 3px;
    background-color: #009dff;
    border: 0px;
    font-size: 12px;
    color: #fff;
    padding-left: 10.5px;
    cursor: pointer;
}
.updated-block-plus i {
    margin-top: 1px;
    font-size: 14px;
    font-weight: normal;
}
.update-block-body-title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    margin-top: 20px;
}
.updated-third-block-div-body {
    margin-top: 15px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}
.my-task-head1 {
    margin-top: 15px;
    height: 40px;
}
.table-soical {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}.table-soical:last-child {
    width: 14px;
    height: 14px;
}
.pen1 {
    cursor: pointer;
    width: 27px;
    position: absolute;
    top: -10px;
    right: 3px;
}
.pen2 {
    cursor: pointer;
    width: 27px;
    position: absolute;
    top: -10px;
    left: -10px;
}
/*----  jobpost-text1. --------*/
.jobpost-text1 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.jobpost-div1 {
    padding: 20px;
}
.postjob-div1-div {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.postjob-text-div2 {
    width: 100%;
    margin-top: 10px;
    position: relative;
    display: flex;
}
.jobpost-text2 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}
.jobpost-text3 {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.jobpost-button1 {
    margin-top: 5px;
    position: absolute;
    right: 0px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #00c1f6;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000000;
}
.jobpost-textarea {
    height: 79px;
    border-radius: 4px;
    background-color: #f6fafd;
    border:0px;
    width: 100%;
}
/*-------  seach result. ----------*/
.top-47 {
    margin-top: 47px;
}
.seach-count {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.padding-45 {
    padding: 45px 45px 120px 45px;
}
.seach-result {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.search-result-match {
    display: flex;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);;
    padding: 42px 25px 42px 25px;
}
.search-result-text1 {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
    word-break: break-word;
}
.search-result-text1 a{color: #000000;}
.search-result-text2 {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
}
.search-result-text3 {
    font-size: 11px;
    /*font-weight: bold; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    margin-bottom: 10px;
}
.search-result-match-content {
    margin-left: 28px;
    height: 130px;
    position: relative;


}
.search-result-match-image{

}
.search-result-match-content-h{
    position: absolute;
    width: 180px;
    top: 15px;


}
#companyList .search-result-match-content-h{
    top: 20px;
}

.search-result-text4 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.search-result-text4 lavel {
    font-size: 12px;
}
.search-result-image {
    width: 100%;
    display: flex;
}
.search-result-image-div {
    width: 33.33%;
}
.search-result-image-div-date {
    font-size: 10px;
    line-height: 1.9;
    color: #9f9f9f;
    margin-bottom: 5px;
    margin-top: 10px;
}
.search-result-image-div-title {
    max-width: 280px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.comunity-channels-text {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}
.in-news {
    margin-top: 40px;
}
.conumity-chnnels-image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.comunity-channels-texts {
    margin-left: 15px;
    width:80%;
}
.comunity-channels-text1 {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}
.comunity-channels-text1 a{
    text-transform:capitalize;

}
.comunity-channels-text2 {
    font-weight: normal;
    color: #9f9f9f;
    margin-bottom:0px;
    font-size:11px;
        line-height: 12px;
}
.comunity-channels-content {
    display: flex;
    position: relative;
}
.comunity-channels-component {
    display: inline-block;
    width: 30%;
    margin-right: 15px;
    margin-bottom: 30px;
}
.comunity-channels-follow {
    /*position: absolute;
    right: 0px;*/
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    width: 75.6px;
    height: 29.5px;
    border-radius: 29px;
    background-color: #ffffff;
    border: solid 1px #00c1f6;
    margin-top:5px;
    padding-top: 2px;
}
.comunity-channels-block {
    width: 100%;
}
.jobs {
    margin-top: 10px;
}
.job-component {
    width:100%;
   /* margin-right: 15px;
    display: inline-block; */
    height: 150px;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom:20px;
}
.job-component:last-child {
    margin-right: 0px;
}
.job-title a{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
.event-d{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    margin-bottom: 8px;
}
.job-date {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    margin-bottom: 8px;
}
.job-type {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.job-more {
    width: 114px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 2px #23c875;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}
/*------  message-all-title. --------*/
.message-all-title {
  height: 65px;
  width: 100%;
  padding: 27px 21px 21px 21px;
}
.message-search-div {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  height: 62px;
  width: 100%;
  background-color: #eff8fa;
  position: relative;
}
.message-search-div img {
  width: 15px;
}
.message-search-input-div {
  width: 60%;
}
.message-search-input{
  width: 100%;
  padding-left: 10px;
  background: none;
  border: 0px;
  height: 100%;
  font-size: 12px;
}
.message-search-input:placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #9f9f9f;
}
.message-search-sort-div {
  width: 30%;
  display: flex;
  min-width: 110px;
  position: absolute;
  right: 0px;
}
.message-search-sort-div p {
  font-size: 12px;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 20px;
}
.message-search-sort-div select {
  font-size: 12px;
  color: #4e4e50;
  background: none;
  border: none;
}
.message-content-div-div {
  width: 100%;
}
.message-content-div-div {
  padding: 10px 20px 10px;
  /*border-bottom: solid 1px #e6e6e6;*/
}
.message-content-div-div:last-child {
  padding: 10px 20px 10px;
  /*border-bottom: solid 0px #e6e6e6;*/
}
.message-content-div-div.active {
  background: #f7f7f7;
}
.message-component {
  position: relative;
}
.message-component img{
  margin-right:5px;
}
.message-username {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #006dcb;
  margin-bottom: 5px;
}
.message-title {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.message-body {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
  margin-bottom: 11px;
}
.message-date {
  position: absolute;
  right: 0px;
  font-size: 10px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
.message-today {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
.message-cotent-title-div {
  margin-left: 15px;
}
.message-cotent-title {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.message-tooltip {
  padding-top: 10px;
  padding-right: 55px;
  text-align: right;
  width: 100%;
  height: 45px;
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
  border-bottom: solid 1px #e6e6e6;
}
.message-box-div1 {
  position: relative;
  padding: 40px 50px 0px 50px;
}
.message-title-box {
  display: flex;
  padding-bottom: 10px;
}
.message-box-div2 {
  position: relative;
  padding: 0px;
}
.message-box-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.message-box-content {

}
.message-box-content-name {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #4e4e50;
}
.message-attachment {
  background-color: #fff;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #4e4e50;
  position: absolute;
  top:-7px;
}
.message-attachment-div {
  display: flex;
  position: relative;
  margin-top: 50px;
}
.message-attachment-line {
  width: 100%;
  height: 0;
  border: solid 1px #e6e6e6;
}
.message-images {
  margin-top: 40px;
  width: 100%;
}
.message-images img {
  width: 90px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
}
.message-textarea-div {
  width: 100%;
  margin-top: 5px;
}
.message-textarea {
  padding-left: 10px;
  width: 100%;
  height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  font-size: 12px;
}
.message-textarea:placeholder {
  color: #4e4e50;

}
.message-return {
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
  border:0px;
  background: none;
  border-right: 1px solid #e6e6e6;
}
.message-trash {
  display: inline-block;
  padding-left: 20px;
  border:0px;
  background: none;
}
.modal-post {
  background-color: #eff8fa;
}
.blog-madal {
  text-align: center;
  margin-top: 40px;
  max-width: 603px;
}

.d-datepicker {
    width: 90%;
    border: solid 1px #cbcbcb;
    border-radius: 0px;
    height: 39px;
    background-color: #eceef0;
    color: #9f9f9f;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
}
.d-datepicker:focus {
    outline: none;
}
.startDate {
    /*margin-left: -5px;*/
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.endDate {
    /*margin-left: -15px;*/
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#endDate {
    margin-left: -23px;
}
.date-div {
    float: left;
}
.date-img {
    width: 13px;
    float: right;
    position: absolute;
    right: 30px;
    top: 12px;
}
#startDate, #endDate {
    position: relative;
}


.home-user-area .dashboard-list-body3{float: none; text-align: center !important; width: auto;}
.home-user-area .dashboard-list-body-img{width: 140px;}
#search_suggestion{position:absolute;top:50px;width:100%;padding: 10px; border: 1px solid silver; margin: 0 auto; display: none; background: #fff;z-index: 9;}




.mywall-username {
  margin-left: 10px;
}
.company-showmore-div {
  height: 63px;
  background-color: #eff8fa;
  text-align: center;
}
.company-showmore {
  padding-top: 5px;
  font-size: 12px;
  color: #4e4e50;
  margin-bottom: 0px;
}
.company-showmore-down {
  cursor: pointer;
  border: none;
  background: none;
}
.company-showmore-down i {
  margin-top: -5px;
  padding-top: 0px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
.company-block2-div {
    display: flex;
    padding-left: 26px;
    margin-top: 25px;
}
.compony-text14 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0px;
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.compony-text14.active {
  height: auto;
  max-height: 1500px;
}
.company-margin {
  margin-top: 40px;
}

#community .img-fluid{width:69px; height: 69px;}
#modalServices .modal-body{padding: 0px !important;}
#modalServices .modal-footer{display: block;}
#modalServices a{color:#000;display:block;}

.table .btn-danger{margin-top:0px; margin-bottom: 0px;}

.finish-msg{text-align:center;}
.finish-msg h1{color:#53ae49;font-size: 1.4rem !important;}
.s_reference_no{display: inline-block;padding:10px 20px;font-size:15px;border:2px solid #000;border-radius:25px;font-weight:400;margin:10px  auto;background:#fff;max-width:400px;}
.pac-container{z-index: 99999;}
.from-right{right: -62px !important; left: unset !important;}
#corporate-tabs-container{background:#595959;}
#corporate-tabs-container .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background: none;color:#ff5000 !important;}
#corporate-tabs-container .nav-link{padding: 15px 15px!important;color:#fff !important;}
.dashboard h5{margin-top: 20px !important; display: block !important;}
.white-bg{background: #fff;}
.p-20{padding:20px;}
.noflex{display: block !important;}

.field-advancedsearch-filter_type .modal-radio span{font-size: 1rem !important;font-weight: 400;color: #999;}

#filters-info{font-size: 12px;}
#filters-info .badge{padding: .3em .6em .4em;font-size: 95%; margin-right: 10px;}
#filters-info .badge i{color:#fff;}
.filtered-itm{display:inline-block;margin-bottom: 8px;font-size:12px;}
#selComps .badge{padding: 1px 5px 3px;line-height: 10px;font-size: 10px;}
#result-container{padding-top: 20px;}
.dataTables_wrapper .dataTables_filter{float:left;}
.dataTables_wrapper .dataTables_length{float:right;}
#selOpts{float:right; margin-right: 10px;}
#selOpts a{font-weight: normal !important;text-transform:inherit;}

.btn-primary.dropdown-toggle{margin-top:20px;}
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{content: '' !important;}
table.dataTable thead .sorting:after{content: '' !important;}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1, table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background:none !important;}

.dataTable .text-center.chkcol{width:1px !important;}

.dashboard-table-head #mytable_filter{float:left !important;}

.popover-content{padding:3px;min-width:300px;min-height:300px;}
.popover-content .loader{margin-top: 120px; margin-left: 124px;}

#myProgress{
  border: 1px solid #ccc;
}
#myBar {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 11px; /* To center it vertically */
    color: white;
    font-size: 10px;
}

.dashboard .top-right{margin-top: 10px; }

img.circle{border-radius: 100%;}

.nav-button{position:relative;}
.nav-button .badge{position:absolute;left:12px;top:-12px;}




#notificationContainer, #activityContainer, #popMessageContainer{
  max-height: 300px;
  overflow-x: hidden;
}
#activityContainer .detail-text{
  padding-left:10px;
  padding-right:10px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu {
  width: 300px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 13px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
  line-height: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > small {
  color: #999999;
  font-size: 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}

.navbar-span .dropdown-toggle::after{display: none;}
#notify-container{min-height:300px;}
#notify-container center img{margin-top:50px;}
#notificationList .empty, #activityList .empty{font-size:12px;}


.video_item {
width: 100%;
min-height: 250px;
margin-bottom: 15px;
}
.video-thumbnail {
position: relative;
display: inline-block;
cursor: pointer;
width: 100%;
}
.video-thumbnail:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
content: "\f01d";
font-family: FontAwesome;
font-size: 75px;
color: #eee;
opacity: .8;
text-shadow: 0 0 30px rgba(0,0,0,.9);
}
.search-result-image-div
.video-thumbnail:before {
left: 45%;
}
.search-result-image-div{width:100%;}

.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-del {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 5px;
  display:none;
  margin-top: auto;
}
.avatar-upload.img-added .avatar-del{
  display:block;
}
.avatar-upload .avatar-edit {
  display: none;
  position: absolute;
  left: 3px;
  z-index: 1;
  top: 3px;
}
.avatar-upload:hover .avatar-edit{
  display: block;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 1px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.up-container{margin:0 auto; width:231px; text-align:center;}
.btn-file{overflow:hidden;position:relative;vertical-align:middle}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.fileinput{margin-bottom:9px;display:inline-block}.fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.fileinput .thumbnail>img{max-height:100%}.fileinput .btn{vertical-align:middle}.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none}.fileinput-inline .fileinput-controls{display:inline}.fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.form-control .fileinput-filename{vertical-align:bottom}.fileinput.input-group{display:table}.fileinput.input-group>*{position:relative;z-index:2}.fileinput.input-group>.btn-file{z-index:1}.fileinput-new.input-group .btn-file,.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0}.fileinput-new.input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new.input-group .btn-file.btn-sm,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0}.fileinput-new.input-group .btn-file.btn-lg,.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0}.form-group.has-warning .fileinput .fileinput-preview{color:#8a6d3b}.form-group.has-warning .fileinput .thumbnail{border-color:#faebcc}.form-group.has-error .fileinput .fileinput-preview{color:#a94442}.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}.form-group.has-success .fileinput .fileinput-preview{color:#3c763d}.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}.input-group-addon:not(:first-child){border-left:0}


.fileinput .fa{color:#09F;font-size:75px;}
.image-upload-area{min-height: 20px;border: 2px dashed #aaabab;background: #f2f2f3;padding: 25px 0px;margin-bottom: 15px;}



.message-detail-area .header{
  padding:10px;
  background: #f7f7f7;
  -webkit-box-shadow:0px 1px 1px #e3e3e3;
   -moz-box-shadow:0px 1px 1px #e3e3e3;
   box-shadow:0px 1px 1px #e3e3e3;
}
.message-detail-area .header img{margin-right:10px;}
.message-detail-area .msg-footer{padding:10px;}
.message-detail-area .msg-footer .form-group{margin-bottom: 0px;}
.message-detail-area .header .message-today{color:#b5b5b5;margin-top:10px;font-size:10px;}
.message-detail-area .header .message-today{color:#b5b5b5;margin-top:10px;font-size:10px;}
.add-new-2-div-delete {
    cursor: pointer;
    padding: 15px;
}


#empty-message-container .background-white, #empty-message-container .message-detail-area{
  min-height:500px;
  text-align: center;
  vertical-align:center;
  position: relative;
  line-height: 16px;
}
.center-item {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
#empty-message-container .background-white img{ margin-bottom: 10px;}
#empty-message-container .background-white small{ color:#9f9f9f;}

.search-results .pagination{margin:0px;}
#channelsList .search-result-match{ margin-bottom: 20px;}

.finish-msg{margin-top:20px;}

.lang_2{direction: rtl;text-align: right;}
.tbb-3:not(.active){border: none !important;border-bottom: 3px solid transparent !important;}

.guest-ls{width: 44%;text-align: right;}

.lls{padding-right:15px;padding-top: 3px; margin-left: 20px;}
.fullnoshow{display:none;width: 100%;}

.sm-stats li{display: inline-block; width: 30%; text-align: center; font-weight: bold;}
.sm-stats li span{display: block; font-size: 12px; font-weight: normal;}






.b-w {
    background: #fff;
}


.box-white .btn-social-icon {
    border-radius: 50% !important;
    width: 24px!important;
    height: 24px!important;
    position: relative!important;
    border: 0px !important;
}

.box-white .btn-social-icon .fa {
    line-height: .9!important;
    font-size: 14px!important;
    position: absolute!important;
    top: 50%!important;
    transform: translatey(-50%)!important;
    color: #fff !important!important;
}



.checkbox-media #media-types-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-media #media-types-container button {
    margin:5px;
    font-size:12px !important;
    font-family: HelveticaNeue;
}

.icon-title {
    display: flex;
    line-height: 0px;
    margin-top: -5px;
}

.icon-title a:nth-child(2) img {
    width: 16px;
    height: 20px;
}

.icon-title a:nth-child(1) img {
    width: 16px;
    padding-top: 2px;
}

.icon-title a {
    line-height: 0px !important;
    display: block;
}

.form-control{
    font-size: 12px !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.icon-title a:not(:last-child) {
    margin-right: 3px;
}

.btn-red {font-size: 16px!important; padding: 10px 28px !important;line-height: 1.5 !important;display: inline-block;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", "HelveticaNeue" !important;}

.checkbox-media #media-types-container button{
    color: #5d5d5d;
}

.checkbox-media #media-types-container button.btn-success {
    background: #7fca77;
    color: #fff !important;
}



div#language-grid-container a.nav-item.nav-link.poplink {
    font-size: 32px;
    text-align: right;
}

div#language-grid-container a.nav-item.nav-link.poplink i {
    font-size: 32px;
    color: #1579f6;
}

div#language-grid-container a.btn.btn-xs {
    padding: 0px;
}

.btn.btn-browser {
    padding: 6px 12px !important;
}

.box-white .form-group {
    margin-bottom: 10px !important;
}

.box-white select {
    max-height: 32px !important;
}

table.table.department-table a.poplink {
    font-size: 15px;
}

table.table.department-table a.removeSection {
    font-size: 16px;
}

label.button-upload {
    display: block;
    padding: 10px 28px;
    background: #5bc975;
    display: block;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s linear;
    text-align:center;
    font-size:12px;
    font-weight: bold;
    font-family: HelveticaNeue;
    padding-top:13px;
}

label.button-upload:hover{
    background: #000;
}



.department__box .fileUpload .form-group.field-channelstep1-mkfiles label, .department__box .fileUpload .form-group.field-channelstep1-mkfiles input {
    display: none;
}



.col-sm-12.media-kit {
    padding-left: 0px;
}

table.table.department-table th:last-child {
    text-align: center;
}

table.table.department-table td:last-child {
    text-align: center;
}

.form-group.field-channelstep1-topic_id {
    max-height: 91px;
    overflow-y: scroll;
    overflow-x: hidden;
}

span.select2-selection__clear {
    position: absolute;
    right: 0px;
}

.tab-icons {
    display: flex;
    align-items: center;
}

.tab-icons a i {
    font-size: 18px !important;
}

.tab-icons a:not(:last-child) {
    margin-right: 10px;
}



div#language-grid-container a.nav-item.nav-link.poplink {
    padding-bottom: 0px !important;
}

#tabs .col-xs-12 {
    width: 100% !important;
}

.checkbox-media.topics {
    margin-top: 1.7rem;
}

.form-control {
    position: relative;
    z-index: 11;
   
}

label.hovers {
    position: absolute;
    left: 10px;
    top: 4px;
    transition: all 0.3s linear;
}

.moveUp {
    top: -5px !important;
    opacity: 1 !important;
    z-index: 999;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0px;
    background: #fff;
   
}

label.hovers.moveUp {
    transition: all 0.3s linear;
}


.l-20 {
    left: 30px !important;
}

.mr-0 {
    margin-left: 0px !important;
}

.box-3.tags {
    text-align: left;
    margin-left: 15px;
}

.box-white .logo-image {
    max-width: 160px;
    text-align: center;
    height: 100px;
    width: auto !important;
}



.detail {
    display: flex;
}

span.detail-title {
    min-width: 38px;
}

span.detatil-value {
    flex: 1;
}

/*.col-md-3.department__box {*/
/*    margin-bottom: 30px;*/
/*}*/
.btn-success, .btn-draft {
    font-size: 14px !important;
}



div#btn-contailer {
    text-align: right;
}

/*h5.modal-title {*/
/*    display: flex;*/
/*    padding: 16px 18px;*/
/*    background: #e9f2ff;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.modalContent strong {
    display: block;
    color: #6a6a6a;
}

.modalContent div {
    color: #000;
}

.btn-social-icon .fa {
    line-height: .9 !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%) !important;
    color: #fff !important;
}
.mt-5{
    margin-top: 1rem !important;
}

.modalContent .btn-primary, .modalContent .btn-default {
    margin-top: 0px;
    font-size: 14px !important;
    padding: .375rem .75rem;
    font-weight: normal;
    margin-left: 10px !important;
}

.socialmedia .btn-social-icon .fa {
    line-height: 1;
    font-size: 30px !important;
}

.mb3 {
    margin-bottom: 30px !important;
}

div#department-grid-container {
    margin-bottom: 0px;
    padding: 0px !important;
}


a.viewink.more-details {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin-left: 15px;
    display: block;
}

div#officeListView .h-100.b-w {
    padding-bottom: 20px;
}


/*.modalContent div {*/
/*    margin-bottom: 1rem;*/
/*}*/

.modalContent form .row:last-child {
    margin-top: 20px !important;
    
}

.modalContent .form-area.form1 .row:last-child,
.modalContent .department-details .row:last-child{
    margin-top: 0px !important;
}

form#section-form .row:nth-child(6) {
    margin-top: 20px !important;
}

.modalContent .row div {
    margin-bottom: 0px !important;
}

.news-foucs .title {
    padding-bottom: 0px !important;
}

.col-md-3.pl-0.m-1, .col-md-6.pl-0.m-1 {
    margin-bottom: .5rem !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-group.field-channelmediakitform-media_kit_file {
    display: none !important;
}

.col-sm-12.pr-3 {
    padding-right: 30px !important;
}

.department-details {
    margin-bottom: 0px !important;
}

.hint-block p {
    margin-bottom: 0px;
    font-size:10px;
}


.irs--round .irs-grid-text {
    color: silver;
    font-size: 10px !important;
}

.irs--round .irs-handle {
    top: 30px !important;
    width: 15px !important;
    height: 15px !important;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}

/*select {*/
/*    max-height: 32px !important;*/
/*}*/

/*.form-control {*/
/*    max-height: 32px;*/
/*}*/

/*span.input-group-prepend {*/
/*    max-height: 32px;*/
/*}*/

/*textarea.form-control {*/
/*    max-height: 100%;*/
/*}*/

/*label.control-label {*/
/*    padding-top: 10px;*/
/*}*/



/*.input-group-prepend {*/
/*    max-height: 32px;*/
/*}*/

/*.input-group-prepend button {*/
/*    line-height: 0;*/
/*}*/


.monitoring_box label{
    background:none!important;
    
}

