.btn:focus {
	outline: none;
}

/*BOF Dictionary inner */
#page {
	position: relative;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
	min-height: 100vh;
	margin-top:50px;
}

.site .container {
	position: relative;
	width: 100%;
	/* max-width: 990px; */
	/*  margin: 0 auto;
	padding: 0 25px; */
	min-width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}





@media (max-width: 800px) {
	#page {
		padding-bottom: 70px;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}
	.lang{
		display:none;
	}
}




.cash-value{
	padding:50px 0 0 0;
	display:flex;
	justify-content:space-between;
}
.pricelists{
	margin:0 0 20px 0;
	display:flex;
}



.pricelists p{
	font-size:18px;
}
.pricelists p:first-child{
	font-size:24px;

}
.pricelists:last-child{
	margin:50px 0 0 0;

}

.lap img{

	height:230px;
	background-repeat:no-repeat;
}
.total{
	padding:30px 0;
	border-top: 4px solid #858181;
}
.total p{
	color:#9f57c0;
	font-weight:700;
	font-size:22px;
}

@media only screen and (max-width: 1200px){
	.cash-value{
		display:block;
	}
	.lap{
		display:none;
	}
	.pricelists{
		justify-content: space-between;
	}
}









.full-scoop {
	background-color: #FFFFFF;

	padding: 40px 48px;
}

.full-scoop .full-scoop-item {
	position: relative;
	margin-bottom: 40px;
}

.full-scoop .full-scoop-item:last-child {
	margin-bottom: 0;
}

.full-scoop .full-scoop-item .full-scoop-title {
	position: relative;
	display: block;
	font-size:30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.full-scoop .full-scoop-item .full-scoop-content {
	position: relative;
	color: #61697d;
	font-weight: normal;
	line-height: 1.6;
}

.full-scoop .full-scoop-item .full-scoop-content h2 {
	position: relative;
	display: block;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
}

.full-scoop .full-scoop-item .full-scoop-content p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.6;
}

.full-scoop .full-scoop-item .full-scoop-content p:last-child {
	margin-bottom: 0;
}

.full-scoop .full-scoop-item .full-scoop-content ul {
	padding-right: 10px;
	margin-bottom: 15px;
}

.full-scoop .full-scoop-item .full-scoop-content ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.full-scoop .full-scoop-item .full-scoop-content ul li:last-child {
	margin-bottom: 0;
}

.full-scoop .full-scoop-item .full-scoop-content ul li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: 9px;
	left: 0;
	border-radius: 50%;
	background-color: #999DB2;
}

.full-scoop .full-scoop-item .full-scoop-content ol {
	padding-left: 0;
	padding-right: 10px;
	margin-bottom: 15px;
	list-style-position: inside;
	counter-reset: numbered;
	list-style-type: none;
}

.full-scoop .full-scoop-item .full-scoop-content ol li {
	position: relative;
	margin-bottom: 5px;
}

.full-scoop .full-scoop-item .full-scoop-content ol li:last-child {
	margin-bottom: 0;
}

.full-scoop .full-scoop-item .full-scoop-content ol li:before {
	margin-right: 8px;
	counter-increment: numbered;
	content: counters(numbered, ".") ".";
}

@media (max-width: 800px) {
	.full-scoop-item .full-scoop-title {
		font-size: 16px;
	}
	.full-scoop-item .full-scoop-content {
		font-size: 14px;
	}
}






#page .related-content-item {
	position: relative;
	padding: 15px;
	border: 1px solid #dddddd;

	background-color: #FFFFFF;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#page .related-content-item:hover {
	-webkit-box-shadow: 0 2px 10px 0 #E7F1FF;
	box-shadow: 0 2px 10px 0 #E7F1FF;
	border: 1px solid #9f57c0;
}

#page .related-content-item:last-child {
	margin-bottom: 0;
}

#page .related-content-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#page .related-content-item a:hover {
	text-decoration: none;
}

#page .related-content-item a .related-content-left {
	margin-right: 15px;
}

#page .related-content-item a .related-content-left img {
	max-width: none;
	width: 70px;
	height: auto;
	display: block;
	border-radius: 5px;
}

#page .related-content-item a .related-content-right .related-content-title {
	line-height: 1.3;

	text-decoration: none;
	color: #333D66;
	margin-bottom: 5px;
}

#page .related-content-item a .related-content-right .related-content-type {
	text-transform: capitalize;
	font-size: 14px;
	font-weight:600;
	color: #9f57c0;
}

@media (max-width: 800px) {
	.related-content-item a.flex {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-height: 60px;
		padding-right: 10px;
	}
}

