/* Country */
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 0px;
   
    padding: 5px;
	text-decoration: none;
  }
  
  .grid-container > div {
   
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
  }
  .item1{
	  color: #000;
	  

  }
  /* End Country */



.bc1{border:1px solid red;}
.bc2{border:1px solid green;}
.bc3{border:1px solid yellow;}
.bc4{border:1px solid blue;}
.bc5{border:1px solid black;}

.h-100vh{
	height:100vh;
}


html,body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
	font-family: 'Raleway', sans-serif;
	
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}

a:hover{
	text-decoration:none;
}

/*********** Main Css Starts from here *****/
.header1{
	background:transparent;
	transition:500ms ease;
	/* background-color: #1f3135; */
	color: #fff;
	/* background-color: rgba(51,51,51,.85); */

}


.header{
	background:transparent;
	transition:500ms ease;
	background-color: rgba(51,51,51,.85);
}

.topMargin{
	margin-top:90px;
}

.header.scrolled{
  background:#ffffff;
  transition:500ms ease;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.scrolled .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.scrolled .logo #logo{
	background-image:url('../images/logo.png');
}

.scrolled .navbar-light .navbar-nav .show > .nav-link, .scrolled .navbar-light .navbar-nav .active > .nav-link, .scrolled .navbar-light .navbar-nav .nav-link.show, .scrolled .navbar-light .navbar-nav .nav-link.active {
    background: rgba(249, 25, 66, 0.06);
	color: rgba(249, 25, 66, 1);
	
}

.scrolled .navbar-light .navbar-nav .nav-link:hover, .scrolled .navbar-light .navbar-nav .nav-link:focus {
    background: rgba(249, 25, 66, 0.06);
	color: rgba(249, 25, 66, 1);
}

.rotate180::after{
	transform:rotate(180deg);
	transition:0.3s ease;
}

.logo{
    width: 140px;
    transform: translate3d(0,0,0);
}


.logo #logo{
    width: 140px;
	height:47px;
    transform: translate3d(0,0,0);
	background-image:url('../images/logo2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	
}


	
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}



.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    background: #f91942;
	color: rgba(255, 255, 255, 1);
	border-radius:20px;
	
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
	padding:0.35rem 0.75rem;
	transition:0.3s;
	border-radius:20px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    background: #f91942;
	color: rgba(255, 255, 255, 0.9);
	padding:0.35rem 0.75rem;
	border-radius:20px;
}



.main{
	
	background-image:url('../images/front-bg.jpg');
	display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100vh;
}
	
.main:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

body .main:before {
    background: rgba(51,51,51,.85);
}
	
.header{
	z-index:10;
	border-bottom: 1px solid rgba(255,255,255,.15);
}	
	
.typing-text{
	color:#ffffff;
	font-size:3rem;
	font-weight:400;
}

.second-line{
	color:#c1c1c1;
	font-size:1.5rem;
	font-weight:300;
}


@media screen and (min-width: 992px) {
	.dropdown .dropdown-menu {
		display:block;
		visibility:hidden;
		opacity:0;
		transition: all .3s ease-in;
		transform: translateY(30px);

	}
	
	.dropdown:hover .dropdown-menu {
		visibility:visible;
		opacity:1;
		transform: translateY(10px);
	}
}	




input, input[type=text], input[type=password], input[type=email], input[type=number], textarea, select {
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: gray;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}

.search-block {
    margin-top: 50px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 9px;
    max-height: 68px;
}

.my-form-control{
    flex: 1;
    border-right: 1px solid #e9e9e9;
    margin-top: 3px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
	width: 100%;
}



.my-form-control input, .my-form-control select, .my-form-control input:focus {
    font-size: 16px;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    box-shadow: none;
}

.cursor{
	cursor:pointer;
}

.my-btn-danger{
	background:#f91942;
	border-radius:30px;
	color:#ffffff;
	padding:0.7rem 3rem;
	font-weight:700;
}	

.my-btn-success	{
	border-radius:30px;
	padding:0.55rem 1.5rem;

}



