html {line-height:1;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);height:100%;}
/* overflow-y: scroll; */
a:hover,
a:focus {color:#061822;}
p{font-family: 'Montserrat' !important;}
span{font-family: 'Montserrat' !important;}
small{font-family: 'Montserrat' !important;}
strong{font-family: 'Montserrat' !important;}
a{text-decoration: none !important;font-family: 'Montserrat' !important;}
button:focus{outline:0 none !important;}
ul {padding:0;}
ul li {list-style:none;}
h1,h2,h3,h4,h5,h6 {color:#061822;}
h1 {font-size:30px;font-family: 'Montserrat' !important;}
h2 {font-size:28px;font-family: 'Montserrat' !important;}
h3 {font-size:26px;font-family: 'Montserrat' !important;}
h4 {font-size:24px;font-family: 'Montserrat' !important;}
h5 {font-size:22px;font-family: 'Montserrat' !important;}
h6 {font-size:20px;font-family: 'Montserrat' !important;}
img {max-width:100%;font-family: 'Montserrat' !important;}
body{margin:0;padding:0;top:0 !important;font-family: 'Montserrat' !important;}
*{margin:0;padding:0;}
/*body{background:url('../img/body-bg.png') no-repeat 0 0;background-size:cover;}
*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('ttf'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Black.otf') format('otf'),
        url('../fonts/AvenirLTStd-Black.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/*==============body-btn==============*/
.select2-container--default .select2-search--inline .select2-search__field{width:100% !important;}
html {
    /* background: lightgrey; */
    height: 100%;
  }
  ul.technology.mt-3 {
    height: 100%;
    margin: 0 auto;
  }

  ul.technology.mt-3::-webkit-scrollbar {
    width: 1px;
    border-radius: 10px;
    height: 5px;
}
  ul.technology.mt-3::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  ul.technology.mt-3::-webkit-scrollbar-thumb {
    background-color: #2b2f3f;
  }

  .header-super{
    width: 100px !important;
  }


header {
    background-color: #F6F6F7;
}
/*====================================nav-bar=============================*/
.tabs_sections .tabbable ul#myTab li.nav-item a {
    padding: 10px !important;
    height: 50px;
}
ul.technology.mt-3 {
    padding: 0px 20px 20px;
    width: 100%;
    overflow-x: scroll;
}
.banner{background:url(../img/banner.png)no-repeat;}
.container.head {
    padding: 0;
}
.navbar {width:100%;padding:0 !important;}
.navbar ul li {display:inline-block;padding: 10px 20px 0;}
.navbar-light .navbar-nav li:hover:last-child a{background:none;color:rgba(0,0,0,.5) !important;}
.navbar li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #2b2f3f;
    padding: 0 !important;
    font-family: Montserrat;
    line-height: 60px;
    border-bottom: 2px solid #4c8fcb00;
}
.navbar-brand{padding:0 !important;}
.navbar li a:hover {
    border-bottom: 2px solid#4c8fcb;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.navbar .active{color:#28b1f9;}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {color:#fff !important;background-color:#ff8500;}
.navbar-light .navbar-nav li:hover .nav-link {color:#fff !important;background-color:#ff8500;}
.logo {padding:0 !important;margin:0 0px 0 20px !important;}
.tog{display:none;}
.login-screen{height:100vh; display: flex; align-items: center; justify-content: center; background-color: #d3d3d3;}
ul.navbar-nav {
    width: 100%;
}
.categories a:hover {
    background-color: #2b2f3f;
    color: #fff;
}


li.nav-item.btn-1 {
    padding: 10px 0;
}
li.nav-item.btn-2 {
    padding: 10px 10px;
}
li.nav-item.btn-1 button {
    background-color: rgb(255 255 255);
    font-family: Montserrat;
    padding: 8px 40px;
    border-radius: 5px;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    color: #2B2F3F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid#b7b6b6;
}
.location:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #a3a6a3;
    transform: rotate(
90deg
);
    position: relative;
    top: 20px;
    left: -13px;
}
.dropdown-menu{padding:0px 10px 20px!important;}
li.nav-item.btn-2 button {
    background-color: #4c8fcb;
    font-family: Montserrat;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 8px 40px;
}
.btn.focus, .btn:focus{box-shadow:none !important;}
.nav-tabs {
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
}
a.nav-link.active {
    border: none;
    padding: 6px 50px;
    color: #e2af48 !important;
    margin-right: -17px;
}

.nav-tabs .nav-link{border:none !important;}
ul.nav.nav-tabs {
    position: absolute;
    top: 50%;
    left: 25%;
}
/*---------------banner--------------*/
.banner-text h1{
    color:#2b2f3f;
    line-height: 65px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 60px;
    margin-top:0px;
}
.banner-text h1 span{
    color: #4c8fcb;
}
.banner-text p {
    color: #454F86;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Montserrat';
    margin: 20px 0;
}
.search-bar {
    display: flex;
    width: 70%;
    background-color: #fff;
    height: 56px;
    position: relative;
    border: 1px solid rgb(229 227 235 / 83%);
    border-radius: 5px;
}
.location {
    display: flex;
}
.location:before {
    content: "";
    width: 1px;
    height: 55px;
    background: rgb(229 227 235 / 83%);
    position: absolute;
    top: 0;
    right: 48%;
    transition: all .8s ease 0s;
}
.location select {
    border: none;
    outline: 0;
    color: #2b2f3f;
    opacity: 70%;
    width: 190px;
}
.search-bar i {
    margin-top: 17px;
    font-size: 20px;
    margin-left: 12px;
    color: rgb(0 0 0);
    opacity: 34%;
}
form.search-bar input[type=text] {
    padding: 10px 10px;
    font-size: 17px;
    border: none;
    float: left;
    width: 50%;
    background: none;
    outline: 0;
}
form.search-bar button {
    float: left;
    padding: 10px;
    background: #4c8fcb;
    border: 1px solid #4c8fcb;
    border-left: none;
    cursor: pointer;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    right: -125px;
    width: 25%;
    color: #fff;
    font-size: 18px;
}
.banner {
    background-color: #fafafb;
    padding: 50px 0 90px;
}
::placeholder{
    color:#2b2f3f;
    line-height:30px;
    opacity: 70%;
}
.banner-img img {
    position: absolute;
    top: 37px;
    opacity: 0;
}
.banner-text ul {
    display: flex;
    margin-top: 20px;
}
/* .banner-text li a {
    background-color: #2abeeb38;
    padding: 5px;
    border-radius: 5px;
    color: #2abeeb;
    margin: 10px;
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
} */

.banner-text li a {
    background-color: #3cc7ef;
    padding: 5px;
    border-radius: 5px;
    color: #000000;
    margin: 10px;
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}
.banner-text li {
    color: #2E3877;
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}
/*-----------services---------*/
section.services_section {
    padding:60px 0;
}
.main-heading {
    text-align: center;
}
.main-heading span{
    color:#4c8fcb;
}
.main-heading h2 {
    color: #2b2f3f;
    opacity: 0.88;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    text-align: center;
}
.main-heading p {
    font-family: 'Montserrat';
    margin-bottom: 50px;
    opacity: 0.8;
    color: #454F86;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.services {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    height: 320px;
    border: 1px solid #F3F3F3;
    border-radius: 33px;
    background-color: #FFFFFF;
    box-shadow: 0 26px 88px 0 rgb(229 231 242 / 31%);
}
.services img{margin:20px 0 20px;}
.services h5 {
    color: #2b2f3f;
    font-family: 'Montserrat';
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
.services p {
    color: #2b2f3f;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*----------full-width section-------------*/
.container-fluid.full-width {
    padding: 0;
    overflow: hidden;
}
.bg-shade{background:url(../img/venka_homepage.png)no-repeat;
background-size:cover;
background-position:center;
padding:40px;
}
.bg-shade h2 {
    height: 204px;
    width: 488px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.86px;
    line-height: 64px;
    transform: translate(34%, 66%);
}
.row.manage-text {
    width:82%;
    position: relative;
    top: 25%;
    left: 18%;
}
.text_align span{
    opacity: 0.88;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 45px;
}
.text_align span i{margin-right:10px;font-size:20px;}
.image-icon i{
    position: absolute;
    top: 44%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    left: 96%;
    background-color: #2b2f3f;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 27px 56px 0 rgb(83 87 110 / 34%);
}
/*-----------------job opening------------*/
section.services_section_2 {
    padding: 60px 0;
}
span.green {
    border-radius: 17.5px;
    background-color: #5ABD1A;
    padding: 6px 15px;
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 14px;
}
span.orrange {
    border-radius: 17.5px;
    background-color: #FA7004;
    padding: 6px 15px;
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 14px;
}
span.perple {
    border-radius: 17.5px;
    background-color:#7B33DA;
    padding: 6px 15px;
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 14px;
}
.job-img img{
    margin:50px 0 20px;
}
.services.job-img h5 {
    font-family: 'Montserrat';
    margin: 10px 0;
    color: #2b2f3f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0;
}
.services.job-img p{
    font-size:14px;
}
.services.job-img a {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border: 1px solid #35418414;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    opacity: 9;
}
.services.job-img {
    height: 300px;
    margin-bottom:30px;
}
.view_all{
    border: 1px solid #4c8fcb;
    border-radius: 5px;
    background-color: rgba(42,190,235,0.18);
    padding: 10px 20px;
    text-align: center;
    color: #4c8fcb;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}
.services.job-img a:hover {
    background-color: #4c8fcb;
    color: #fff;
    opacity: 9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.view_all:hover {
    background-color: #4c8fcb;
    color: #fff;
    opacity: 9;
    border-color:#4c8fcb;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.Opportunities:hover{
    border:1px solid#4c8fcb;
    color: #4c8fcb;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background:transparent;
}
.testimonials a:hover{
    border:1px solid#4c8fcb;
    color: #4c8fcb;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background:transparent;
}
.social-icon li a i:hover{
    background-color:#4c8fcb;
    color:#fff;
    opacity:9;
}
.our_links li a:hover{color:#4c8fcb;opacity:9;}
ul.our-app li a i:hover {
    background-color: #4c8fcb;
    color: #fff;
}
/*-----------------testimonial----------------*/
.testimonials img {
    width: 90px;
    border-radius: 50%;
    height: 90px;
    margin: 30px;
}
.col-md-6.main-heading.t-left h2 {
    text-align: left !important;
}
section.services_section_3 {
    background-color: rgba(233,235,239,0.21);
    padding: 40px 0 60px;
}
.testimonials small {
    font-weight:300;
    letter-spacing: 0;
    line-height: 50px;
    border-left: 1px solid #F4F4F5;
    padding: 0 12px;
    margin: 0;
}
.testimonials small strong{color:green;}
strong.brown {
    color: #4c8fcb !important;
}
/*.testimonials a:hover{
    color:#fff;
}*/
.testimonials a{
        border-radius: 5px;
    background-color: #4c8fcb;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px;
    display: block;
    margin: 20px 0;
}
span.green i{margin-right:10px;}
/*-----------------great work-----------*/
.col-md-6.main-heading.t-left {
    text-align: left;
}
.col-md-6.main-heading.t-left p{font-size:16px !important;margin-bottom: 30px !important;text-align:left;}
.main-heading ul li{
    color: #454F86;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height:40px;
}
.main-heading ul li i{margin-right:15px;}
section.great_work {
    padding: 40px 0 120px;
    position: relative;
    z-index: 9;
}
ul.technology.mt-3 li a {
    opacity: 0.8;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
ul.icons li a {
    opacity: 0.82;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
.work-img img {
    width: 100%;
    position: absolute;
    z-index: 99999999999999999999999;
    top: -74px;
}
.col-md-6.work-img img {
    width: 100%;
    position: absolute;
    z-index: 99999999999999999999999;
    top: -35px;
}
.Opportunities {
    border-radius: 5px;
    background-color: #4c8fcb;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    margin: 20px 0;
}
/*-------------------footer-------------*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.grid-item {
    padding: 20px;
    font-size: 30px;
   /* width: 40%;*/
}
footer{background:url(../img/footer.png)no-repeat;background-size:cover;padding:60px 0 0;}
.grid-item p{
    opacity: 0.9;
    color: rgba(255,255,255,0.4);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px;
}
.social-icon{display:flex;}
 .social-icon li a i{
    font-size: 20px;
    color: #fff;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    opacity: 0.39;
 }
 .social-icon li{margin:10px;}
 .grid-item h3{
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
    opacity: 80%;
 }
 .our_links li a{
    opacity: 0.9;
    color: rgba(255,255,255,0.4);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px;
 }
 .calling {
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
}
li.calling p {
    margin: 0;
    line-height: 8px;
    margin-top: 10px;
    opacity: 0.9;
    color: #4c8fcb;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
ul.our-app {
    display: flex;
}
ul.our-app li{margin:10px;}
ul.our-app li a i{
    border: 1px dashed rgba(255,255,255,0.21);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
.copyright p{text-align:center;color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.copyright {
    border-top: 1px solid#ffffff42;
    padding: 20px 0 0;
}




.blobs-container {
  display: flex;
}

.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
    box-shadow: 2px 4px 6px 8px rgb(62 72 129);
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.blob.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.blob.green {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

/*---------------------login page css --------------*/

/***************************/
#a {
  -webkit-animation: wait 0s alternate infinite;
  animation: wait 0s alternate infinite;
}

.circle-ripple {
    background-color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    left: 33px;
    position: relative;
    top: 22px;
}

@-webkit-keyframes wait {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
}
}

@keyframes wait {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
}
.bg-img {
    background: url(../img/login-image.png)no-repeat;
    padding: 30px;
    background-size: cover;
  /*  height: 811px;
    width: 579px;*/
    border-radius: 20px 0 0 20px;
    background-color: rgba(46,56,119,0.87);
    height:100%;
}
.bg-img h1{
    width: 90%;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
    margin:34% 40px;
}
.bg-img h1 i{
    font-size:40px;
    margin:10px;
}
.bg-img h1 span{
    color:#4c8fcb;
}
.bg-img a {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}
.bg-img a i {
    font-size: 22px;
    margin-right: 15px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}
.form_section h2{
color: #2b2f3f;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
}
.form_section h2 span{
    color:#4c8fcb;
}
.form_section p{
  color: #2b2f3f;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.main-bg {
    border-radius: 21px;
    background-color: #FFFFFF;
    box-shadow: 0 31px 116px 0 rgb(180 183 198 / 20%);
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_section {
    padding: 50px;
}
ul.to_details.mt-3.b-bottom li strong i {
    color: #ffcd00;
}
/*--------------custom checkbox----------*/
.form-input-wrapper .form-label, .form-input-wrapper .form-input:invalid ~ .form-label {
    position: absolute;
    transition: 0.2s ease all;
    top: 51%;
    padding-left: 1.11765rem;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-50%);
    pointer-events: none;
    text-transform: capitalize;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}



[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #2B2F3F;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: "\2713";
    width: 20px;
    height: 20px;
    background: #2abeeb;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    text-align: center;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio_btn {
    box-shadow: 0 15px 87px 0 rgb(211 213 228 / 31%);
    padding:16px 8px;
    border-radius: 8px;
    height: 60px;
}
label.check-2 {
    float: right;
}
.bg-img a:hover {
    color: #2abeeb;
}
.form_section form .form-group input {
    box-shadow: 0 15px 87px 0 rgb(211 213 228 / 31%);
    height: 60px;
    border: 1px solid#f2f2f2;
    border-left: 4px solid#2abeeb;
    font-family: 'Montserrat';
    padding: 14px;
    margin: 10px 0;
}
.form-group.form-check input {
    height: 28px !important;
    margin: 0 -10px !important;
    width: 18px;
}
label.form-check-label {
    margin-left: 20px;
    font-family: 'Montserrat';
    color: #2B2F3F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
.form-group.form-check a{float:right;}
.form-group.form-check a {
    float: right;
    position: absolute;
    top: -40px;
    right: 0;
    font-family: 'Montserrat';
    color: #2B2F3F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
.form_section form ul{display:flex;margin-top:22px;}
.login-txt{
    opacity: 0.8;
    color: #454F86;
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 0;
}
/*-------------------signup--------------*/
.form-group.iput-type input {
    border: 2px solid#2b2f3f !important;
    color: #2b2f3f;
    padding: 10px 40px !important;
}
.form-group.iput-type i {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 20px;
    color: #2b2f3f;
}
.form-group.iput-type{position:relative;}
.sign_up ul li{
    opacity: 0.82;
  color: #757DA8;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.sign_up ul li a{
    opacity: 0.82;
  color: #4c8fcb;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  margin-left:10px;
}
.revert i {
    border: 1px solid#c6c7cb;
    color: #2b2f3f;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}
li.nav-item.btn-3 button {
    border-radius: 5px;
    background-color: #4c8fcb;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    color: #fff;
    padding: 12px 20px;
    width: 170px;
}
.form-group input::placeholder{
    color: #2b2f3f;
}
form.otp h4 {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}
.otp p{
      opacity: 0.82;
  color: #757DA8;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;

}
.otp p a{
    opacity: 9;
  color:#2b2f3f;
  font-family: Montserrat;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 0;
  line-height: 25px;
}
li.nav-item.btn-3 {
    opacity: 9;
}
.form-control:focus{box-shadow:none !important;border-color:#f2f2f2 !important;}
.form-row input {
    height: 60px;
    width: 85px;
    margin-right: -1px;
}
.otp span{
      opacity: 0.82;
  color: #757DA8;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;

}
.otp span a{
    opacity: 9;
  color: #4c8fcb;
  font-family: Montserrat;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 0;
  line-height: 25px;
}
/*------------after login home page--------------*/
.bg-blue {
    background-color: #2b2f3f;
    z-index: 9;
    position: relative;
}
li.nav-item.d_color a {
    color: #fff;
}
.custom_user li{
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
}
.custom_user li {
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
    width: 56px;
    height: 50px;
    line-height: 22px;
    text-align: center;
    margin: 10px;
}
.custom_user li i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
    display: inline-block;
    position: relative;
    top: -10px;
    left: -5px;
}
li.nav-item.profile {
    border: none;
    width: 90px;
    margin: 0;
}
li.nav-item.profile img{
    border-radius: 5px;
}
.bell_icon span{
    background-color: #FF3A3A;
    color: #fff;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    z-index:99999;
}
.btn-type button {
    border: 2px solid#2b2f3f !important;
    color: #2b2f3f;
    padding: 10px 10px !important;
    width: 100%;
    background: none;
    height: 60px;
    text-align: left;
}
.btn-type button i{margin-right:10px;}
.btn-type button:hover {
    background-color: #4c8fcb;
    border-color: #4c8fcb !important;
}


button.btn.dropdown-toggle {
    border: none !important;
    background: none !important;
    padding: 0;
}
.dropdown-toggle::after{display:none !important;}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
section.bg_blue {
    background-color: #1e212b;
    padding: 30px;
}
.search_baar h1 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: right;
    margin-bottom: 0;
    margin: 7px -46px;
}
form.search-btn input {
    border: 1px solid rgba(229,227,235,0.83);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    outline: 0;
    width: 68%;
    max-width: 68%;
    padding: 20px 50px !important;
    height: 50px;
}
form.search-btn i{
    position: absolute;
    left:95px;
    top: 20px;
    color: #2e38779e;
}
.error {
    padding: 0 20px;
    color: red;
    margin-bottom: 20px;
}
form.search-btn button{
    border-radius: 5px;
    background-color: #4c8fcb;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    border: none;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    height: 52px;
    margin-left: 20px;
}
.search_baar {
    text-align: center;
}
ul.dropdown-menu.dropdown-btn.show li {
    width: 100%;
    padding: 0 !important;
    margin: 0;
}
li.nav-item.profile ul li a i {
    color: #2e3877;
    font-size: 17px;
    float: right;
    line-height: 35px;
}
li.nav-item.profile ul li a {
    font-size: 13px !important;
    text-align: left;
    display: block;
    border-bottom: 1px solid#f2f2f2;
    margin: 0;
    line-height: 40px;
    position: relative;
    z-index: 999999;
}
ul.dropdown-menu.dropdown-btn.show li {
    width: 100%;
    padding: 0 !important;
    margin: 0;
    line-height: 0px;
    height: 0;
}
ul.dropdown-menu.dropdown-btn.show {
    padding: 0 10px;
}
li.nav-item.profile ul li a:hover{border:none !important;}
/*------------main content----------*/
.categories {
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 73px 0 rgb(240 240 249 / 64%);
    padding: 20px;
}
.main_section{padding:60px 0;}
.categories h3{
    opacity: 0.88;
  color: #2b2f3f;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.categories a {
    border: 1px solid rgba(72,86,157,0.15);
    border-radius: 3px;
    padding: 4px 15px;
    opacity: 0.8;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 3px 10px 0;
    display: inline-block;
}
.categories-2{
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 73px 0 rgb(240 240 249 / 64%);
    padding: 20px;
}
.categories-2 img {
    border-radius: 50%;
    width: 25%;
    margin: 40px auto;
    text-align: center;
    display: flex;
}
.categories-2 h4 {
    text-align: center;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 20px;
}
.categories-2 p{
        opacity: 0.82;
    color: #757DA8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
        margin-bottom: 0;
}
.categories-2 span small{
        opacity: 0.8;
    color: #757DA8;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 25px;
}
.categories-2 span strong{
 color: #7BC72C;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  text-align: right;
  float:right;
}
.categories-2 span{display:block;border-bottom:1px solid rgba(72,86,157,0.15);padding:10px;}

.categories-2 a{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border-radius: 5px;
    background-color: #2b2f3f;
    display: block;
    text-align: center;
    padding: 12px;
    margin-top: 20px;
}
.categories-2 a:hover{color:#fff;}
.categories-3{
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 73px 0 rgb(240 240 249 / 64%);
    padding: 20px;
}
.categories-3 h3 {
    opacity: 0.88;
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0;
}
.categories-3 h5{
    color: #2b2f3f;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.categories-3 h5 strong {
    margin-left: 10%;
    font-weight: 600;
    float: right;
}
.categories-3 p{
    color: #757DA8;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.post {
    border: 1px solid #E8E8EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 16px 57px 0 rgb(240 240 249 / 25%);
    padding:0px;
    display: block;
}
.post {
  flex-direction: column;
  max-height: 800px;
  /* overflow-y: scroll; */
}

li.Active-on {
    background-color: #4c8fcb6b;
    border-radius: 5px;
    color: #4c8fcb;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    width: 80px;
    height: 35px;
    text-align: center;
}
.post ul li img{
    width: 8%;
    border-radius: 550%;
}
.post ul li strong{
    color: #2b2f3f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight:600;
  letter-spacing: 0;
  line-height: 22px;
  margin-left:12px;
  position: relative;
    top: -8px;
}
.post ul {
    display: flex;
    margin-top: 16px;
}
.post ul li small{
   position: relative;
    top: -24px;
    left: 11%;
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
.post ul li{padding:0 20px;}
.post ul li i{
        color: #ddd;
    font-size: 20px;
}
.icons li i.fa.fa-location-arrow{
    font-size: 16px !important;
    width: 24px;
    height: 24px;
    background-color: green;
    text-align: center;
    line-height: 24px;
    color: #fff !important;
    border-radius: 50%;
}
.icons li {
        opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}
.icons li i{
    color: #2b2f3f !important;
    margin-right: 6px !important;
    font-size: 20px !important;
}
.post h4{
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0px 20px;
}
.to_details li a {
    border-radius: 5px;
    background-color: #4c8fcb30;
    color: #4c8fcb;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
    padding: 10px 20px;
}
.to_details li{padding:0 !important;margin-right:28px;}
.to_details li span{
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}
.to_details li strong{
    position: relative !important;top:0 !important;
}
li.list_style {
    position: relative;
    border-left: 2px solid#ddd;
    padding: 0 20px !important;
}
.moretext {
  display: none;
}
.article span{
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
}
.article a{
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: bold;
    margin: 0 10px 0 0;
}
div#more_txt {
    border-bottom: 1px solid#f2f2f2;
}
.technology{margin-bottom:0;}
.technology li {
    color: #2b2f3f;
    border-radius: 5px;
    background-color: #f3f4f8;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    padding: 10px 15px !important;
    margin-right: 10px;
}
ul.to_details.mt-3 {
    padding: 0 20px;
}
.technology li {
    padding: 0 14px 0 0;
}
.article {
    margin-bottom: 20px;
    padding: 0 20px;
    color:#2b2f3f;
}
ul.technology.mt-3 {
    padding: 0px 20px 20px;
}
.services.testimonials {
    height: 400px;
    border-radius: 10px;
}
p.small_box {
    margin-bottom: 0 !important;
    font-size: 15px;
    opacity: 0.8;
    color: #757DA8;
    font-family: Montserrat;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    border: 1px solid #F4F4F5;
    padding: 0;
    margin: 0;
}
/*------------------job details-----------------*/
a.back_btn {
    color: #252C5C;
    font-family: 'Montserrat';
    font-size: 16px;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 14px;
    border-bottom: 1px solid#E8E8EF;
}
a.back_btn i {
    font-size: 27px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.details_heading h5{
    color: #454F86;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 8px 20px 0;
    margin-bottom: 0;
}
.details_heading p{
        opacity: 0.82;
    color: #757DA8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 20px;
}
.detail_form form .form-row input {
    width: 100%;
}
.custom-file {
    width: 30% !important;
    height: auto !important;
    margin-left: 20px;
}
.form_head h5 {
    color: #2c3040  ;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    padding: 8px 20px 0;
    margin-bottom: 6px;
    border-top: 1px solid #E8E8EF;
    margin-top:5px;
}
.custom-file-label {
    border: none !important;
    border-radius: 5px !important;
    background-color: #F3F4F8 !important;
    opacity: 0.8;
    color: #2e3242 !important;
    font-family: Montserrat !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 50px !important;
    height: 60px !important;
}
.custom-file-input:lang(en)~.custom-file-label::after{display:none;}
label.custom-file-label img{
    width: 20px;
    margin-left: 30%;
}
.detail_form form .form-row textarea{
    width: 100%;
    margin-left: 0px;
    border: 1px solid rgba(229,227,235,0.83);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
     margin-bottom: 20px;
     height: 160px;
}
.detail_form form .form-row input {
    width: 94%;
    margin-left: 20px;
    border: 1px solid rgba(229,227,235,0.83);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    margin-bottom: 20px;
}
.col-md-12.apply_btn button {
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #2c3040;
    border: none;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    height: 40px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e3877 !important;
    border-color: #2e3877 !important;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: none !important;
}
/*-------------freelancer page adit---------------*/
.rating-btn a {
    display: inline-block;
    text-align: center;
}
.rating-btn {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 15px;
}
a.green1 {
    border-radius: 30px;
    background-color: #89CD21;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19.93px;
    text-align: center;
    padding: 5px 15px;
    margin-top: 0 !important;
}
a.green1 i{margin-right:5px;}
a.orange1 {
    border-radius: 30px;
    background-color: #F49E53;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19.93px;
    text-align: center;
    padding: 5px 15px;
    margin-top: 0 !important;
}
a.orange1 i{margin-right:5px;}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: -90px auto 50px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 50px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #8180808c;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    text-align: center;
    line-height: 38px;
    color: #2e3877;
}
/*.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: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}*/
.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    margin: 20px auto;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.m_btn {
    width: 96%;
    margin: 15px auto;
}
ul.social_links i.fa.fa-facebook-official {
    color: #3b5998;
    font-size: 24px;
    margin-top: 18px;
    margin-right: 15px;
}
ul.social_links i.fa.fa-twitter{
    font-size: 24px;
    margin-top: 18px;
    margin-right: 15px;
    color:#1DA1F2;
}
ul.social_links i.fa.fa-google-plus-square{
    font-size: 24px;
    margin-top: 18px;
    margin-right: 15px;
    color:#db4a39;
}
ul.social_links li a{font-size:15px;}
a.add_morebtn {
    border: 1px solid #4c8fcb;
    border-radius: 5px;
    background-color: rgba(42,190,235,0.18);
    color: #4c8fcb;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    display: block;
    text-align: center;
    padding: 12px;
}
a.add_morebtn:hover{
    background-color:#4c8fcb;
    color:#fff;
}

.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
}

.card {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
}

.text-dark {
  text-decoration: none !important;
}
.elmahio-ad {
  background: #fff;
  box-shadow: 0px 0px 0px 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.elmahio-ad .logo {
  background: #0da58e;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}
.elmahio-ad .logo img {
  width: 50px;
}
.elmahio-ad .motto {
  width: 180px;
  font-size: 12px;
  font-weight: bolder;
  padding: 12px;
}
ul#myTab {
    position: relative;
    left: 0;
    top: 0;
}
ul#myTab li a img {
    width: auto;
}
ul#myTab li a {
    padding: 0;
    background: none !important;
}
ul#myTab li a.active {
    padding: 10px;
    border-radius: 5px;
    background-color: #2b2f3f !important;
    box-shadow: 0 3px 19px 0 rgb(238 134 115 / 19%);
    width: 170px;
    height: 120px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
ul#myTab li a.active p {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}
ul#myTab li a.active span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 0;
    opacity: 0.82;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
    display: inline-block;
}

.card.main_card {
    border: none;
    box-shadow: none;
}
ul#myTab li a {
    background-color: #FFFFFF;
    border: 1px solid #E7E7EF !important;
    border-radius: 5px;
    margin: 0px 10px 0 0;
    padding: 10px;
    width: 170px;
    height: 120px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
ul#myTab p {
    color: #2b2f3f !important;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}
ul#myTab span {
    opacity: 0.82;
    color: #757DA8;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
    display: inline-block;
}
/*-----------tabs to tab-----------*/

.tab-content {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a,
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs.nav-tabs-dropdown > li.active > a:active,
  .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}
ul.nav.nav-tabs.tabs-2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    display: flex;
    justify-content: end;
    padding-left: 20px;
}
.demo {
    margin: 15px 15px 0 7px;
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
}
ul.nav.nav-tabs.tabs-2 li.active a {
    padding: 0 0px 0 0;
/*    color: #4c8fcb;
*/    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Montserrat';
}
ul.nav.nav-tabs.tabs-2 li a {
    color: #2e3877;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
ul.nav.nav-tabs.tabs-2 li{
        padding: 0 20px 0 0;
}
a.active.show {
    color: #4c8fcb !important;
}
.loan_row ul {
    display: flex;
    margin-bottom: 0;
}
.loan_row ul li{
    padding:10px;
}
.loan_row ul li strong{
        color: #2b2f3f !important;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}
.loan_row ul li p{
        color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom:0;
    opacity: 0.82;
}
a.withdraw {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border-radius: 5px;
    background-color: #4c8fcb;
    display: block;
    text-align: center;
    padding: 12px;
    margin-top: 20px;
}
.bg_gray {
    background-color: #F9F9FC;
    padding: 0 10px 10px;
}
.Payment_received p {
    opacity: 0.82;
    color: #757DA8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    padding-left: 20px;
    margin: 20px 0 0;
}
.pay_bill ul li p {
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0;
}
.pay_bill ul li span{
    color: #89CD21;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}
.pay_bill ul li span i{font-size:18px;margin-right:5px;}
.pay_bill ul li img {
    width: 55px;
    border-radius: 50%;
    position: relative;
    left: -24px;
}
span.posted {
    color: #2b2f3f !important;
    font-family: 'Montserrat' !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 25px !important;
    margin: 0 10px 0 !important;
        position: absolute;
    top: 4px;
}
.pay_bill ul li small {
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    top: 30px;
    left: 80px;
}
.pay_bill h3 strong{
    color:#2b2f3f;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
    float: right;
}
.pay_bill ul:before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgb(229 227 235 / 83%);
    position: absolute;
    top: 18px;
    right: 0%;
    transition: all .8s ease 0s;
}
.pay_bill ul {
    margin-bottom: 0;
}
/* .tab-content.p-0 {
    padding-bottom: 40px !important;
} */
a.active.show {
    color: #4c8fcb !important;
    border-bottom: 2px solid#4c8fcb;
}
a.withdraw:hover{color:#fff;}
.loan_row.bg_gray h4 i {
    color: #89CD21;
    padding: 20px 8px 0;
}
.loan_row.bg_gray h4 {
     color: #454F86;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}
.review_txt p {
    opacity: 0.82;
    color: #757DA8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    padding-left: 20px;
    margin: 0;
}
/*----------------next tab------------*/
span.grid_1 {
    position: relative;
    top: -18px;
    left: -12px;
    color: #2c3040 !important;
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 0 !important;
    margin-bottom: 0 !important;
}
small.grid_2 {
    position: relative !important;
    top: -37px !important;
    left: 46px !important;
}
.grid-item .pay_bill ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    margin-top: 0;
}
small.position_none {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
small.position_none i {
    opacity: 100%;
    color: #3f4c91;
}
.send_btn a {
    color: #2f3343;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2c3040 !important;
    border: 1px solid #2d3141 !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}
.card-title .grid-item {
    padding: 20px 0 !important;
}
.grid-item .pay_bill ul li:before {
    display:none;
}
.card-title.card_head {
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    margin: 20px auto 0 0px;
    padding: 15px 10px 0;
}
a.remove {
    color: #EE3C3C;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    margin-top:15px;
}
a.adit {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    margin-top:15px;
}

.main_content.before_none .pay_bill ul:before{display:none;}
.main_content.before_none {
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 20px auto 0 5px;
    width: 97%;
    padding:10px;
}
.pay_bill.ml-0 {
    margin-left: -16px !important;
}
.col-md-12.Payment_received.bank_account p {
    padding: 0;
    border-bottom: 1px solid#cbcbcb;
}
.main_content.before_none .pay_bill span {
    opacity: 0.82 !important;
    color: #757DA8 !important;
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
}
.row.p-3.border_b{
    border-bottom: 1px solid#f2f2f2;
    padding: 16px !important;
    width: 100%;
    margin-left: -4px;
}
a.add_morebtn.add_btn {
    display: inline-block;
    margin-top: 13px;
    width: 30%;
}
ul.nav.nav-tabs.tab_section {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    margin: 0 !important;
    justify-content: left;
    padding: 20px 0px 6px;
    border-bottom: 1px solid#cccccc75 !important;
}
ul.nav.nav-tabs.tab_section li {
    color: #2e3877;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding:0 25px 0 0;
}
ul.nav.nav-tabs.tab_section li a{
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
/*-------------------form section----------------*/
.form-field {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.form-input-wrapper {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  max-width: 38.82353rem;
}

.form-input {
  appearance: none;
  background-color: #fff;
  border-color: #d1d7e0;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  box-shadow: none;
  color: #4c4b58;
  display: block;
  font-family: inherit;
  font-size: 1.05882rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 2.4rem;
  margin: 0;
  padding: 0.6rem 0.8rem;
  transition: all 100ms ease-out;
  width: 100%;
}
.form-input:focus {
  background: #fff;
  border-color: #6f8dfd;
  box-shadow: 0 0 2px rgba(111, 141, 253, 0.4);
  outline: none;
}

.form-field--large .form-input {
  font-size: 0.94118rem;
  padding: 1.64706rem 1.05882rem 0.70588rem;
  height: auto;
  font-weight: 400;
}

.form-label {
  color: #4c4b58;
  cursor: pointer;
  display: block;
  font-size: 1.05882rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.form-input-wrapper .form-label, .form-input-wrapper .form-input:invalid ~ .form-label {
  position: absolute;
  transition: 0.2s ease all;
  top: 50%;
  padding-left: 1.11765rem;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color:#2B2F3F;
  pointer-events: none;
  font-weight: 400;
  font-size:14px;
    text-transform: capitalize;
}

.form-input-wrapper .form-input:focus ~ .form-label,
.form-input-wrapper .form-input:valid ~ .form-label {
  margin-top: 0;
  top:0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size:14px;
}
.tabs_form form input {
    width: 100%;
    height: 50px !important;
    border-radius: 5px;
}
.form-field--large .form-input {
    font-size: 0.94118rem;
    padding: 1.64706rem 1.05882rem 0.70588rem;
    height: auto;
    color:#2B2F3F;
}
.b_none input{border:1px solid#d1d7e0 !important;}
.select_box {
    height: 52px !important;
    font-size: 14px !important;
}
.main-bg.input_style input {
    border-radius: 5px;
    margin:0 !important;
    height:60px !important;
}
.main-bg.input_style select {
    color: #2b2f3f;
    font-family: 'Montserrat';
}
span.select2-selection.select2-selection--multiple {
    height: 60px;
}
.form-group.iput-type.form-input-wrapper label {
    padding-left: 40px !important;
}
.details_heading p {
    opacity: 0.88;
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 10px;
    letter-spacing: 0;
}
.details_heading span {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    margin-top: -7px;
    text-transform: capitalize;
}
.details_heading button {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border-radius: 5px;
    background-color: #2b2f3f;
    display: block;
    text-align: center;
    padding: 12px;
    margin: 10px 20px;
    border: none;
}
/*._box {
    position: relative;
    width: 30rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 2rem rgba(67,160,71,0.1);
    padding: 2rem;
    background-color: white;
  border-top: 0.125rem solid #A5D6A7;
}*/
label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #607D8B;
}
#newTag {
    font-size: 14px;
    color: #000000;
    display: block;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid#ccc;
}

ul#tagList {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 18px;
    left: 80px;
}
ul#tagList::after {
    content: "";
    clear: both;
    display: table;
}
ul#tagList li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 0.835rem;
    text-transform: capitalize;
    background-color: #2b2f3f;
    line-height: 1rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    word-break: break-all;
    color: #fff;
    border-radius: 5px;
}
ul#tagList li > span.rmTag {
    position: absolute;
    margin: 0.25rem;
    top: 0;
    right: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 20px;
    text-align: center;
    background-color: #2b2f3f;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
ul#tagList li > span.rmTag:hover {
  background-color: #ef9a9a;
}
div#fourth {
    border: 1px solid #E7E7EF;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 10px;
    width: 97%;
    margin: 20px auto 0 6px;
}
button.btn.btn-primary.m_btn {
    width: auto;
    float: right;
    border-radius: 5px;
    background-color: #4c8fcb;
    border: none;
    margin: 0;
      color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 17px;
    width: 20px;
    left: 6px;
    bottom: 3px;
    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%;
}
.col-sm-6.p-2.t_right {
    float: right;
    text-align: right;
    margin-top: 20px;
}
.col-sm-6.p-2.t_right span{
    color:#ced4da;
}
.form-group.col-md-6.p-2.Delete_btn a i {
    color: #EB1D1D;
    margin-right: 10px;
}
.form-group.col-md-6.p-2.Delete_btn a {
    color: #EB1D1D;
    margin-right: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}
.password_input input{width:100%;border-radius: 5px;}
.form-field.form-field--large.ng-scope.w-100 {
    max-width: 100%;
}
.form-input-wrapper.password_input {
    max-width: 100%;
}
div#tab4 {
    text-align: center;
}
div#tab4 img {
    width: 20%;
}
div#tab4 p{
    color: #3E4B91;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.left_side_form form input {
    width: 100%;
    border-radius: 5px;
}
.col-sm-12.t_leftbtn button {
    display: block !important;
    width: 100% !important;
}
h4.panel-title a {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 50px;
}
h4.panel-title a i{
    margin-right:10px;
}

/*----------------chatbox----------------*/
.preview {
    border-radius: 5px 0px 5px 0;
    background-color: #FFFFFF;
    border: 1px solid#f2f2f2;
}
main {
    padding: 50px 0;
}
.search-container {
  width: 490px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid#f0eeee;
}

input#search-bar {
    margin: 22px 10px 22px;
    width: 94%;
    height: 45px;
    padding: 0 35px;
    font-size: 1rem;
    border: 1px solid #d0cfce;
    outline: none;
    border-radius: 5px;
}
input#search-bar:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #008abf;
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-icon {
    position: absolute;
    float: right;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 15px;
}
.join_us a:hover {
    background-color: #4c8fcb;
    color:#fff;
}
.btn-b:hover{
     background-color: #4c8fcb;
    color:#fff;
}
#user {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
#user img,
#profile-pic img {
  height: 100%;
  width: 100%;
  margin: 2px 10px;
  border-radius: 50%;
}
.chats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0px 0px 0 0;
    background-color: #FFFFFF;
    border: 1px solid#f2f2f2;
}
.chat-banner {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#ececec;
}
.chat-banner > div {
  padding: 10px;
}
#user-name {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.5em;
  border-bottom: 1px solid var(--medium-grey);
}
#user-name i {
  font-size: 1em;
  padding-left: 5px;
}
#pic-div,
#pic,
#chat-pic {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
#pic {
  margin-left: 0.5em;
}
#chat-pic {
  height: 20px;
  width: 20px;
}
#chat-username {
  padding: 10px;
  margin-left: 0.5em;
  display: flex;
  flex-direction: column;
}
#chat-username > span {
  height: 50%;
  width: auto;
}
#name {
    margin-bottom: 0;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
