.car-ban {
  padding: 40px 0;
}

.car-ban-cont {
  padding: 80px 0;
}

.car-ban-cont h1 {
  font-family: 'gilroylight';
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.car-ban-cont p {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
}

.carer-det {
  padding: 40px 0;
  background: #f3f3f3;
  margin-bottom: 25px;
}

.carer-det p {
  width: 78%;
}

.car-play {
  position: relative;
  margin: auto;
  /*width: 500px; height: 318px;*/
}

.car-play img {
  border-radius: 10px;
  box-shadow: 0px 0px 51px 0px rgba(93, 98, 102, 0.25);
  width: 100%;
}

/*.car-all-img {margin-top: 25px; margin-bottom: 25px;}*/

/*.car-img {position: relative;margin-bottom: 20px; }
.img-btm-cont {position: absolute; left: 5%; bottom: 5%; width: 86%;}
.img-btm-cont img {float: right; margin-right: 10px; transition: 0.7s all;}
.img-btm-cont h6 {font-family: 'gilroyextrabold';color: #fff;font-size: 24px;margin-bottom: 10px;text-transform: uppercase;letter-spacing: 2px;}
.img-btm-cont p {color: #fff;font-size: 14px;}

.car-img:hover .img-btm-cont img {margin-right: 0;transform: translateX(20%);}
*/
/*.car-img:hover .img-btm-cont {display: none;}*/
/*.car-img:hover .aply-img {transform: rotateY(180deg);}*/

/*.car-all-img a {float: left ;}
.sub-sml-img a {width: 48%; float: left;}
.sub-sml-img a:nth-child(1) {margin-right: 22px;}
.car-img .aply-img {width: 100%;}*/

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px;
  margin: 10px 0;
}


.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}


/*.modal-dialog {
  max-width: 70%;
}*/

/*.care-popup {
  max-width: 1200px !important;
}*/

.carBigpop {
  /*background: #fff;*/
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}

.clsModal {
  text-align: right;
}

.clsModal img{
  width: 30px;
}


/*flip box*/
.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  /*align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;*/
  padding: 35px 15px;
  /*width: 100%;*/
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  /*width: 555px;*/
  cursor: pointer;
}

.sml-img {
  width: 264px;
  height: 222px !important;
}

.sml-text-btm {
  position: absolute;
  bottom: 20px;
  padding: 0px 10px;
  width: 100%;
}

