.icon3,.icon4,.icon5 {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    background: var(--color2);
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    border: #fff solid 0.6px;
}
.icon3 i,.icon4 i,.icon5 i {
    font-size: 26px;
    color: #fff;
}
.icon3 a,.icon4 a,.icon5  a {
    display: flex;
}
.icon3 {
    top: -125px;
    left: 70px;
}
.icon4 {
    top: -65px;
    left: 120px;
}
.icon5 {
    top: 7px;
    left: 101px;
}
.Enqury{
    position: fixed;
    bottom: 4px;
    left: 10px;
    z-index: 99;
}
.Enqury .icon1 {
    background: url(https://www.m3mgurgaon.com/assets/img/icon1.png);
    width: 96px;
    height: 52px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.Enqury .icon2{
    background: url(https://www.m3mgurgaon.com/assets/img/icon2.png);
    width: 88px;
    cursor: pointer;
    height: 105px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -97px;
}
.Enqury-inner {
    position: relative;
    top: -48px;
}
.modal-box .show-modal{
    color: #fff;
    background-color: #0159a4;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
}
.modal-box .show-modal:hover{
    color: #0159a4;
    background-color: #fff;
    border: none;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1) inset;
}
.modal-backdrop.in{ opacity: 0; }

.modal-box .modal-dialog{
    width: 450px;
    margin: 20px auto 0;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: none;
    position: relative;
    background: url(../img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: #144168;
    width: 100%;
    height: 80px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: #fff;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 5px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 15px 25px 60px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #0159a4;
    background: #fff;
    font-size: 65px;
    line-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    transform: translateY(-30px);
}
.modal-box .modal-dialog .modal-content .modal-body .icon img{
    max-width: 80px;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #f6f6f6;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #07bc4c;
    font-size: 18px;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 20px; }
.modal-box .modal-dialog .modal-content .modal-body label{
    color: #0984e3;
    font-size: 18px;
    font-weight: 500;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #0984e3;
    background-color: rgb(246 246 246);
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    height: 50px;
    padding: 2px 15px;
    border: none;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 50px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 16px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #EA2027;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit{
    background-color: #144168;
    margin-right: 0;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    background-color: #555;
    box-shadow: 0 0 5px #333 inset;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit:hover{
    background-color: #0984e3;
    box-shadow: 0 0 5px #333;
}
@media only screen and (max-width: 768px){
    .modal-box .modal-dialog .modal-content .modal-body .description{
        font-size: 14px;
    }
    .Enqury .icon1{
        width: 64px;
    height: 70px;
    }
    .Enqury .icon2{
        width: 48px;
        top: -60px;
    left: 6px;
    }
    .icon3, .icon4, .icon5{
        width: 30px;
    height: 30px;
    border: none;
    }
    
    .icon3 {
        top: -70px;
        left: 50px;
    }
    .icon4 {
        top: -29px;
        left: 87px;
    }
    .icon5 {
        top: 19px;
        left: 71px;
    }
    .icon3 i, .icon4 i, .icon5 i {
        font-size: 14px;
        color: #fff;
    }
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
}
@media only screen and (max-width: 379px){
    .modal-box .modal-dialog .modal-content .modal-body .subscribe{ margin-right: 0; }
}
.enq_btn {
    position: absolute;
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.enq_btn .call-buttun {
    border-right: 1px solid #fff;
    background: #2196f3;
    padding: 5px 0;
}
.enq_btn .whatsapp-btn {
    border-left: 1px solid #fff;
    background: #07bc4c;
    padding: 5px 0;
}
.enq_btn .call-buttun a, .whatsapp-btn a {
    color: #fff;
}

.offer {
    position: fixed;
    right: -55px;
    top: 20%;
    z-index: 99;
    transition: 0.6s ease !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    border-radius: 5px 0 0 5px !important;
  
  }
  .offer:hover {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
  }

  .scale-up-center {
	-webkit-animation: scale-up-center 1.5s linear infinite alternate both;
	        animation: scale-up-center 1.5s linear infinite alternate both;
}

 @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  .shadow-drop-center {
	-webkit-animation: shadow-drop-center 1s linear infinite alternate forwards;
	        animation: shadow-drop-center 1s linear infinite alternate forwards;
}
 @-webkit-keyframes shadow-drop-center {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  @keyframes shadow-drop-center {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  