#msg {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
#name small {
    margin-left: 19%;
    opacity: 0.5;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
.sender,
.receiver,
.user-input {
  margin: 0.8em;
  padding: 10px;
  height: auto;
  width: auto;
  max-width: 140px;
  border-radius: 20px;
  border: 1px solid var(--medium-grey);
  transition: all 0.2s ease;
}
.sender:hover {
/*  background-color: pink;
*/  cursor: pointer;
}
.receiver,
.user-input {
  margin-left: 22vw;
  background-color: var(--medium-grey);
}
.user-input {
  display: none;
}
#heart {
  height: 30px;
  width: 30px;
  margin-top: -1.5em;
  margin-left: 1em;
  visibility: hidden;
}
.input-msg {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 70px;
    width: 100%;
    padding-top: 10px;
    background-color: #F9F9F9;
    padding: 12px;
}
.input-msg i {
    padding: 10px;
    height: 47px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #4c8fcb;
    color: #fff;
    width: 46px;
    line-height: 30px;
    align-content: center;
}
#send-input {
    height: 50px;
    width: 80%;
    border: 1px solid rgba(229,227,235,0.83);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    padding: 20px;
    outline:0;
}

@media screen and (min-width: 900px) {
  .sender,
  .receiver,
  .user-input {
    min-width: 70%;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
 /* main {
    height: 100vh;
    width: 100vw;
  }*/
}
@media only screen and (max-width: 768px) {
 /* main {
    height: 100vh;
    width: 100vw;
  }*/
  /*.preview {
    display: none;
  }*/
  .chats {
    width: 100%;
  }
.receiver, .user-input {
    margin-left: 0vw;
}
}
.msg_txt {
    position: relative;
    top: -50px;
    left: 70px;
}
.online_profile {
    border-bottom: 1px solid#f2f0f0;
    height: 60px;
    margin-top: 20px;
}
.profile_pic {
    position: absolute;
    top: 24px;
    left: 80px;
}
.profile_pic p{
    font-weight: 600;
    margin-bottom: 0;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.profile_pic span{
        opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
.top_icon i {
    font-size: 44px;
    padding: 20px;
    color: #b7b3b3;
}
.sender img {
    margin-right: 10px;
}
.user_msg p {
    font-weight: 600;
    margin-bottom: 0;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.user_msg span{
    opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
}
.user_msg {
    position: relative;
    top: -42px;
    left: 70px;
}

.me_msg p {
    font-weight: 600;
    margin-bottom: 0;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.me_msg span{
    opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
}
.me_msg {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    float: left;
}
/*------------bg overview--------------*/
.bg_overview{
    background:url(../img/overview-bg.jpg)no-repeat;
    background-size:cover;
    padding:60px 0;
}
.bg_overview_txt {
    max-width: 65% !important;
    margin: 0 auto;
    text-align: center;
}
.bg_overview_txt h2{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}
.bg_overview_txt h2 span{
    color:#4c8fcb;
}
.bg_overview_txt p{
     opacity: 0.82;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
section.overview-txt {
    padding: 60px 0 0;
}
 .overview-txt h2{ color:#2B2F3F;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 70px;
  text-transform:capitalize;
}
 .overview-txt h2 span{
    color:#4c8fcb;
 }
  .overview-txt p{
      opacity: 0.62;
  color: #2B2F3F;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  }
  .bg-blueimg{
    background:url(../img/bg-blue.png)no-repeat;
    background-size:cover;
    padding:50px !important;
  }
  .bg-imgtxt {
    padding: 100px;
}
.bg-imgtxt h3 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.86px;
    line-height: 45px;
}
.bg-imgtxt p {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    opacity: 50.9%;
}
.btn-a {
    border-radius: 5px;
    background-color: #4c8fcb;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    display: inline-block;
}
.btn-b {
    border-radius: 5px;
    background-color: #fff;
    color: #475087;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    display: inline-block;
}
section.join_team {
    padding: 60px 0;
}

.join_us {
    text-align: center;
}
.join_us h4 {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 15px 0 0;
}
.join_us p {
    opacity: 0.82;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
.join_us a {
    border: 1px solid #3541842e;
    border-radius: 5px;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
}
section.overview-txt h6 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
.Browse_jobs {
    border-radius: 5px;
    background-color: #2B2F3F;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    display:inline-block;
    margin-bottom: 50px;
}
.Browse_jobs:hover{
    color:#fff;
}
.main_heading h2{
    opacity: 0.88;
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
}
.main_heading h2 span{
    color:#4c8fcb;
}
.main_heading p{
     opacity: 0.82;
  color: #2B2F3F;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
}
.row_section h4{
     color: #2B2F3F;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.row_section p{
        opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}
section.payble {
    background-color: #f2f2f2;
    padding: 50px 0;
}
.hand_img img {
    position: relative;
    top: 50px;
}
.help_bg{background:url(../img/help-bg.png)no-repeat;
    padding:60px;
    background-size:cover;
}
.help_bg h2{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
}

.help_bg p{
    opacity: 0.82;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.help_bg a {
    border-radius: 5px;
    background-color: #4c8fcb;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    display: inline-block;
}
.help_bg a:hover{
    color:#fff;
}
.flow_txt h3 {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 55px;
}
.flow_txt p{
    opacity: 0.82;
  color: #2B2F3F;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.flow_txt a{
    border-radius: 5px;
  background-color: #2B2F3F;
   color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  padding:10px 20px;
}
.flow_txt{padding:60px;}
.pagination {
    margin: 0 !important;
    text-align: right;
    float: right;
}
.pagination {
    padding: 15px;
}

.back_btn_2 i {
    color: #2c3040 !important;
    font-size: 30px !important;
    margin: 12px 20px;
}
.border_bottom {
    border-bottom: 1px solid#E8E8EF;
}
.post_img {
    text-align: center;
    padding: 40px 0 0 0;
}
.post_img h1 {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 35px;
}
.post_img p {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.form_field .form-field {
    width: 100% !important;
    max-width: 100%;
}
.form_field .form-field .form-input-wrapper {
    max-width: 100%;
}
.form_field .form-field .form-input-wrapper label {
    padding-left: 32px !important;
}
.form-row.mr-space {
    margin: 0 18px;
}
.form-row.mr-space select {
    height: 56px !important;
    background-color: #fff !important;
}
.col-sm-12.t_right.mb-1 {
    margin: 0 0px 30px -25px !important;
}
.col-sm-12.t_right.mb-1 button {
    padding: 10px 40px;
}
ul.pagination li a {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 50%;
    border: 1px solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
ul.pagination li{padding:8px;}
ul.pagination li a.active {
    color: #4c8fcb !important;
}
.form_field .form-field .form-input-wrapper textarea {
    height: 100px;
}
.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  margin: 50px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}

.my-form {
  margin-bottom: 10px;
}
#gallery {
    display: none;
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}
label.upload_file p {
    text-align: center;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
}
label.upload_file{
    text-align: center;
}
label.upload_file span {
    text-align: center;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
}
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 4px;
    width: 50%;
    margin: 8px 10px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
progress#progress-bar {
    width: 85%;
    margin-left: 30px;
    margin-top: 34px;
}
.discription p {
    opacity: 0.47;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: 0;
}
/* .d_box {
    box-shadow: 0 15px 87px 0 rgb(211 213 228 / 31%);
    border: 1px solid#d4d0d0;
    padding: 10px;
    border-radius: 5px;
} */
.d_box p {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
}
.d_box span {
    opacity: 0.62;
    color: #2B2F3F;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.d_box.active {
    border-color: #2b2f3f;
}
.d_box.active p i{float:right;}
._box.skill_add input {
    width: 94% !important;
}
.title-heading {
    border-bottom: 1px solid#E8E8EF;
    padding: 10px 20px;
}
.title-heading span {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.title-heading p {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
.date_time p {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}
.show_1 span {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
}
.show_1 span i{margin-right:10px;}
.show_1 small {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    position: relative;
    left: 24px;
    top: -8px;
}
.date_time {
    border-right: 1px solid#E8E8EF;
}
.skillset p {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    opacity: 9;
}
.skillset span {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}
.date_time.b-none {
    border: none;
}
.skillset ul {
    margin: 10px 0;
    padding: 0;
}
.skillset ul li {
    padding: 0 10px 0 0;
}
.skillset ul li a {
    background-color: #3e4b9136;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 8px;
    border-radius: 5px;
    width: auto;
    display: inline-block;
}
.row.border-1 {
    border-top: 1px solid#E8E8EF;
    margin: 0px;
    border-bottom: 1px solid#E8E8EF;
    padding: 15px 15px 5px;
}
.row.border-1 p {
    opacity: 0.62;
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}
.row.border-1 h2 {
    color: #4c8fcb;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
}
.col-sm-12.t_right.mb-1.mt-4 {
    margin-top: 20px !important;
}
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}
.form-wizard {
    color: #888888;
    padding: 30px;
    width: 100%;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
 width: auto;
    float: right;
    border-radius: 5px;
    background-color: #2860CC;
    border: none;
    margin: 0;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    padding: 10px 40px;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #fb1647;
}
.container1 button.add_form_field {
    border: none;
    background-color: #2b2f3f;
    color: #ffff;
    font-size: 25px;
    width: 8%;
    position: absolute;
    top: 0;
    border-radius: 5px;
    z-index: 999999;
    cursor: pointer;
    right: 0;
    line-height: 47px;
}
a.delete i {
    border: none;
    background-color: #2b2f3f;
    color: #ffff;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    padding: 14px;
    text-align: center;
    margin-top: 20px;
}
input#birthday {
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 58px;
    padding: 20px;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
    width: 71%;
    left: -16px;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid#222;
    border-radius: 10px;
    position: absolute;
    right: 12px;
    top: 5px;
}
.styled-checkbox:hover + label:before {
    background: #fefeff;
}
ul.unstyled.centered label span {
    opacity: 0.62;
    color: #2B2F3F;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background:#2d3141;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .col.flex_box {
    width: 25%;
}
ul.unstyled.centered {
    margin: 0;
}
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    right: 33px;
    top: 11px;
    background: #4c8fcb;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(
45deg
);
}
  .unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
    .centered {
    width: 300px;
    margin: auto;
  }

  .title {
    text-align: center;
    color: #4571ec;
  }
.m-top {
    margin-top: 20px;
}

.form-wizard .form-control {
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 52px;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
    color: #2B2F3F;
    font-family: Montserrat;
}
.form-wizard .focus-input .wizard-form-text-label {
  color:#2b2f3f;
  top: -10px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 10px 0;
}
.form-wizard .form-wizard-steps li {
    width: 25%;
    padding:0 16px 0 0;
}
fieldset{border:none !important;}
/*.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}*/
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    color: #4c8fcb !important;
    background: #4c8fcb42 !important;
    border: 1px solid;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}
.form-wizard-header.pagination {
    position: absolute;
    top: -17px;
    right: 0;
}
.form-wizard .form-group textarea {
    height: 100px;
}
input#pwd {
    opacity:0;
}
label.upload_file.choosen-img {
    position: relative;
    left: -90px;
}
.d_box.form-control.wizard-required.form-control.wizard-required{height:100px;}
.col.flex_box.form-control.wizard-required {
    border: none;
    margin-top: -7px;
}
/*---------------------css-------------*/

.tab-content {
  padding: 10px;
}
@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a,
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs.nav-tabs-dropdown > li.active > a:active,
  .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    border-bottom: 1px solid#ccc !important;
    padding: 10px 0 20px;
    justify-content: end;
}

ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab li h3 {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    padding-left: 20px;
    margin: 10px 0 0;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab li {
    padding: 0 20px 0px 0;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab li a {
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 40px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    width: 170px;
    height: 120px;
    border-radius:5px;
    border:1px solid #E7E7EF !important;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab li.active a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 40px;
    padding: 10px;
    border-radius: 5px;
    width: 170px;
    height: 120px;
}
li.btn-post-1 {
    position: absolute;
    top: -70px;
    right: 0;
}
li.btn-post-1 a {
    background-color: #4c8fcb !important;
}
a.post.b_none {
    border: none;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab li a.active.show {
    color: #ffffff !important;
    border-bottom: 2px solid#2b2f3f;
    line-height: 40px;
    background-color: #2b2f3f;
}
li.btn-post-1 a {
    color: #FFFFFF !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border-radius: 5px;
    background-color: #4c8fcb;
    padding: 10px;
}
.description_1 h3 {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px;
}
.description_1 p {
    font-family: 'Montserrat';
    color: #2B2F3F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
   padding-left: 20px;
}
.custom-file.down_load img {
    position: absolute;
    top: 20px;
    right: 20px;
}
.col-md-12.apply_job_btn {
    text-align: right;
    padding-right: 40px !important;
}
button.btn.btn-primary.btn-remove {
    color: #2B2F3F !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    border: 2px solid #2e38774d;
    border-radius: 5px;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    background: none;
}
button.btn.btn-primary.Edit_btn{
    color: #2B2F3F !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    border: 2px solid #2e38774d;
    border-radius: 5px;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    background: none;
}
button.btn.btn-primary.Edit_btn {
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid#4c8fcb;
    border-radius: 5px;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    background: #4c8fcb;
}
button.btn.btn-primary.Complete-btn {
    background-color: #2B2F3F;
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid#2b2f3f;
    border-radius: 5px;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
}
.col-md-12.apply_job_btn button {
    margin-left: 10px;
}
.col-md-12.apply_job_btn {
    border-top: 1px solid#d8d5d5;
    padding-top: 24px;
}
ul.to_details.mt-3.b-bottom {
    border-bottom: 1px solid#e8e5e5;
    padding-bottom: 20px;
}
li.Active-on-grean {
    color: #529260;
    font-family: Montserrat;
    font-size: 12px;
    background-color: #5292605c;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    width: 80px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
}
.pagination_section ul {
    display: flex;
    float: right;
}
.pagination_section ul li {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid#cdcdcd;
    width: 30px;
    height: 30px;
    margin: 20px 2px;
    text-align: center;
}
.pagination_section ul li a i{color:#000;}
.actives{
    color: #fff !important;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid#cdcdcd;
    width: 30px;
    height: 30px;
    margin: 20px 2px;
    text-align: center;
    background:#2B2F3F;
}
.post_details .post {
    border: none;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 16px 57px 0 rgb(240 240 249 / 25%);
    padding: 0px;
    display: block;
    margin-top: 0;
}
.post h5 {
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0px 20px;
}
.article h5 {
    padding: 0;
    margin-top: 15px;
}
.article small {
    font-style: italic;
    color: #2b2f3f;
}
.article ul li {
    padding: 0 5px 0 0;
}
.article ul li a i {
    color: #ffb90d;
}
.article ul {
    margin: 0;
}
.uploader label {
    /* float: left; */
    /* clear: both; */
    width: 100%;
    text-align: left;
    background: #eee;
    border-radius: 7px;
    /* border: 3px solid #eee; */
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}


.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #2b2f3f;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
     text-align: left;
    padding: 20px;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 80px;
    cursor: pointer;
    z-index: 99999999;
}
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #2b2f3f;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
label#file-drag a {
    color: #4c8fcb;
    padding: 0 20px 10px;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
}
div#file-upload-form h3 {
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
}
div#file-upload-form input#newTag {
    padding: 0 !important;
}
div#file-upload-form ul#tagList {
    left: 10px;
    top: 12px;
}
div#file-upload-form {
    padding: 20px;
}
.box_jb {
    margin: 20px;
    border: 2px solid#4c8fcb;
    padding: 10px 20px;
    border-radius:8px;
}
.box_jb h4 {
    padding: 0;
}
.box_jb p {
    color: #2b2f3fad;
    font-family: 'Montserrat';
    margin-bottom: 0;
}
.post.b-none {
    border: none;
}
.post_details a.post ul {
    margin-bottom: 0;
}
.post_details hr{
    margin-top: 0 !important;
}
.post.b-none {
    border: none;
    margin-top: 0;
}
.outter_position{
    position:relative;
    z-index:1;
}
.budget_details {
    border: 1px solid#f2f2f2;
    margin: 30px;
    padding: 10px;
}
.budget_details small {
    padding: 20px;
}
.budget_details p {
    padding-left: 20px;
    margin: 0;
}
.budget_details-2 h5 {
    margin-bottom: 0;
}
.budget_details-2 small {
    padding: 20px;
}
.budget_details-2 p {
    padding-left: 20px;
    margin: 0;
}
.col-sm-6.timeline h6 {
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0px 20px;
    margin-bottom:0;
}
.col-sm-6.timeline h6 i{margin-right:10px;}
.col-sm-6.timeline small {
    padding: 0 44px;
    margin-top: -6px;
    display: block;
    text-transform: capitalize;
}
.details_heading.detail-page {
    border-top: 1px solid#e0e0e0;
}
.budget_details img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 10px 20px;
}
img.post_user {
    position: absolute;
    left: 40px;
}
h3.head-title {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    padding-left: 20px;
    margin: 0;
}
.details_heading.detail-page ul.technology.mt-3{display:flex;}
.budget_details.m-4.p-0 ul li img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    margin: 0;
}
.budget_details.m-4.p-0 ul li small {
    position: relative;
    top: -20px;
    left: 37px;
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 4px;
}
ul.d_flexes {
    margin: 0;
    position: relative;
    top: -15px;
    left: 56px;
}
ul.d_flexes li i {
    font-size: 16px;
    margin-right: 10px;
    color: #898989;
}
ul.d_flexes li{
    color: #898989;
}
.orange {
    display: block;
    position: relative;
    left: 72px;
    top: -11px;
    color: #fdbb38 !important;
    text-transform: capitalize;
}
.offer{
    display: block;
    position: relative;
    left: 72px;
    top: -11px;
    color: #777;
    text-transform: capitalize;
}
ul.Accepted {
    margin: 15px 15px;
    padding-left: 30px;
    border-top: 1px solid#e4e4e4;
}
.Accepted li a {
    color: #2b2f3f;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}
.Accepted li a i{margin-right:10px;color:#2b2f3f;}
li.disable a {
    color: #2b2f3f7a !important;
}
li.disable a i{
    color: #2b2f3f7a !important;
}
.budget_details.m-4.p-0 ul {
    margin-bottom: 0;
}
.offer-data {
    text-align: left;
    padding-left: 80px !important;
}
.offer-data p {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 0;
    padding-left: 0;
}
.offer-data h3 {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
}
.col-sm-12.offer-data span {
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.col-sm-12.p-0.top-head p {
    padding: 10px 32px;
    margin: 0;
}
.col-sm-12.p-0.top-head h3 {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    padding-left: 34px;
    margin: 0;
}
.budget_details .m-4 .p-0 .col-sm-6 .timeline small {
    padding: 0 44px 20px;
    margin-top: 0;
    display: block;
    text-transform: capitalize;
}
.col-sm-6.timeline.timeline-2 small {
    padding: 0 44px 15px;
    margin-top: 0;
    display: block;
    text-transform: capitalize;
}
.col-sm-6.pay-detail {
    padding-left: 40px;
}
.pay-detail small {
    color: #8e8e8e;
}
.pay-detail h3 {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
}
span.orange-1 {
    color: #fdbb38;
}
span.red {
    color: red;
}
ul.Accepted li {
    padding: 0 20px 10px;
}
.col-md-12.apply_job_btn p {
    text-align: left;
    padding: 15px 15px;
    color: #777;
    margin-bottom: 0;
    border-bottom: 1px solid#e2dfdf;
}

.col-md-12.apply_job_btn.t-left {
    float: left !important;
    text-align: left;
    border: none;
    padding: 25px 35px;
}
.col-md-12.apply_job_btn  i{margin-right:10px;}
span.green-2 {
    color: #5ABD1A;
}
.col-sm-12.pay-status{
    padding: 0 40px;
}
.pay-status p {
    margin-bottom: 0;
    color: #444;
}
.col-md-12.apply_job_btn.t-left h3 {
    font-size: 18px;
    padding-top: 0 !important;
}
.col-sm-12.pay-status h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.col-md-12.t-data {
    padding: 10px 39px;
}
.col-md-12.t-data h3 {
    font-size: 18px;
}
.col-md-12.t-data p {
       opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.col-md-12.t-data p i{margin-right:10px;}
.discription p {
    opacity: 0.47;
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: 0;
}
button.btn.btn-primary.Complete-btn {
    margin-top: 20px;
    position: absolute;
    top: 4px;
    right: 120px;
    height: 50px;
    width: 30%;
}
div#modal-form1 {
    background-color: #080707cc;
}
form#filter-form label {
    display: block;
}
form#filter-form textarea {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border-color: #ccc;
    outline: 0;
    padding: 20px;
}
.box {
    border: 2px dashed #ccc;
    border-radius: 4px;
    width: 50%;
    margin: 8px 10px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.js--image-preview {
    width: 100%;
    text-align: center;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}
div#AddInstallments .m-top input {
    width: 95% !important;
}
div#AddInstallments .m-top a.delete{
    margin-top: -85px;
}
.js--image-preview::after {
    content: "";
    font-family: "Material Icons";
    position: relative;
    font-size: 1.5em;
    color: #e6e6e6;
    top: 0;
    left: 0;
    z-index: 0;
}
.upload-options {
    cursor: pointer;
    transition: background-color ease-in-out 150ms;
}
.upload-options label {
    cursor: pointer;
}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-options label::after {
    content: "Drag & Drop Files or Browse";
    position: absolute;
    top: 43px;
    left: 84px;
    z-index: 0;
    text-align: center;
    width: 175px;
    color: #2B2F41;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
}
.d_box span {
    color: #2c3040ad;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.d_box p {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
}

