@media screen and (min-width: 944px)
{
  /* .careers-heading
  {
  margin: auto;
  } */
}
@media screen and (min-width: 480px) and (max-width: 960px)
{
  #book
  {
    margin-top: 5px;
  }
}
#apply
{
    position: relative;
    padding: 5px 20px;
    width: 100px;
    height: 30px;
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    background: #fc0505;
    border-radius: 5px;
}
#clicktoapply
{
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    margin-top: auto;
    text-decoration: none;
    color: #fff;
    background: #111;
}
#job1{
  position: relative;
  padding: 20px 20px;
  border: 1px solid black;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* apply button responsive code */

@media screen and (min-width: 576px) {

#apply2
{
  padding: 4px 15px;
  margin-top : 50px;
  position: relative;
  display: inline-block;
  width: 70px;
  text-decoration: none;
  color: #fff;
  background: #fc0505;
  border-radius: 5px;
}
}

@media screen and (max-width: 575px) {
  
#apply2
{
  padding: 4px 15px;
  margin:auto;
  position: relative;
  display: inline-block;
  width: 70px;
  text-decoration: none;
  color: #fff;
  background: #fc0505;
  border-radius: 5px;
}
}



#hiring1
{
  color: #000;
}
.G-D
{
  max-width: 700px;
  width: 100% ;
  margin: auto ;
  padding: 5px 20px;
  box-shadow: 0 7px 25px -10px black;
  border-radius: 15px;
}
.G-D::after
{
  right: 0%;
  background-color:	#D3D3D3;
}
.G-D::before
{
  left: 0%;
  background-color:#D3D3D3;
}
.G-D::after, .G-D::before
{
  height:auto;
  content:' ';
  position: absolute;
  top: 0;
  width: 21%;
}
.D-M
{
  max-width: 700px;
  width: 100% ;
  margin: auto ;
  padding: 5px 20px;
  box-shadow: 0 7px 25px -10px black;
  border-radius: 15px;
}
.D-M::after
{
  right: 0%;
  background-color:	#D3D3D3;
}
.D-M::before
{
  left: 0%;
  background-color:#D3D3D3;
}
.D-M::after, .D-M::before
{
  height:auto;
  content:' ';
  position: absolute;
  top: 0;
  width: 21%;
}
.W-D
{
  max-width: 700px;
  width: 100% ;
  margin: auto ;
  padding: 5px 20px;
  box-shadow: 0 7px 25px -10px black;
  border-radius: 15px;
}
.W-D::after
{
  right: 0%;
  background-color:	#D3D3D3;
}
.W-D::before
{
  left: 0%;
  background-color:#D3D3D3;
}
.W-D::after, .W-D::before
{
  height:auto;
  content:' ';
  position: absolute;
  top: 0;
  width: 21%;
}





/* #shop1
{
  position: relative;
  padding: 20px 20px; 
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid black;
  border-radius: 15px;
}
#shopname
{
  color: #000;
}
#book
{
  padding: 4px 12px;
  margin: auto;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  width: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fc0505;
  border-radius: 5px;
  vertical-align: middle;
  align-items: center;
  @media screen and (min-width: 480px;) and (max-width: 960px;)
  {
    margin: top 5px;
  }
} */

/*  style for the footer */

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* The footer is fixed to the bottom of the page */

footer {
  position: fixed;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
}

.footer-main {
  background-color: #26272b;
  box-sizing: border-box;
  width: 100%;
  font: bold 16px sans-serif;
  padding: 20px 50px 20px 50px;
  margin: 0%;
}
.footer-main .footer-content {
  color: #efefef;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
a {
  color: #efefef;
}
.detail {
  display: flex;
  justify-content: center;
  line-height: 3;
  margin: 0;
  font-size: 18px;
}

.footer-main .footer-content i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-main i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-company-name {
  padding-left: 25px;
}

.footer-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fc0505;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 10px 10px;
}
.footer-icons a.facebook:hover {
  background-color: #3b5998;
}
.footer-icons a.twitter:hover {
  background-color: #00aced;
}
.footer-icons a.linkedin:hover {
  background-color: #007bb6;
}
.footer-icons a.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-icons a.google:hover {
  background-color: #4285f4;
}
.footer-icons {
  text-align: center;
  background-color: #efefef;
  width: 100%;
}
.footer-icons i {
  padding-top: 10px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */

@media (max-width: 880px) {
  .footer-main .footer-content,
  .footer-icons,
  .detail {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
  }
}