/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700;800;900&family=Poppins:wght@300;400;700;800;900&display=swap'); */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #444;
}

.fb_new_ui_mobile_overlay_active {
	overflow: inherit !important;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a, img {
	text-decoration: none;
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {.contact-form .form-control 
	outline: 0 !important;
	box-shadow: none !important;
}

a, a:hover, a:focus, a:active {
	color: #333;
	text-decoration: none;
	outline: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.bg-light {
	background-color: transparent;
}

.bannerhead{
    color:#fff;
    padding:10px;
	background-color: #3DB554;
    /*background: linear-gradient(to right, #FFDE59 , #FF914D);*/
    border:5px solid #fff;
    margin-top:90px;
	margin-bottom:10px;
}

.bannerhead p{
    font-family: "Bodoni MT", sans-serif;
    font-size: 30px  !important;
	font-weight:700;
    margin: 0;

}

.bannerhead a {
    color: #fff;
}

.bannerhead img{
    background: #000;
	padding:5px;
}

.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 0px;
	border-bottom: 3px double #BABCBA;
}

.header-wrapper.sticky {
	background: rgba(255, 255, 255, 0.9);
}

.navbar {
	padding: 0px 0;
}

.navbar-nav {
	margin-left: 50px;
}

.navbar-light .navbar-nav .nav-link {
	color: #333;
	font-weight: 600;
	font-size: 15px;
	padding: 8px 30px;
	display: inline-block;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #3DB554;
}

.navbar-light .navbar-nav .nav-link.active {
	background: #3DB554;
	color: #fff;
	border-radius: 50px;
}

.logo {
	border-right: 3px double #BABCBA;
	padding: 7px 20px;
	background: #000;
}

.logo-img {
	max-width: 260px;
}

.call-wrap {
	background: #F8B834;
	height: 100%;
	padding: 20px 30px;
	display: block;
	transition: all 0.5s;
	width: 290px;
}

.call-wrap:hover {
	background: #3DB554;
	color: #fff;
}

.call-wrap .feather {
	width: 36px;
	height: 36px;
	stroke-width: 1px;
	margin-right: 20px;
}

.call-wrap h5 {
	font-size: 15px;
	font-weight: 600;
}

.call-wrap span {
	font-size: 20px;
	font-weight: 700;
}

.footer-wrap {

	width: 250px;
	padding: 7px 0px;
    background: #000;
    display: inline-block;
}

.banner-wrapper {
	position: relative;
	z-index: 1;
}

.banner-wrapper .carousel-item:after {
	content: '';
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.banner-content {
	position: relative;
	z-index: 3;
}

.banner-wrapper .banner-head {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6)
}

.carousel-caption {
	text-align: left;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	top: 0;
	bottom: 0;
}

.banner-content p {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6)
}

.banner-img {
	animation: heartbeat-small 15s infinite alternate;
}

@-webkit-keyframes heartbeat-small {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes heartbeat-small {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.banner-form {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 21px;
	padding: 30px;
	border: 1px solid #989898;
}

.form-control {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD !important;
	border-radius: 50px;
	height: 50px !important;
	font-size: 14px;
	color: #212121;
	padding: 10px 20px;
}

.banner-form .form-control::placeholder {
	color: #222222;
}

.custom-select {
	background: #fff url("../images/dropdown-arrow.png") no-repeat right .75rem center;
}

.banner-form .form-control {
	margin-bottom: 10px;
}

.banner-form hr {
	border-color: #666666;
	margin: 40px 0;
}

.btn-primary {
	background: #F8B834;
	color: #000000;
	text-align: center;
	border: 0;
	border-radius: 50px;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.btn-primary:hover {
	background: #3DB554;
	border: 1px solid #fff;
}

.banner-form p {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.banner-form p a {
	display: block;
	color: #F8B833;
}

.banner-form p a:hover {
	color: #3DB554;
}

.banner-wrapper:after {
	content: '';
	background: rgba(61, 181, 84, 0.8);
	height: 62px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.common-padding {
	padding: 60px 0;
}

.tabs-wrapper {
	padding: 0 0 60px;
	margin-top: -60px;
	z-index: 6;
	position: relative;
}

.about-wrapper {
	background: url(../images/about-bg.webp) no-repeat left center;
	padding-bottom: 90px;
}

.small-title {
	color: #3DB554;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.section-title {
	font-size: 46px;
	font-weight: 900;
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin-bottom: 15px;
	color: #000;
}

.section-btm-text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.text-black {
	color: #000;
}

.about-img {
	position: relative;
}

.img-back {
	max-width: 420px;

}

.img-front {
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 230px;
	height: 233px;
}

.img-front img {
	width: 100%;
	height: 233px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.img-front:before {
	content: '';
	background: #F8B834;
	width: 100%;
	height: 100%;
	top: -10px;
	left: -10px;
	position: absolute;
	z-index: 0;
}

.year-wrap {
	background: #3DB554;
	width: 95px;
	height: 90px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	/*font-size: 16px;*/
	position: absolute;
	top: 240px;
	left: -60px;
	z-index: 1;
}

.year-wrap span {
	display: block;
	font-size: 10px;
	font-weight: 800;
}

.big-about-text {
	font-size: 22px;
	color: #3DB453;
	line-height: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	margin-top: 40px;
}

.banneroffer{
    padding:10px;
	background-color: #F8B834;
    /*background: linear-gradient(to right, #FFDE59 , #FF914D);*/
    border:5px solid #fff;
    margin-top:30px;
	margin-bottom:10px;
}

.offer-lising-points li {
	font-weight: 600;
	color: #000000;
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
    font-size: 24px;
}

.offer-lising-points li:before {
	content: "\f05d";
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	top: -4px;
}


.about-lising-points li {
	font-weight: 600;
	color: #000000;
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
}

.about-lising-points li:before {
	content: "\f05d";
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	font-size: 22px;
	color: #F8B834;
	font-weight: normal;
	top: -4px;
}

.team-wrapper {
	position: relative;
	background: url(../images/team-bg.webp) no-repeat center / cover;
	background-attachment: fixed;
}

.team-wrapper:after {
	content: '';
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.z-index {
	position: relative;
	z-index: 1;
}

.team-wrapper .social-icons {
	width: auto !important;
}

.team-wrapper .social-icons li a {
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #3DB453;
	font-size: 18px;
	position: relative;
	transition: all 0.6s;
	top: 0
}

.team-wrapper .social-icons li a:hover {
	background: #F8B834;
	color: #fff;
	top: -5px;
}

.team-member-name {
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 20px;
	text-align: center;
	margin: -30px 15px;
	position: relative;
	z-index: 1;
}

.team-member-name h3 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}

.team-member-name p {
	margin: 0;
	color: #3DB554;
	font-size: 16px;
	font-weight: 500;
}

.single-team-wrapper {
	display: inline-block;
	position: relative;
}

.team-members li {
	position: relative;
	width: auto;
	padding: 0 10px;
}

.team-members {}

.team-members .overlay {
	background: rgba(61, 181, 84, 0.3);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 50px;
	transform: translate(0, 121%);
	transition: all 0.3s;
}

.team-members li:hover .overlay {
	transform: translate(0, 0);
}

.team-members li:hover .team-member-name {
	background: #3DB554;
}

.team-members li:hover .team-member-name h4, .team-members li:hover .team-member-name p {
	color: #fff;
}

.jcarousel-control-prev, .jcarousel-control-next {
	background: #fff;
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #3DB554;
	transition: all 0.5s;
}

.jcarousel-control-prev {
	left: -60px;
}

.jcarousel-control-next {
	right: -60px;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
	background: #3DB554;
	color: #fff;
}

.contact-wrapper {
	background: url(../images/about-bg.png) no-repeat left center;
	padding-bottom: 0;
}

.contact-info ul li a.contact-icon {
	background: #F8B834;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 32px !important;
	margin-right: 30px;
	z-index: 1;
	transition: all 0.5s;
	position: relative;
}

.contact-info ul li:hover a.contact-icon {
	background: #3DB554
}

.contact-info ul li a.contact-icon:after {
	content: '';
	background: rgba(248, 184, 52, 0.2);
	width: 80px;
	height: 80px;
	border-radius: 50px;
	display: block;
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -5px;
}

.contact-info ul li:hover a.contact-icon:after {
	background: rgba(61, 181, 84, 0.2)
}

.contact-info ul li {
	margin-bottom: 35px;
	position: relative;
}

.contact-info ul li:after {
	content: '';
	background: #F8B834;
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 60px;
	left: 35px;
}

.contact-info ul li:last-child:after {
	content: none;
}

.contact-info ul li .media span {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-info ul li .media p, .contact-info ul li .media a {
	color: #444444;
	font-size: 18px;
}

.contact-info ul li .media a:hover {
	color: #3DB554;
}

.contact-info ul li .media .media-body {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 35px;
	margin-top: 10px;
}

.contact-form {
	background: #3DB554;
	padding: 40px;
}

.contact-form .form-control {
	background: transparent;
	color: #fff;
}

.contact-form .form-control:focus {
	border-color: #fff;
}

.contact-form .form-control::placeholder {
	color: #fff;
}

.contact-form .form-control::-moz-placeholder {
	color: #fff;
}

.contact-form .form-control::-ms-placeholder {
	color: #fff !important;
}

.contact-form label {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 3px;
}


.contact-form option {
	color: #212121 !important;
	background: #fff;
}

textarea.form-control {
	height: auto !important;
	border-radius: 5px;
}

.contact-text {
	line-height: 26px;
	margin: 30px 0 40px;
}

footer {
	background: #0C2310;
	padding: 60px 0;
}

footer .social-icons {
	margin-top: 30px;
}

footer .social-icons li {
	display: inline-flex;
}

footer .social-icons li a {
	background: #3db554;
	color: #fff;
	border-right: 0;
	padding: 0;
	line-height: 10px;
	display: inline-block;
	font-size: 18px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: all 0.5s;
}

footer .social-icons li a:hover, .footer-links li a:hover {
	color: #F8B834;
}

footer .social-icons li a:hover {
	background: #F8B834;
	color: #000;
}

.footer-links li {
	display: inline-flex;
	margin-top: 30px;
}

.footer-links li a {
	color: #FFFFFF;
	border-right: 1px solid #fff;
	padding: 0 10px;
	line-height: 13px;
	display: inline-block;
}

.footer-links li:last-child a, footer .social-icons li:last-child a {
	border-right: 0;
	padding-right: 0
}

/*.img-hover-effect{

	overflow: hidden;

}

.img-hover-effect img{

	transition: all 0.5s;

}

.img-hover-effect:hover img{

	transform: scale(1.3);

}*/

/*====== 19-08-2020 =======*/

.inner-page-banner {
	background: url(../images/inner-banner-img.jpg) no-repeat center / cover;
	position: relative;
	height: 300px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px;
}

.inner-page-banner:after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.h1-title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffff;
	position: relative;
	z-index: 2;
}

.tabbable-panel {
	border: 1px solid #eee;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 20px;
}

.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li {
	margin-right: 20px;
	font-size: 18px;
	border-right: 1px solid #aaa;
	padding-right: 20px;
	line-height: 15px;
}

.tabbable-line>.nav-tabs>li:last-child {
	border-right: 0;
}

.tabbable-line>.nav-tabs>li>a {
	border-bottom: 4px solid transparent;
	margin-right: 0;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 5px 25px;
}

.tabbable-line>.nav-tabs>li>a:hover {
	color: #3DB554 !important;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover a {
	border-bottom: 4px solid #3DB554;
}

.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0px;
}

/* .tabbable-line > .nav-tabs > li.active {

	border-bottom: 4px solid #3DB554;

	position: relative;

  } */

.tabbable-line>.nav-tabs>li>a.active {
	color: #333333;
	border-bottom: 3px solid #3DB554;
	position: relative;
	color: #3DB554;
	border-radius: 10px;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	/*margin-top: 15px;*/
	background-color: #fff;
	border: 0;
	/*border-top: 0;*/
	padding: 25px 0 0;
	/* border-top: 1px solid #ddd; */
	margin-top: 15px;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

@media(max-width:992px) {
	.wrapper {
		width: 100%;
	}
}

.panel-heading {
	padding: 0;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.panel .panel-body {
	padding: 10px 0px 20px 15px;
}

.panel-heading:last-child {
	border-bottom: 0;
}

.panel-title>a, .panel-title>a:active {
	display: block;
	padding: 15px;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	background: rgb(61 181 84 / 0.2);
}

.panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	float: right;
	transition: all 0.5s;
	font-size: 20px;
	font-weight: 800;
	margin-top: -3px;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.radio {
	margin: 0.5rem;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: 0;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #3db554;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.tab-pane .form-control {
	background: none;
	border-radius: 50px;
	height: 40px !important;
	padding-left: 10px;
}

.tab-pane .form-group select {
	width: 50px;
	display: block;
}

.brdr-bttm {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.tab-pane .btn-primary {
	display: inline-block;
	padding: 10px 35px;
	float: right;
	margin-top: 10px;
}

.clear {
	clear: both;
}

.h3-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 2px solid #3DB554;
	border-radius: 4px;
}

/* .styled-checkbox:hover + label:before {

	background: #f35429;

  }

  .styled-checkbox:focus + label:before {

	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);

  } */

.styled-checkbox:checked+label:before {
	background: #3DB554;
}

.styled-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	background: white;
	width: 3px;
	height: 3px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.unstyled li {
	display: inline-block;
	margin-right: 20px;
}

.long-text label {
	display: flex;
}

.long-text span {
	width: 95%;
	display: inline-block;
	margin-top: -3px;
}

.hide {
	display: none;
}

.tab-pane .form-group label {
	cursor: pointer;
}

.tab-pane #Showbox select {
	width: 100% !important;
}

.tab-pane #Showbox .form-control {
	background: #fff url("../images/dropdown-arrow.png") no-repeat right .75rem center !important;
}

.tab-pane select.custom-select.form-control {
	padding-left: 20px !important;
	cursor: pointer;
}

.plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: relative;
	width: 21px;
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
	background: #000;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 21px;
	transition: transform 500ms ease;
}

.plus-minus-toggle:after {
	transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
	transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
	transform: rotate(180deg);
}

.testresult-display-btn button {
	width: 100%;
	text-align: left;
	height: 40px;
	border: 2px solid #3db554;
	background: none;
	cursor: pointer;
	border-radius: 50px;
}

.testresult-display-btn button span {
	float: right;
}

.testresult-display-btn button span .fa {
	font-size: 16px;
}

.testresult-display-btn .form-control {
	border: 2px solid #DDDDDD !important;
}

.testresult-display-btn input[type="text"] {
	border-radius: 50px;
}

.result-text-area {
	position: relative;
}

.result-text-area .form-group {
	position: relative;
}

.result-text-area .form-group:after {
	content: "\f059";
	font-family: "FontAwesome";
	position: absolute;
	top: 12px;
	right: 10px;
	bottom: 0;
	font-size: 16px;
	cursor: pointer;
}

.update-testbtn button {
	/*border: 0;

    color: #3db554;*/
	height: auto;
	background: #F8B834;
	color: #000000;
	text-align: center;
	border: 0;
	border-radius: 50px;
	padding: 15px 25px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.update-testbtn button:hover {
	background: #3DB554;
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: none;
}

.prev-next-area li {
	display: inline-block;
}

.prev-next-area .btnarea button {
	padding: 4px 13px;
	margin-right: 0;
	cursor: pointer;
	background: #3db554;
	border: 0;
	color: #ffff;
	border-radius: 4px;
}

.prev-next-area .btnarea button:hover {
	background: #F8B834;
}

.pricemonthly-area li {
	display: inline-block;
}

.pricemonthly-area #Showbox {
	width: 130px;
}

.pricemonthly-area #Showbox .form-control {
	padding: 8px 10px;
	/*border: 0 !important;*/
	font-weight: 600;
	height: auto !important;
}

.top-pick-box h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
}

.top-pick-box a {
	font-weight: 600;
	color: #f8b834;
}

.top-pick-box a:hover {
	color: #000;
}

.top-pick-box p {
	color: #fff;
}

.top-pick-box {
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	background: #3db554;
}

.aboutyoutext-area ul li {
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}

.aboutyoutext-area ul li:last-child {
	margin-bottom: 0;
}

.aboutyoutext-area {
	margin-top: 30px;
}

.aboutyoutext-area h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.green-text .fa, .green-text {
	color: #3db554;
}

.transp-btn {
	border: 1px solid #3db554;
	display: block;
	width: 100%;
	padding: 7px 10px;
	background: transparent;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
}

.transp-btn:hover {
	background: #3db554;
	color: #fff;
}

.caresoul-box .owl-logo {
	margin-bottom: 30px;
	margin-top: 20px;
}

.caresoul-box h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.price-text {
	font-size: 25px;
	font-weight: 800;
}

.sfont {
	font-weight: 400;
	font-size: 16px;
}

.caresoul-box {
	text-align: center;
}

.caresoul-box .btn {
	float: none;
	margin-bottom: 25px;
	border-radius: 0px;
	margin-top: 20px;
}

.viewproduct-text a {
	text-align: left;
	float: left;
	display: flex;
	align-items: flex-start;
}

.viewproduct-text .fa {
	float: right;
	position: relative;
	top: 4px;
}

.owlcaresoul-area .owl-carousel .owl-item {
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.owlcaresoul-area .owl-carousel .owl-item img {
	max-width: 80px;
	margin: auto;
}

.fav-btn {
	position: absolute;
	top: 0;
	font-size: 20px;
}

.fav-btn .fa {
	color: #ccc;
}

.enquiryform .form-control {
	height: 40px !important;
}

.thanksmodal-box .modal-body {
	text-align: center;
}

.thanksmodal-box h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.thanksmodal-box .modal-header {
	padding: 0;
	border-bottom: 0;
}

.thanksmodal-box .modal-content {
	padding: 50px 0;
}

.thanksmodal-box .close {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
}

.owlcaresoul-area .owl-carousel .owl-nav {
	display: block;
}

.owlcaresoul-area .owl-prev {
	position: absolute;
	left: 0px;
	top: 100px;
	background: #3db554 !important;
	width: 30px;
	height: 30px;
	color: #fff !important;
}

.owlcaresoul-area .owl-next {
	position: absolute;
	right: 0px;
	top: 100px;
	background: #3db554 !important;
	width: 30px;
	height: 30px;
	color: #fff !important;
}

.monthly-next-area {
	float: right;
}

.monthly-next-area .prev-next-area, .monthly-next-area .pricemonthly-area {
	float: left;
}

.monthly-next-area .pricemonthly-area {
	margin-right: 20px;
}

.slider-leftarea {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

/*====== 19-08-2020 =======*/

.sub-title {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
}

/* step */

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	background-color: #f9f9f9;
	padding: 10px 0;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.progressbar li a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
}

.progressbar li.active a {
	color: #3db554;
}

.progressbar li.current a {
	color: #f8b834;
}

.progressbar li a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #777;
	border-radius: 100%;
	margin: -32px auto 15px;
}

.progressbar li.active a::before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1.2;
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	color: #3db554;
}

.progressbar li.current a::before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1.2;
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	color: #f8b834;
}

.progressbar li:before {
	content: "";
	width: 40px;
	height: 40px;
	/*content: counter(step);

  counter-increment: step;*/
	line-height: 27px;
	border: 4px solid #777;
	display: block;
	text-align: center;
	margin: 0 auto 0px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 4px;
	content: '';
	position: absolute;
	background-color: #777;
	top: 18px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: green;
}

.progressbar li.current {
	color: #f8b834;
}

.progressbar li.active:before {
	border-color: #3db554;
}

.progressbar li.current:before {
	border-color: #f8b834;
}

/*.progressbar li.active:after {

  background-color: #3db554;

}*/

.progressbar li.active+li:after {
	background-color: #3db554;
}

.progressbar li.current+li:after {
	background-color: #f8b834;
}

.progress-content {
	margin-top: 40px;
}

.progress-content .btn-primary {
	min-width: 120px;
}

.unstyled label {
	margin-bottom: 15px;
}

.progress-content .form-group {
	margin-bottom: 30px;
}

.feature-listing {
	margin-top: 10px;
}

.feature-listing li {
	background: url(../images/left-arrow.png) no-repeat left 8px;
	padding: 3px 0 10px 20px;
	background-size: 7px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.feature-listing li:last-child {
	border-bottom: 0;
}

.h4-title {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #3db554;
	padding-bottom: 5px;
}

.featurelisting-area {
	margin-top: 15px;
}

.solid-bg {
	background: #0C2310 !important;
}

#cityList, #occupationList {
	position: absolute;
	left: 40px;
	margin-top: -10px;
	right: 40px;
}

#cityList ul, #occupationList ul {
	border-radius: 10px;
	min-width: 100%;
}

