

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

.approved {
	float: left;
	margin-right: 18px;
}
.purchase_now {
  padding: 8px 0;
  background: #961a1d;
  margin-top: 10px;
}
.purchase_text > h3 {

  font-size: 19px;
  color: #fff;
  padding-top: 7px;
  line-height: 27px;
  font-family: 'Fira Sans Condensed', sans-serif;
}


.col-md-10.p-t {
    padding-left: 27px;
}
.what-we-do{
   margin-bottom: 75px;
}
.offer-tab {
  margin-top: 44px;
  width: 166px;
  margin-left: -18px;
  box-shadow: rgba(19, 19, 34, 0.52) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.offer-tab li {
  border-bottom: 1px solid #2b2a2a;
}
.offer-tab li.active .offer-icon {
  background: #0e5cad none repeat scroll 0 0;
}
.offer-tab li:last-child{border-bottom:none;}
.offer-tab li a{}
.offer-list {
  background: #b5ab57 none repeat scroll 0 0;
  overflow: hidden;
	height: 75px;
}
.offer-tab li.active .offer-list{background:none;
box-shadow:0 0 13px 0.7px rgba(0, 0, 0, 0.1);
	height: 75px;
}
.offer-icon {
  float: left;
  height: 75px;
  width: 8px;
  text-align: center;
  line-height: 70px;
}
.offer-tab li.active .offer-icon i{
  color: #fff;
}
.offer-icon i {
  color: #929292;
  font-size: 44px;
}
.offer-text {
  overflow: hidden;
  position: relative;
}
.offer-text::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 38px;
  position: absolute;
  top: 20px;
  width: 2px;
} 
.offer-text > span {
  color: #fff;
  display: inline-block;  
  font-weight: 500;
  margin-left: 30px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-top: 20px;
}
.offer-tab li.active .offer-text > span{color:#000;}
.offer-wrapper.ptb-100 {
  background-size: cover;
}
.offer-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 2647px;
}
.tab-menu > li {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.tab-menu > li:last-child{margin-bottom:0;}
.tab-menu > li::before {
  color: #ff6600;
  content: "ïˆ";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 15px;
}
.offer-content {
  padding: 20px 6px;
}
.tab-content {
    margin-top: 44px;
    margin-left: -93px;
    width: 931px;
}
.offer-content p {
  color: #555;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px; 
  padding: 0 7px; 
	
}
p.head-offer {
    font-size: 21px;
    color: #009369;
    font-weight: bold;
    margin-top: 28px;
}
.offer-content > a {
  color: #ff6600;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  margin-top: 35px;
  padding-bottom: 5px;
  text-transform: uppercase;
  position:relative;
  transition:.3s;
}
.offer-content > a::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.offer-content > a::after{width:0;background:red}
.offer-content > a:hover:after{width:100%;}
.offer-content > a:hover{color:#ff6600;border-color:#ff6600;}

.paralist {
    padding-left: 27px;
}
.paralist li {
    list-style: disc;
    line-height: 25px;
    text-align: justify;
}
.paralist1 li {
    list-style: disc;
    line-height: 33px;
    text-align: justify;
    border-bottom: 1px dotted #ccc;
}
.paralist-3 {
    padding-left: 9px;
}
.paralist-3 li {
    list-style: disc;
    line-height: 33px;
    border-bottom: 1px dotted #ccc;
}
.offer-content img
{
	width: 96%;
	margin-left: 9px;
	padding: 10px 9px 12px 1px;
}
.about-img1 img
{
	width: 100%;
}
.about-img1 {
    position: relative;
    overflow: hidden;
}
.about-img1:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: 9px;
    opacity: .7;
    top: 8px;
    background-size: 100% 100%;
    z-index: 2;
}
.about-img1:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
    background-size: 100% 100%;
    z-index: 2;
    opacity: .7;
}
.about-img1 > div {
    width: 85%;
    height: 85%;
    border: 1px solid rgba(212,175,55,0.3);
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    left: 21px;
    bottom: 20px;
}
/* End About page sidebar*/





















