.tooltip{width:200px;}
.box-area{
	width:100%;
	margin-top:50px;	
}
.box-left{
	width:60%;
	float:left;
	-webkit-box-shadow: -6px 0px 33px -3px rgba(0,0,0,0.31);
	-moz-box-shadow: -6px 0px 33px -3px rgba(0,0,0,0.31);
	box-shadow: -6px 0px 33px -3px rgba(0,0,0,0.31);
	background:#fff;
}
.p-15{padding:15px;}
.box-left h3{
	font-size: 24px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0;
	padding-bottom:15px;
	border-bottom:solid 1px #f1f1f1;
	margin-bottom:15px;
}

.box-left ul{
	padding:0 0 15px 0;
	margin-top:0px;
	width:100%;
	float:left;
	border-bottom:solid 1px #f1f1f1;
} 
.box-left ul:last-child{
	padding:10px 0 15px 0;
	margin-top:0px;
	width:100%;
	float:left;
	border-bottom:solid 0px #f1f1f1;
} 
.box-left ul li{
	list-style:none;
	padding:0;
	margin:0px;
	width:33%;
	float:left;
	font-size:18px;
	color:#333333;
	font-weight:600;
} 
.box-left ul li i{
	color:#003075;
} 

.box-detail{
	width:100%;
	float:left;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
	background:#fff;
	padding:10px;
	margin-bottom:70px;
}
.box-detail ul{
	padding:0px !important;
	margin:0px;
}