#cityList li, #occupationList li {
	padding: 3px 15px;
}

/* terms-conditions */

.terms-conditions h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}

/*.terms-conditions ul, .terms-conditions ul li {

	list-style: disc;

}*/

.terms-conditions ul {
	padding-left: 10px;
	margin-bottom: 25px;
}

.terms-conditions li {
	position: relative;
	padding: 4px 0;
}

.terms-conditions ul li {
	padding-left: 15px;
}

.terms-conditions ul li:before {
	content: "\f061";
	font-family: "FontAwesome";
	font-size: 10px;
	color: #3DB554;
	position: absolute;
	left: 0;
	top: 5px;
}

ul.parent-list-02 {
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 0;
}

ul.parent-list-02 li:before {
	display: none;
}

ul.parent-list-02 li {
	padding-left: 0;
	list-style: disc;
}

/* 16 10 2020 */

.benifits-wrapper {
	background: #f5f5f5;
}

.single-benifit {
	background: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	height: calc(100% - 30px);
	display: block;
	transition: all 1s;
}

.single-benifit:hover {
	background: #F8B834;
	box-shadow: none;
}

.single-benifit img {
	margin-bottom: 30px;
}

.single-benifit h3 {
	font-size: 22px;
	color: #000000;
	font-weight: 600;
}