.container-3 input:checked ~ .checkmark {
    background-color: #2b2f3f;
}
.d_box span {
    color: #2c3040ad;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.container-3 input:checked ~ .checkmark:after {
    display: block;
}
.container-3 .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 9 !important;
}
label.container-3 {
    box-shadow: 0 15px 87px 0 rgb(211 213 228 / 31%);
    border: 1px solid#d4d0d0;
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    width: 30%;
}
label.container-3 input {
    width: 15px;
    position: absolute;
    top: -7px;
    margin-left: 10px;
}
input#test1 {
    display: none;
}
input#test2 {
    display: none;
}
input.form-control.w_90 {
    width: 90%;
}
.container1 .m-top input {
    width: 90%;
}
a.delete {
    position: absolute;
    right: 0;
    margin-top: -71px;
    width: 8%;
}
.tabbable-responsive.tabs_sections {
    background-color: #fff;
    border: 1px solid#eee;
    padding: 20px;
    border-radius: 5px;
}
.col-md-12.apply_job_btn.t-left a {
    background-color: #4c8fcb !important;
    border-color: #4c8fcb !important;
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    border-radius: 5px;
}
button#add_rform_btn {
    background-color: #4c8fcb;
    border-color: #4c8fcb;
}
.card-title.card_head .grid-item {
    width: 150px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    z-index: 9 !important;
    width: 64% !important;
    margin: 0 15px 0px auto !important;
    top: -44px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    top: -35px;
}
.budget_details.m-4.p-0 {
    text-align: center;
    border: none;
}
li.nav-item.bell_icon a:hover {
    border-bottom: none;
}
.detail_form textarea#exampleFormControlTextarea1 {
    width: 100%;
    margin: 0;
}
.ui.input.left.icon {
    display: block;
}
ul.d_flexes {
    margin: 0;
    position: relative;
    top: -15px;
    left: 56px;
}
ul.d_flexes li i {
    font-size: 16px;
    margin-right: 10px;
    color: #898989;
}
ul.d_flexes li{
    color: #898989;
}
.orange {
    display: block;
    position: relative;
    left: 72px;
    top: -11px;
    color: #fdbb38 !important;
    text-transform: capitalize;
}
.offer{
    display: block;
    position: relative;
    left: 72px;
    top: -11px;
    color: #777;
    text-transform: capitalize;
}
ul.Accepted {
    margin: 15px 15px;
    padding-left: 30px;
    border-top: 1px solid#e4e4e4;
}
.Accepted li a {
    color: #2b2f3f;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}
.Accepted li a i{margin-right:10px;color:#2b2f3f;}
li.disable a {
    color: #2b2f3f7a !important;
}
li.disable a i{
    color: #2b2f3f7a !important;
}
.budget_details.m-4.p-0 ul {
    margin-bottom: 0;
    padding: 10px;
}
.offer-data {
    text-align: left;
    padding-left: 80px !important;
}
.offer-data p {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 0;
    padding-left: 0;
}
.offer-data h3 {
    color: #2b2f3f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
}
.col-sm-12.offer-data span {
    opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.col-sm-12.p-0.top-head p {
    padding: 10px 32px;
    margin: 0;
}
.col-sm-12.p-0.top-head h3 {
    color: #2B2F3F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    padding-left: 34px;
    margin: 0;
}
.budget_details .m-4 .p-0 .col-sm-6 .timeline small {
    padding: 0 44px 20px;
    margin-top: 0;
    display: block;
    text-transform: capitalize;
}
.col-sm-6.timeline.timeline-2 small {
    padding: 0 44px 15px;
    margin-top: 0;
    display: block;
    text-transform: capitalize;
}
.col-sm-6.pay-detail {
    padding-left: 40px;
}
.pay-detail small {
    color: #8e8e8e;
}
.pay-detail h3 {
    color: #2B2F3F;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
}
span.orange-1 {
    color: #fdbb38;
}
span.red {
    color: red;
}
ul.Accepted li {
    padding: 0 20px 0px;
}
.col-md-12.apply_job_btn p {
    text-align: left;
    padding: 15px 15px;
    color: #777;
    margin-bottom: 0;
    border-bottom: 1px solid#e2dfdf;
}

.col-md-12.apply_job_btn.t-left {
    float: left !important;
    text-align: left;
    border: none;
    padding: 25px 35px;
}
.col-md-12.apply_job_btn  i{margin-right:10px;}
span.green-2 {
    color: #5ABD1A;
}
.col-sm-12.pay-status{
    padding: 0 40px;
}
.pay-status p {
    margin-bottom: 0;
    color: #444;
}
.col-md-12.apply_job_btn.t-left h3 {
    font-size: 18px;
    padding-top: 0 !important;
}
.col-sm-12.pay-status h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.col-md-12.t-data {
    padding: 10px 39px;
}
.col-md-12.t-data h3 {
    font-size: 18px;
}
.col-md-12.t-data p {
       opacity: 0.82;
    color: #2b2f3f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.col-md-12.t-data p i{margin-right:10px;}
.section-50 {
  padding: 50px 0;
}

.m-b-50 {
  margin-bottom: 50px;
}
.dark-link:hover{color:#fff;}
.dark-link {
    border-radius: 5px;
    background-color: #4c8fcb;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    border: none;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    height: 52px;
    margin-left: 20px;
}

.heading-line {
  position: relative;
  padding-bottom: 5px;
}

.heading-line:after {
    content: "";
    height: 4px;
    width: 75px;
    background-color: #2b2f3f;
    position: absolute;
    bottom: 0;
    left: 0;
}
.notification-ui_dd-content {
  margin-bottom: 30px;
}

.notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 7px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #2b2f3f;
}

.notification-list .notification-list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notification-list .notification-list_content .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 20px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
    color: #2b2f3f;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.text-muted {
    color: #2b2f3fb0!important;
    font-size: 14px !important;
    line-height: 20px !important;
}
i.fa.fa-bell.text-muted {
    font-size: 24px !important;
    color: #2b2f3f !important;
}
.notification-list .notification-list_feature-img img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  margin-left: 20px;
}
ul.dropdown-menu.dropdown-btn.show li a i {
    top: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.fade:not(.show) {
    opacity: 9 !important;
}
ul.nav.nav-tabs.tab_section li.active a.active.show {
    color: #4c8fcb !important;
    border-bottom: 2px solid#4c8fcb;
}
ul#myTab li a i {
    font-size: 26px;
    color: #2b2f3f;
    margin-top: 10px;
}
ul#myTab li a.active i {
    color: #fff;
}
.details_heading.detail-page h5 {
    color: #2b2f3f;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 42px;
    padding: 8px 20px 0;
    margin-bottom: 0;
}
.details_heading.detail-page p {
    font-size: 14px;
    font-weight: normal;
}
form.search-btn button li i {
    position: relative;
    top: 0;
    left:0;
    color: #fff;
}
ul.Accepted form button {
    border-radius: 5px;
    background-color: #2b2f3f;
    box-shadow: 0 7px 29px 0 rgb(46 27 106 / 5%);
    border: none;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
    height: 52px;
    margin-left: 20px;
}
ul.Accepted form button li i {
    margin-right: 10px;
}
.Accepted form#filter-form button {
    background-color: #4c8fcb;
}
.col-sm-12.t_right.mb-1.mt-4 a.btn.btn-primary.m_btn {
    display: inline-block;
    width: 20%;
    float: right;
    background-color: #2b2f3f;
    border-color: #2b2f3f;
}
.org-btn {
    display: inline-block;
    width: 20%;
    float: right;
    background-color: #2860CC;
    color: #fff;
    border-radius: 6px;
    border-color: #2b2f3f;
    margin: 15px auto;
}
.ui.input input {
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    height: 52px;
}
.ui.input {
    font-size: 1em;
    width: 100%;
}
.categories-2.mt-3 {
    margin-top: 0 !important;
}
.modal-btn button {
    float: right;
}
.modal-btn button.btn.btn-default {
    border-radius: 5px !important;
    background-color: #2b2f3f !important;
    border: none !important;
    color: #FFFFFF !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    padding: 10px 40px !important;
    margin-right: 10px !important;
}
.modal-btn button.btn.btn-primary {
    border-radius: 5px !important;
    background-color: #4c8fcb !important;
    border: none !important;
    color: #FFFFFF;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    padding: 10px 40px !important;
    margin-right: 10px !important;
}
.common_modal {
    background-color: #0000009e;
}
button.btn.btn-info.btn-lg.m-btn {
    background: none !important;
    color: #4c8fcb !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 0 !important;
}
.common_modal .modal-dialog {
    margin: 10.75rem auto !important;
}
section.termconditions p span[lang="ar"]
{
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown.costom_tab.pl-4 .tab-content.p-0 {
    padding-bottom: 0 !important;
}
div#recived .budget_details.m-4.p-0 {
    margin: 0 !important;
}
ul.profile_icons {
    padding: 0 !important;
}
ul.profile_icons small {
    left: 18px !important;
}
ul.flex_icon {
    margin: 0;
    padding: 0 !important;
}
.flex_icon li i {
    color: #2b2f3f !important;
    font-size: 18px;
    margin-right: 6px;
}
.flex_icon li {
    color: #2b2f3f;
    font-size: 15px;
}
span.offer.t_left {
    position: initial !important;
    left: 0 !important;
    top: 0 !important;
    text-align: left;
    padding: 20px 20px 0;
}
.date_time.b-none .skillset ul {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    overflow-x: scroll;
}
.date_time.b-none .skillset ul li {
    padding: 0px 10px 10px 0;
}
.date_time.b-none .skillset ul::-webkit-scrollbar {
    width: 1px;
    height: 5px;
    border-radius: 10px;
}
  .date_time.b-none .skillset ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .date_time.b-none .skillset ul::-webkit-scrollbar-thumb {
    background-color: #2b2f3f;
    border-radius: 50px;
}
.no-gutters .post_details .budget_details.m-4.p-0 {
    text-align: left;
    border: none;
}
.budget_details.m-4.p-0 .orange {
    display: block;
    position: relative;
    left: 27px;
    top: 0;
    color: #fdbb38 !important;
    text-transform: capitalize;
}
.budget_details.m-4.p-0 ul {
    margin-bottom: 0;
    padding:10px;
    margin-top: 0 !important;
}
header{
    position: relative;
    z-index: 9;
}
.details_heading.detail-page .col-md-12.apply_job_btn.t-left button.btn.btn-primary.Complete-btn {
    margin-top: 0;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    height: 50px;
    width: 20% !important;
}
.col-md-12.text_row textarea#exampleFormControlTextarea1 {
    margin: 20px;
    width: 94%;
}
.txt-btn button.btn.btn-primary {
    width: 94%;
    margin: 20px;
}

