@media only screen and (max-width:620px) {
    .mat-expansion-panel-header{
        height: 100px !important;
    }
    .new-ep{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

h1{
    padding-top: 30px;
    font-weight: 400;
    text-align: center;
    font-family: 'custom-font-bold';
    color: #2e5f9a;
}
/* .mat-expansion-panel-header{
    height: 100px !important;
} */
.careers p{
    font-family: 'custom-font-regular';
    font-size: 14px;
    text-align: justify;
}
h5{
    color: black;
    font-size: 15px;
}
.heading p{
    font-family: 'custom-font-regular';
    font-size: 17px;
    padding-bottom: 10px;
}

.content li ul{
    color: rgb(71, 71, 71);
    font-family: 'custom-font-regular';
}
.new-ep{
    padding-left:100px; padding-right:100px
}


/*.collapse{*/
/*    margin-left:100px;*/
/*}*/
.btn-info {
    background-color: #2e5f9a!important;
    align-self: auto;
}
.btn-right{
    text-align: end;
    margin-right:20px;
}

.fa-angle-down:before{
    color: grey;
}
.fa-angle-up:before{
    color: grey;
}
.map-contact{
    margin-top:80px;
  }
  .contact{
    position: absolute;
    z-index: 99;
    left:0;
    right:0;
    margin: auto;
  }
  #bstyle{
    border-radius: 20px;
    width: 30%;
  }
  .example-container {
    display: flex;
    flex-direction: column;
  }
  
  .example-container > * {
    width: 100%;
  }
  .c1{
    padding-left:120px; padding-right:120px
  }
  .ftitle3 h3{
    font-family: 'custom-font-bold';
    text-align: left;
    padding-top:20px;
    font-size: 20px
  }
  .ltitle{
    font-family: 'custom-font-regular';
    color: rgb(73, 73, 73);
  }
  .ec a{
    display:inline; padding-left:10px;font-size:14px;color:rgb(73, 73, 73);
  }
  .ecm{
    color: rgb(73, 73, 73);
    font-family: 'custom-font-regular';
  }
  .home p{
    color: rgb(73, 73, 73);
    font-family: 'custom-font-regular';
    font-size: 12px;
  }
  .get-directions a{
    font-family: 'custom-font-regular';
    display:inline; 
    padding-left:10px;
    font-size:14px;
    color:rgb(73, 73, 73);
  }
  .submit
  {
    background-color: rgb(110, 184, 0);
    color: white;
    border:0;
    font-size: 10px;
    border-radius: 20px;
    width: 30%;
    padding:2% 5%
  }
  .inner-row{
    padding-top:20px; 
    margin-left:40px 
  }
  .innerc{
    margin-left:auto;
    margin-right:auto;
  }
  .innerc1{
    margin-left:-40px;background-color: #eee;margin-top:20px 
  }
  .inner-row p{
      font-family: 'custom-font-regular';
      color: white;
  }
  .Heading{
      padding-top: 10px;
      font-family: 'custom-font-medium';
      color: white;
  }
  .content li{
      list-style-type: none;
  }
  .Heading::after{
    background: none repeat scroll 0 0 rgb(110, 184, 0);
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 50px;
    border-radius:20px;
    margin-bottom:20px;
  }
  
  @media (max-width: 767px){
 .careers{
   padding: 20px 10px 20px 10px !important;
 }
 .content ul{
     padding-inline-start: 5px;
 }
.content ul li ul li{
         list-style-type: none;
 }
}



