HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/valuehealthquotes/public_html/old/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body,
head {
	margin: 0;
	padding: 0;
	text-align: center;
	align-items: center;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Poppins', sans-serif !important;
  }
  

a {
	color: #fff;
}
a:hover,
a:active,
a:selected {
	color: #fff !important;
	text-decoration: none !important;
	background: transparent;
}

header {
	height: 100vh;
	min-height: 100%;
	color: #fff;
	background-image: url("../images/women-phone.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.overlay {
	height: 100%;
	width: 100%;
	background: linear-gradient( 135deg, rgba(25, 46, 167, 0.9) 0%, rgb(24 67 134 / 90%) 47%, #0b94ace6 100% );
	overflow: hidden;
}

.btn-5 {
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	background-image: linear-gradient(to right, #16a05a 0%, #1eb54c 51%, #8fca1c 100%);
	cursor: pointer;
	letter-spacing: 2px;
	position:relative;
	overflow:hidden;
	font-weight: 600;
  }
  
  .btn-5:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	background : #fff;
	left: 0;
	bottom: 0;
	transition: all .3s;
	opacity: 0.3;
  }
  
  .btn-5:hover:before {
	width: 100%;
  }


button {
	font-size: 1.5rem;
	padding: 15px;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 5px;
	background: transparent;
	margin: 0;
	text-align: center;
	align-items: center;
}
button a {
	color: #fff;
	text-decoration: none;
}
button a:hover {
	text-decoration: none;
	color: #22ff00;
}
hr {
	width: 100%;
	margin: 50px 0;
}
footer {
	margin-top: 100px;
}
select, option {
	text-align: center;
	align-items: center;
	align-content: center;
}

.navbar {
	border-bottom: 1px solid #fff;
	background: #0052D4;
	z-index:1000;
}
.navbar-contact-logo {
	color: #22ff00;
	font-weight: 500;
}


.zipCodeInput {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 2rem;
	text-align: center;
	color: #0052D4;
	margin: 15px 0;
	padding: 7px 0px 14px 0px;
	width: 75% !important;
}
.zipCodeInput2 {
	background: transparent;
	border: 2px solid #0052D4;
	border-radius: 5px;
	font-size: 2rem;
	text-align: center;
	color: #0052D4;
	margin: 25px 0;
	padding: 5px 0;
	width: 100%;
}

.displayLocation {
	padding: 5px 0 5px 0;
	font-size: 1.5rem;
	color: #fff;
}
.displayLocation:hover {
	color: #0052D4;
}
.displayLocation a:hover {
	color: #0052D4;
}

.displayLocation2 {
	padding: 5px 0 5px 0;
	font-size: 1.5rem;
	color: #fff;
}
.displayLocation2:hover {
	color: #22ff00;
}

.hide {
	display: inline-block;
}
.show {
	display: none;
}

.section-image {
	border-radius: 50px;
	box-shadow: 8px 8px 16px #000000;
	margin-top: 25px;
	width: 90%;
}

.bg-dark-blue {
	background: #5757ff;
	color: #fff;
	padding: 25px 0;
	margin: 15px;
	border-radius: 50px;
}
.bg-blue {
	background: #5789ff;
	color: #fff;
	padding: 25px 0;
	margin: 15px;
	border-radius: 50px;
}
.bg-light-blue {
	background: #57a8ff;
	color: #fff;
	padding: 25px 0;
	margin: 15px;
	border-radius: 50px;
}

.section-bg-dark-blue {
	background: #5757ff;
	color: #fff;
	padding: 30px;
	margin: 15px;
	border-radius: 50px;
}
.section-bg-blue {
	background: #5789ff;
	color: #fff;
	padding: 30px;
	margin: 15px;
	border-radius: 50px;
}
.section-bg-light-blue {
	background: #57a8ff;
	color: #fff;
	padding: 30px;
	margin: 15px;
	border-radius: 50px;
}
.footer-text {
	color: #8c8c8c;
}
.footer-bg {
	background: #5789ff;
	color: #fff;
	padding: 15px 0;
}
.appFooter {
	font-size: 8pt;
	color: #c4c4c4;
	padding-top: 30px;
	text-align: center;
}

.modal-content {
	background: rgba(255, 255, 255, 0.95);
	color: #0052D4;
}
.form-control, .form-control-plaintext {
	color: #0052D4;
	background: rgba(158, 228, 255, 0.5);
	font-size: 1.25rem;
	border: none;
	height:46px;
}



.wrap-box {
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.45) !important;    
	border-radius: 8px;
	width: 100%;
	margin: 0 0 24px;
}

.modalButton {
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	background-image: linear-gradient(to right, #16a05a 0%, #1eb54c 51%, #8fca1c 100%);
	cursor: pointer;
	letter-spacing: 2px;
	position:relative;
	overflow:hidden;
	width: 100%;
  }
  
  .modalButton:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	background : #fff;
	left: 0;
	bottom: 0;
	transition: all .3s;
	opacity: 0.3;
  }
  
  .modalButton:hover:before {
	width: 100%;
  }


  .modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/



.navbar-contact a {
	font-size: 14pt;
	font-weight: 500;
	text-decoration: none;
	color: #22ff00 !important;
}
.navbar-contact a:hover {
	font-weight: 700;
	color: #22ff00 !important;
	font-size: 16pt;
}
.btn-cta {
	background: #fff;
	color: #0052D4;
	font-weight: 500;
	padding: 18px;
	border: 2px solid #0052D4;
	border-radius: 50%;
}
.btn-cta:hover {
	color: #22ff00 !important;
	border-color: #22ff00;
	font-size: 1.5em;
}
.btn-form {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 10px;
	border: solid 2px #29f265;
	color: #fff;
	border-radius: 50px;
	background: #29f265;
	margin: 0;
}
.btn-form:hover {
	border: solid 2px #0052D4;
	color: #0052D4;
}
.btn-form a {
	color: #fff;
	text-decoration: none;
}
.btn-form a:hover {
	text-decoration: none;
	color: #0052D4;
}
.btn-form2 {
	font-size: 1.5rem;
	padding: 10px;
	border: solid 2px #0052D4;
	color: #fff;
	border-radius: 50px;
	background: #0052D4;
	margin: 0;
	text-align: center;
	align-items: center;
}
.btn-form2:hover {
	border: solid 2px #22ff00;
	color: #fff;
}
.btn-form2 a {
	color: #fff;
	text-decoration: none;
}
.btn-form2 a:hover {
	text-decoration: none;
	color: #22ff00;
}
.btn-pol {
	background: #fff;
	font-weight: 500;
	padding: 18px;
	border: 2px solid #0052D4;
}
.btn-pol:hover {
	background: #fff;
	font-weight: 700;
	padding: 18px;
	border: 2px solid #0052D4;
}
.btn-pol a {
	color: #0052D4;
}
.btn-pol a:hover {
	color: #0052D4;
}
.home h1 {
	padding-top: 100px;
}

@media (max-width: 600px) {
	.navbar-contact-logo {
		display: inline-block;
	}
	.navbar-contact {
		display: none;
	}
}
@media (min-width: 601px) {
	.navbar-contact-logo {
		display: none;
	}
	.navbar-contact {
		display: inline-block;
	}
}
.sub-right {
	padding: 5px;
}
.subtitle {
	padding-top: 10px;
	font-size: 12pt;
}
.postsubtitle {
	font-size: 11pt;
}
.form-header {
	background: #0052D4;
	color: #fff;
	padding: 10px;
	border: 1px solid #0052D4;
	border-radius: 12px 12px 0px 0px;
	margin: 30px 0;
}
.form-header h3 {
	font-size: 24pt;
	font-weight: 700;
	padding: 15px 0;
}
.form-header h4 {
	font-size: 18pt;
	font-weight: 500;
	padding: 10px 0;
}