1.view-aut-btn {
	/*position: absolute;
        display: block;
        margin: 0px 15px;
        bottom: 8px;
        padding: 0px 10px;*/
	bottom: 8px;
	width: 80%;
	left: 10%;
	padding: 0px 10px;
}

.global-leader {
	margin-bottom: 10px;
}

.fixP {
	font-size: 15px;
	margin-bottom: 8px;
	display: inline-block;
	padding: 5px 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
	.gp .col {
		flex-basis: auto;
	}
}


/*.bd-example > .list-group {
        max-width: 400px;
    }

    .list-group-flush {
        border-radius: 0;
    }
        .list-group-flush > .list-group-item {
            border-width: 0 0 1px;
        }

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: .75rem 1.25rem;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
    }*/

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 0.15rem;
	margin-bottom: -1px;
	font-weight: 500;
	color: #6d6d6d;
	background-color: transparent;
	border: none;
}

p.fixP {
	font-size: 15px;
	margin-bottom: 14px;
}

p.fixP {
	font-size: 15px;
	margin-bottom: 8px;
	background-color: #eee;
	display: inline-block;
	padding: 5px 10px;
}

p.fixP b {
	color: #008dd1;
}

p.fixP+br+p.fixP {
	font-size: 15px;
	margin-bottom: 8px;
	background-color: #eee;
	display: inline-block;
	padding: 5px 10px;
}

p.fixP+br+p.fixP>b {
	color: #008dd1;
}

h2.txtCOlr {
	color: #283d50;
}

.marbtn {
	margin: 10px 15px 0 0;
}

.f-reason img {
	width: auto;
}

.gp .col-md-4 {
	border: 1px solid #eeeeee;
	padding: 15px;
	margin: 10px 15px;
	max-width: calc(33.333333% - 30px);
}

.price-hover {
	opacity: 0;
}

.gp .col-md-4:hover .price-hover {
	opacity: 1;
}

.aboutText {
	margin: 20px 20px 10px 20px;
	text-align: left;
}

.mtGlob {
	margin-bottom: 20px;
}

.quotePick {
	font-size: 16px;
	display: block;
	font-style: italic;
	text-align: left;
	padding: 10px 0 10px 21%;
	width: 100%;
	margin: 0 auto 25px 2px;
	background-color: rgb(214, 234, 255);
	border: 1px solid rgb(214, 234, 255);
	box-shadow: 0 5px 3px -3px #666;
}

.quotePick b {
	font-weight: bold;
}
.new-usp {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.new-usp .set {
    background: #eeeeee;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    padding: 15px;
    max-width: 20%;
    flex: 2 0 25%;
}
.new-usp .set:last-child {
    border-right: none;
}
.new-usp .set h3 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #343434;
    text-align: center;
    margin: 15px 0 0;
    min-height: 65px;
}
.new-usp .set h3 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
@media (max-device-width :996px) {
	.quotePick {
		padding: 10px 0 10px 10px;
	}
}

@media (max-device-width :767px) {
	.gp .col-md-4 {
		max-width: calc(50% - 30px);
	}
	
}

@media (max-device-width :480px) {
	.gp .col-md-4 {
		max-width: 100%;
	}
	.new-usp .set {
		max-width: 50%;
		flex: 0 0 50%;
		padding: 10px 15px 0;
	}
	.new-usp .set img {
		width: 60px;
	}
	.new-usp .set h3 {
		font-size: 14px;
		min-height: 40px;
	}
	.new-usp .set h3 span {
		font-size: 12px;
	}
}

figure {
	margin: 0 auto !important;
}