.nav-link {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.section_head {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}


.price-box {
  margin: 0 auto;
  background: #E9E9E9;
  border-radius: 10px;
  padding: 40px 15px;
  /*width: 500px;*/
}

.ui-widget-content {
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  color: #222222;
  margin-top: 4px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 7.2em;
  height: 2.7em;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center; 
  line-height: 30px;
  color: #FFFFFF;
  font-size: 12px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #FFFFFF;
  margin: 0 1px; 
  font-size: 11px;
  opacity: 0.7;
}

.ui-corner-all {
  border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #f9f9f9;
  background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.price, .lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 60px;
  border:0;
  width: 245px;
}

h4.great {
  background: #ffbb00;
  margin: 0 0 25px -60px;
  padding: 7px 15px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  -moz-box-shadow:    2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
  border-bottom: 1px solid #7f8c8d;
  /*display: inline;
  padding: 10px 5px;*/
  position: relative;
  padding-bottom: 20px;
}

.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}

.price-slider {
  margin-bottom: 70px;
}

.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.form-pricing {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.price-form {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #eeeeee;
  min-height: 520px;
  border-radius: 4px;
  /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
  margin-bottom: 0;
}

.form-group span.price {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}

.help-text {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #737373;
  /*position: absolute;*/
  /*margin-left: 20px;*/
  font-weight: 200;
  /*text-align: right;*/
  width: 188px;
}

.price-form label {
  font-weight: 200;
  font-size: 21px;
}

img.payment {
  display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
  background: #2980b9;
}

.active-month,
.active-term {
  background: black;
  color: white;
}

/* HR */

hr.style {
  margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
.comparison {
  max-width:940px;
  margin:0 auto;
  font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
  padding:10px;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}

.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
}
  
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#009E2C;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#ff5406;
}

.comparison .price-now span {
  font-size:32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;
  
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
}
}
.taka{
  font-size: 20px;
}
.icon-bar a{
  position: fixed;
  top: 60%;
  left: 92%;
  border-radius: 50%;
 

  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);

  z-index: 9999;
  transform: rotate(-11deg);
}
.icon-bar a{
text-decoration:none;
color:black;
}
.icon-bar a:hover{

text-decoration:none;
color:white;
transform: rotate(0deg);
}
.icon-bar a:hover{
    background:rgb(247, 187, 24);
    color:black;
    border-radius: 50%;
  

  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
/* Floting Button    */

.icon-bar2 a{
  position: fixed;
  top: 75%;
  left: 92%;
  border-radius: 50%;
  

  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);

  z-index: 9999;
  transform: rotate(-11deg);
}
.icon-bar2 a{
text-decoration:none;
color:black;
}
.icon-bar2 a:hover{

text-decoration:none;
color:white;
transform: rotate(0deg);
}
.icon-bar2 a:hover{
    background:rgb(247, 187, 24);
    color:black;
    border-radius: 50%;
  

  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}


@media only screen and (max-width: 600px) {
  .icon-bar a{
    position: fixed;
    top: 60%;
    left: 77%;
    border-radius: 50%;
   
  
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  
    z-index: 9999;
    transform: rotate(-11deg);
  }
  .icon-bar a{
  text-decoration:none;
  color:black;
  }
  .icon-bar a:hover{
  
  text-decoration:none;
  color:white;
  transform: rotate(0deg);
  }
  .icon-bar a:hover{
      background:rgb(247, 187, 24);
      color:black;
      border-radius: 50%;
    
  
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  
  
  .icon-bar2 a{
    position: fixed;
    top: 75%;
    left: 77%;
    border-radius: 50%;
    
  
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  
    z-index: 9999;
    transform: rotate(-11deg);
  }
  .icon-bar2 a{
  text-decoration:none;
  color:black;
  }
  .icon-bar2 a:hover{
  
  text-decoration:none;
  color:white;
  transform: rotate(0deg);
  }
  .icon-bar2 a:hover{
      background:rgb(247, 187, 24);
      color:black;
      border-radius: 50%;
    
  
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  




}


.aboutus-section {
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
 
  background: #fff;
  padding-top: 30px;
   padding-bottom: 30px;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: #3e4450;
  font-family: "poppins", sans-serif;
}

#hero h2 {
  color: #858ea1;
  margin: 10px 0  30px 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "poppins", sans-serif;
}



#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 8px 35px 8px 25px;
  transition: 0.5s;
  margin-left: 10px;
  color: #5f687b;
  position: relative;
}

