html{
    overflow-x:hidden;
}
.modal-pop{
    overflow:hidden;
}
.headings{
    position:relative;
    padding-left:34px;
    font-weight:600;
    line-height:1.4
}
.conact-us-wrap-one .headings::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:4px;
    height:94%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color: #00528d;
}
.how-it-work 
        {
        padding: 15px 20px;
        box-shadow: rgb(0 0 0 / -2%) 0px 10px 36px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        background: #ededed;
        margin-top: 70px;
        text-align: center;
        margin-bottom: 26px;
        min-height: 320px;
        }
        .how-it-work h4{
            color:#000 !important;
            margin-top: 36px;
        }
      
.how-it-work-img {
       width: 90px;
       position: absolute;
       top: -46px;
       left: 50%;
       transform: translate(-50%, 0);
       background: #ffffff;
       padding: 17px;
       z-index: 1;
       border-radius: 100px;
       box-shadow: rgb(0 0 0 / 4%) 0px 10px 36px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}
.how-it-work p {
 z-index: 2;
 position: relative;
 color:#000 !important;
 margin-top: 10px;
}

.how-it-work::after {
    background: #00387a17 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -198%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    
}

.relative{
    position:relative;
}


.team .navs span {
    color: #00528d;
}

.team .navs span {
    padding: 10px 20px;
    background: #f8f4f3;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.team .navs .next {
    left: auto;
    right: 0;
}
.team .navs span:hover {
    background: #00528d;
    color: #fff;
}
.team .navs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}
.modal-btn {
    background: transparent;
    color: #fff;
    /* box-shadow: none; */
    /* outline: none; */
    border: 1px solid #ffffff52;
    padding: 6px 15px;
    font-size: 13px;
    /* float: right; */
    margin-top: 25px;
    cursor: pointer;
}

.info {
    margin-top: 30px;
    padding-left: 30px;
    position: relative; }
  .info:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 25px solid #f7f7f7;
      border-right: 30px solid transparent;
      position: absolute;
      left: 100px;
      top: -30px; }
  .info .author {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      display: table-cell; }
      .testimonials.grid .item .info .author img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .info h6 {
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px;
      font-size: 16px; }
      .testimonials.grid .item .info h6 span {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px;
        display: block;
        }
        
        .modal-pop .modal-dialog {
            max-width:800px;
        }
        
           .modal-pop .modal-header .modal-title{
               display:block ;
           }
           .modal-pop .modal-header .close{
               position:absolute;
               right:-10px;
               top:-10px;
           }
            .modal-pop  .modal-header {
    display: flex;
    flex-direction: column;
}

 .modal-pop .modal-header .close span {
    color: #fff;
    opacity: 1;
    background: #000;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.info h6 span {

    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