.related-terms a {
	font-size: 14px;
	font-weight:600;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	border-radius: 17.5px;
	padding: 8px 16px 8px;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.related-terms a:hover, .related-terms a:focus {
	text-decoration: none;
	background-color: #9f57c0;
	border-color: #9f57c0;
	color: #FFFFFF;
}

.sidebar {
	position: relative;
	width: 310px;
}

.sidebar .sidebar-wrapper {
	width: 310px;
}

.sidebar .sidebar-wrapper.sticky {
	position: fixed;
	top: 81px;
}

.sidebar .sidebar-wrapper.sticky.static {
	position: absolute;
	bottom: 0;
	top: auto;
}

.sidebar .sidebar-wrapper .widget {
	margin-bottom: 30px;
}

.sidebar .sidebar-wrapper .widget:last-child {
	margin-bottom: 0;
}

@media (max-width: 800px) {
	.sidebar {
		margin-top: 20px;
	}
	.sidebar .sidebar-wrapper {
		width: 100%;
	}
	.sidebar .sidebar-wrapper.sticky, .sidebar .sidebar-wrapper.sticky.static {
		position: relative;
		top: 0;
		bottom: auto;
	}
}



.term-page {
	margin-top: 30px;
}

.term-page .term-blocks-title {
	font-size: 16px;
	color:#858181;
	text-transform:capitalize;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-left: 10px;
}

.term-page .all-terms-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}

.term-page .all-terms-link a {
	position: relative;
	color: #9f57c0;
	font-size: 18px;
	font-weight:600;
	padding-left: 15px;
}



.term-page .term-page-main-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.term-page .term-page-main-wrapper .main {
	position: relative;
	width: 800px;
	padding:40px 40px;
	max-width: 100%;
	margin-right: 25px;
}

.term-page .term-page-main-wrapper .main .term-content-wrapper {
	position: relative;
	padding: 40px 48px;
	margin-bottom: 20px;
	background-color: #fff;

}

.term-page .term-page-main-wrapper .main .term-content-wrapper .term-content h1 {
	font-size:30px;
	font-weight: 700;
	margin-bottom: 9px;
}

.term-page .term-page-main-wrapper .main .term-content-wrapper .term-content p {

	margin: 0;

	line-height: 1.6;
}

.term-page .term-page-main-wrapper .main .term-content-wrapper .term-content .term-image {
	margin-top: 30px;
}

@media (max-width: 800px) {
	.term-page {
		margin-top: 16px;
		padding: 0 12px;
	}
	.term-page .all-terms-link {
		margin-bottom: 20px;
	}
	.term-page .term-page-main-wrapper {
		display: block;
	}
	.term-page .term-page-main-wrapper .main,
	.term-page .term-page-main-wrapper .sidebar {
		width: 100%;
	}
	.term-page .term-page-main-wrapper .main {
		margin-right: 0px;
		max-width: 100%;
	}
	.term-page .term-page-main-wrapper .main .term-content-wrapper {
		padding: 20px;
		margin-bottom: 20px;
	}


	.term-page .term-page-main-wrapper .main .full-scoop {
		padding: 20px;
	}
}




/*EOF Dictionary inner */

/*BOF contact us */

.contactdetails{
	padding:50px 0;
}
.contactdetails .flex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactdetails .img img{
	height:145px;
}
.contactdetails .text-center,.fillforms .text-center{
	margin-bottom:50px;
}
.purple{
	color: #9f57c0;

	font-weight:600;
}
.purple:before{
	color: #9f57c0;
}
.contactdetails .flexi {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: center;
}
.contactdetails .flexi i {
	padding:0 5px;
}
.map {
	padding-bottom:50px;
}
.map .container{
	padding:0;
}
.fillforms{
	margin-top:150px;
	padding-top:0;
}