a .icons-with-pills{
	background:rgba(255,255,255,.15);
	padding:0.5rem 0.75rem;
	margin:0 0.5rem;
	border-radius:20px;
	font-size:14px;
	color:#ffffff;
}

a .icons-with-pills:hover{
	background:rgba(255,255,255,1);
	color:rgba(0, 0, 0, 0.65);
	text-decoration:none;
}
	
.pop-categories{
	text-align:center;
}

.pop-categories a{
	color:#777777;
}

.pop-categories a:hover{
	color:#333333;
	text-decoration:none;
}

	
.pop-categories	hr{
	border-color:#f91942;
	margin:0 auto;
}


.pop-categories .img-container{
	padding:40px 30px;
	background:#f8f8f8;
	border-radius:5px;
	transition: all ease 0.3s;
	height:160px;
}

.pop-categories .img-container:hover{
	transform:translateY(-10px);
}

.pop-categories a:hover	.img-container{
	background:#f91942;
	transition: all ease 0.3s;
}

.pop-categories .cat{
	font-size: 16px;
	color:#777777;
	font-weight:500;
}

.pop-categories a:hover .cat{
	color:#ffffff;
}

svg {
  width: 40px;
  height: 40px;
}


.img-container:hover path {
  fill: #ffffff;
  transition: all ease 0.3s;
}

svg path {
  transition: all ease 0.3s;
}


footer{
	width:100%;
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding:30px 0;
	color:#707070;
}

.footer-logo img{
	width:140px;
}

.about-text{
	text-align:justify;
	line-height:1.7;
	font-size:16px;
}

.quick {
    font-size: 1.5rem;
    color: #f91942;
}


.links a {
    font-size: 16px;
    transition: 0.3s;
	color:#707070;
	line-height:1.7;
}



.links a:hover {
    color: #f91942;
    padding-left: 0.5rem;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}



/************ Listing Page CSS ***********/
.listing-page{
	margin-top: 40px;
}

.listing-page, .listing-page a{
	color:#333333;
}

.img-block img{
	width:300px;
	height:200px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.block-2{
	background:#f7f7f7;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cus-name{
	font-size:1.5rem;
	font-weight:400;
}

.cus-addr{
	color:#707070;
}

.right-ani{
	transition:transform 0.3s;
	border-radius:5px;
}

.right-ani:hover{
	transform: translate3d(5px, 0, 0);
}

/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
  display: flex;
}

.star-rating {
  align-items: center;
  font-size: 1rem;
}

.back-stars {
  color: #dadada;
  position: relative;
  /*text-shadow: 4px 4px 10px #843a3a;*/
}

.front-stars {
  color: #ffc600;
  overflow: hidden;
  position: absolute;
  /*text-shadow: 2px 2px 5px #d29b09;*/
  top: 0;
  transition: all 0.5s;
}













.star{
  background: transparent;
  border: solid 2px #bb5252;
  color: #fff;
  font-size: 1.5em;
  height: 50px;
  width: 60px;
  text-align: center;
  margin-top: 50px;
  margin-right: 10px;
}

.star:focus {
  outline: none;
}

.percent {
  color: #bb5252;
  font-size: 1.5em;
}

/*---------- star rating ----------*/

.review{
	color:#9a9a9a;
}

.tag-heading{
	font-size: 1.5rem;
    font-weight: 400;
	text-align:center;
}

.tag-block{
	border:1px solid #d6d6d6;
	border-radius:10px;
	margin-bottom:15px;
}