#hero .btn-watch-video i {
  color: #949cac;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 8px;
}

#hero .btn-watch-video:hover i {
  color: #16df7e;
}



@media (max-width: 991px) {
  #hero {
   
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}



/* form */

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
  margin-top: 100px;
}

.features .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3b4ef8;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Raise
--------------------------------------------------------------*/
.raise {
  background: #466393;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: #fff;
  
}

.raise  .content {
  padding: 30px 30px 30px 0;
}

.raise  .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}

.raise  .content p {
  margin-bottom: 30px;
}

.raise  .content .about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.raise  .content .about-btn i {
  font-size: 14px;
}

.raise  .content .about-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.raise  .icon-boxes .icon-box {
  margin-top: 30px;
}

.raise  .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b6bdfc;
  margin-bottom: 10px;
}

.raise  .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.raise  .icon-boxes .icon-box p {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .raise  .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .raise  {
    text-align: center;
  }
}


/* Online Investor */

#container_pro{
	width:750px;
	height:800px;
	background:#eff3f7;
	margin:0 auto;
	font-size:0;
	border-radius:5px;
	overflow:hidden;
}
#container_pro aside{
	width:260px;
	height:800px;
	background-color:#3b3e49;
	display:inline-block;
	font-size:15px;
	vertical-align:top;
}
#container_pro main{
	width:490px;
	height:800px;
	display:inline-block;
	font-size:15px;
	vertical-align:top;
}

#container_pro aside header{
	padding:30px 20px;
}
#container_pro aside input{
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 50px 0 20px;
	background-color:#5e616a;
	border:none;
	border-radius:3px;
	color:#fff;
	background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
	background-repeat:no-repeat;
	background-position:170px;
	background-size:40px;
}
#container_pro aside input::placeholder{
	color:#fff;
}
#container_pro aside ul{
	padding-left:0;
	margin:0;
	list-style-type:none;
	overflow-y:scroll;
	height:690px;
}
#container_pro aside li{
	padding:10px 0;
}
#container_pro aside li:hover{
	background-color:#5e616a;
}
#container_pro h2,h3{
	margin:0;
}
#container_pro aside li img{
	border-radius:50%;
	margin-left:20px;
	margin-right:8px;
}
#container_pro aside li div{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
}
#container_pro aside li h2{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}
#container_pro aside li h3{
	font-size:12px;
	color:#7e818a;
	font-weight:normal;
}

#container_pro .status{
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	margin-right:7px;
}
#container_pro .green{
	background-color:#58b666;
}
#container_pro .orange{
	background-color:#ff725d;
}
#container_pro .blue{
	background-color:#6fbced;
	margin-right:0;
	margin-left:7px;
}

#container_pro main header{
	height:110px;
	padding:30px 20px 30px 40px;
}
#container_pro main header > *{
	display:inline-block;
	vertical-align:top;
}
#container_pro main header img:first-child{
	border-radius:50%;
}
#container_pro main header img:last-child{
	width:24px;
	margin-top:8px;
}
#container_pro main header div{
	margin-left:10px;
	margin-right:145px;
}
#container_pro main header h2{
	font-size:16px;
	margin-bottom:5px;
}
#container_pro main header h3{
	font-size:14px;
	font-weight:normal;
	color:#7e818a;
}

#container_pro #chat{
	padding-left:0;
	margin:0;
	list-style-type:none;
	overflow-y:scroll;
	height:535px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
#container_pro #chat li{
	padding:10px 30px;
}
#container_pro #chat h2,#chat h3{
	display:inline-block;
	font-size:13px;
	font-weight:normal;
}
#container_pro #chat h3{
	color:#bbb;
}
#container_pro #chat .entete{
	margin-bottom:5px;
}
#container_pro #chat .message{
	padding:20px;
	color:#fff;
	line-height:25px;
	max-width:90%;
	display:inline-block;
	text-align:left;
	border-radius:5px;
}
#container_pro #chat .me{
	text-align:right;
}
#container_pro #chat .you .message{
	background-color:#58b666;
}
#container_pro #chat .me .message{
	background-color:#6fbced;
}
#container_pro #chat .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
}
#container_pro #chat .you .triangle{
		border-color: transparent transparent #58b666 transparent;
		margin-left:15px;
}
#container_pro #chat .me .triangle{
		border-color: transparent transparent #6fbced transparent;
		margin-left:375px;
}

