@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.service-short-des{
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: white;
    margin-top: 15px;
}
.service-row{
    width: 85%;
    margin: 50px auto 70px auto;
    /*justify-content: center;*/
    /*display: flex;*/
}
.service-main-des-top{
    text-align: center;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #092C44;
    opacity: 1;
    margin-top: 50px;
}

.main-des-service{
    background: #2776B6 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-right: 20px;
    padding: 50px 16px 50px 19px;
    height: 100%;
}
.icon{
    width: 60px;
}
.service-des{
    color: white;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

/*==========================float button eight===============*/
.float{
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #2776B6;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 1px 2px #2776b62e;
    padding: 11px 26px;
}

.my-float{
    margin-top:22px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 50%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%!important;
  }
  
  /* The Close Button */
  .cancel {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .cancel:hover,
  .cancel:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  /* //model login btn */
  .login-btn button {
    width: 100%;
    padding: 12px 0;
    border: none;
    outline: none;
    background-color: #2776b6;
    color: #ffffff;
    border-radius: 8px;
}

@media screen and (max-width: 858px){
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%!important;
    }

}