.tags-section{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags{
	font-size:13px;
	border:1px solid #f7f7f7;
	border-radius:20px;
	padding:5px 10px;
	margin:0 5px 5px 0;
	background:#f7f7f7;
}

.tags:hover{
	background:#f91942;
	color:#ffffff;
}

.landing.tags-section .tags{
	color:#ffffff;
	border-color:#ffffff;
	cursor:pointer;
	background:transparent;
}

.landing.tags-section .tags:hover{
	background:#f91942;
	border-color:#ffffff;
}

.listing-page hr{
	border-color:#f91942;
}


.bt-pad{
	padding:0.55rem 1.5rem!important;
}


/************ Listing Page CSS ***********/








/************ LANDING Page CSS ***********/

.text-slider .carousel-item{
	font-size:1.8rem;
	text-align:center;
	font-weight:400;
	color:#ffffff;
}



/*form styles*/
#msform {
	margin: 20px auto;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 5%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform select{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 15px;
	height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

fieldset .my-btn-success{
	margin:0 auto;
	display: block;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f91942;
    background-color: #f91942;
}

.myform input, .myform select {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 15px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.modal .myclose {
    position: absolute;
    z-index: 1;
    right: 25px!important;
    top: 25px!important;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(193,193,193,.3)!important;
    border-radius: 50%;
    font-size: 2rem;
	font-weight:700;
    padding: 0;
}

.myclose:hover {
    color: #f91942;
    text-decoration: none;
}

.myclose:focus {
    outline: 0;
    box-shadow: 0 8px 17px 0 rgba(211,47,48,0.2), 0 6px 20px 0 rgba(211,47,48,0.19);
}



.header-contact{
	color:#ffffff;

}

.scrolled .header-contact{
	color: rgba(0, 0, 0, 0.9);

}

.header-contact .mob{
	font-size:1.5rem;
	font-family: 'Poppins', sans-serif;	
	letter-spacing: 2px;
	line-height:1.5;
}

.header-contact .fa-phone-volume{
	color:#f91942;
}

.header-contact .fa-whatsapp{
	color:#50ff78;
}

.mobileNumber{
	font-size:1.5rem;
	font-family: 'Poppins', sans-serif;	
	letter-spacing: 2px;
	line-height:1.5;
}

/************ LANDING Page CSS ***********/




/************ Profile Page CSS ***********/


.mytab{
	padding:0.5rem 1rem;
	margin:auto 1rem auto 0;
	cursor:pointer;
	
}

.mytab.active{
	font-weight:700;
	border-bottom:3px solid #f91942;
}


.box-wrapper{
	border: 1px solid #d6d6d6;
    border-radius: 10px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}


.addr .head{
	color:#333333;
	font-weight:bold;
	padding-bottom:0.35rem;
	font-size:1rem;
	text-transform: uppercase;
}

.addr .head i, .mobile i{
	color:rgba(51,51,51,0.3);
}

.content-line{
	color:rgba(51,51,51,1);
	font-size:14px;
	font-weight:400;
}

.business-profile h5, .business-about h5, .business-review h5{
	font-weight:600;
	border-bottom:1px solid #d6d6d6;
}

.num{
	font-size:2.5rem;
	color: #dddddd;
	position:relative;
	bottom:0.4rem;
}

.my-border-right{
	border-right: 1px solid #d6d6d6;
    height:180px;
    position: relative;
    right: 50%;
}

.public-reviews{
	border-top: 1px solid #d6d6d6;
}

.public-reviews .user-img img{
	border-radius:50%;
}	

.cust-review-text{
	font-size:14px;
	font-weight: 400;
	color: #636363;
	line-height:1.9;
}

/************ Profile Page CSS ***********/






@media (max-width: 991px){
	
	.main{
		height: auto;
	}

	.navbar-nav{
		flex-direction:row;
	}
	
	.my-dropdown{
		max-width:150px;
	}
	
	.navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.my-btn-success	{
		border-radius:30px;
		padding:0.35rem 0.75rem;
	}
	

	.nav-item {
		margin:1px auto;
	}
	
	.typing-text {
		padding-top:65px;
		font-size: 2.1rem;
		display:block;
	}
	
	.txt-rotate{
		display:block;
	}
	
	.navbar-light .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 1);
		background:rgba(249, 25, 66, 1);
	}

	.scrolled .navbar-light .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 0.9);
	}
	
	.second-line {
		font-size: 1.3rem;
	}
	
	.h-100vh {
		height: 100%;
	}
	
	.search-block {
		margin-top: 10px;
		border-radius:0;
		width: 100%;
		background-color: transparent;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
		padding: 9px;
		max-height:100%;
	}
	
	.my-form-control {
		flex: 1;
		border-right:none;
		margin-top: 3px;
		position: relative;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		padding-top:0.5rem;
	}
	
	.my-form-control input, .my-form-control select, .my-form-control input:focus {
		font-size: 16px;
		border: none;
		background: #fff;
		margin: 0;
		padding: 8px;
		height: 44px;
		line-height: 44px;
		box-shadow: none;
	}
	
	.pop-categories .img-container {
		padding: 30px 20px;
		height: 140px;
	}
	
	footer{
		padding:20px 0;
	}
	
	.cus-name {
		font-size: 1.3rem;
	}
	
}







@media (max-width: 480px) {
	
	.navbar-brand{
		width: 100%;
		margin-right:0;
	}
	
	.logo {
		width: 120px;
		margin: 0 auto;
	}
	
	.logo #logo {
		width: 120px;
		height: 42px;
	}
	
	.navbar-collapse {
		padding-top:0.5rem
	}
	
	.topMargin{
		margin-top:150px;
	}
	
	.listing-page .title{
		font-size:1.5rem;
		margin-bottom:0;
	}
	
	.img-block img {
		width: 100%;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		border-bottom-left-radius: 0;
	}
	
	.block-2{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 0;
	}

	
	.pop-categories .img-container{
		height: 120px;
		padding:10px 5px;
	}
	
	.right-ani:hover{
		transform: scale(1.05);
		box-shadow: 
		0 2px 5px 0 rgba(0,0,0,0.16),
		0 2px 10px 0 rgba(0,0,0,0.12) !important;
	}
	
	svg {
	  width: 25px;
	  height: 25px;
	}
	
	.pop-categories .cat{
		font-size: 14px;
	}
	
	.text-slider .carousel-item {
		font-size: 1.2rem;
		height:60px;
	}
	
	footer{
		padding:10px 0;
	}
	
	.copyright{
		font-size:14px;
		

	}
	
	.cus-name {
		font-size: 1.2rem;
	}
	
}





@media (max-width: 375px){
	
	
	
	.pop-categories .img-container{
		height: 100px;
		padding:10px 5px;
	}
	
	.about-text {
		line-height: 1.5;
		font-size: 14px;
	}
	
	.links a {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.my-btn-danger {
		padding: 0.5rem 2.5rem;
	}

	 .my-btn-success{
		
		display: block;
		line-height: 1.4rem;
        margin: 0px 10px 7px 6px;
		margin-right: auto;
		
		
	
	}
    .address{
		font-size: 14px;
	}
	
	footer{
		padding:10px 0;
	}
	
	.copyright{
		font-size:14px;
	}
}







body {
    background: #eee
}
.like{
	text-align: center;
	font-size: large;
}

.like i{
	color: orange;
	width: 20px;
	
}
.btn{
	color: white;
	background-color: #f91942;
	border-radius: 20px;
	border: #f91942;
}
.btn:hover{
	background-color: #c71435;

}

.date {
    font-size: 11px
}

.comment-text {
    font-size: 12px
}

.fs-12 {
    font-size: 12px
}

.shadow-none {
    box-shadow: none
}

.name {
    color: #007bff
}

.cursor:hover {
    color: #f91942;
}

.cursor {
    cursor: pointer
}

.textarea {
    resize: none
}


/*************************** Model********************/


 

 .form-control{
	width: 150px;
	height: 60px;
}
.btn1{
	  color: #fff;
	  background: #f91942;
	  border: none;
	  height: 60px;
	  position: relative;
	  width: 90px;
	  
  }
  .btn1:hover{
	color: #fff;
	background: #b4243e;
	border:none;

  }
   .info {
	font-size: 15px;
	color: black;
	padding-left: 26px;
  }
  .info1 {
	font-size: 16px;
	color: rgb(163, 161, 161);
	padding-left: 26px;
	text-transform: uppercase;
  }
  
  @media screen and (max-width: 992px) {
	
  }
  
  @media screen and (max-width: 767px) {
	
  }





  


.pricingTable{
    color: #fff;
    background-color: #294046;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 0 15px 80px;
    position: relative;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background: #294046;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0% 0%);
}
.pricingTable:after{
    background: rgba(249, 25, 66, 1);
    width: 90%;
    height: 80px;
    transform: translateX(-50%);
    bottom: -80px;
    left: 50%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 50% 100%, 0% 25%);
}
.pricingTable .pricingTable-header{ padding: 15px 0 12px; }
.pricingTable .title{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 23px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    transform: translateY(-50%);
    /* position: absolute; */
    top: 50%;
    left: 0;
}
.pricingTable .title:after{
    left: auto;
    right: 0;
}
.pricingTable .price-value{
    background: rgba(249, 25, 66, 1);
    padding: 15px 0 13px;
    margin: 0 -15px;
    position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    background: linear-gradient(to right top, transparent 49%, #a31330 50%);
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.pricingTable .price-value:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.pricingTable .price-value .amount{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
}
.pricingTable .price-value .amount-sm{
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
    margin: -5px 0 0;
    display: inline-block;
}
.pricingTable .pricing-content{
    padding: 20px 0;
    margin: 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    background: #1f3135;
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li.disable{ color: #526164; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: rgba(249, 25, 66, 1);
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    padding: 6px 25px;
    transition: all 0.3s;
    
    border-radius: 25px;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: -2px 2px 1px #000;
    box-shadow: 0 0 15px #000;
}
.pricingTable.blue:after,
.pricingTable.blue .price-value,
.pricingTable.blue .pricingTable-signup a{
    background: #27AE60;;
}
.pricingTable.blue .price-value:before,
.pricingTable.blue .price-value:after{
    background: linear-gradient(to right top,transparent 49%, #27AE60 50%);
}
.pricingTable.green:after,
.pricingTable.green .price-value,
.pricingTable.green .pricingTable-signup a{
    background: #27AE60;;
}
.pricingTable.green .price-value:before,
.pricingTable.green .price-value:after{
    background: linear-gradient(to right top,transparent 49%, #27AE60 50%);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 15px 100px; }
}



/* pricing table blue3 */


.pricingTable.blue3:after,
.pricingTable.blue3 .price-value,
.pricingTable.blue3 .pricingTable-signup a{
    background: rgb(238, 155, 0);
}
.pricingTable.blue3 .price-value:before,
.pricingTable.blue3 .price-value:after{
    background: linear-gradient(to right top,transparent 49%, rgb(238, 155, 0) 50%);
}


/* pricing table blue4 */


.pricingTable.blue4:after,
.pricingTable.blue4 .price-value,
.pricingTable.blue4 .pricingTable-signup a{
    background: rgb(16, 85, 165);
}
.pricingTable.blue4 .price-value:before,
.pricingTable.blue4 .price-value:after{
    background: linear-gradient(to right top,transparent 49%, rgb(16, 85, 165) 50%);
}


/* pricing table blue5 */


.pricingTable.blue5:after,
.pricingTable.blue5 .price-value,
.pricingTable.blue5 .pricingTable-signup a{
    background: rgb(207, 64, 207);
}
.pricingTable.blue5 .price-value:before,
.pricingTable.blue5 .price-value:after{
    background: linear-gradient(to right top,transparent 49%, rgb(207, 64, 207) 50%);
}


/* pricing table blue6 */


.pricingTable.blue6:after,
.pricingTable.blue6 .price-value,
.pricingTable.blue6 .pricingTable-signup a{
    background:  rgb(231, 30, 107);
}
.pricingTable.blue6 .price-value:before,
.pricingTable.blue6 .price-value:after{
    background: linear-gradient(to right top,transparent 49%, rgb(231, 30, 107) 50%);
}









  














/*********** Main Css Starts from here *****/