.flip-box-front,
.flip-box-back {
  /* background-size: cover; */
  /* background-position: center; */
  /* border-radius: 8px; */
  /*background: no-repeat;*/
  height: 444px;
  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fro-text-btm {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
}

.flip-box .inner {
  position: absolute;
  width: 100%;
  padding: 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  /*bottom: 0;*/
  left: 0;

  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-family: 'gilroyextrabold';
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.flip-box p {
  color: #fff;
  font-size: 14px;
}

.flip-box-img {
  float: right;
  color: #fff;
  font-size: 24px;
}


/*flip box*/


.modal-dialog {
  max-width: 70%;
      margin: auto;
}

/*.care-popup {
  max-width: 1200px !important;
}*/

/*.pop-rg-img {text-align: center;}*/
.pop-rg-img img {
  border-radius: 10px;
  width: 100%;
}

.pop-rg-cont h4 {
  font-size: 36px;
  font-family: 'gilroyextrabold';
}

.pop-rg-cont h6,
.pop-qul p {
  color: #7f818d;
  font-size: 18px;
}

.pop-qul h5 {
  font-family: 'gilroyextrabold';
  font-size: 18px;
}

.pop-qul .det,
.pop-rg-cont h6 {
  margin-bottom: 20px;
}

.pop-qul .det {
  float: left;
  width: 50%;
  display: block;
}

.pop-top {
  padding-bottom: 40px;
  margin-top: 22px;
  border-bottom: 1px solid #e1e1e1;
}

.car-pop-cont {
  margin-bottom: 40px;
}

.car-pop-det {
  padding: 40px 0;
}

.car-pop-cont h5 {
  font-family: 'gilroyextrabold';
  font-size: 20px;
  margin-bottom: 10px;
}

.car-pop-cont p {
  color: #7f818d;
  font-size: 16px;
}

.car-pop-cont h6 {
  font-weight: 700;
  font-size: 16px;
  color: #7f818d;
  margin-bottom: 15px;
}

.car-pop-cont ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.car-pop-cont ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e74d49;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  margin-top: 10px;
}

/*responsive*/

@media (max-width:1600px) {

  .car-abt .wh-wr {
    padding-left: 0;
  }

}


@media (max-width:1440px) {

  .car-ban {
    padding-top: 50px;
  }

  .car-ban-cont h1 {
    font-size: 48px;
  }

  .pop-rg-cont h4 {
    font-size: 28px;
  }

  .img-btm-cont h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}


@media (max-width:1280px) {

  .car-pop-cont {
    margin-bottom: 25px;
  }

  /*.care-popup {
    max-width: 960px !important;
  }*/

  .pop-rg-cont h4 {
    font-size: 24px;
  }

  .pop-top {
    padding-bottom: 25px;
  }

  .car-pop-det {
    padding: 25px 0;
  }

  .pop-top a {
    margin-top: 0;
  }

  .grid-layout {
    margin-top: 0;
  }


}



@media (max-width:1200px) {}


@media (max-width:1024px) {

  .car-ban-cont h1 {
    font-size: 42px;
  }

  .sml-img {
    width: 100%;
  }


}



@media (max-width:990px) {

  .car-ban-cont h1 {
    font-size: 36px;
  }

  .pop-top {
      margin-top: 0;
    }

  /*.care-popup {
    max-width: 760px !important;
  }*/

  .pop-qul .det,
  .pop-rg-cont h6 {
    margin-bottom: 10px;
  }

  .pop-rg-cont h6,
  .pop-qul p {
    font-size: 16px;
  }

  .car-pop-cont h5 {
    font-size: 18px;
  }

  .car-pop-cont h6 {
    margin-bottom: 10px;
  }

  .car-pop-cont ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .car-pop-cont {
    margin-bottom: 15px;
  }

  .pop-qul h5 {
    font-size: 16px;
  }

  .car-ban-cont p {
    font-size: 16px;
  }

  .img-btm-cont p {
    line-height: 1.5;
  }

  .pop-rg-cont h4 {
    font-size: 22px;
  }

  .img-btm-cont {
    width: 90%;
  }

  .flip-box-header {
    font-size: 22px;
    margin-bottom: 5px;
  }

}




@media (max-width:800px) {

  .carer-det {
    padding: 25px 0;
  }


}


@media (max-width:768px) {

  .car-ban-cont h1 {
    font-size: 42px;
  }

  .career-modal {
    width: 99%;
  }

  .car-play {
    order: 1;
    margin-bottom: 25px;
  }

  .car-abt {
    order: 2;
  }

  .img-btm-cont p {
    font-size: 16px;
  }

  .pop-rg-img {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  /*.pop-rg-img img {
    width: auto;
  }*/

  .car-none {
    display: none;
  }

  .carpopbtm {
    margin-bottom: 0;
  }

  .car-abt a {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .car-abt p {
    margin: 10px 0 0 !important;
  }

}



@media (max-width:640px) {

  /*
.career-modal {width: 100%;}
.sub-sml-img a {width: 100%;}*/
  .car-ban-cont {
    padding: 15px 0;
  }

  .car-ban-cont h1 {
    font-size: 32px;
  }

  .flip-box-front,
  .flip-box-back {
    background-size: cover;
  }

  .modal-dialog {
      max-width: 90%;
    }

}



@media (max-width:576px) {

  .car-ban-cont p {
    font-size: 14px;
  }

  .car-abt a {
    margin-bottom: 0 !important;
  }

}

@media (max-width:480px) {

  .grid-layout {
    display: block;
  }

  .flip-box-front,
  .flip-box-back {
    height: 344px !important;
    margin-bottom: 15px;
  }

  .fro-text-btm {
    padding: 0px 10px;
  }

  .flip-box-header {
    font-size: 20px;
  }

}

@media (max-width:400px) {

  .car-ban-cont h1 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .pop-rg-cont h4 {
    font-size: 20px;
  }

  .car-pop-cont p {
    font-size: 14px;
  }

  .pop-rg-cont h6,
  .pop-qul p {
    font-size: 14px;
  }

  .car-pop-cont ul li {
    padding-left: 15px;
  }

  /*.pop-top {
    margin-top: 15px;
  }*/
}


@media (max-width:360px) {

  .pop-rg-cont h4 {
    font-size: 18px;
  }

  .car-pop-cont h5 {
    font-size: 16px;
  }

  .pop-rg-img img {
    width: 100%;
  }

  .flip-box-front,
  .flip-box-back {
    height: 250px !important;
  }

}