.main-detail {
    display: inline-flex;
    margin: 10px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.main-detail:hover {
  background: #e6ebf1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.col-lg-4 {
    width: 40%;
    border-radius: 20px;
    /*margin-bottom: 50px;*/
    background: #ce1e2e;
}
.col-lg-8 {
    width: 60%;
    background: #ffffff;
    border-radius: 20px;
    /*margin-bottom: 50px;*/
}
.col-lg-8 h1{
    margin:4px;
}
.col-lg-8 .vjProfession{
    font-size: 13px;margin-bottom: 5px;
}
.col-lg-8:hover{
    background-color: #fff;
}
table td{
    font-size: 13px;
    border-bottom: 1px solid var(--theme-color);
    padding: 6px;
    width: 33.33%;
}
.first-block{margin-top: -45px;}
.banner_img{width: 90%;padding: 5px;}
.vjCover .head-logo{height: 40px;}

.centerab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  /*border: 3px solid green; */
}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	background-color:var(--theme-color);
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.my-float{
	margin:10px 0 0 4px;
}

.addressbook{
	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	right:20px;
	background-color:var(--theme-color);
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.searchicon{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:20px;
	background-color:var(--theme-color);
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}


.vjUserPhoto-banner {
    width: 100%;
    height: auto;
    /* border-radius: 10px; */
    /* border: 4px solid white; */
    background-color: white;
    margin-top: 0px;
    box-shadow: 1px 2px 20px rgba(107, 128, 168, 0.2);
}

.vjCover-banner {
    padding: 0px 40px;
}

.tt{
    font-size: x-large;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}
.tyear{
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;
    margin: 5px;
    text-transform: uppercase;
}
.period{
    font-size: 20px;
    margin: 5px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.msgg{
    margin: 0;
    margin-bottom: 50px;
}
.vjProfession-banner {
    color: #39246a;
    margin-top: -5px;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.searchContainer {
      display: inline-flex;
      flex: 1 1 300px;
      /*position: relative;*/
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
      width: 95%;
      position: sticky;
      top: 10px;
      z-index: 100;
}
.searchIcon {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #fff;
  /*margin-left: 2px;*/
}
.searchBox {
  border: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  flex: 1;
  outline: none;
}
.searchButton {
    background: var(--theme-color);
    border: 0;
    font-weight: 700;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}
.hidden{display:none;}
            
            
@media only screen and (max-width: 767px) {
   .vjUserPhoto-banner {
        width: 100%;
        height: auto;
        /* border-radius: 10px; */
        /* border: 4px solid white; */
        background-color: white;
        margin-top: 0px;
        box-shadow: 1px 2px 20px rgba(107, 128, 168, 0.2);
    }

    .vjCover-banner {
        padding: 0px 12px;
    }

    .tt{
        font-size: 20px;
    }
    .tyear{
        font-size: 16px;
    }
    .period{
        font-size: 15px;
    }
}
