* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #FFF;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.section {
    width: 100%;
	background-image: url("../images/bg-desktop.jpg?version=0.3");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	min-height: auto;
    padding-bottom: 80px;
}
.form-section {
	background: #FFF;
	height: auto;
}
.container {
    padding: 0;
}
.header-section {
	margin-bottom: 0;
	margin-top: -120px;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	height: 90px;
}
.header-section.header-floating.floating {
	margin-top: 0;
}
.header-section .container {
	padding: 0;
	height: 100%;
}
.header-section.navbar-default {
	background-color: transparent;
	border-bottom: none;
}
.navbar-header {
	height: 100%;
    width: 100%;
}
.navbar-toggle {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-logo {
	line-height: 49px;
	white-space: nowrap;
	/* margin-left: 0 !important; */
	display: block;
	padding: 0 !important;
	height: 100%;
	float: none;
	text-align: center;
}
.navbar-logo img {
	vertical-align: bottom;
}
.navbar-logo:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.navbar-nav > li > a {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 15px;
	text-transform: none;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
    text-decoration: underline;
}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.navbar-logo img {
		/* width: 130px;
        height: 40px; */
        width: 18% !important;
	}
}
@media ( max-width: 768px ) {
	.header-section {
		height: 80px;
	}
	.header-section.navbar-default {
		/* background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%); */
	}
	.top-image, .footer-image, .footer-links {
		display: none;
	}
	.navbar-logo img {
		/* height: 42px; */
		vertical-align: top;
		margin-top: 5px;
		/* margin-left: 21px; */
        width: 40%;
	}
	.navbar-header {
		margin: 0 !important;
	}
	.navbar-toggle {
		background: transparent;
		border: 3px solid #FFF !important;
		padding: 8px;
		border-radius: 5px;
        margin: 20px 10px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-collapse {
		background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	}
	.navbar-toggle .float-left {
		font-size: 14px;
		color: #FFF;
		padding: 0 10px 0 7px;
        display: none;
	}
	.navbar-toggle .float-right {
		margin: 0;
	}
	.navbar-toggle .fa-bars {
		width: 15px;
		display: block;
	}
	.navbar-default .navbar-toggle .fa-bars {
		color: #ffdaa1;
	}
	.navbar-collapse {
		width: 100%;
		margin: 0 !important;
	}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
		border-radius: 5px;
    }
}
@media ( min-width: 992px ) {
	.desktop-fixed {
		position: relative !important;
		z-index: 9999;
	}
}
.wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.form-pad {
    margin-top: 30px;
}
.form-wrapper {
    background: transparent;
    position: relative;
    margin: 0 100px 30px;
    padding: 40px 140px;
    border-radius: 30px;
}
.form-title {
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    font-weight: 500;
    padding: 100px 30px 30px;
    text-transform: initial;
}
.form-title span {
    font-family: 'nelphim_regular';
    font-size: 68px;
    line-height: 68px;
    display: block;
    color: #FFF;
    font-weight: normal;
    text-transform: initial;
}
.form-title-alt {
    font-size: 30px;
    line-height: 30px;
}
.form-desc {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 120px 20px;
    color: #FFF;
    font-weight: 400;
}
.form-desc strong {
	font-weight: 700;
	font-style: italic;
}
.form-sub-title {
    font-size: 18px;
    line-height: 24px;
    color: #fcfcfc;
    text-align: center;
    padding: 25px 120px;
}
.form-desc-alt {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 35px;
}
.form-desc span {
    font-weight: 600;
}
.form-desc a {
    color: #ffdc97;
    text-decoration: underline;
}
.form-desc a:hover {
    color: #ffdc97;
    text-decoration: none;
}
.agenda-wrapper {
    /* position: relative;
    top: 80px; */
    padding-top: 80px;
}
.form-heading {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}
.frm-desc {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding: 0 0 25px;
}
.reg-btn-wrapper {
    max-width: 203px;
    margin: 20px auto 30px;
}
.reg-btn-wrapper a, .reg-btn-wrapper a:hover {
    font-size: 18px;
    color: #200d57;
    background-color: #f2cb90;
    width: 100%;
    line-height: 55px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 28px;
}
.form-list {
    list-style: none;
    margin: 0 auto 0 40px;
}
.hide {
    display: none;
}
body {
  counter-reset: section;
}
ul.form-list > li:before {
    counter-increment: section;
    content: counter(section) ". ";
    position: absolute;
    margin-left: -1.1em; 
}
.form-list li {
    padding-bottom: 10px;
}
.form-list li:last-child {
    margin-bottom: 50px;
}
.form-control, .form-control:focus {
	font-family: 'PT Serif', serif;
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.50) !important;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    width: 100%;
	box-shadow: none;
}
.frm-hint, .frm-hint-alt {
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.70);
    padding-top: 10px;
}
.frm-hint-alt {
    text-align: center;
}
.form-left {
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
}
.form-mid {
    float: left;
    width: calc(25% - 10px);
    margin: 0 5px;
}
.form-right {
    float: left;
    width: calc(25% - 5px);
    margin-left: 5px;
}
.form-dob label, .location-left label {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
}
.location-left {
    float: left;
    width: 100%;
}
.form-select .location-left {
	width: 100%;
}
.location-left .bootstrap-select {
	width: 100% !important;
}
.location-right {
    float: left;
    width: 30%;
    text-align: center;
    padding: 23px 0 0 10px;
}
.form-textbox .btn.dropdown-toggle.btn-default {
    background: transparent;
}
/*.location-right a, .location-right a:hover, .location-right a:focus {
	font-size: 20px;
    line-height: 50px;
	display: block;
	background: #b5862e;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
    text-decoration: none;
}*/
.btn-wrapper {
    padding-top: 20px;
}
.btn-wrapper a, .btn-wrapper a:hover, .btn-wrapper a:focus {
    background: transparent;
    border-radius: 42px;
    font-size: 27px;
    line-height: 72px;
    color: #FFF;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    text-decoration: none;
	border: 2px solid #FFF;
	border-bottom: none;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
 	box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
}
.btn-wrapper a img {
	width: 27px;
	height: auto;
	margin-left: 20px;
}
.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.show .dropdown-menu, .form-label {
    display: block;
}
.bootstrap-select, .bootstrap-select .dropdown-menu li.selected {
    background: rgba(0, 0, 0, 0.05);
}
.bootstrap-select .dropdown-menu li {
    padding: 5px 10px;
}
.bootstrap-select .dropdown-menu li.selected a {
    outline: 0;
}
.form-logo {
    padding-bottom: 30px;
    text-align: center;
}
.prod-wrapper {
    margin-bottom: 60px;
}
.prod-wrapper img {
    width: 100%;
}
.mobile-show {
    display: none;
}
.radio-style label {
    margin-right: 15px;
}
.mobile-logo {
    width: 100%;
    text-align: center;
    display: block;
}
.mobile-logo img {
    height: 50px;
	width: auto;
	vertical-align: top;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .form-title {
        font-size: 20px;
        line-height: 30px;
    }
    .form-list {
        padding: 0 15px;
        max-width: 80%;
    }
    .form-desc {
        padding: 40px 20px 40px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .form-wrapper {
        margin: 0 10px 30px;
        padding: 20px 20px;
    }
    .form-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .frm-desc {
        font-size: 17px;
        line-height: 20px;
        padding: 0 15px !important;
    }
}
.footer {
    padding-top: 50px;
}
.footer-links li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 20px 30px;
    font-size: 12px;
}
.footer-links li a {
    color: rgba(0, 0, 0, 0.70);
    text-decoration: underline;
}
.footer-links li a:hover {
    color: rgba(0, 0, 0, 0.70);
    text-decoration: none;
}
.copyright-text {
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.50);
    padding-bottom: 30px;
    text-align: center;
}
.section-title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.download-btn-wrapper {
    max-width: 332px;
    margin: 0 auto;
    padding: 22px 0 64px;
    text-align: center;
}
.social-btn-wrapper {
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 67px;
}
.social-btn-wrapper a, .social-btn-wrapper a:hover, .social-btn-wrapper a:focus {
    float: left;
    margin-right: 27px;
}
.social-btn-wrapper a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .footer .container {
        max-width: 100%;
    }
    .footer-links li {
        width: 100%;
    }
}
.agenda-list {
    padding: 50px 0;
    margin: 0;
    list-style: none;
}
.agenda-list li {
    display: block;
    width: 171px;
    text-align: center;
    float: left;
}
.agenda-img {
    padding-bottom: 10px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.agenda-text {
    font-size: 13px;
    line-height: 13px;
    color: #fcfcfc;
    font-weight: 500;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 50px 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: block;
}
.form-img {
    margin-bottom: 50px;
}
.form-date {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #fcfcfc;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.our-apps-wrapper {
    text-align: center;
    max-width: 80%;
    margin: 30px auto 0;
}
.our-apps-title {
    font-size: 20px;
    line-height: 20px;
    color: #fcfcfc;
    font-weight: 500;
}
.our-apps-list {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.our-apps-list li {
    float: left;
    width: 20%;
    text-align: center;
}
.our-apps-list li a {
    display: block;
    text-decoration: none;
}
.our-app-name {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}
.our-app-desc {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}
/*.form-name {
    float: left;
    width: 170px;
    margin-right: 10px;
}
.form-email {
    float: left;
    width: 320px;
}*/
.form-phone {
    float: left;
    width: 250px;
    margin-right: 10px;
}
.form-country {
    float: left;
    width: 240px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000 !important;
    font-weight: 400;
    height: 41px;
    width: 240px;
}
.custom-combobox-input {
    color: #000 !important;
    font-weight: 400;
    height: 41px;
    padding: 0 10px;
    background: transparent;
    border: none !important;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    background: transparent;
    border: 0;
    right: 0;
}
.custom-combobox-toggle:hover, .custom-combobox-toggle:focus {
    background: transparent;
    border: 0;
}
.empty-text {
    color: #FFF;
    font-weight: 600;
}
.footer-left {
    float: left;
    width: calc(100% - 240px);
    line-height: 21px;
}
.footer-right {
    float: right;
    width: 240px;
    font-size: 12px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.70);
}
.footer-right a {
    margin: 0 10px;
}
@media ( max-width: 768px ) {
    body {
        background-position: center 52px;
    }
	.form-title {
		padding: 30px;
	}
    .form-title span {
        font-size: 35px;
        line-height: 35px;
    }
	.form-desc {
		font-size: 17px;
		line-height: 20px;
	}
    .form-group {
        max-width: 100%;
        margin: 0 auto 15px;
    }
    .form-control {
        float: none !important;
        width: 100%;
    }
    .form-name, .form-phone {
        margin-bottom: 15px;
    }
    .agenda-list li {
        width: 100%;
    }
    .header-section .container {
        width: 100%;
    }
    .section {
        background: url("../images/bg-mobile.jpg?version=0.3");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		/* min-height: 90vh; */
    }
	.form-section {
		background: #FFF;
		height: auto;
	}
    .agenda-wrapper {
        /* top: 120px; */
        padding-top: 120px;
    }
    .our-apps-list {
        margin: 0px 0;
    }
    .footer-links li {
        width: 50%;
        float: left;
        margin: 0px !important;
    }
    .our-apps-list li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgb(227 223 223 / 50%);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .our-apps-list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .our-app-img {
        float: left;
        width: 25%;
    }
    .our-app-img img {
        width: 100%;
    }
    .our-apps-desc-wrapper {
        float: left;
        width: 75%;
        text-align: left;
        padding-left: 20px;
    }
    .custom-combobox {
        width: 100%;
    }
    .form-date {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
    }
     .footer-image, .footer-links {
		display: block;
        padding-left: 0px;
        margin-bottom: 20px;
	}
    .footer-left {
        display: block;
        width: 100%;
    }
    .footer-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .form-sub-title {
        padding: 25px 20px;
    }
    .footer-links li:first-child {
		text-align: right;
		padding-right: 15px;
	}
	.footer-links li:last-child{
		text-align: left;
		padding-left: 15px;
	}
}
.form-group {
    position: relative;
}
.search-results {
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 15px 15px;
    max-height: 150px;
    overflow: scroll;
    width: 100%;
}
.location-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.location-list li {
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.location-list li a, .location-list li a:hover {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.modal-backdrop {
    background: #FFF;
    z-index: 9999;
}
.modal-content {
    border: 1px solid #dd8fda;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modal-header {
    border-bottom: 1px solid #e1e1e1;
}
h5.modal-title {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}
.popup-desc {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-align: center;
    padding-bottom: 25px;
}
.submit-btn, .submit-btn:focus, .cancel-btn {
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
    background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);   
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
    padding: 0 25px;
}
.submit-btn {
    margin-right: 20px;
}
.submit-btn:hover {
    background: #dd8fda;
    color: #FFF;
}
.cancel-btn, .cancel-btn:focus {
    background: #e1e1e1;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cancel-btn:hover {
    background: #c8c8c8;
	color: #dd8fda;
}
.modal {
    z-index: 99999;
}
#confirmPopup .modal-dialog {
    width: 600px;
}
#confirmPopup .modal-content {
	width: 100%;
}
#confirmPopup .successMsg, #confirmPopup .errorMsg {
    top: 0;
    max-width: none;
}
#confirmPopup .form-pad {
	padding: 30px 0;
}
.popup-pad {
    padding-bottom: 18px;
}
.popup-left, .popup-right {
    font-size: 15px;
    line-height: 15px;
    float: left;
    width: 50%;
    color: #000;
}
.popup-right {
    color: #666565;
}
.confirm-results {
    padding-bottom: 15px;
}
.confirm-btn-wrapper {
    text-align: center;
}
.time-left {
    float: left;
    width: calc(25% - 5px);
    margin-right: 5px;
}
.time-mid {
    float: left;
    width: calc(25% - 10px);
    margin: 0 5px;
}
.time-right {
    float: left;
    width: calc(25% - 5px);
    margin-left: 5px;
}
.btn.dropdown-toggle.btn-default {
	background: #f8f8f8;
    line-height: 50px;
    padding: 0 12px;
    border: 0;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.sent-img {
    text-align: center;
}
.no-form-text {
	color: #000;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.no-form-sub-text {
    color: #000;
	padding-bottom: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
    font-weight: 300;
}
@media ( max-width: 768px ) {
    #confirmPopup .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    .popup-left {
        width: 40%;
    }
    .popup-right {
        width: 60%;
    }
}
.content-title {
    font-family: 'nelphim_regular';
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    padding: 30px 0;
	font-weight: 700;
	text-align: center;
}
.content-title div {
    /* background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; */
}
.search-btn {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    padding: 2px;
    border-radius: 5px;
}
.search-btn div {
    background: #FFF;
    border-radius: 5px;
    height: 46px;
}
.search-btn a {
    background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
	text-decoration: none;
}
.btn-wrapper-submit {
    padding-top: 60px;
}
.btn-wrapper-submit a, .btn-wrapper-submit a:hover, .btn-wrapper-submit a:focus {
    background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    border-radius: 59px;
    font-size: 20px;
    line-height: 59px;
    color: #FFF;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.btn-wrapper-submit a img {
    width: 18px;
    height: auto;
	margin-left: 10px;
}
@media ( max-width: 768px ) {
	.btn-wrapper a, .btn-wrapper a:hover, .btn-wrapper a:focus {
		border-radius: 42px;
		font-size: 17px;
		line-height: 52px;
		max-width: 80%;
		border: 2px solid #FFF;
		border-bottom: none;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
		-moz-box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
		box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
	}
	.btn-wrapper a img, .btn-wrapper-submit a img {
		width: 20px;
	}
	.content-title {
		font-size: 35px;
        line-height: 40px;
	}
	.search-btn a {
		font-size: 17px;
	}
	
}
.report-page .header-section.navbar-default {
    background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);

	/* background-image: -moz-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%); */
}
.report-page .navbar-logo img {
	vertical-align: middle;
}
/* .report-page .navbar-nav > li > a {
	margin-top: 27px;
} */
.info-wrapper {
	background-image: -moz-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	border-top: 2px solid #FFF;
	padding: 20px 0;
}
.info-text {
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	color: #fff;
}
.info-text span {
	font-weight: 700;
}
.report-title {
    font-family: 'nelphim_regular';
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
    padding: 40px 0;
    text-align: center;
}
.report-desc, .report-desc-alt {
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}
.report-desc-alt {
	font-weight: 700;
	padding: 40px 0;
}
.report-desc a {
	color: #000;
	text-decoration: underline;
}
.report-desc a:hover, .report-desc a:focus {
	color: #000;
	text-decoration: none;
}
.dates-wrapper {
	float: left;
	width: 45%;
	margin: 40px 0 0;
}
.dates-wrapper:first-child {
	margin-right: 5%;
}
.dates-wrapper:last-child {
	margin-left: 5%;
}
.dates-wrapper table td {
	border: 1px solid rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}