.box-detail ul li{
	position:relative;
	font-size:14px !important;
	color:#333333;
	padding-left:20px;
	width: auto;
    margin-right: 20px;	
}
.box-detail ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	background:url(../images/ds/ckeck.png) no-repeat;
	width:12px;
	height:8px;
}
.radio-inline{
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline input[type=radio] {
   	position: absolute;
    margin-left: -22px;
    margin-top: 3px;
    height: 20px;
    width: 16px;
}
/*
.payment-bar{
	background:#fba935;
	width:100%;
	float:left;
}*/
.payment-bar {
    background: #da3831;
    width: 100%;
    float: left;
}
.payment-white{
	background:#fff;
	font-size:24px;
	font-weight:700;
	color:#000;
	float:left;
	padding:10px 20px 10px 20px;
	position:relative;	
	-webkit-box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
	-moz-box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
	box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
}
.payment-white:after{
	content:'';
	background:url(../images/ds/payment-arrow.png) no-repeat;
	position:absolute;
	right:-8px;
	top:25px;
	width:9px;
	height:18px;
}

.payment-white i{
    margin-right: 5px;
	font-size:23px;
}
.payment-white span{
	display:block;
	margin-left:17px;
	font-size:12px;
}
.payment-white span .green-text{
	color:#35ab07;
	display:inline;
}
.payment-white span i{
    margin-right: 2px;
	font-size:12px;
	margin-left:5px;
}

.buy-btn {
    padding: 9px 15px;
	margin: 15px 20px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    border: solid 1px #fff;
	display:inline-block;
	float:right;   
	 background: -moz-linear-gradient(left, #f98f01 0%, #d81f08 100%);
    background: -webkit-linear-gradient(left, #f98f01 0%,#d81f08 100%);
    background: linear-gradient(to right, #f98f01 0%,#d81f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f01', endColorstr='#d81f08',GradientType=1 );
}
.buy-btn i{
	font-size:18px;
	margin-right:10px;
}


.box-right{
	width:40%;
	float:right;
	background:#f19616;
	padding:30px;
	margin-top:-20px;
	position:relative;
}
.box-right:before{
	content:'';
	background:url(../images/ds/pdf-arrow.png) no-repeat;
	position:absolute;
	left:-8px;
	top:47px;
	width:25px;
	height:47px;
}


@media only screen and (max-width:1024px) {
	.box-left{}
	.box-right {
		width: 40%;
		height: 100%;
		display:block;
		position:absolute;
		right:3px;
	}
	.box-right img{
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		width:85%;
	}
}


@media only screen and (max-width:800px) {
	.box-left{width: 100%; display:block;}
	.box-right {
		width: 100%;
		height: 100%;
		display:block;
		margin-top:0px;
		position:relative;
		right:0px;
	}
	.box-right img{
		transform: translatex(-50%);
		left: 50%;
		position: relative;
		width:85%;
	}
	.box-right:before{
		display:none;
	}
	.box-right:after{
		content:'';
		background:url(../images/ds/pdf-arrow-top.png) no-repeat;
		position:absolute;
		left:15px !important;
		top:0;
		width:47px;
		height:44px;
	}
	.box-detail {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:480px) {
.box-left ul li{
	font-size:18px;
	width:50%;
} 
.payment-white{
	font-size:22px;
}
.box-right:after{
	top:-3px;
}
}
@media only screen and (max-width:375px) {
.box-left ul li{
	font-size:18px;
	width:100%;
	margin-bottom:10px;
} 
}

.summary-section {
	background:#edf2fc;
    /*background: rgb(255,165,0);
    background: linear-gradient(90deg, rgba(255,165,0,1) 0%, rgba(200,109,9,1) 100%);*/
	/*background: linear-gradient(to right, #f98f01 0%,#d81f08 100%);*/
    padding: 50px 0px;
}
.summary-section-img{
	text-align:center;
}

.summary-section-text{
	transform: translate(-0%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.summary-section h3{
	font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px 0;
	color:#192436;
	letter-spacing:0px;
}
.summary-section h4{
	font-size: 24px;
    font-weight:600;
    font-family: 'Lato', sans-serif;
    margin: 40px 0 30px 0;
	color:#192436;
}
.summary-section p{
	color: #343f52;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.product-listing{
	padding:0;
	margin:0;	
}
.product-listing li{
	position:relative;
	padding-left:10px;
	margin-bottom:15px;
	color:#343f52;
	margin-left:20px;
	line-height:22px;
}

.chooseus{
	border-left: 1px dashed #8c8c8c;
	padding:0 0 0 25px;
	margin:0;	
}
.chooseus li{
	list-style:none;
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}
.chooseus li i{
	list-style:none;
	position:absolute;
	left:0;
	top:3px;
	color:#c77809;
}


.summery-set{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.summery-set-left{
	width: 12%;
    float: left;
}
.summery-set-right{
	width: 78%;
    float: left;
    padding-left: 20px;
    line-height: 24px;
}


.download-btn {
	margin-top:10px;
    padding: 10px 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    border: none;
	display:inline-block;
    background: #f98f01;
    background: -moz-linear-gradient(left, #f98f01 0%, #d81f08 100%);
    background: -webkit-linear-gradient(left, #f98f01 0%,#d81f08 100%);
    background: linear-gradient(to right, #f98f01 0%,#d81f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f01', endColorstr='#d81f08',GradientType=1 );
}

.position-relative{ position:relative;}


.dots-list{
	width:100%;
}

.dots-list{
	width:100%;
	height:130px;
}
.dots-list-h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px 0;
    color: #192436;
    letter-spacing: 0px;
	text-align:center;
	margin-bottom:80px;
	padding:0 20%;
	line-height: 50px;
}

.dots-list1{
	width:5%;
	float:left;
	display:none;
}
.black-dot{
	height:16px;
	width:16px;
	border-radius:20px;
	background:#da3831;
}
.outline-style{
	outline: dotted 1px #272727;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    padding: 2px;
    float: left;
	position:relative;
}
.outline-style:before{
	border-left: dotted 1px #272727;
	height:120px;
	position:absolute;
	content:'';
	top:22px;
	left:10px; 	
}


	
.dots-list2{
	width:45%;
	float:left;
	text-align:right;
}
.dots-list2 h3{
	font-size:22px;
	font-weight:500;
	color: #192436;
	margin:0 0 10px 0;
}
.dots-list2 p{
	font-size:16px;
	font-weight:600;
	letter-spacing:0;
	color: #192436;
	padding-left:0%;
}


.dots-list3{
	width:10%;
	float:left;
	transform: translate(42%, 0px);
}
.dots-list4{
	width:45%;
	float:left
}
.dots-list4 h3{
	font-size:22px;
	font-weight:500;
	letter-spacing:0;
	color: #000;
	margin:0 0 10px 0;
}
.dots-list4 p{
	font-size:16px;
	font-weight:600;
	letter-spacing:0;
	color: #192436;0
	padding-right:10%;
}

@media only screen and (max-width:800px) {

.outline-style:before{
	border-left: dotted 1px #272727;
	height:120px;
	position:absolute;
	content:'';
	top:22px;
	left:10px;
	display:none; 	
}
.dots-list1{
	width:5%;
	float:left;
	display:block;
}
.dots-list2{
	width:95%;
	float:left;
	text-align:left;
	display:block;
	padding-bottom:30px;
	position:relative;
	
}
.dots-list2:before{
	border-left: dotted 1px #272727;
    height: 100%;
    position: absolute;
    content: '';
    top: 22px;
    left: -25px;
}
.dots-list3{
	width:5%;
	float:left;
	transform: none;
}
.dots-list4{
	width:95%;
	float:left;
	position:relative;
	padding-bottom:30px;
}
.dots-list4:before{
	border-left: dotted 1px #272727;
    height: 100%;
    position: absolute;
    content: '';
    top: 22px;
    left: -25px;
}
.dots-break{
	width: 100%;
    float: left;
}

.summary-section-text {
    transform: none;
    position: relative;
    top: 50%;
    right: 0;
    margin-top: 40px;
}

.dots-list-h3 {
    font-size: 30px;
	padding:0 5%;
}
}


@media only screen and (max-width:640px) {
	.dots-list2:before{
		left: -22px;
	}
	.dots-list4:before{
		left: -22px;
	}
}

@media only screen and (max-width:480px) {
	
	.dots-list-h3 {
		font-size: 25px;
		padding:0 5%;
		margin-bottom: 40px;
	}
	.dots-list2:before{
		left: -13px;
	}
	.dots-list4:before{
		left: -13px;
	}
	.dots-list2 h3 {
		font-size: 18px;
		margin: 0 0 5px 10px;
	}
	.dots-list2 p {
		font-size: 14px;
		padding-left: 10px;
	}
	.dots-list4 h3 {
		font-size: 18px;
		margin: 0 0 5px 10px;
	}
	.dots-list4 p {
		font-size: 14px;
		padding-left: 10px;
	}

}

@media only screen and (max-width:375px) {
	
	
	.dots-list2:before{
		left: -8px;
	}
	.dots-list4:before{
		left: -8px;
	}
	.dots-list2 h3 {
		font-size: 18px;
		margin: 0 0 5px 15px;
	}
	.dots-list2 p {
		font-size: 14px;
		padding-left: 15px;
	}
	.dots-list4 h3 {
		font-size: 18px;
		margin: 0 0 5px 15px;
	}
	.dots-list4 p {
		font-size: 14px;
		padding-left: 15px;
	}
	.button-buy{
		font-size: 13px !important;
	}

}

@media only screen and (max-width:360px) {
	
.dots-list-h3 {
    font-size: 22px;
    padding: 0 0%;
    font-weight: 600;
    line-height: 29px;
}

}


/*vvvvvv*/


.mb-80{ margin-bottom:80px;}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    /*background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;*/
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #efad4e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    trans0ition: all 0.3s ease 0s;
}
#accordion .panel-title a { text-decoration:none;}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333 !important;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #efad4e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.button-buy:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #da3831;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
    border: solid 2px #fff;
}

.button-buy:hover:before {
    width: 100%;
}

.button-buy:hover {
    color: #fff;
    text-decoration: none;
	cursor:pointer;
}

.button-buy {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10rem;
    color: #000;
    font-weight: 600;
    float: right;
    margin: 14px 20px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
    -moz-box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
    box-shadow: -6px 0px 10px -3px rgba(0,0,0,0.31);
}

.button-buy:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10rem;
    z-index: -2;
}

/*.acc-title{
	background:#fba935 !important;
	border-radius:0; 
	font-size:20px !important;
	font-weight: 600 !important;
}
.panel-body img{ margin:0 15px 15px 0;}
.panel-body strong{ color:#000;} */