.image-logo{
    width: 110px;
}

.card-body {
    /* height : 200px; */
    min-height: 200px;
}

.Inner_post {
    background: #F7F7F7;
  }
  .sidebar a {
    display: block;
    color: #868686;
    padding-bottom:20px;
  }
  .form-wizard {
    color: #888888;
    padding: 0 30px;
    width: 100%;
  }
  .Inner_post .post_img img {
    width: 30%;
  }
  .Inner_post .form-group {
    margin: 10px 0;
  }
  .Inner_post .hourrate {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .Inner_post .hourrate span h6 {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 23px;
    bottom: 0;
  }
  .Inner_post .hourrate span {
    position: relative;
  }
  .Inner_post .hourrate span input {
    text-align: right;
    color: #000;
    font-weight: bold;
  }

  .Inner_post .heading_title {
    background: #4c8fcb;
    padding: 18px 30px;
    margin: 15px 0;
    color: #fff;
  }
  .Inner_post .ui[class*="left icon"].input>i.icon {
    right: 1px;
    left: auto;
  }
  .Inner_post #example2 .left.icon input {
    padding-left: 10px !important;
  }

  .Inner_post .week_day .form-check {
      padding-bottom: 14px;
  }
  .Inner_post label {
    text-transform: unset;
  }
  .Inner_post .hours_day span {
    display: inline-block;
    width: 100%;
  }
  .Inner_post .hours_day span input, .Inner_post .start_time select, .Inner_post .Description_descri input{
    height: 30px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .Background_Check_Required label {
    width: 100%;
  }
  .Background_Check_Required .form-check {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .Background_Check_Required .form-check label {
    margin-left: 0;
    position: relative;
    top: -2px;
  }
  .add_deliverables .add_top, .add_deliverables .m-top, .Candidate_experience label {
    position: relative;
  }
  .Candidate_experience label.container-3 {
    width: 32.9%;
  }
  .save_preview {
    display: flex;
    justify-content: flex-end;
  }
  .save_preview button {
    float: unset !important;
  }
  .save_preview button:nth-child(1) {
    margin-right: 20px;
    background: #F1F1F1;
    color: #000;
  }
  .save_preview button:hover {
    border: 1px solid #4c8fcb;
    color: #4c8fcb !important;
    background: transparent;
    opacity: 1 !important;
  }
  .save_preview {
    margin-top: 20px !important;
  }
  .sidebar a.active {
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat' !important;
}

/* POstajob Start*/
.Inner_post {
    background: #F7F7F7;
  }

  .sidebar a {
    display: block;
    color: #868686;
    padding-bottom: 20px;
  }

  .Inner_post .sidebar a img {
    padding-right: 8px;
  }

  .form-wizard {
    color: #888888;
    padding: 0 30px;
    width: 100%;
  }

  .Inner_post .post_img img {
    width: 30%;
  }

  .Inner_post .form-group {
    margin: 10px 0;
  }

  .Inner_post .hourrate {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .Inner_post .hourrate span h6 {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 23px;
    bottom: 0;
  }

  .Inner_post .hourrate span {
    position: relative;
  }

  .Inner_post .hourrate span input {
    text-align: right;
    color: #000;
    font-weight: bold;
  }

  .Inner_post .heading_title {
    background: #2860CC;
    padding: 18px 30px;
    margin: 15px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
  }

  .Inner_post .ui[class*="left icon"].input>i.icon {
    right: 1px;
    left: auto;
  }

  .Inner_post #example2 .left.icon input {
    padding-left: 10px !important;
  }

  .Inner_post .week_day .form-check {
    padding-bottom: 14px;
  }

  .Candidate_experience p {
    font-size: 18px;
  }

  .Candidate_experience span {
    font-size: 16px;
  }

  .Inner_post label {
    text-transform: unset;
    font-weight: 400;
    font-size: 16.6159px;
    line-height: 25px;
    color: #000000;
    height: unset;
    margin-bottom:0;
  }

  .week_day .form-check label {
    margin-left: 6px;
    position: relative;
    top: -2px;
  }

  .Inner_post .hours_day span {
    display: inline-block;
    width: 100%;
  }

  .Inner_post .hours_day span input,
  .Inner_post .start_time select,
  .Inner_post .Description_descri input {
    height: 30px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .Background_Check_Required label {
    width: 100%;
  }

  .Background_Check_Required .form-check {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .Background_Check_Required .form-check label {
    margin-left: 0;
    position: relative;
    top: -2px;
  }

  .add_deliverables .add_top,
  .add_deliverables .m-top,
  .Candidate_experience label {
    position: relative;
  }

  .Candidate_experience label.container-3 {
    width: 32.9%;
  }

  .save_preview {
    display: flex;
    justify-content: flex-end;
  }

  .save_preview button {
    float: unset !important;
  }

  .save_preview button:nth-child(1) {
    margin-right: 20px;
    background: #F1F1F1;
    color: #000;
    border: 1px solid #F1F1F1;
  }
  .job-applicants:hover {
	color: #fff;
	background-color: #4c8fcb !important;
	border-color: #4c8fcb !important;
}

.save_preview button:hover {
    border: 1px solid #2860cc;
    color: #2860cc !important;
    background: transparent;
    opacity: 1 !important;
  }

  .save_preview {
    margin-top: 20px !important;
  }


  /* POstajob End*/

  /* MAnagejobs Start*/

  .inner_manage_jobs {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 20px 0px;
  }

  .inner_manage_jobs label {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .inner_manage_jobs label a.white {
    background: #F7F7F7 !important;
    color: rgba(0, 0, 0, 0.49) !important;
}


  .Job_Publish .form-check label {
    margin-left: 5px;
    position: relative;
    top: -2px;
  }


  #past .inner_manage_jobs label:nth-child(1) span:nth-child(2),  .inner_manage_jobs label:nth-child(2) span:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }

  #past .inner_manage_jobs label:nth-child(2) span:nth-child(2) {
    border: none;
}

  .inner_manage_jobs label:nth-child(2) span:nth-child(1) ul li a {
    background: #F7F7F7;
    border-radius: 2.26087px;
    font-size: 13.5652px;
    width: 26px;
    display: block;
    height: 26px;
    text-align: center;
    padding-top: 2px;
    color: rgba(0, 0, 0, 0.49);
  }

  .inner_manage_jobs label:nth-child(2) span:nth-child(2) h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
  }

  .inner_manage_jobs label:nth-child(2) span:nth-child(2) label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
  }

  .inner_manage_jobs label:nth-child(2) span:nth-child(1) ul li {
    padding-right: 5px;
    padding-left: 0;
  }

  .inner_manage_jobs label:nth-child(3) span:nth-child(2) h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
  }

  .inner_manage_jobs label:nth-child(4) span:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }

  .dropdown_applicatiojn {
    position: relative;
  }

  .dropdown_applicatiojn a[aria-expanded="true"] {
    position: absolute;
    z-index: 999;
    bottom: 0;
}

  .dropdown_applicatiojn a[aria-expanded="true"] i {
    transform: rotate(180deg);
    position: relative;
    top: 0px;
  }

  .dropdown_applicatiojn a:hover,
  .dropdown_applicatiojn a:focus {
    color: #fff;
  }

  .dropdown_applicatiojn .card.card-body {
    border: none;
    box-shadow: unset;
    height: auto;
    padding: 10px 0;
    }

  .dropdown_applicatiojn a {
    background: #2860cc;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 8px 0;
  }

  .inner_manage_jobs h4 {
    font-size: 20px !important;
  }

  .dropdown_applicatiojn table {
    margin-bottom: 0;
  }

  .dropdown_applicatiojn table thead {
    background: #F1F1F1;
  }

  .dropdown_applicatiojn table thead th {
    border: none;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
  }

  .dropdown_applicatiojn table tbody td {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    border: none;
    vertical-align: middle;
  }

  .dropdown_applicatiojn table tbody td:nth-child(3) {
    color: #FFA927;
  }

  .dropdown_applicatiojn table tbody td img {
    padding-right: 8px;
  }

  .dropdown_applicatiojn table tbody td:nth-child(4) {
    color: #00CE90;
  }

  .dropdown_applicatiojn table tbody td:nth-child(5) label, .time_sheet tbody td:nth-child(4) label {
    margin: 0 5px;
  }

  .inner_manage_jobs label:nth-child(1) span:nth-child(2) img:nth-child(1) {
    background: rgba(217, 217, 217, 0.6);
    border-radius: 7px;
    padding: 8px;
  }

  .inner_manage_jobs label:nth-child(1) span:nth-child(2) img:nth-child(2) {
    background: rgba(237, 6, 6, 0.08);
    border-radius: 7px;
    padding: 8px;
  }

  .inner_manage_jobs label:nth-child(1) span:nth-child(2) img {
    margin-left: 4px;
  }

  .dropdown_applicatiojn table tbody td:nth-child(6) span:nth-child(2), .time_sheet td:nth-child(5) span:nth-child(2) {
    position: relative;
    top: -8px;
  }

  .dropdown_applicatiojn table tbody td:nth-child(6) span a:nth-child(1), .time_sheet td:nth-child(5) span a:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #16BA31;
    border: 1px solid #0DB327;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
    width: 100%;
  }
  .dropdown_applicatiojn .send_offer {
    border: 1px solid #515050;
    background: transparent;
    padding: 4px 10px;
    border-radius: 2px;
  }
  .dropdown_applicatiojn table tbody td:nth-child(6) span a:nth-child(2), .time_sheet td:nth-child(5) span a:nth-child(2) {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 11px;
    border-radius: 2px;
  }

  .dropdown_applicatiojn table tbody td:nth-child(6) .request_apply, .time_sheet td:nth-child(5) .request_apply  {
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.32) !important;
  }

  .dropdown_applicatiojn table tbody td:nth-child(5) h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 0;
  }

    .sendhire_popup .modal-content {
        text-align: center;
        padding: 30px 0;
        }
        .sendhire_popup .modal-content h4 {
        font-weight: 500;
        font-size: 19px;
        color:#000;
        margin-bottom: 0;
        }
        .sendhire_popup .modal-content h5 {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        color:
        #000000
        ;
        }
        .sendhire_popup .modal-content button {
        width: 165px;
        background:
        #0070DD
        ;
        border-radius: 4px;
        color:
        #FFF
        ;
        font-weight: 600;
        font-size: 14px;
        padding: 11px 0;
        margin-top: 10px;
        }

        .selected_day{
          background-color: #2860CC !important;
          color:#fff !important
        }

        /* Jobs Start*/

