body{
    /*background: linear-gradient(90deg,#1d4f91 0,#6d2077 100%);
    color: #fff;*/
    overflow-x: hidden;
}

header .phone, header .phone a{
    color: #245494;
    font-size: 1.2rem;
}

header .phone i{
    margin-right: 5px;
}

.single-landing-page #header-container-main{
    background: rgba(236,245,255,.9);
}

.top-section h2{
    font-size: 1.8rem;
    font-weight: bold !important;
}

@media(min-width:992px){
    .top-section h2{
        font-size: 36px;
    }
}

.top-section span{
	color: #e63888;
    font-weight: bold !important;
}

.single-landing-page .container-fluid.fnav-section{
    border: none;
}

#popup-form {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background: rgba(0,0,0,0.6);
    visibility: hidden;
    opacity:0;
    transition: all 0.5s;
}

#popup-form.show{
    visibility: visible;
    opacity: 1;
}

#popup-form .popup-inner {
    position: absolute;
    background: #fff;
    width: 95%;
    max-width: 745px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    border-radius: 8px;
    padding: 20px 10px;
    overflow-x: hidden;
    color: #333;
}
html:has(#popup-form.show) {
    overflow: hidden;
  }
.form-popup .popup-inner p a{
    color: #333;
    text-decoration: underline;
}

#popup-form #form-popup-close{
    position: absolute;
    right: 13px;
    top: 0px;
    color: #333;
    font-size: 2rem;
    z-index:2;
}

#popup-form.link-popup .popup-inner {
    width: var(--width);
    height: var(--height);
    overflow: visible;
    background: transparent;
    max-width: 90vw;
    max-height: 90vh;
}
#popup-form.link-popup .popup-inner iframe {
    width: 100%;
    height: 100%;
}

#popup-form.link-popup #form-popup-close {
    top: -25px;
    color: #fff;
}



.btn-pill {
    border-radius: 40px;
}

.form-popup h4 {
  color: #6d2077;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}

.form-popup .form-section {
  padding: 45px 10px;
}
@media (min-width: 768px) {
  .form-popup .form-section {
    padding: 60px 50px;
  }
}

.form-popup .form-section .form-control {
    border: 1px solid #333;
    border-radius: 10px;
    color: #333;
    padding: 12px;
    height: auto;
}

.form-popup .form-section .form-control::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
}
				
.form-popup .form-section .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #333;
}

.form-popup .form-section .form-group.floatl.show-label legend {
  color: #6D2077;
  font-size: 20px;
  font-weight: 600;
}

.form-popup .form-section .row {
  max-height: 80vh;
  overflow: hidden auto;
}
