.buy-process-wrap{background:#f6f8f9;position:relative;padding-bottom:100px;}
.buy-process-wrap:before{content:'';position:absolute;top:202px;left:0;width:100%;height:39px;background-color:#016ab2;color:#fff;}
.buy-process-items{display:flex;margin:auto;overflow:visible;}
.buy-process-item{flex-grow:1;flex-basis:0;position:relative;text-align:center;height:456px;margin:0 6px;}
.buy-process-item:nth-child(odd) .text-wrap, .buy-process-item:nth-child(even) .icon-wrapper{position:absolute;top:52px;left:0;right:0;height:150px;text-align:center;}
.buy-process-item:nth-child(even) .icon-wrapper{top:0;height:202px;}
.buy-process-item h4{font-size:17px;color:#016ab2;text-transform:uppercase;position:absolute;width:100%;margin-bottom:0;}
.buy-process-item:nth-child(odd) h4{bottom:22px;}
.buy-process-item:nth-child(even) h4{top:22px;}
.buy-process-item p{position:absolute;font-size:13px;color:#616161;margin-bottom:0;width:100%;line-height:1.6;}
.buy-process-item:nth-child(odd) p{bottom:56px;}
.buy-process-item:nth-child(even) p{top:56px;}
.buy-process-item span{position:absolute;top:211px;left:50%;transform:translate(-50%);-webkit-transform:translate(-50%);font-size:25px;color:rgba(255,255,255,0.65);font-weight:600;}
.buy-process-item.featured span{color:#fff;}
.buy-process-item:nth-child(odd) .icon-wrapper, .buy-process-item:nth-child(even) .text-wrap{position:absolute;bottom:49px;left:0;right:0;height:166px;}
.buy-process-item.featured:nth-child(odd) .icon-wrapper{height:215px;bottom:0;}
.buy-process-item .icon-wrapper:before{content:'';position:absolute;top:0;bottom:0;left:50%;width:6px;background-color:#016ab2;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);}
.buy-process-item i{position:absolute;left:50%;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);width:90px;height:90px;font-size:40px;color:#fff;border-radius:50%;background-color:#016ab2;}
.buy-process-item i:hover{position:absolute;left:50%;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);width:90px;height:90px;font-size:40px;color:#016ab2;border-radius:50%;background-color:#ffffff;border:1px solid #016ab2;}
.buy-process-item.featured i{background-color:#fff !important;color:#016ab2;border:4px solid;}
.buy-process-item:nth-child(odd) i{bottom:0;}
.buy-process-item:nth-child(even) i{top:0;}
.buy-process-item i:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
@media only screen and (min-width:1281px){.buy-process-items{width:1186px;}
.buy-process-item h4{font-size:18px;}
.buy-process-item.featured:nth-child(odd) .text-wrap:before, .buy-process-item.featured:nth-child(even) .text-wrap:before{content:'';position:absolute;width:180%;height:133%;background-color:#fff;}
.buy-process-item.featured:nth-child(odd) .text-wrap:before{top:-33%;left:-40%;-moz-border-radius:1000px 1000px 0 0;-webkit-border-radius:1000px 1000px 0 0;border-radius:1000px 1000px 0 0;color:black;font-weight:600;}
.buy-process-item.featured:nth-child(even) .text-wrap:before{bottom:-33%;left:-40%;-moz-border-radius:0 0 1000px 1000px;-webkit-border-radius:0 0 1000px 1000px;border-radius:0 0 1000px 1000px;color:black;font-weight:600;}
}
@media only screen and (min-width:961px) and (max-width:1280px){.buy-process-items{width:920px;}
.buy-process-item h4{font-size:15px;}
.buy-process-item p{font-size:12px;}
}
@media only screen and (max-width:767px){.buy-process-items{display:block;}
.buy-process-wrap:before, #wrap .buy-process-item .text-wrap, #wrap .buy-process-item .icon-wrapper{position:static;height:auto;}
#wrap .buy-process-item span{top:150px;font-size:150px;color:#00c2e5;opacity:.12;}
.buy-process-item{height:auto;padding:115px 20px 60px;overflow:hidden;}
.buy-process-item .icon-wrapper:before , .buy-process-item h4, .buy-process-item p{position:static;margin-bottom:10px;}
#wrap .buy-process-item i{top:0;}
.buy-process-item p{padding-left:7%;padding-right:7%;}
}


.md-padding{padding-top:30px;padding-bottom:0px;}
.header{background-color:#fff;border:0;margin-bottom:0;}


.mb0{margin-bottom:0px!important;}
.mb50{margin-bottom:50px;}
.mt50{margin-top:50px;}
.mb70{margin-bottom:70px;}
.mt70{margin-top:70px !important;}
.mb80{margin-bottom:80p!important;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mb13{margin-bottom:13px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mt10{margin-top:10px;}
.mb-0{margin-bottom:0px;}
.pt160{padding-top:160px;}
.pt80{padding-top:80px;}
.pb80{padding-bottom:80px;}
.pr80{padding-right:80px;}
.pl80{padding-left:80px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.pt50{padding-top:50px;}
.pr50{padding-right:50px;}
.pl50{padding-left:50px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}


.animate-border {
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  background: #ff9100; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 
	
	.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* Footer */

section {
    padding: 60px 0 30px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    /*background: #007b5e !important;*/

background: linear-gradient(90deg, rgba(9,138,147,1) 30%, rgba(30,153,161,1) 65%, rgba(3,64,69,1) 100%);
}
#footer h3{
	padding-left: 10px;
    padding-bottom: 6px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h3 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/*Top Bar Custom and Responsive added */

@media only screen and (max-width: 600px) {
    .top-bar{
        display: none;
    }
    .margin{
		margin-top:0px !important;
		}
	.bgline{display:none;}
	#footer h3{
		margin-top:25px;
		padding-left: 10px;
		padding-bottom: 6px;
		color:#ffffff;
	}
}

.margin{margin-top:20px;}

.bgline{padding-top:15px;}

.top-bar{
	background: #393939;
}