      body{
        font-family: 'Poppins', sans-serif;
        background-size: cover;
      }

      input:focus,
      textarea:focus{
          outline:none;
      } 

      .out{
        outline: 1px solid gray;
      }

      .r-menu .nav-link{
        margin-left: 1.5rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        display: inline-block;
        font-size: 0.90rem !important;
        font-weight: 500;
      }

      .r-menu .circ-btn{
        border-radius: 150px;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        display: inline-block;
        font-size: 0.90rem !important;
        font-weight: 500;
      }

      .r-menu .circ-btn-orange1{
        background: #f6b83d;
        color: #FFF !important;
      }

      .circ-btn{
        border-radius: 150px;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        display: inline-block;
        font-size: 1.1rem !important;
        font-weight: 500;
        text-decoration: none !important;
      }

      .circ-btn-orange1{
        background: #f6b83d;
        color: #1c2a5b !important;
      }

      .circ-btn-orange2{
        background: #fc8f49;
        color: #FFF !important;
      }

      .band1{
        background: #ff745c;
        border-radius: 0.8rem;
        padding: 1.5rem 0.8rem;
      }

      h1{
        color: #1a2a5f;
        font-family: 'Poppins', sans-serif;
      }

      .text1{
        font-size: 1.1rem;
        color: #494949;
      }

      .text{
        color: #494949;
      }

      .text2{
        font-size: 0.95rem;
        color: #494949;
      }

      .text3{
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
      }

      .text4{
        font-weight: 400;
      }

      .myul{
        margin: 0;
        padding: 0;        
        padding-left: 35px;
      }

      .myul li {
        list-style: none;
        margin-bottom: 1rem;
      }

      .myul li::before {
        content: '';
        display: inline-block;
        height: 25px;
        width: 25px;
        background-size: cover;
        background-image: url('../images/bullet.png');
        vertical-align: middle;
        margin-right: 0.5rem;
        margin-left: -35px;
      }

      .myul.big li{
        font-size: 1.5rem;
      }

      .myul.big li::before {
        height: 35px;
        width: 35px;float: left;
      }

      hr{
        background-color: #666666;
        border-color: #666666;
      }

      .mtop{
          margin-top: 5rem;
      }
      .footer{
        margin-bottom: 2rem;
      }

      .price-box{
        min-height: 25rem;
        border-radius: .8rem;
      }

      .price-box1{
        background: #fbe3b1;
      }

      .price-box2{
        background: #ffc0b6;
      }

      .price-box3{
        background: #cfcfcf;
      }

      .p-header{
        position: relative;
        background: #fff;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 0 .5rem rgba(0, 0, 0, .5);
        border-radius: .8rem;
        overflow: hidden;
      }

      .price-badge{
        width: 8rem;
        height: 8rem;
        background: silver;
        text-align: center;
        position: absolute;
        top: -4rem;
        left: -4rem;
        display: flex;
        justify-content: center;
        transform: rotateZ(-45deg);
      }

      .price-badge div{
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 5.9rem;
      }

      .price-badge span{
        display: block;
        font-size: 0.6rem;
        font-weight: normal;
      }


      .p-header .plan-type{
        font-size: 1.7rem;
        font-weight: bolder;
        line-height: 2rem;
      }

      .p-header .plan-price{
        font-size: 3rem;
        font-weight: bolder;
        line-height: 3rem;
      }

      .p-header .plan-price span{
        font-size: 1.4rem;
        font-weight: 600;
        vertical-align: super;
      }

      .p-header .plan-desc{
        font-size: 1rem;
        color: gray;
      }

      .p-header .plan-desc span{
        font-weight: 600;
      }

      .p-body{
        padding-bottom: 3rem;
      }

      .p-body > ul{
        margin: 2rem 1.6rem;
        list-style-type: none;
        font-size: 0.95rem;
        font-weight: 600;
        padding: 0;
      }

      .p-body > ul ul{
        margin: 0;
        padding-left: 1rem;
        list-style-type: none;
        font-size: 0.95rem;
        font-weight: normal;
      }

      .p-body  ul li:before{
        content: "•";
        margin-right: 0.3rem;
      }

      .p-body  p{
        padding: 1.8rem;
        padding-bottom: 0;
        font-size: .9rem;
      }

      .form-food{
        background: #fff1d8;
        vertical-align: middle;
        border-width: 0px;
        padding: 0.3rem 1rem;
        margin-bottom: 1rem;
        width: 100%;
      }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 114, 92, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .navbar-toggler{
      border-color: transparent !important;
    }

    .freq, .social{
      text-align: right;
    }

    @media (max-width: 575px) {
      .r-menu .nav-link{
        margin-left: 0;
      }

      .row{
        margin-right: -5px !important;
        margin-left: -5px !important;
      }

      .band1 {
        margin: 0;
        text-align: center;
      }
      .mtop{
        margin-top: 1rem;
      }
      .navbar{
        margin-top: 1rem;
      }
      .footer{
        text-align: center;
      }
      .myul.big li{
        font-size: 1rem;
      }

      .myul.big li::before {
        height: 25px;
        width: 25px;float: left;
      }
      .r-menu{
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
      }
      .r-menu li{
        margin-top: 1rem;
      }
      .circ-btn:first-child{
        width: 100%;
        text-align: center;
      }
      .logo-footer{
        margin-top: 1rem;
      }
      .fmenu{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
      }

      .price-box{
        margin-bottom: 1.5rem;
      }

      .freq, .social{
        text-align: center;
      }
    }