.fillforms .form-group {
	margin-bottom: 1rem;
	display: flex;
}
.fillforms form{
	width:100%;
	margin:0 auto;
	align-self: flex-start;
}
.fillforms .btn{
	background: #a840d8;
	color: #fff;
	border-radius: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
.fillforms .submit{
}
.fillforms p {
	font-size: 14px !important;
}
@media (max-width: 1000px) {
	.fillforms form{
		margin:0 auto;
	}
}

.error_container {
	font-size: 16px;
	width: 100%;
	background-color: #FFBABA;
	color: #D8000C;
	padding: 5px;
	border-radius: 5px;
}

/*EOF contact us */

/*BOF insurencedetails */

@media (max-width: 800px){
	.insuredetails .widget{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}
.insuredetails .widget{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin:60px 0 0 0;
}
.insuredetails .widget h6{
	margin-bottom:20px;
	color:#b6b5b5;
	font-weight:600;
	margin-right:10px;
}

.insuredetails .cont{
	background: #f1f1f1;
	border: 1px solid #cccccc54;
	padding:40px 60px;
	min-height:200px;
	list-style:none;
	width: 100%;

}


.insuredetails{
	margin-top:150px;
	padding-top:0;
	padding-bottom:150px;
}
.insuredetails .flex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width:1200px) {
	.insuredetails .cont {
		padding: 40px 10px;
	}
}

/*EOF insurencedetails */
/*BOF privacy policy */
.privacy{
	margin-top:150px;
	padding-top:0;
	padding-bottom:100px;
	width:70%;
}

.privacy .btn-panda-outline:focus{
	background:#a840d8;
    border: 1px solid #a840d8;
    border-radius: 50px;
    color: #fff;
    transition: 0.2s;
    box-shadow: 4px 4px 0px #773b9925;
}

.privacy .btn{
	margin:20px 0 20px 20px;
	font-size:1.25rem;
	padding-left:50px;
	padding-right:50px;
}


.privacy .title {
text-align:center;
	font-size: 1.5em;
}
.sub_title {

	color: #763b9a;
	font-weight:700;
	margin-top: 35px;
	margin-bottom: 25px;
}
.fre {
	display:none;
}


@media (max-width:767px) {
	.privacy .french{

		margin-top:50px;
	}
	.privacy{
		margin-top:150px;
		padding-top:0;
		padding-bottom:100px;
		width: 90vw;
	}
	.privacy .btn{
		margin:10px 5px 10px 5px;
		font-size: 14px;
		padding-left:20px;
		padding-right:20px;
	}
}
/*EOF privacy policy */

/*BOF policy */
.policy ul li::before{


	content: "\00BB";
	padding: 0 10px;
}
.policy ul li{
	list-style:none;
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:10px 0;
}
.policy ul li:last-child{

	border:0;

}
.policy ul{
	box-shadow:0 0 15px 0px #8080804d;
	border:1px solid rgba(0,0,0,.1);
	padding:10px 0;
}
.policy h4{
	color:#a840d8;
	font-weight:600;
}
.policy .row{
	margin-bottom:50px;
}
/*EOF policy */

/*BOF claims-page */
.claims-page {
	margin-top: 150px;
	padding-top: 0;
}
.sinister{
	margin-top:60px;
}
.sinister h3,.emer h4 {
	font-weight:700;
}
.sinister h1.h3 {
	font-weight:700;
  font-size:30px !important
}
.claims-page .btn{
	background: #fff;
	color: #a840d8;
	border:1px solid #a840d8;
	border-radius: 50px;
	padding:10px 100px;
	font-weight:700;
	font-size:20px;
}
.claims-page .hide{
	display:none;
}
@media (max-width:1200px) {
	.claims-page .hide {
		display:block;
	}
	.claims-page .btn{

		padding:10px 80px;

	}
	.claims-page .btn:hover{

		padding:10px 80px;

	}
	.claims-page .num{
		display:none;
	}
}
.claims-page .btn:hover{
	background:  #a840d8;
	color: #fff;

}
.emer ul .li{
	list-style:none;
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:3px;
	font-weight:600;
	font-size:22px;

}
.emer ul{
	width:65%;
	padding-left:0;
	display:grid;
}
.emer ul a:hover{
	color: inherit;
	border:1px solid #a840d8;
}
@media (max-width:768px) {
	.emer ul{
		width:100%;
		margin:0 auto;

	}
}
.emer ul .li .right{
	float:right;
	font-size:22px;

}

.emergency{
	background-image:url('/assets/common/img/claimbg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:180px;
	margin-bottom:100px;
}
/*EOF claims-page */
/* Stylig for error */

#faq,
#err {
    padding-top: 100px;
}

.errhead {
    margin: 100px 0px;
    position: relative;
}

.errhead h1 {
    font-size: 5rem;
    font-weight: 600;
}

.errhead h1,
.errhead h4 {
    color: #727272;
    margin: 0;
}


/* Stylig for error */

.policy_tab .tab-pane {
  padding:25px;
}
.policy_tab .nav-item{
  font-size: 22px;
    font-weight: 600;
}

.cover .c-heading {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
}

.tfaq .c-heading {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.c-heading p {
    margin: 0 35px 60px 35px;
}

.condolist .c-heading {
    max-width: 825px;
    margin: 0 auto;
    margin: 0 auto;
}

.faqs {
    max-width: 750px;
    margin: 0 auto;
}

.faq-btn {
    border: 0;
    width: 100%;
    padding: 14px 38px;
    font-size: 1.1rem;
    color: #58595b;
    background-color: #fdfdfd;
    transition: background-color 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-btn[aria-expanded="true"] {
    //background-color: #efefef;
		font-weight: bold;
    transition: background-color 0.5s;
		font-size: 1.1rem;
}

.faqs .card {
    margin-bottom: 20px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #d2d2d2 !important;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.faqs .card-header {
    padding: 0;
    border-radius: 0;
}

.faqs .card-body {
    text-align: left;
		font-size: 1rem;
}

.wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.wrapper i {
    font-size: 15px;
}

.wrapper i.fa-minus {
    display: none;
}

.faq-btn[aria-expanded="true"] i.fa-minus {
    display: block;
    transition: display 0.5s;
}

.faq-btn[aria-expanded="true"] i.fa-plus {
    display: none;
    transition: display 0.5s;
}

.arc {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid;
}

.arc_start {
    border-color: transparent #58595b #58595b #58595b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arc_end {
    border-color: #58595b #58595b #58595b transparent;
}

 #show_more_faq{
   cursor:pointer;
 }

 .hidden{
   display:none;
 }