.dates-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.dates-text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
@media ( max-width: 768px ) {
	.info-wrapper {
		margin-top: 52px;
	}
	.report-page .btn-wrapper-submit a, .report-page .btn-wrapper-submit a:hover, .report-page .btn-wrapper-submit a:focus {
		max-width: 70%;
	}
	.dates-wrapper {
		float: none;
		width: 90%;
		margin: 30px auto 0;
	}
	.dates-title {
		font-size: 20px;
		line-height: 28px;
	}
	.dates-text {
		font-size: 15px;
		line-height: 23px;
	}
	.container {
		padding: 0 15px;
	}
}
.more-reports {
    margin: 30px 0;
}
.more-reports a, .more-reports a:hover, .more-reports a:focus {
    background-image: -webkit-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(246,191,159,0.99608) 0%, rgb(219,138,222) 100%);
    border-radius: 42px;
    font-size: 27px;
    line-height: 72px;
    color: #FFF;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    text-decoration: none;
}
@media ( max-width: 768px ) {
	#confirmPopup .modal-dialog {
		width: auto;
		margin: 0 20px;
	}
	.popup-left, .popup-right {
		float: none;
		width: 100%;
		line-height: 20px;
	}
}
.interest-title {
    font-family: 'nelphim_regular';
    color: #000;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 50px;
}
.report-slider-wrapper .interest-title {
    font-family: 'nelphim_regular';
    color: #000;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 45px;
}
.slider-img img {
    width: 100% !important;
}
.slider-title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    /* font-weight: bold; */
    font-weight: 400;
}
.slider-img {
    margin-bottom: 10px;
}
.report-page .interest-title {
    padding-top: 50px;
}