 .carousel-inner {
    position: relative;
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
 }
 .carousel-inner img{
     height:90vh;
 }
 .team .doc-box img {
    width: 300px;
    height: 350px;
 }
 

.modal-content {
    width: 50%;
    margin: auto;
    height: 100vh;
    color: #000;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content {
    width: 50%;
    margin: auto;
    height: 100vh;
    color:#000;
}
.modal-content .close{
    text-align: right;
    padding: 5px 20px;
    font-size: 30px;
    position: absolute;
    width: 100%;
    cursor: pointer;
}
.modal-content .form-div{
    margin: 20px;
    text-align: center;
}
.modal-content .form-div .doc-img{
    width: 100%;
    height: 87vh;
}
.modal-content .form-div .img-box{
    display: flex;
    flex: 0 0 100%;
    width: 100%;
}
.modal-content .form-div .img-box img{
     flex:0 0 33.33%;
     width:33.33%;
}
.product-modal{
    width: 50%;
    margin: 10% auto;
    color: #000;
    background: #ddd;
    border-radius: 6px;
}
.product-modal .close{
    text-align: right;
    padding: 5px 20px;
    font-size: 30px;
    position: absolute;
    width: 50%;
}
.product-modal .form-div{
    margin: 20px;
    text-align: center;
}

.product-modal .form-div .img-box{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.product-modal .form-div .img-box .product-popup-img{
     flex:0 0 33.33%;
     width:33.33%;
}

.product-modal .form-div .img-box .product-popup-img img{
    width:100%;
}
.product-modal .form-div .img-box .product-popup-img h3{
    margin-top:10px;
}
@media screen and (max-width: 986px) {
   .carousel-inner {
    margin-top: 6%;
  }
  .carousel-inner img {
    height: auto;
  }
}
@media screen and (max-width: 576px){
    .carousel-inner {
     margin-top: 10%;
    }
   .carousel-inner img {
    height: 55vh;
   }
   .modal-content {
     width: 100%;
     height: 90vh;
     color: #000;
    }
    .modal-content .form-div .doc-img{
      width: 100%;
      height: 80vh;
    }
    .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .product-modal{
      width: 95%;
      margin: 50% auto;
    }
    .product-modal .close {
      width: 95%;
    }
    .product-modal .form-div .img-box {
      flex-wrap: wrap;
    }
    .product-modal .form-div .img-box .product-popup-img {
      flex: 0 0 50%;
      width: 50%;
    }
 }



.thankyou{
    padding-top: 170px;
    color:#000;
}

 @media screen and (max-width: 453px) {
    .carousel-inner {
       margin-top: 16%;
    }
    .carousel-inner img{
     /*margin-top: 32px;*/
     height: 31vh;
    } 
    .modal-content {
      margin:0px;
      width: 100%;
    }
    .modal-content .form-div{
        margin:10px;
        color:#000;
    }
    .modal-content .form-div h3{
      font-size: 14px;
      margin: 13px;
    }
    .thankyou {
      padding-top: 120px;
    }
 }















































