html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  flex: 1;
}
.footer {
  text-align: center;
}
.container {
display: flex;
align-items: center;
justify-content: center;
/* height: 75vh; */
margin-left: auto;
margin-right: auto;
}

.color-sc-bg{
  background-color: #1c2d55;
}

/* #section-pricing{
  transform: scale(0.75);
} */

@media screen and (min-width: 600px) {
  .container {
  height: auto !important;
}
.content {
  padding-left: 40px;
  padding-right: 40px;
}
#section-pricing{
  transform: none;
}
}

@media screen and (min-width: 601px) {
  .container {
  height: auto !important;
}
.content {
  padding-left: 0px;
  padding-right: 0px;
}
#section-pricing{
  transform: scale(0.9);
}
}

@media screen and (min-width: 991px) {
  .container {
  height: auto !important;
}
.content {
  padding-left: 0px;
  padding-right: 0px;
}
#section-pricing{
  transform: scale(0.8);
}
}

@media screen and (min-width: 992px) {
  .container {
  /* height: 75vh !important; */
  padding-left: 40px;
  padding-right: 40px;
}
#section-pricing{
  transform: scale(1);
}

}

.mt-3_5{
  margin-top: 3.5rem;
}

.sect{
     padding: 90px 0;
     position: relative;
   }
   
   
   .collapse{
    display: block;
   }
   
   .sect--grey{
     /*background-color: #ebeff9;*/
   }
   
   .sect--violet{
     /* background-color:#6f79ff; */
     background-color:#ff0c03;
   }
   
   .sect--padding-bottom{
     padding-bottom:115px;
   }
   
   .sect--padding-top{
     padding-top:90px;
   }
   
   .sect--white{
    /* background-color:#fff;*/
   }
   .row--center{
     max-width: 1000px;
     margin: 0 auto;
   }
   .row--margin{
     margin-top:45px;
   }
   
   .row__title{
     text-align: center;
     font-size: 26px;
     font-weight: 400;
     margin-top: 0px;
   }
   
   .row__sub{
     text-align: center;
     font-size: 18px;
     font-weight: 400;
     margin: 0px; 
     color: #8198ae;
   }
   
   .price-box{
     padding: 0px 25px;  
   }
   
   .price-box__wrap{
     background-color: #20294a;
     border-radius:6px;
     box-shadow:  0 4px 8px 0px rgba(0,0,0,0.2); /*0px 22px 20px -10px rgba(0, 0, 0,0.2)*/
     padding: 35px 35px 40px 35px;
     text-align:center;
     transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -ms-transition: all 0.4s;
     -o-transition: all 0.4s;
   }

   .price-box_wraps{
    background-color: #20294a;
    border-radius:6px;
    box-shadow:  0 4px 8px 0px rgba(0,0,0,0.2); /*0px 22px 20px -10px rgba(0, 0, 0,0.2)*/
    /* padding: 35px 35px 40px 35px; */
    text-align:center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
   
   .price-box__img{
     display: inline-block;
   }
   
   .price-box__img{
     width:130px;
     height:130px;
     border-radius:50%;
     background-position: center;
       background-size:cover;
     background-repeat:no-repeat;
   }
   
   
   
   .price-box--purple .price-box__img{
     background-image: url("");
   
   }
   
   
   .price-box--violet .price-box__img{
     background-image: url("");
   
   }
   
   .price-box--blue .price-box__img{
     background-image: url("");
   
   }
   
   .price-box__title{
     font-size:22px;
     letter-spacing:1px;
     margin-bottom:4px;
   }
   
   .price-box__people{
     font-size:12px;
     color:#8198ae;
     font-weight: 300;
     letter-spacing:1px;
   }
   .price-box__discount{
     font-size: 28px;
     font-weight: 700;
     margin-top: 20px;
     margin-bottom: 0;
   }
   
   .price-box__dollar {
       font-size: 18px;
       font-weight: 400;
       vertical-align: top;
       margin-right: 4px;
   }
   
   .price-box--purple .price-box__dollar{
     color: #8a3aff;
   }
   
   .price-box--violet .price-box__dollar{
     color: #6f79ff;
   }
   
   .price-box--blue .price-box__dollar{
     color: #3a9fff;
   }
   
   .price-box__discount--light{
     font-weight: 400;
     font-size: 20px;
     margin-left: 3px;
   }
   
   .price-box__price {
       margin-top: 3px;
       font-size: 14px;
       color: #8198ae;
       letter-spacing: 1px;
       margin-bottom: 0;
       font-weight: 300;
       /* text-decoration: line-through; */
   }
   
   .price-box__feat {
       margin-top: 30px;
       font-size: 16px;
   }
   
   .price-box__list {
       text-align: left;
       padding-left: 30px;
       margin: 0;
       list-style: none;
   }
   
   .price-box__list-el{
     position: relative;
     margin-bottom: 8px;
     font-weight: 300;
   }
   
   .price-box__list-el:before{
     content: "✓";
     position: absolute;
     left: -25px;
     font-size: 18px;
     top: -4px;
   }
   
   .price-box--purple .price-box__list-el:before{
     color: #8a3aff;
   }
   
   .price-box--violet .price-box__list-el:before{
     color: #6f79ff;
   }
   
   .price-box--blue .price-box__list-el:before{
     color: #3a9fff;
   }
   
   .price-box__wrap:hover {
     backface-visibility: hidden;
     transform: scale(1.05, 1.05);
     box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
   }
   
   .btn{
     background-color:#3a9fff;
     border-radius: 20px;
     padding: 10px 25px;
     color: #fff;
     box-shadow: 0px 18px 13px -6px rgba(0, 0, 0,0.2);
     transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   }
   
   
   
   .btn:hover{
   box-shadow: 0px 25px 18px -6px rgba(0, 0, 0,0.2);
   background-color: #63b2fc;
   color: #fff;
   }
   
   .price-box__wrap:hover .btn {
     box-shadow: 0px 25px 18px -6px rgba(0, 0, 0,0.2);
   }
   
   .btn--revert{
       background-color:transparent;
       color: #8198ae;
       box-shadow: none;
       border:1px solid #c9d9e9;
   }
   
   .btn--revert:hover{
       background-color:transparent;
       color: #1f4568;
       box-shadow: none;
       border:1px solid #8198ae;
   }
   
   
   .btn--purple {
       background-color: #8a3aff;
   }
   
   .btn--purple:hover{
       background-color: #b284f6;
   }
   
   .btn--violet {
       background-color: #6f79ff;
   }
   .btn--violet:hover {
       background-color: #878ef3;
   }
   
   .btn--blue {
       background-color: #3a9fff;
   }
   .btn--blue:hover {
       background-color: #63b2fc;
   }
   .btn--width{
     width: 120px;
   }
   
   .btn--white{
     background-color: #fff;
     border: 1px solid #ededed;
     color: #8198ae;
   }
   
   .btn--white:hover{
     background-color: #fff;
     color: #8198ae;
   }
   
   .price-box__btn {
       position: absolute;
       bottom: -17px;
       left: 50%;
       margin-left: -55px;
   }
   
   .row__sub--light{
     color: #aec0d2;
   }
   .item__img{
     width:25px;
     margin-right:10px;
   }

   .bg-3{
    background-color: #354271;
    /* background-color: #221414; */
    /* background-color: #14192b; */
    /* #480101 */
   }


   .bg-m-b{
    /* background-color: #354271; */
    background-color: #9a0505;
    /* #480101 */
   }

   .bg-m-b:hover{
    /* background-color: #354271; */
    background-color: #d50101;
    /* #480101 */
   }

   .bg-m-bh{
    /* background-color: #354271; */
    background-color: #d50101;
    /* #480101 */
   }

   .bc-2{
    border-color: #1a1f39;
   }

   .bc-3{
    /* border-color: #38507e; */
    border-color: #331b1b;
   }


   .text-accent-2{
    /* color: #b6c1d6; */
    color: #b3afcf;
   }

   .text-accent-3{
    /* color: #b6c1d6; */
    color: #b3afcf;
   }

   .text-white{
    /* color: #b6c1d6; */
    color: #f3f3f3;
   }

