/************************************************Contact*****************************/
#contactBg {
  background: url(../images/contact/airport-map.jpg) no-repeat;
  height: 90vh;
}
.contactContextPanel {
  background: #033570;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 160px 0 90px 0;
  width: 36%;
}
.contactText {
  color: #fff;
  padding: 0 45px 0 120px;
}
.contactText h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.location {
  display: flex;
  border-bottom: 1px dashed #a2aebf;
  padding: 0 0 20px 0;
}
.locLeft {
  width: 13%;
}
.locright {
  width: 87%;
  color: #ced8e2;
}
.Textinner h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.Textinner address {
  font-size: 17px;
  line-height: 24px;
}
.getintouch {
  margin: 35px 0 0 0;
}
.Textinner h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.getintouch img {
  width: 30px;
}
.getintouch p span {
  padding: 0 0 0 20px;
}
.Textinner p {
  font-size: 15px;
  color: #ced8e2;
}
.contactFormPanel {
  background: #ececec;
  padding: 65px 0 40px 0;
  height: 100vh;
}
.cont_inner {
  width: 100%;
  padding-left: 40%;
}
.cont_inner h2 {
  text-transform: uppercase;
  margin: 0 0 60px 0;
  text-align: center;
  font-family: "Red Hat Display";
  font-weight: 700;
}
.contgrp {
  margin-bottom: 25px;
}
.styleforForm {
  width: 100%;
  padding: 13px 20px;
  outline: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 50px;
  color: #9c9c9c;
  font-family: "Red Hat Display";
  font-weight: 500;
}
.styleforTextarea {
  resize: none;
  height: 140px;
}
.robot {
  display: flex;
  justify-content: center;
}
.btninn {
  display: flex;
  justify-content: center;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c9c9c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9c9c;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9c9c;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9c9c;
}
/*************************************************About*******************************/
#AboutGroupBg {
  background: url(../images/about/about-gmrgroupbg.jpg) no-repeat;
  height: 70vh;
}
#AboutBg {
  background: url(../images/about/about-us.jpg) no-repeat;
  height: 70vh;
}

.InnerContext p {
  color: #5e5e5e;
  font-family: "Red Hat Display";
  font-weight: 500;
}
.InnerContext {
  padding: 30px 0;
}
.gmrwhitelogo {
  width: 130px;
}
.AboutvishakPanel {
  background: #fff;
  padding: 30px 0;
}
.abt_visak_inner {
  position: relative;
}
#AboutVishakBg {
  background: url(../images/about/vizag-seashore-img.jpg) no-repeat;
  height: 95vh;
}
.Abtvishakcontext {
  position: absolute;
  bottom: 0;
  background: rgba(29, 79, 112, 0.5);
  color: #ffff;
  padding: 20px 100px 0 100px;
}
.Abtvishakcontext span {
  font-style: italic;
  font-family: "Red Hat Display";
  font-weight: 500;
}
/***************************************Tender***************/
#TenderBg {
  background: url(../images/tender/tender.jpg) no-repeat;
  height: 50vh;
}
.InnerContext.TenderContext {
  padding: 50px 0 50px 0;
}
.w40 {
  width: 40%;
}
.w14 {
  width: 14%;
}
.tablePanel thead tr {
  background: #123970;
  color: #fff;
  padding: 20px 20px;
}
.tablePanel thead th {
  padding: 20px 20px;
  font-size: 15px;
  font-family: "Red Hat Display";
  font-weight: 500;
}
.tablePanel table {
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.table-bgcolor tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.comingsoonpanel {
  height: 300px;
  background: #fff;
  text-align: center;
  padding: 10% 0;
}
.comingsoonpanel h2 {
  color: #013574;
  font-family: "Red Hat Display";
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 36px;
}
.comingsoonpanel p {
  margin: 0;
  color: #013574;
  font-family: "Red Hat Display";
  font-weight: 700;
  text-transform: uppercase;
}
.tender-popup .modal-content {
  padding: 20px 20px;
}
.tender-popup .modal-content h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px 0;
}
.tender-popup .modal-content {
  padding: 20px 20px;
}
.coronapop .tenderform {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  outline: none;
}
.tenderbtn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
/******************************************Responsive********************/
@media (min-width: 1200px) and (max-width: 1365px) {
  .contactText {
    padding: 0 45px 0 60px;
  }
  .Abtvishakcontext {
    padding: 20px 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .contactText {
    padding: 0 20px 0 20px;
  }
  .Abtvishakcontext {
    padding: 20px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contactText {
    padding: 0 20px 0 20px;
  }
  .Abtvishakcontext {
    padding: 30px 20px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactText {
    padding: 0 20px 0 20px;
  }
  .Abtvishakcontext {
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  #AboutBg {
    background: url(../images/mobile/about-us-mobile.jpg) no-repeat;
    height: 50vh;
  }
  #AboutGroupBg {
    background: url(../images/mobile/group-mobile.jpg) no-repeat;
    height: 50vh;
  }
  #TenderBg {
    background: url(../images/mobile/tender-mobile.jpg) no-repeat;
    height: 50vh;
  }
  .h2 {
    font-size: 24px;
  }
  .row {
    margin: 0;
  }
  .AboutvishakPanel {
    padding: 0;
  }
  .Abtvishakcontext {
    position: static;
    background: rgba(29, 79, 112, 1);
    padding: 30px 20px;
  }
  #AboutVishakBg {
    height: 190px;
  }
  .contactContextPanel {
    background: #033570;
    position: static;
    padding: 90px 0 50px 0;
    width: 100%;
  }
  .contactText {
    padding: 0 20px;
  }
  .contactText h1 {
    font-size: 28px;
  }
  .Textinner h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .Textinner address {
    font-size: 15px;
    line-height: 22px;
  }
  .contactFormPanel {
    padding: 30px 0;
    height: auto;
  }
  .cont_inner {
    padding: 0 5px;
  }
  .cont_inner h2 {
    margin: 0 0 30px 0;
  }
  .styleforForm {
    padding: 10px 12px;
    height: 45px;
  }
  .InnerContext {
    padding: 40px 20px;
  }

  .gmrwhitelogo {
    width: 110px;
  }
  .bannerposition {
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
  }
  .bannerpara {
    font-size: 18px;
    width: auto;
    line-height: 28px;
    padding: 10px 0 0;
  }
  .InnerContext.TenderContext {
    padding: 40px 20px;
  }
  .tablePanel thead th {
    padding: 10px 10px;
    font-size: 10px;
  }
  .comingsoonpanel h2 {
    margin: 0 0 10px 0;
  }
  .comingsoonpanel {
    padding: 30% 0;
  }
  .location {
    padding: 0 0 10px 0;
  }
  .getintouch {
    margin: 20px 0 0 0;
  }
}