.job_section a.active {
  margin-right: 0;
  padding: 0;
  color: #2860CC !important;
  border-bottom: 2px solid #2860CC;
  border-radius: 0;
  padding-bottom: 15px;
}
.job_section a {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  padding: 0;
  padding-bottom: 15px;
}
.job_section .button_rgb {
  background: #2860cc;
}

.wishlisted{
    color: #2860CC;
}

label.error {
    color: red;
    font-size: 14px;
}

.btn-pending{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #16BA31;
    border: 1px solid #0DB327;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
}

.btn-rejected{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
}

.btn-request-job{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.32) !important
}
.job_time h5 {
    padding: 0;
    line-height: unset;
  }
  .job_time h6 {
    font-size: 13px;
    color: #868686;
  }
  .timeline_job {
    color: #868686 !important;
  }
  .book_gig button {
    background: #2860CC;
    color: #fff;
    width: 118px;
    height: 38px;
    border-radius: 8px;
  }
  button.hire {
    background: #2860CC;
    color: #fff;
    width: 61px;
    padding: 10px;
    border: 1px solid #2860CC;
    border-radius: 2px;
    margin-left: 4px;
}
  .mrk_complete button {
    background: #2860CC;
    color: #fff;
    width: 166px;
    height: 38px;
    border: none;
    border-radius: 8px;
  }
  .inner_manage_jobs label:nth-child(3) span:nth-child(1) ul li {
    padding-right: 5px;
    padding-left: 0;
  }
  .inner_manage_jobs label:nth-child(3) span:nth-child(1) ul li a {
    background: #2860CC;
    color: #fff;
    border-radius: 2.26087px;
    font-size: 13.5652px;
    width: 26px;
    display: block;
    height: 26px;
    text-align: center;
    padding-top: 3px;
  }
  .book_gig .mrk_complete b {
    font-size: 18px;
  }

  label.ApplyJobModal {
    font-size: 14px;
}


