body {
  background: #ffffff;
 
}
.center {
  position: absolute;
  display: inline-block;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 168px;
  margin-top: -10px;
  float: right;
  /* margin-left: 30px; */
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    padding: 0px;
    border: none;
    border-radius: 0px;
  }.image-uploader .upload-text span {
    display: block;
    font-family: 'AvenirLTProRoman' !important;
}
  .service-label-payment{
            font-family: 'AvenirLTProRoman' !important;    font-size: 14px;

  }.symbol-circle {
    background: #2c296a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-family: 'AvenirLTProMedium' !important;
    font-size: 14px;
    text-transform: uppercase;
}.estimate-new-sec {
    padding-left: 0px;
    float: left;
  
    clear: both;
    width: 100%;
    text-align: left;
    /* box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 5%); */
    border-bottom: 1px solid #cccccc54;
    padding: 15px !important;
  
}
    .custom-select-trigger {
      font-family: 'AvenirLTProRoman' !important;
      position: relative;
      display: block;
      /* width: 130px; */
      /* padding: 0 84px 0 22px; */
      font-size: 22px;
      font-weight: 300;
      color: #000000;
      line-height: 37px;
      background: #ffffff;
      border-radius: 4px;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      padding-left: 8px;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 14px;
        margin-top: -3px;
        border-bottom: 2px solid #bdbfc0;
        border-right: 2px solid #bdbfc0;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid rgba(181, 181, 181, 0.28);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
    pointer-events: none;
    transform: translateY(-15px);
    /* width: 177px; */
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 11;
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      right: 25px;
      width: 7px;
      height: 7px;
      margin-bottom: -2px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 15px;
      border-bottom: 1px solid rgb(181 181 181 / 28%);
      font-size: 12px;
      font-weight: 500;
      color: #555151;
      line-height: 24px;
      cursor: pointer;
      transition: all .4s ease-in-out;
      /* padding-bottom: 8px; */
      /* padding-top: 8px; */
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #dedede;
    }
    
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      /* position: relative; */
      /* display: block; */
      /* width: 130px; */
      /* padding: 0 84px 0 22px; */
      /* font-size: 22px; */
      /* font-weight: 300; */
      color: #000;
      /* color: #fff; */
      /* line-height: 60px; */
      /* background: #5c9cd8; */
      /* border-radius: 4px; */
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #461616;
        border-right: 1px solid #461616;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b547;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
    font-family:'AvenirLTProMedium' !important;  position: relative;
      display: block;
      /* padding: 0 22px; */
      /* border-bottom: 1px solid #b5b5b5; */
      /* font-size: 18px; */
      font-weight: 600;
      color:#2c296a;
      line-height: 39px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }