body {
	background:#f2f4f4;
	margin:0 !important;
	padding: 0px !important;
  font-family: 'Quicksand', sans-serif;

    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

a, button{ transition: all ease 0.5s;  }

body, html {
	height:100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

ul li{
    list-style: none;
}

:focus{  outline: none; }

img {
    border: none;
    width: 100%;

}

a {
	transition: all ease 0.5s;
	text-decoration:none !important;
}

a:hover { text-decoration:none; color: inherit;}

a, a:link, a:visited, input { outline: none; }
header, footer, section, .wraper{ float:left; width:100%; }

.clear {
    height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}
section.pricing {
    padding: 70px 0px;
}
.packages {
    padding: 22px;
    border: 1px solid #ccc;
    border-radius: 20px 0px 20px 0px;
    text-align: center;
    position: absolute;
    left: 26px;
    top: -29px;
    width: 80%;
    background: #fff;
}
.card-prizing {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 10px #ccc;
    
}
.card-prizing.card-prizing2 .col-lg-7 ul li i {
    color: #fdc324;
    margin-right: 10px;
}
.details-rs {
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
    min-height: 259px;
    position: relative;
}

.headings-rs {
    padding: 40px 0px;
    border-bottom: 2px solid #fdc324;
    min-height: 186px;
}
.col-lg-3 .card-prizing {
    min-height: 570px;
}
.button-getstarted input {
    width: 100%;
    background: #ccc;
    border: 0;
    padding: 7px;
    border-radius: 5px;
}
.details-rs ul li {
    font-size: 13px;
    margin-bottom: 17px;
    font-weight: 600;
    text-align: center;
    font-family: 'Quicksand' !important;
  
    text-align: center;
}


.packages h3 {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 600;
    font-family: sans-serif;
}

.yellow{
    background: #fdc324 !important;
    font-weight: bold;
}
.darkyellow{
    background: #FFA500 !important;
    font-weight: bold;
}
input.green.get-started {
    width: 100%;
    padding: 4px;
    border: 0;
    background: #3d962d;
    color: #fff;
    border-radius: 5px;
}
.headings-rs h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.card-prizing.card-prizing2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.packages2.yellow.col-lg-2 h3 {
    font-size: 21px !important;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.packages2.yellow.col-lg-2 {
    padding: 20px;
    border-radius: 20px 0px 20px 0px;
}
.card-prizing.card-prizing2 .col-lg-7 ul li {
    font-size: 14px;
    font-weight: 500;
}
.button-getstarted-custom.col-lg-3 input {
    border: 0;
    padding: 7px 30px;
    border-radius: 5px;
}
.custom{
    margin-top: 20px;
}


.card-prizing.card-prizing2 .col-lg-7 ul li {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.details-rs ul li:last-child {
    border-top: 1px solid #ccc;
    padding-top: 11px;
    position: absolute;
    bottom: 0;
    height: 63px;
}
.fl--ex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}
.ponts {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-content.model-rs-bg {
    background: url(../images/bg.png);
    background-size: cover;
    background-color: #fff;
}
.earn h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

button.google {
  background: url(../../g.png);  
}
.download-store button {
    width: 150px;
    height: 37px;
}
.download-store {
    display: flex;
    align-items: center;
    justify-content: center;
}



section#pricing .container .row .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}





/*------------------------------------------------------------------------------------------------------------------------------ */
                                                        /* MEDIA QUERY START*/
/*------------------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 991px) {
  

    
}
@media screen and (max-width: 767px) {
  .details-rs {
     min-height: 243px; 
} 
    .card-prizing {
    margin-bottom: 60px;
}
    section.pricing {
    padding: 40px 0px;
}
    .packages {
    left: 11%;
}
    .card-prizing.card-prizing2 {
    flex-direction: column;
}
    .button-getstarted-custom.col-lg-3 input {
    width: 100%;
}
    .packages2.yellow.col-lg-2 {
    padding: 9px;
    margin-bottom: 15px;
}
    .card-prizing.card-prizing2 .col-lg-7 {
    margin-bottom: 15px;
}
    .custom {
    margin-top: -30px;
}
    .headings-rs {
    min-height: 160px;
    }
    .col-lg-3 .card-prizing {
    min-height: 520px;
}
}
    
@media screen and (max-width: 580px) {
    
}
@media screen and (max-width: 480px) {
   
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 375px) {
 
}
@media screen and (max-width: 320px) {
}
 