.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}
.p-image {
  position: absolute;
  bottom: 10px;
  right: -20px;
  color: #666666;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  border: 1px solid #ddd;
  height: 30px;
  width: 30px;
  font-size: 12px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.upload-button {
font-size: 1.2em;
}

.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}

.dasboard_table th, .dasboard_table td {
  border: 0 !important;
}
.dasboard_table tr {
  border-top: 1px solid #ddd;
  background: #FBFBFB;
}
.dasboard_table th, .dasboard_table td {
  padding: 15px 12px;
}

.Succeeded {
  background: #EDFFEA;
  border: none;
  padding: 3px;
  color: #165E3D;
  font-weight: 500;
  width: 100px;
  height: 24px;
  font-size: 12px;
  text-align: left;
}
.Pending {
  background: #FFF6E9;
  border: none;
  padding: 3px;
  color: #B5850B;
  font-weight: 500;
  width: 100px;
  height: 24px;
  font-size: 12px;
  text-align: left;
}
.Declined {
  background: #FFEAEA;
  border: none;
  padding: 3px;
  color: #B83131;
  font-weight: 500;
  width: 100px;
  height: 24px;
  font-size: 12px;
  text-align: left;
}
.dashboard_results {
  display: flex;
  justify-content: space-between;
  margin-top:10px;
  align-items:center;
  background: #FBFBFB;
  padding: 13px 10px;
}
.select_searchtable {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select_searchtable select {
  border: 1px solid #F0F2F4;
  padding: 5px 10px;
  border-radius: 8px;
}
.select_searchtable .has-search {
  position: relative;
}
.select_searchtable .has-search i {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.has-search .form-control {
  padding-left: 2.375rem;
  background: #FBFBFB;
}

.profile_setting .complete_button {
  background: #2860CC;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  margin: 20px;
}
.profile_setting .card {
  border-radius: 8px;
}
.profile_setting .star {
  background: #8BCB34;
  border-radius: 30px;
}
.award {
  background: #F29E5A;
  border-radius: 30px;
}
.profile_setting .job_section {
  padding: 14px;
}
.profile_setting .job_section li {
  margin-right: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 16px;
  width: 16px;
  left: 0px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2860cc;
}

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

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

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.profile_setting #accordion button {
  font-size: 15px;
}

.mostly-customized-scrollbar {
  display: block;
  width: 100%;
  overflow: auto;
  overflow-x:hidden;
  height: 6em;
}
.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 0.1px;
  height: 20px;
  background-color: #fff;
}

