

/*Model Css*/

.trigger {
  padding: 8px 20px;
  background: #0A558F none repeat scroll 0 0;
  color: #fff;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 22px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.25s ease;
  z-index: 9999;
}
.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s;
}
.modal.open > .content-wrapper {
  transform: scale(1);
}
.modal .content-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin: 0;
  padding: 2.5rem;
  background-color: white;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.25s;
  transition-delay: 0.15s;
}
.modal .content-wrapper .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  transition: 0.25s linear;
}
.modal .content-wrapper .close:before, .modal .content-wrapper .close:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background-color: black;
}
.modal .content-wrapper .close:before {
  transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
  transform: rotate(45deg);
}
.modal .content-wrapper .close:hover {
  transform: rotate(360deg);
}
.modal .content-wrapper .close:hover:before, .modal .content-wrapper .close:hover:after {
  background-color: tomato;
}
.modal .content-wrapper .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
}
.modal .content-wrapper .modal-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal .content-wrapper .content {
  position: relative;
  display: flex;
  min-height: 100px;
}
.modal .content-wrapper .content p {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}
.modal .content-wrapper .modal-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 1.875rem 0 0;
}
.modal .content-wrapper .modal-footer .action {
  position: relative;
  margin-left: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: none;
  background-color: slategray;
  color: white;
  font-size: 0.87rem;
  font-weight: 300;
  overflow: hidden;
  z-index: 1;
}
.modal .content-wrapper .modal-footer .action:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.25s;
  z-index: 0;
}
.modal .content-wrapper .modal-footer .action:first-child {
  background-color: #2ecc71;
}
.modal .content-wrapper .modal-footer .action:last-child {
  background-color: #e74c3c;
}
.modal .content-wrapper .modal-footer .action:hover:before {
  width: 100%;
}

.submit {
background: #8CDA26;
}

.cancel {
background: #DA2632;
}

.get-more-info {
  color: #0A558F;
}

/* Dropdown Button Styles Start */


.contact-selection p {
padding: 8px 0 10px 0;
font-size: 24px;
font-weight: 500;
margin-right: 45px;
}

.contact-selection {
background-color: #FAFAFB;
padding: 15px 0px 15px 30px !important;
/* padding: 2em 2em 6em 2em; */
min-height: 120px;
width: 100% !important;
margin: 0px !important;
max-width:auto;
margin-left: 1em;
text-align: center;

}



.select-option-heading .p-tag{
  text-align: center;
  /* margin-right: 1em; */
}

.dropbtn{

    display: inline-block;
  width: 215px;
  height: auto;
  background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  color: white;
  /* font-weight: bold; */
  text-decoration: none;
}

.caret{
  color: #fff;
  margin-left: 1em;
}
.dropbtn:hover {
    color: white;

    text-decoration: none;
}

.dropdown-content {
  left: 50% !important;
  right: auto !important;
  /* position: relative; */
  background-color: #fffbf4;
  min-width: 215px;
  overflow: auto;
  text-align: center !important;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /* z-index: 0; */
  transform: translate(-50%, 0) !important;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  background-color: #fffbf4;
 line-height: 1.5em;
  height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  vertical-align: middle;
  /* padding: 12px 16px; */
    /* z-index: 1; */
}

/* Select Offers Dropdown style (sigle button separate style) */
.dropdown-content-offers{
  left: 50% !important;
  right: auto !important;
  /* position: relative; */
  background-color: #fffbf4;
  min-width: 215px;
  overflow: auto;
  text-align: center !important;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /* z-index: 0; */
  transform: translate(-50%, 0) !important;

}

.dropdown-content-offers a {
  color: black;
  text-decoration: none;
  background-color: #fffbf4;
  line-height: 3.5em;
  height: auto;
  display: block;
  padding: 12px 16px;
  z-index: 1;

}

/* Select Offers Dropdown style (sigle button separate style) End*/

.dropdown-menu li a {
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    word-wrap: break-word;white-space: normal;color:#000;
}
.dropdown-menu li a:hover {
    display: block;
}
/* Dropdown Styles End */
