a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

b, strong {
    color: #1D91D0 !important;
}

.modal-open .modal{
    overflow: hidden !important;
}

.modal-dialog{
    margin: 0px !important;
    width: 800px !important;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.pp-logo{
    margin-bottom:30px;
}

.modal-form{
    background:#fff;
    padding: 30px 55px 30px 55px;
    border-radius: 20px;
    width: 51%;
}

.modal-background{
    display: flex;
    background-image:url("../img/image-1322714863.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 30%;
    width: 55%;
    box-shadow:inset 0 0 0 2000px rgba(29, 145, 208, 0.5);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.bg-form{
    background-color:#fff;
    width: 50%;
}

.img-bg-form{
    position: absolute;
    background-image:url("../img/image-1322714863.jpg");
    background-size: 690px;
    background-repeat: no-repeat;
    background-position: -190px;
    width: 47%;
    height: 85%;
    margin: 38px 38px 30px 0px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.modal-content{
    min-height: 490px;
    border-radius: 20px !important;
    border: 0px solid #fff !important;
    box-shadow: none !important;
    display: flex;
    margin: 0 auto;
}

.modal-title{
    color: #1D91D0;
    font-weight: 600;;
}

.btn-quote {
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    background-color: #005582;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    border: none;
}

.btn-quote:hover {
    background-color: #ffb94f;
    color: #005582;
    border: none;
    transition: 0.5s;
}

.form-control{
    border-radius: 10px !important;
    border: 1px solid #1D91D0 !important;
}

.form-group{
    margin-bottom: 10px !important;
}

.display-flex{
    display: flex !important;
    justify-content: space-between;
}

.round {
    position: relative;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    right: 0px;
    position: relative;
    top: 8px;
    width: 20px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #1D91D0;
    border-color: #1D91D0;
  }

  .round input[type="checkbox"]:disabled + label {
    background-color: #ccc;
    border-color: #ccc;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .label-title{
    font-size: 12px;
  }