.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background: #fff;
}

td.green {
    color: #00CE90;
}

button.btn-rejected {
    background: transparent;
    color: #ff0000;
}
button.accepted-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #16BA31;
    border: 1px solid #0DB327;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
}
button.book-job-available, button.booked {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #2860CC;
    border-radius: 2px;
    background: #2860CC;
    padding: 10px;
}
a.attachment-link, a.attachment-link:hover {
    background: none;
    color: #003fcdd6;
}

i.fa.fa-paper-plane.sendMsg {
  font-size: 30px;
  padding-right: 0px;
  padding-left: 10px;
}

.default-msg {
  text-align: center;
  position: relative;
  color: #9dabad;
  font-size: 20px;
}

a.list-group-item.list-group-item-action.border-0.chat-active {
    z-index: 2;
    color: #fff;
    background-color: #e9ebee;
}

/* Chat CSS Starts From Here For the Chat Section on the Client Panel */

.chat-online {
    color: #34ce57
  }

  .chat-offline {
    color: #e4606d
  }

  .chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow-y: scroll
  }

  .chat-message-left,
  .chat-message-right {
    display: flex;
    flex-shrink: 0
  }

  .chat-message-left {
    margin-right: auto
  }

  .chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
  }
  .flex-grow-0 {
    flex-grow: 0!important;
  }
  .border-top {
    border-top: 1px solid #dee2e6!important;
  }
  .bg-message {
    background: #3076FF;
    width: 20px;
    height: 20px;
    padding-top: 6px;
  }
  .message_chat h5 {
    font-size: 16px;
    font-weight: 600;
    color: #191B1D;
    margin-bottom: 0;
  }
  .message_chat h6 {
    font-size: 14px;
    font-weight: 400;
    color: #A0A7AF;
  }

  .message_chat .list-group-item {
      border-bottom: 2px solid #ddd !important;
  }

  .publisher {
      position: relative;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 12px 20px;
      background-color: #f9fafb;
  }
  .publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent;
  }
  .publisher>*:first-child {
    margin-left: 0;
  }
  .publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .file-group {
    position: relative;
    overflow: hidden;
  }
  .publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
  }
  .message_chat .flex-grow-1 input {
    background: #F6F7FA;
    height: 32px;
  }
  .chat-message-right .flex-shrink-1 {
    background: #E5EEFF;
  }

/* Ends Here */