.single-benifit p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

.logos-wrapper {
	background: #f8b834;
}

.single-logo {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-top: 15px;
	padding: 10px;
}

.single-insurance {
	background: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	height: calc(100% - 30px);
	display: block;
	transition: all 0.5s;
	position: relative;
	border: 3px solid transparent;
	top: 0
}

.single-insurance:hover {
	box-shadow: none;
	border: 3px solid #3DB554;
	background: #E9F8EC;
	/*top: -15px;*/
	transition: all 1s;
	border-radius: 35px;
}

#slide-section .slide {
	display: inline-block;
	max-width: 200px !important;
}

.section-title-small {
	font-size: 30px;
}

.insurance-circle {
	background: #3DB554;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 20px auto;
}

.single-insurance h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.quote-wrapper {
	background: url(../images/team-bg.jpg) no-repeat center / cover;
	position: relative;
}

.quote-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(61, 181, 84, 0.9);
}

.quote-wrapper h3 {
	font-size: 34px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.white-btn {
	background: #fff;
}

.news-wrapper {
	background: #f5f5f5 url(../images/news-bg.png) no-repeat right;
}

.single-news {
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.single-news .news-title {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0 10px;
	color: #000;
	font-weight: 600;
	display: block;
}

.learn-more-link {
	color: #3DB554;
	font-weight: 600;
	text-transform: capitalize;
}

.learn-more-link i {
	font-size: 20px;
	position: relative;
	top: 3px;
}

.highlighted-text {
	border-left: 6px solid #3DB554;
	padding-left: 15px;
	/*color: #3DB554;*/
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.listing-news li {
	margin-bottom: 10px;
	font-weight: 600;
	list-style: disc;
	list-style-position: inside;
}

.sidebar h3 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 800;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #000;
}

.sidebar ul li a {
	margin-bottom: 10px;
	display: inline-block;
	color: #000;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}

.sidebar ul li a:hover {
	color: #3DB554;
}

.sidebar ul li a:after {
	content: "\f101";
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	font-size: 15px;
	top: 0;
	color: #3DB554;
}

.sidebar .box {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 15px;
}

.news-title.big {
	margin-top: 0;
	font-size: 22px;
}

.news-content {
	min-height: 175px;
}

.backbtn {
	color: #f8b834;
	float: right;
	font-size: 18px;
}

.backbtn:hover {
	color: #3DB554;
}

.member-modal .modal-title {
	font-size: 22px;
	color: #000000;
	font-weight: 600;
}

.member-modal .modal-body {
	font-size: 16px;
}

.member-modal .position {
	color: #3DB554;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.member-modal .social-icons {
	display: flex;
	margin: 5px 0 10px;
}

.member-modal .social-icons li {
	margin-right: 10px;
}

.member-modal .social-icons li a {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #3DB453;
	font-size: 18px;
	position: relative;
	transition: all 0.6s;
	top: 0
}

.member-modal .social-icons li a:hover {
	background: #F8B834;
	color: #fff;
	top: -5px;
}

.flip-box {
	background-color: transparent;
	width: 100%;
	height: 400px;
	perspective: 1000px;
	cursor: pointer;
	margin-bottom: 30px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* .flip-box:hover .flip-box-inner {

	transform: rotateY(-180deg);

} */

.flip-box-hover .flip-box-inner {
	transform: rotateY(-180deg);
}

.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	color: black;
	overflow: hidden;
	text-align: left;
}

.flip-box-back {
	background-color: #f8b834;
	color: #333333;
	transform: rotateY(-180deg);
	padding: 15px 15px;
	z-index: 5;
	overflow-y: auto;
	/* border: 1px solid #912680; */
}

.flip-box-front {
	z-index: 0;
}

.flip-box h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	margin: 0 15px 10px;
}

.flip-box h5 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.flip-box p i {
	color: #3db554;
	width: 24px;
	text-align: center;
}

.flip-box p a {
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: .4s ease all;
	word-break: break-word;
}

.flip-box p a:hover {
	color: #3db554;
}

.flip-box-back h5 {
	color: #ffffff;
}

.flip-box-front p {
	padding: 0 15px;
	color: #3DB554;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.flip-box-back p {
	font-size: 17px;
	font-weight: 600;
}

.front-desc {
	/* position: absolute;

	bottom: 0; */
	background-color: #ffffff;
	/* left: 0;

	right: 0; */
}

.advisor-img {
	height: 215px;
	overflow: hidden;
	position: relative;
}

.advisor-img img {
	height: 215px;
	object-fit: contain;
}

.advisor-img::after {
	content: '';
	background: rgba(61, 181, 84, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .4s ease all;
	height: 0;
}

.flip-box:hover .advisor-img::after {
	height: 100%;
}

.previewStaff {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #999999;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 20px;
	border-radius: 3px;
	cursor: pointer;
}

.previewStaff:hover {
	background-color: #666666;
}

.previewBack {
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-color: #ffffff;
	color: #912680;
	padding: 2px 5px;
	font-size: 20px;
	border-radius: 3px;
	cursor: pointer;
}

.form-wrapper .whitecard {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 20px;
}

.form-wrapper .form-group .radio {
	margin: 0;
}

.bg-grey {
	background-color: #EEEEEE !important;
}

.form-wrapper .personal-accordion .card {
	border: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	border-radius: 0;
}

.form-wrapper .personal-accordion .card h2 {
	background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	background-size: 20px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.form-wrapper .personal-accordion .card h2.collapsed {
	background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.form-wrapper .personal-accordion .card-body {
	padding-left: 0;
	padding-right: 0;
}

.directdebit-box h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.or-text {
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}

.next-btn {
	max-width: 180px;
	margin-left: auto;
	margin-bottom: 30px;
	float: right;
}

@media (max-width: 480px) {
	.backbtn {
		float: none;
		margin-top: 10px;
		display: block;
	}
}

.mobile-block {
	display: none;
}

.feature-listing h6 {
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.select2-selection {
	background-color: #EEEEEE !important;
	border: 1px solid #DDDDDD !important;
	border-radius: 50px !important;
	height: 50px !important;
	font-size: 14px;
	color: #212121;
	padding: 10px 20px;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 11px;
	bottom: 0;
	margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 8px 6px 0 6px;
	border-color: #222 transparent transparent transparent;
}

.select2-selection__rendered {
	padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3db554;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #222 transparent;
	border-width: 0 6px 8px 6px;
}

.radio {
	margin: 0 0 0 15px;
}

.application-status {
	margin-bottom: 15px;
}

.submit-date {
	text-align: right;
}

.desktop-form {
	display: block;
}

.mobile-form {
	display: none;
}

.font-bold {
	font-weight: 600;
}

.radio-btns-mrg .radio {
	margin: 0 15px 0 0px;
}

.agreeform .apply-buttons {
	background: transparent !important;
	border: 1px solid #aaa !important;
	font-weight: 500 !important;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	width: 100%;
	letter-spacing: 0.4px;
	min-height: 65px;
	padding-left: 40px !important;
	text-align: left !important;
	margin-bottom: 10px;
}

.agreeform .apply-buttons.selected {
	background-color: #3db554 !important;
	border-color: #3db554 !important;
	color: #fff !important;
	font-weight: 600 !important;
	border: 1px solid #26903a !important;
	box-shadow: 0 0px 6px rgb(61 181 84);
}

.agreeform .apply-buttons.selected:after {
	/*content: "\f058";*/
	/*font-family: 'fontawesome';*/
	/*color: #fff;*/
	background: url(../images/check.png) no-repeat center;
	background-size: 22px;
}

.agreeform .apply-buttons:after {
	content: "";
	font-size: 22px;
	/* font-family: 'fontawesome'; */
	background: url(../images/un-check.png) no-repeat center;
	position: absolute;
	left: 9px;
	top: 21px;
	color: #aaa;
	width: 22px;
	height: 22px;
	background-size: 22px;
}

.agreeform .styled-checkbox+label:before {
	position: relative;
	top: -3px;
}

.agreeform .styled-checkbox:checked+label:after {
	top: 6px;
}

.custom-checkbox .custom-control-label .d-block {
	display: block!important;
	text-align: center;
	line-height: 15px;
	margin-top: 10px;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: none;
}

.custom-control-label::after {
	right: -22px;
	margin: auto;
	width: 1.5rem;
	height: 1.5rem;
	top: -13px;
	left: -20px;
}

.custom-control {
	padding-left: 0
}

.single-option {
	background: #fff;
	border-radius: 10px;
	color: #222222;
	height: 100%;
	margin-top: 10px;
	font-weight: 600;
	padding: 5px 10px;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 50px;
}

.custom-control-label::before {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #3DB554;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #3DB554;
}

.banner-form .custom-checkbox .custom-control-label::before {
	margin-top: -20px !important;
}

.custom-control-label {
	cursor: pointer !important;
}

.custom-checkbox .custom-control-label::before {
	position: relative;
	margin: auto;
}

.advice-content .apply-buttons.selected,.advice-content .apply-buttons:focus {
	background-color: #3DB554 !important;
	color: #ffffff;
	border-color: #26903A !important;
	box-shadow: 0 0 6px 2px rgb(61 181 84 / 50%) !important;
}

.advice-content .apply-buttons:after {
	content: '';
	top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
	background-color: #3DB554;
    width: 30px;
    height: 30px;
    background-image: none;
}
.advice-content .apply-buttons.selected:after{
	background-size: 30px;
}
.advice-content .apply-buttons span {
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	text-transform: none;
	text-align: center;
}
.advice-content .apply-buttons h6{
	font-weight: 600 !important;
	margin-top: 3px;
}
.advice-content .apply-buttons {
	white-space: normal;
	font-weight: 600 !important;
	padding: 15px !important;
	margin: 0 0 30px;
	display: flex;
	border: 0 !important;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
}
.cover-selected{
    background-color: #f8b834;
}
.advice-wrapper{
	margin-top: 40px;
}
.thanku-wrapper{
	margin: 0;
    text-align: center;
}
.thanku-wrapper h3{
	font-size: 38px;
    color: #f8b834;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.new-portal-text{
	font-weight: 400;
	font-size: 16px;
}
.white-line{
	border-color: #fff;
	margin: 30px 0;
}
.new-portal-link{
	color: #F8B834;
}
.new-portal-link:hover{
	color: #fff !important;
}
.no-portfolios {
	text-align: center;
    border: 1px solid #ccc;
    padding: 15px 10px 5px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.nrf-text {
    font-size: 18px;
}

.no-portfolios a {
   font-weight: 600;
   color: #3db554 !important;
}