/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/*--reset--*/
/*--start editing from here--*/
.txt-rt {
  text-align: right;
}

.clear {
  clear: both;
}

/* text align right */
.txt-lt {
  text-align: left;
}

/* text align left */
.txt-center {
  text-align: center;
}

/* text align center */
.float-rt {
  float: right;
}

/* float right */
.float-lt {
  float: left;
}

/* float left */
.pos-relative {
  position: relative;
}

/* Position Relative */
.pos-absolute {
  position: absolute;
}

/* Position Absolute */
.vertical-base {
  vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
  vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
  display: block;
}

/* vertical menu */
nav.horizontal ul li {
  display: inline-block;
}

/* horizontal menu */
/*--end reset--*/
body {
  font-family: 'Montserrat', sans-serif;
}

.payment {
  background: url(../images/2.jpg) 0px 0px;
  padding: 3em 0;
  background-position: 50% 50%;
  background-size: cover;
}

.main-heading h1 {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
}

.pricing {
  float: left;
  width: 32%;
  margin-right: 1%;
  border: 1px solid #ffffff52;
}

.price2 ul li i {
  margin-right: 10px;
  width: 30px;
  font-size: 20px;
}

.price2 ul {
  padding-left: 3em;
}

.pricing-table {
  margin: 0 auto;
  width: 95%;
}

.price-top h5 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.price-top {
  padding: 2em;
  text-align: center;
}

.clr1 {
  background: #f85a40;
}

.clr2 {
  background: #009DE4;
}

.clr3 {
  background: #58A33C;
}

.price-bottom ul li {
  font-size: 15px;
  line-height: 1.8em;
  color: #fff;
  padding: 0.4em 0;
  text-transform: capitalize;
}

.price-bottom b {
  font-weight: 600;
  color: #333;
  font-size: .9em;
}

.price2 {
  padding: 3em 0px;
}

a.button {
  font-size: .85em;
  text-transform: uppercase;
  padding: 1em 1em;
  color: #fff;
  display: block;
  width: 60%;
  margin: 2.5em auto 0;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}

a.button:hover {
  opacity: .8;
}

.pricing:nth-child(4) {
  margin-right: 0;
}

.price-bottom {
  padding: 0em 0;
  background: #0003;
}

a.button.but1 {
  background: #7BD553;
}

a.button.but2 {
  background: #3AD5A0;
}

a.button.but3 {
  background: #45D0DA;
}

.footer {
  text-align: center;
  padding: 5em 0 0;
}

.footer p {
  font-size: 1em;
  color: #fff;
  margin: 0px;
  letter-spacing: 2px;
}

.footer p a:hover {
  color: #34a370;
}

.footer p a {
  color: #34a370;
}

/*-- responsive sizes --*/
@media screen and (max-width: 1440px) {
  .price2 ul {
    padding-left: 2em;
  }
}

@media screen and (max-width: 1366px) {
  .main-heading h1 {
    font-size: 2.8em;
  }

  .price-bottom ul li {
    font-size: 14px;
  }

  .footer p {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1280px) {
  .pricing-table {
    width: 92%;
  }

  .price2 ul {
    padding-left: 3em;
  }
}

@media screen and (max-width: 1080px) {
  .pricing-table {
    width: 95%;
  }
}

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

@media screen and (max-width: 991px) {
  .price2 ul {
    padding-left: 2em;
  }

  .main-heading h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 800px) {
  .price2 ul {
    padding-left: 1.5em;
  }

  .price-bottom ul li {
    font-size: 12px;
  }

  .price2 ul li i {
    margin-right: 0;
  }

  a.button {
    width: 54%;
  }

  .price-top h5 {
    font-size: 1.5em;
  }

  .price-top {
    padding: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .pricing-table {
    width: 100%;
  }

  .main-heading h1 {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 736px) {
  .pricing {
    width: 95%;
  }

  .pricing-table {
    width: 95%;
  }

  .pri3 {
    margin-top: 25px;
  }

  .main-heading h1 {
    font-size: 2em;
  }

  .price2 ul {
    padding-left: 3em;
  }
}

@media screen and (max-width: 667px) {
  .pricing-table {
    width: 95%;
  }
}

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

@media screen and (max-width: 600px) {
  .main-heading h1 {
    font-size: 1.9em;
  }

  .price2 ul {
    padding-left: 2em;
  }

  .price2 ul li i {
    font-size: 18px;
  }

  .footer p {
    font-size: 15px;
  }
}

@media screen and (max-width: 568px) {
  .footer {
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 480px) {
  .pricing {
    width: 95%;
    margin: 0 auto 20px;
    float: none;
  }

  .pricing-table {
    width: 100%;
  }

  .main-heading h1 {
    font-size: 1.5em;
  }

  .footer {
    padding: 3em 0 0;
  }
}

@media screen and (max-width: 414px) {
  .price2 ul {
    padding-left: 1.8em;
  }

  .main-heading h1 {
    font-size: 1.4em;
  }

  .price-bottom ul li {
    font-size: 12px;
  }

  .footer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 384px) {
  .pricing {
    width: 95%;
  }

  .price2 ul {
    padding-left: 2.5em;
  }

  .main-heading h1 {
    font-size: 1.3em;
  }
}

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

@media screen and (max-width: 320px) {
  .pricing {
    width: 95%;
  }

  .main-heading h1 {
    letter-spacing: 1px;
  }
}

/*-- //responsive sizes --*/