#container_pro main footer{
	height:155px;
	padding:20px 30px 10px 20px;
}
#container_pro main footer textarea{
	resize:none;
	border:none;
	display:block;
	width:100%;
	height:80px;
	border-radius:3px;
	padding:20px;
	font-size:13px;
	margin-bottom:13px;
}
#container_pro main footer textarea::placeholder{
	color:#ddd;
}
#container_pro main footer img{
	height:30px;
	cursor:pointer;
}
#container_pro main footer a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#6fbced;
	vertical-align:top;
	margin-left:333px;
	margin-top:5px;
	display:inline-block;
}


/* Help Page Form*/

.help{
	
	
		margin-bottom:200px;
	}
.help .col-md-3{
		background: rgb(255, 193, 7);
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.help-info{
		margin-top:10%;
	}
	.help-info img{
		margin-bottom: 15%;
	}
	.help-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 3%;
		border:2px solid rgb(255, 193, 7);
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.help-form label{
		font-weight:600;
	}
	.help-form button{
	
		
		font-weight: 600;
		width: 25%;
	}
	.help-form button:focus{
		box-shadow:none;
	}
	
	/* E-shop Price Table Start */
.pricingTable{
    background: #4ec2f4;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px 20px;
    margin: 50px 0 0;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.pricingTable:after{
    content: "";
    background: #26a9f9;
    width: 100%;
    height: 60%;
    transform: translateY(-50%);
    position: absolute;
    top: 230px;
    left: 0;
    z-index: -2;  
    clip-path: polygon(0 45%, 100% 0%, 100% 100%, 0 65%);
}
.pricingTable .pricingTable-header{ padding: 15px; }
.pricingTable .icon{
    color: #fff;
    background: #22a2f6;
    font-size: 30px;
    width: 100px;
    padding: 7px 0 2px;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: -50px;
    left: 50%;
}
.pricingTable .price-value{
    color: #fff;
    background: linear-gradient(to right,#4ec2f4,#26a9f9);
    font-weight: 600;
    height: 140px;
    width: 140px;
    padding: 35px 5px 0;
    margin: 0 auto;
    border: 15px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value:before{
    content: "";
    background: linear-gradient(to right,#26a9f9,#4ec2f4);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.pricingTable .price-value .currency{
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
}
.pricingTable .pricing-content{
    background-color: #fff;
    padding: 15px 0 20px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.pricingTable .title{
    color: #26a9f9;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0 0 12px;
    position: relative;
}
.pricingTable .pricing-content ul li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content ul li:before{
    content: "\f00c";
    color: #fff;
    background: #26a9f9;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    background: #d1d1d1;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: #26a9f9;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 15px 15px;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -7px 0 rgba(0,0,0,0.1);
}
.pricingTable.yellow{ background: #fdbe0e; }
.pricingTable.yellow:after,
.pricingTable.yellow .icon,
.pricingTable.yellow .pricing-content ul li:before,
.pricingTable.yellow .pricingTable-signup a{
    background: #faa20c;
}
.pricingTable.yellow .price-value{ background: linear-gradient(to right,#fdbe0e,#faa20c); }
.pricingTable.yellow .price-value:before{ background: linear-gradient(to right,#faa20c,#fdbe0e); }
.pricingTable.yellow .pricing-content li.disable:before{ background: #d1d1d1; }
.pricingTable.yellow .title{ color: #faa20c; }
 
.pricingTable.pink{ background: #f42c68; }
.pricingTable.pink:after,
.pricingTable.pink .icon,
.pricingTable.pink .pricing-content ul li:before,
.pricingTable.pink .pricingTable-signup a{
    background: #e20845;
}
.pricingTable.pink .price-value{ background: linear-gradient(to right,#f42c68 ,#e20845); }
.pricingTable.pink .price-value:before{ background: linear-gradient(to right,#e20845,#f42c68 ); }
.pricingTable.pink .pricing-content li.disable:before{ background: #d1d1d1; }
.pricingTable.pink .title{ color: #e20845; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 80px; }
}

	/* E-shop Price Table End */
	
	
/* Buy Now pop up  form Start*/

.form-container{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.form-container .form-icon{
    color: #fff;
    background: linear-gradient(to right, #FDC006, #FEB101);
    font-size: 50px;
    line-height: 110px;
    width: 110px;
    height: 110px;
    margin: 0 auto -55px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.form-container .form-horizontal{
    background: linear-gradient(45deg,#fff 50%, #f9f9f9 50%);
    background-size: 20px 20px;
    padding: 75px 40px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.form-horizontal .title{
    color: #4F4F4F;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 25px;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
}
.form-horizontal .title:before,
.form-horizontal .title:after{
    content: "";
    background: #4F4F4F;
    width: 15px;
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.form-horizontal .title:after{
    left: auto;
    right: 0;
}
.form-horizontal .form-group{ margin: 0 0 15px; }
.form-horizontal .form-group:last-of-type{
    border-top: 2px solid #e5e5e5;
    padding: 15px 15px 0;
    margin: 0 -40px 0;
}
.form-horizontal .form-control{
    background: #E6E6E6;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 30px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    border-top: 4px solid #CECECE;
    border-left: 4px solid #CECECE;
}
.form-horizontal .form-control:focus{ box-shadow: none; }
.form-horizontal .form-control::placeholder{ color: #6C6C6C; }
.form-horizontal .signup{
    color: #58523C;
    background-color: #FEC107;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.1) inset;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-horizontal .signup:hover,
.form-horizontal .signup:focus{
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) inset,0 0 10px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 359px){
    .form-container .form-horizontal{
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-horizontal .form-group:last-of-type{
        padding: 15px 15px 0;
        margin: 0 -20px 0;
    }
}

/* Buy Now pop up  form End*/


/* Business proposal form Start*/
.form-container-business{
    font-family: 'poppins', sans-serif;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.form-container-business:after{
    content: '';
    background-color: rgb(255, 193, 7);
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.form-container-business .form-horizontal-business{
    background-color: #fff;
    padding: 15px 0;
}
.form-container-business .form-horizontal-business .heading{
    color: rgb(255, 193, 7);
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.form-container-business .form-horizontal-business span{
    color:rgb(84, 84, 84);
    font-size: 18px;
    margin: 0 0 30px 0;
    display: block;
}
.form-container-business .form-horizontal-business .form-group{
    width: 80%;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: none;
    position: relative;
}
.form-container-business .form-horizontal-business .form-group:nth-child(5){
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 0 auto 15px;
}
.form-container-business .form-horizontal-business i.icon{
    color: rgba(0,0,0,0.2);
    font-size: 23px;
    transform: translateY(-50%);
    position: absolute;
    left: 8px;
    top: 50%;
}
.form-container-business .form-horizontal-business .form-control{
    
    font-size: 15px;
    padding: 10px 8px 10px 40px;
    border: none;
}
.form-container-business .form-control::placeholder{ color: rgba(0,0,0,0.5); }
.form-container-business .form-horizontal-business .form-control:focus{ box-shadow: none; }
.form-container-business .form-horizontal-business .btn{
    color: #fff;
    background-color: rgb(255, 193, 7);
    padding: 3px 7px;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.form-container-business .form-horizontal-business .btn:hover{
    color: rgb(255, 193, 7);
    background-color: #fff;
    border: 2px solid rgb(255, 193, 7);
}
.form-container-business .login-form ul{
    list-style: none;
    padding: 25px 0;
    margin: 0;
}
.form-container-business .login-form ul li{
    margin: 0 5px;
    display: inline-block;
}
.form-container-business .login-form ul li:first-child{ border-right: 1px solid #fff; }
.form-container-business .login-form ul li a{
    color: #fff;
    padding: 0 10px 0 0;
    transition: all 0.5s;
}
.form-container-business .login-form ul li a:hover{ text-decoration: underline; }
@media screen and (max-width: 576px){
    .form-container-business{ padding: 0 10px; }
    .form-container-business .form-horizontal-business span{ font-size: 15px; }
    .form-container-business .form-horizontal-business .form-group{ width: 90%; }
}

/* Business proposal form Start*/



