* {
    transition: all ease-in-out 0.5s;
}
.p0
{
    padding: 0px;
}
body
{
    overflow-x: hidden;
/*    padding-bottom: 100px;*/
}

.carrier_div_etmine
{
    /*background-image: url(../image/sol_back1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;*/
}

.inside_first_div_etmine
{
    margin-top: 8vh;
    font-size: 112px;
    color: #FFF100;
}
.inside_first_div_etmine p
{
    font-size: 25px;
    margin-top: -3vh;
    padding-left: 1vh;
}
.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 0;
    opacity: 0.6;
}
.main_top_second_div_back
{
    background-image: url(../image/ptrn-page-bg.png);
        background-repeat: repeat;
    background-position: center;
}
.career_div2_etmine
{
    margin-top: 3vh;
    font-size: 25px;
    color: #800080;
        padding-left: 4vh;
}
.career_div3_etmine
{
    margin-top: 10vh;
}
.comment_with_name
{
    border: 3px solid #ED1C24;
    padding: 10px;
    margin: 34px;
    font-size: 19px;
    box-shadow: 0 -12px 33px #777;
}
/*.comment_with_name span
{
    line-height: 3;
    
}*/
.comment_with_name1
{
   border: 3px solid #6D6E70;
    padding: 10px;
    margin: 34px;
    font-size: 19px;
}
/*.comment_with_name1 span
{
    line-height: 3;
}*/
   
.main_four_div_com_name img
{
    float: right;
   margin-top: -6.5vh;
}

.no_of_count_com
{
    position: absolute;
    top: -22px;
    right: 51px;
    font-size: 20px;
}
.no_of_count_com1
{
    position: absolute;
    top: -22px;
    right: 51px;
    font-size: 20px;
}

/*css for onclick a page should visible*/
.features li {
    display: none;
}
.features .year_exp {
    display: none;
}


