@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .homeProjectDiv {
    width: 900px;
  }
}
@media screen and (max-width: 1080px) {
  .bottomMenu {
    display: none;
  }
  .menuFixed.menuWrap .menuTop {
    display: flex;
  }
  .resMenuBtn {
    display: inline-block;
  }
  .containerWrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.11);
    background-color: #fff;
  }
  .hedOne {
    font-size: 80px;
  }
  .banTextWrap h2 {
    line-height: 110px;
  }
  .hedTwo {
    font-size: 60px;
    font-family: "Anton", sans-serif;
  }
  .banTextWrap h2 {
    line-height: 40px;
  }
  .hedThree {
    font-size: 45px;
  }
  .banTextWrap h3 {
    margin-bottom: 0px;
    line-height: 76px;
  }
  .banTextWrap h4 {
    font-size: 25px;
  }
  .menuTop {
    padding-right: 20px;
  }
  .pageSubhed {
    font-size: 26px;
  }
  .formWrap {
    width: 900px;
  }
  .projectHedFour p {
    font-size: 14px;
    line-height: 14px;
  }
  .projectWrapperContLine p {
    font-size: 13px;
  }
  .projectHedFive p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .homeBannerWrap {
    margin-bottom: 20px;
  }
  .carousel-indicators {
    display: none;
  }
  .partnerDiv {
    width: 300px;
    height: 120px;
  }
  .homeProjectDiv {
    width: 100%;
  }
  .togetherSection {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .homeBranchWrap {
    margin: 0 auto;
    width: 85%;
  }
  .highLigtsInfo {
    width: 100%;
  }
  .paddingLeft100 {
    padding-left: 40px;
  }
  .listDiv ul li {
    font-size: 16px;
  }
  .formWrap {
    width: 800px;
  }
  .projectWrapperFive {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    height: initial;
  }
  .row .col-lg-4:last-child .projectWrapperFive {
    margin-bottom: 0px;
  }
  .projectWrapperFour {
    margin-bottom: 50px;
    height: initial;
  }
  .hedMergin {
    padding-top: 0px;
  }
  .projectWrapperFour {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .row .col-lg-4:last-child .projectWrapperFour {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .borderBtn {
    font-size: 15px;
  }
  .fillBtn {
    font-size: 15px;
  }
  .logoDiv {
    height: 40px;
  }
  .homeHighlightsDiv {
    width: 100%;
  }
  .formWrap {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .topMenuRight {
    display: none;
  }
  .containerWrap {
    padding: 0 15px;
    padding-bottom: 10px;
  }
  .menuTop {
    display: block;
  }
  .socialDiv {
    justify-content: left;
    margin-top: 20px;
  }
  .section {
    padding-bottom: 50px;
  }
  .hedOne {
    font-size: 70px;
  }
  .banTextWrap h1 {
    line-height: 90px;
  }
  .hedTwo {
    font-size: 50px;
  }
  .hedThree {
    font-size: 40px;
  }
  .banTextWrap h2 {
    line-height: 25px;
  }
  .banTextWrap h3 {
    margin-bottom: 0px;
    line-height: 70px;
  }
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resActionWrap {
    display: block;
  }
  .topMenuBtn {
    text-align: center;
  }
  .topMenuBtn a {
    margin-bottom: 15px;
  }
  .footerText {
    padding-top: 0px;
  }
  .footerText h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .footerText {
    margin-bottom: 20px;
  }
  .footerWrap {
    padding: 50px 15px;
  }
  .homeEnquiryWrap {
    padding: 50px 30px;
  }
  .homeEnquiryDivText {
    margin-bottom: 30px;
  }
  .togetherSection {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .homeProjectWrap {
    padding: 50px 15px;
  }
  .homeBranchWrap {
    width: 100%;
  }
  .homeBranchdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .homeBranchdivRight {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .homeBranchdivRight h4 {
    font-size: 20px;
  }
  .homeBranchdivLeft {
    width: 70px;
    height: 70px;
  }
  .homeBranchdivLeft img {
    width: 80%;
  }
  .homeHighlightsDiv {
    width: 100%;
  }
  .highLigtsInfo {
    width: 100%;
  }
  .highLigtsInfo h4 {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .highLigtsInfo h4::after {
    display: none;
  }
  .homeHighlights {
    padding: 50px 15px;
  }
  .tvWrap {
    width: 100%;
    height: 244px;
  }
  .tvWrapHeight {
    height: 25px;
    width: 80px;
  }
  .highLigtsInfo {
    margin-top: 25px;
  }
  .topWrap {
    padding: 100px 15px 50px;
  }
  .SectionBody {
    padding: 0px 0px;
  }
  .contText {
    font-size: 14px;
    color: #3d4f56;
    font-weight: 400;
  }
  .paddingLeft100 {
    padding-left: 0px;
  }
  .listDiv ul li {
    font-size: 15px;
  }
  .pageSubhed {
    font-size: 18px;
  }
  .pageHead h2 {
    font-size: 60px;
  }
  .pageHead h3 {
    font-size: 30px;
    top: -20px;
  }
  .projectHed {
    width: 90%;
  }
  .projectWrapper {
    padding: 25px 10px;
  }
  .projectWrapperCont ul li {
    padding-left: 10px;
  }
  .faqerap {
    width: 230px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    top: -40px;
    right: 10px;
    line-height: 40px;
    font-size: 14px;
  }
  .formWrap {
    margin-top: 50px;
  }
  .projectWrapperFour {
    width: 100%;
  }
  .projectWrapperFive {
    width: 100%;
  }
  .formDivCont{
      margin-bottom: 30px;
  }
}