.featureAppend {
    position: fixed;
    top: 15vh;
    height: 70vh;
    width: 0vw;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: -46px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all ease-in-out 0.5s;  

}
.featureAppend span {
    font-size: 10vh;
    cursor: pointer;
    color: #333;
}
.features:hover {
    background: #eee;
}
.featureAppendb {
    width: 100vw !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.flagshipAppendb {
    width: 70vw !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.featureAppend .features {
    text-align: center;
    padding: 20px 50px;
    width: 100%;
}
.featureAppend .features li {
    text-align: left;
    display: block;
    /*margin-top: 5vh;*/
}
.featureAppend .features .year_exp {
    text-align: left;
    display: block;
    /*margin-top: 5vh;*/
}

.featureAppend .features:hover {
    background: transparent;
}
.featureAppend .features img
{
    display: none;
}
.featureAppend .features .comment_with_name
{
    border: none;
    box-shadow: none;
    font-size: 24px !important;
    margin-top: -4vh;
}
.featureAppend .features .no_of_count_com
{
    display: none;
}
/*css for onclick a page should visible end*/

/*css for down start*/
.tabbedPanels {
     width: 100%;
    margin: 0vh;
    padding: 0px;
}
@media only screen and (max-width: 700px) {
  .tabbedPanels {
    width: 90%;
  }
}

.tabs {
  margin: 0px;
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.tabs li {
  list-style-type: none;
  /*float: left;*/
  text-align: center;
/*    padding: 10px;*/
}
.tabs li a
{
/*  width: 223px;*/
}
.inactive {
  position: relative;
  top: 0;
    float: left;
    color: #FFF;
}

.tabs a {
 display: block;
    text-decoration: none;
    padding: 18px;
    box-sixing: border-box;
/*    width: 124% !important;*/
    color: black;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Raleway';
    font-weight: 700;
    /* font-size: 1.2rem; */
    color: white;
    letter-spacing: 1px;
    font-size: 16px;
    height: 88px;
}
@media only screen and (max-width: 700px) {
  .tabs a {
    width: 8rem;
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 500px) {
  .tabs a {
    letter-spacing: 0;
    width: 7rem;
  }
}

.tabs a.active 
{
  border-radius: 10px 10px 0 0;
  position: relative;
  top: 1px;
  z-index: 100;
}



.tabOne {
  background-color: #27CAF3;
}

.tabTwo {
  background-color: #0AAED8;
}
.tabThree {
  background-color: #1D93B1;
}
.tabFour {
  background-color: #037896;
}
.tabFive {
  background-color: #106A81;
}
.tabSix {
  background-color: #084E60;
}
.tabSeven {
  background-color: #083744;
}
.tabEight {
  background-color: #042A34;
}



.panel {
/*  width: 85%;*/
  margin: 1rem auto;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.panel .fa-close {
    display: none;
}


.panelContainer {
  clear: left;
  padding: 20px;
  background-color: #4498c6;
  border-radius: 0 0 20px 20px;
    position: relative;
/*    top: -1.5vh;*/
    z-index: 1;
/*    left: 4.4vh;*/
}

.panelContent {
  line-height: 1.5;
  font-family: Raleway;
  padding: 0 1rem;
  font-size: 1.2rem;
}

h1.panelContent {
  font-size: 2.2rem;
}

@media only screen and (max-width: 700px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 450px) {
  html {
    font-size: 12px;
  }
}
.close_cross
{
  color: #FFF;
  font-size: 30px;
}

/*over*/

#footer1 {
    background: #f2f2f2;
    padding: 20px;
    
}
#footer1 ul {
    margin-left: -45px;;
}
#footer1 ul li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}
.vister_div1234321
{
    /*background: grey;*/
    line-height: 0.5;
    padding-top: 1vh;
    color: #000;
    text-align: left;
    padding-left: 2vh;
    border-radius: 8px;
    font-size: 22px;
    padding-bottom: 0vh;
    /* padding-right: 12vh; */
    /*width: 34%;*/
    
}
.vister_div1234321 i
{
    color: green;
    font-size: 12px;
}
.no_of_count
{
  float: right;
}
.count_logo_div
{
  margin-top: 1vh;
}
.location_div1234312323
{
  padding-left: 10vh;
}
.tp_logo_div
{
  margin-top: -1vh;
}
.logo_block_none
{
  display: none;
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tabs a { 
    padding: 12px;
    font-size: 11px;
    height: 66px !important;
}
.tabs li a {
    width: 92px !important;
}
.location_div1234312323 {
    padding-left: 0vh !important;
}

}
@media screen and (max-width: 640px) and (min-width: 360px){
.logo_div
{
  display: none !important;
}
.logo_block_none
{
    position: absolute !important;
    top: 4vh !important;
    padding: 0 20px !important;
    z-index: 10 !important;
    display: block;
}
#menu ul li {
    list-style: none;
    font-size: 30px !important;
    margin: 8px 0px !important;
    display: block;
}
.inside_first_div_etmine {
    
    font-size: 70px;
    
}
.inside_first_div_etmine p {
    font-size: 20px;
    }
  .location_div1234312323 {
    padding-left: 0vh !important;
}
.no_of_count {
    
    width: 100%;
    text-align: center;
    margin-top: 1vh;
}
#footer1 {
    
    height: 67vh;
}
.tp_logo_div {
    margin-top: 1vh;
}
.career_div2_etmine {
    font-size: 20px;
   
}
.tabs li
{
  width: 40%;
}
.tabs
{
  display: inline !important;
}
.tabs a {
    
    width: 10rem;
}
.panelContainer {
    position: relative;
    top: -109.5vh !important;
    left: 18.6vh !important;
    width: 72%;
}
.ul_div_part ul
{
  margin-left: -4vh !important;
}
}

@media screen and (max-width: 480px) and (min-width: 320px){
  .logo_div
{
  display: none !important;
}
.logo_block_none
{
    position: absolute !important;
    top: 4vh !important;
    padding: 0 20px !important;
    z-index: 10 !important;
    display: block;
}
#menu ul li {
    list-style: none;
    font-size: 30px !important;
    margin: 8px 0px !important;
    display: block;
}
.inside_first_div_etmine {
    
    font-size: 70px;
    
}
.inside_first_div_etmine p {
    font-size: 20px;
    }
  .location_div1234312323 {
    padding-left: 0vh !important;
}
.no_of_count {
    
    width: 100%;
    text-align: center;
    margin-top: 1vh;
}
#footer1 {
    
    height: 80vh;
}
.tp_logo_div {
    margin-top: 1vh;
}
.career_div2_etmine {
    font-size: 20px;
   
}
.tabs li
{
  width: 36%;
}
.tabs
{
  display: inline !important;
  width: 47%;
}
.tabs a {
    
    width: 10rem;
}
.panelContainer {
    position: relative;
    top: -146vh;
    left: 24vh;
    width: 72%;
}
.ul_div_part ul
{
  margin-left: -4vh !important;
}


  }