@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
body, body p, body h4 {
    font-family: 'Poppins', sans-serif;
}

body h1, body h2, body h3, body h5, body h6 {
    font-family: 'Poppins', sans-serif;
}

section.main-section.home-pg .main-banner-left {
    z-index: 2;
    /*    overflow-y: scroll;*/
    /*max-height: 70vh;*/
}

section.main-section.home-pg .desc {
    position: relative;
    /* max-height: 420px; */
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    overflow: unset;
}

.home-pg .desc p.thankyou-msg {
    color: #00cb19;
}

section.main-section.home-pg .main-banner-left::-webkit-scrollbar {
    width: 6px;
}

/* Track */

section.main-section.home-pg .main-banner-left::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

section.main-section.home-pg .main-banner-left::-webkit-scrollbar-thumb {
    background: #2E266F;
}

ul.three-points {
    margin: 0px -10px;
}

ul.three-points li {
    width: 33%;
    vertical-align: top;
    /* text-align: justify; */
    padding: 10px 15px;
}

ul.three-points li h3 {
    font-size: 25px;
    color: #05329e;
    font-weight: 700;
}

.home-pg .desc ul.three-points li p {
    font-size: 14px;
}

.home-pg .desc h4 {
    font-size: 28px;
    font-weight: 700;
    color: #2E266F;
    margin-bottom: 12px;
    font-family: 'Poppins';
    line-height: 1.2;
    text-transform: uppercase;
}

.home-pg .desc h2 {
    font-size: 35px;
    font-weight: 700;
    color: #05329e;
    margin: 0 0 10px;
    line-height: 1;
}

.home-pg .desc p {
    padding-right: 38px;
    font-size: 14px;
    margin: 10px 0px;
    color: #0a1d49;
    font-weight: 500;
    line-height: 1.5;
}

section.main-section.home-pg form.rest-form input {
    background: #2E266F1A;
    border: none;
    height: 45px;
    margin: 0.6%;
    padding: 0 20px;
    display: inline-block;
    width: 31%;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #05329e;
    text-transform: capitalize;
    letter-spacing: 0.1px;
}

section.main-section.home-pg form.rest-form input[type="submit"] {
    background: #05329e;
    color: #FFF !important;
    transition: 0.4s;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

div#CheckPasswordMatch.false {
    font-size: 14px;
    color: #dd0707;
    margin-top: 6px;
}

div#CheckPasswordMatch.true {
    font-size: 14px;
    color: #30a20b;
    margin-top: 6px;
}

body, html {
    background: #fff;
}

.nopad {
    padding: 0;
}

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    display: inline-block;
}

img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

a:hover, a:active {
    text-decoration: none;
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 23px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #a20b5e;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

figure {
    margin: 0;
}

nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/

div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 0px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px!important;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav, .nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 1024px) {
    .slider .item .carousel-caption {
        top: 80px;
    }
    .slider-text h3 {
        font-size: 40px;
    }
    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .slider-text .form-group label {
        font-size: 12px;
    }
}

.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }
    .logo-bar nav {
        display: none!important;
    }
    a#hamburg {
        display: none;
    }
    main {
        transition: all ease-out 0.3s;
    }
    .nav1 .row {
        margin: 0px;
    }
    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }
    .nav1 .search-nav, .nav1 .title {
        display: block;
    }
    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }
    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }
    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }
    .search-nav>form {
        position: relative;
    }
    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }
    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }
    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }
    .nav1 ul li:hover>a {
        color: #000;
    }
    .nav1 ul li a>i {
        float: right;
    }
    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }
    .nav1 ul li:hover>ul {
        display: none;
    }
    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    .nav1 ul li.open>a {
        background-color: transparent;
    }
    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }
    .nav1 ul li.open>ul {
        display: block;
    }
    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }
    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999;
    }
    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }
    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }
    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }
    .nav1 ul li:last-child {
        border: 0;
    }
    .nav-cross.open>span {
        background: #fff;
    }
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    .open-menu .nav-cross span {
        display: none;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }
    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

/*Scroll css Start here*/

/*body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #a20b5e;
}

body::-webkit-scrollbar-thumb {
  background-color: #b89600;
  outline: 1px solid #b89600;
}*/

/*Scroll css End here*/

/*header*/

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 10px 0;
    background: #05329e2b;
    transition: 0.4s;
}

header img.userimg {
    max-height: 45px;
}

header .row {
    justify-content: center;
    align-items: center;
}

header ul {}

header ul li {
    margin-left: 15px;
}

header ul li a {
    display: block;
    padding: 15px 25px;
   /* background: #0633a2; */
    color: #2E266F;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 16px;
    /* border: 1px solid #ffffff; */
    display: inline-block;
    box-sizing: border-box;
}

header ul li a:hover {
    color: #fff;
}
/*
header ul li:last-child a {
    /*background: #fff;*/
    color: #2E266F;
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
}
*/
header ul li:last-child a:hover {
    color: #2E266F;
}


.header2 {
    background: #2E266F29;
}

.header2 .userimg {
    height: 45px;
}

div#nav {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: left;
}

div#nav a {
    padding: 10px;
    display: block;
    position: relative;
    background: transparent;
}

.dropdown-toggle::after {
    right: 10%;
    top: 45%;
    position: absolute;
}

.dropdown-toggle {
    padding: 0;
    background: transparent;
}

div#nav ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 0;
    padding: 0;
    background: transparent;
    width: 100%;
}

div#nav ul.dropdown li {
    list-style-type: none;
    display: block;
    margin: 0;
    background: #2E266F;
    transition: all 1s ease-out;
}

div#nav ul.dropdown li a {
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px !important;
    z-index: 999;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
}

div#nav ul.dropdown li:hover {
    background: rgb(46 38 111 / 80%);
}

div#nav ul.dropdown li:hover a {
    color: #fff;
}

body.login-page .header2 ul, body.signup-page .header2 ul {
    display: none;
}

/*footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 10px 0;
}
*/
.main-section {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 7% 0 3%;
}

.main-section>.container>.row {
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.home-pg {
    padding-top: 20px;
    background: #FFFAF6;
    position: relative;
    z-index: 999;
    height: 100%;
}
/*
.home-pg:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #05329e;
    width: 25%;
    z-index: -1;
}*/

.home-pg h2 {
    font-size: 65px;
    font-weight: 700;
    color: #2E266F;
    margin: 0 0 20px;
    z-index: 999;
}

.home-pg h1 {
    /* content: "PRIME MEALS"; */
    position: RELATIVE;
    padding: 0;
    font-size: 4vw;
    width: 102%;
    right: 0;
    z-index: 0;
    opacity: 1;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
    color: #06319f;
    letter-spacing: 0px;
    white-space: nowrap;
    margin-bottom: 25px;
}

form.rest-form {
    padding: 12px 0px;
    position: relative;
    display: block;
    background: #FFF;
    align-items: center;
    flex-wrap: initial;
    width: 100%;
    margin: 12px 0 40px 0;
    float: none;
    box-shadow: 1px 1px 10px #2e266fa1;
   /* animation: aqua-pulse 1.8s infinite;*/
    border: 1px solid #e6e0e9;
    box-sizing: border-box;
    text-align: center;
}

form.rest-form input {
    background: #fff;
    background: #2E266F1A;
    border: none;
    height: 45px;
    padding: 0 20px;
    margin: 0 5px 0 0;
    display: inline-flex;
    width: 23.2%;
}

form.rest-form input[type="email"] {
    width: 48%;
    background: #fff;
}

form.rest-form input[type="text"] {
    background: #fff;
}

form.rest-form button, form.rest-form input[type="submit"] {
    height: 45px;
    border: none;
    background: #2E266F;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 23%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.ready-diner {
    background: url(../images/dinner-bg.png) no-repeat center center / cover;
    display: flex;
    height: 100vh;
}

.main-section.ready-diner>.container>.row {
    justify-content: center;
}

.ready-diner .caption {
    background: #2E266F;
    text-align: center;
    padding: 0% 10%;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 450px;
    justify-content: center;
}

.ready-diner h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px;
}

.ready-diner h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.ready-diner form {
    margin: 9% 0;
}

.ready-diner p {}

.ready-diner p b {}

/*step page*/

.step-pg {
    display: block;
    height: auto;
    padding-bottom: 1%;
}

/*pricing checkbox css*/

.toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.toggler {
    color: #000;
    transition: .2s;
    font-weight: normal;
}

.toggler--is-active {
    color: #000;
}

.toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    border: 2px solid #ccc;
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked~.switch {
    right: 4px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .08s, 0s;
}

.switch {
    position: absolute;
    left: 4px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #96C763;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hide {
    display: none;
}

/*pricing checkbox css end*/

/*Steps css*/

.panel {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
}

.wizard-content .wizard>.steps>ul>li:after, .wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0!important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.wizard-content .wizard>.steps>ul>li {
    display: inline-table;
    width: 8%;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    opacity: 0.6;
    z-index: 999;
    font-size: 14px;
}

.wizard-content .wizard>.steps>ul>li:before {
    left: -30px;
}

.wizard-content .wizard>.steps>ul>li:after {
    right: -30px;
}

.wizard-content .wizard>.steps>ul>li:first-child:before, .wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default;
    opacity: 1;
    text-decoration: underline;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #2E266F;
    background-color: #fff;
    color: #2E266F;
}

.wizard-content .wizard>.steps>ul>li.disabled a, .wizard-content .wizard>.steps>ul>li.disabled a:focus, .wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a, .wizard-content .wizard>.steps>ul>li.done a:focus, .wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #2E266F;
    opacity: 1;
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: transparent;
    ;
    border-color: #2E266F;
    color: #fff;
    text-decoration: underline;
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions>ul {
    display: block;
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    display: inline-block;
    vertical-align: middle;
    width: 14%;
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #2E266F;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #2E266F;
}

.wizard-content .wizard>.actions>ul>li>a:focus, .wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #2E266F;
    border: 1px solid #2E266F;
    transition: all 1s ease-in-out;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus, .wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    background: #2E266F;
    color: #fff !important;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a, .wizard-content .wizard>.actions>ul>li.disabled>a:focus, .wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #2E266F;
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"], .wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus, .wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 2px;
    background-color: #2E266F;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after, .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #2E266F;
    font-size: 1.3rem;
    border-radius: 50%;
    font-size: 0;
    outline: 10px solid #fff;
}

.wizard-content .wizard.wizard-circle>.steps .step img {
    width: 50%;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after, .wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after, .wizard-content .wizard.vertical>.steps>ul>li.current:before, .wizard-content .wizard.vertical>.steps>ul>li.current~li:after, .wizard-content .wizard.vertical>.steps>ul>li.current~li:before, .wizard-content .wizard.vertical>.steps>ul>li:after, .wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px
    }
    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }
    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ''
    }
    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #009efb
    }
    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%
    }
    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #009efb
    }
    .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float: none;
    }
}

/*Steps css End*/

.mn-h2 { 
    margin: 0 0 40px;    
}

.mn-h2 h2 {
    text-transform: uppercase;
    color: #2E266F;
    font-weight: 700;
    font-size: 35px;
}

.step-pg h2 {
    text-transform: uppercase;
    color: #2E266F;
    font-weight: 700;
    font-size: 35px;
}

.plan-sec {
    text-align: center;
}

.plan-sec h5 {
    font-weight: normal;
    font-size: 18px;
}

.plan-sec ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 40px;
}

.plan-sec ul li {
    width: 12%;
    margin: 0 10px;
    opacity: 0.5;
}

.plan-sec ul li.selected, .plan-sec ul li.current {
    opacity: 1;
}

.plan-sec ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.plan-sec ul li a span {
    display: block;
    padding: 10px 0;
    border: 1px solid #2E266F;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.plan-sec ul li a span i {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #96C763;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    padding: 2px;
    border-radius: 100%;
    display: none;
    transition: all 1s ease-in-out;
}

.plan-sec ul li.selected a span i, .plan-sec ul li.current a span i {
    display: block;
}

.plan-sec ul li a span img {
    height: 60px;
}

.plan-sec ul li a p {
    margin: 10px 0 0;
    color: #2E266F;
    text-transform: uppercase;
    font-weight: 500;
}

.plan-sec .tabs-menu {
    height: auto;
}

.plan-sec .tabs-menu li {
    height: auto;
    line-height: initial;
    border: none;
    background: transparent;
}

.plan-sec .tabs-menu li.current {}

.plan-sec .tabs-menu li a {}

.plan-sec .tabs-menu .current a {}

.plan-sec .tab {
    margin: 0;
    float: none;
    border: none;
    background: transparent;
}

.plan-sec .tab-content {
    max-width: 100%;
    padding: 0;
    border: none;
}

.newrow button {
    background: #05329e;
    width: 40px;
}

.newrow button:hover {
    background: #000;
}

.newrow button:after {
    content: "\f053";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
    left: 12px;
    top: 0;
    margin: auto;
    bottom: 0;
    height: max-content;
}

.newrow button.slick-next:after {
    top: 6px;
}

.botsec {}

.botsec .wrapper-full {
    margin-top: 20px;
}

.botsec .wrapper-full figure {
    position: relative;
}

.botsec .wrapper-full figure span {
    display: block;
}

.botsec .wrapper-full figure span img {
    width: 100%;
}

.botsec .wrapper-full figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 80%);
    padding: 15px 0;
}

.botsec .wrapper-full figure figcaption h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2E266F;
    line-height: 38px;
    margin: 0;
}

.botsec .wrapper-full figure figcaption h6 {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
    margin: 10px 0;
}

.botsec .wrapper-full figure figcaption h4 {
    font-size: 20px;
    font-weight: 700;
}

.botsec .wrapper-full figure figcaption p {
    color: #2E266F;
    margin: 0 0;
}

.botsec .wrapper-full figure figcaption a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #2E266F;
    line-height: initial;
    width: 45%;
    padding: 8px 0;
    color: #2E266F;
    font-weight: 500;
    transition: all 1s ease-in-out;
}

.botsec .wrapper-full figure figcaption a:hover {
    background: #2E266F;
    color: #fff;
}

.delivery-date ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 8%;
}

.delivery-date ul h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 3%;
}

.delivery-date ul li {
    cursor: pointer;
}

.delivery-date ul li .box {
    text-align: center;
    border: 1px solid #2E266F;
    padding: 12px 0;
    color: #2E266F;
    opacity: 0.5;
    position: relative;
}

.delivery-date ul li.selected .box {
    opacity: 1;
}

.delivery-date ul li .box img {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.delivery-date ul li .box b {}

.delivery-date ul li .box i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 8px;
    border-radius: 100%;
    background: #96C763;
    padding: 2px;
    color: #fff;
    display: none;
}

.delivery-date ul li.selected .box i {
    display: block;
}

.delivery-date .continiue {
    text-align: center;
}

.delivery-date .continiue a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 40px;
    text-transform: uppercase;
    background: #2E266F;
    color: #fff;
    outline: none;
    font-size: 14px;
    margin: 0 0 20px;
}

.delivery-date .continiue p {
    color: #000;
    letter-spacing: 0px;
    word-spacing: 3px;
}

.delivery-date .continiue p b {
    color: #000;
}

.delivery-date .continiue p span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.delivery-date .continiue p span i, .delivery-date .continiue p span img {
    display: none;
}

.signup-pg {
    position: relative;
    display: block;
    height: auto;
}

.signup-pg:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/table-setting.png) no-repeat center center / cover;
    height: 100%;
    width: 45%;
}

.signup-pg h2 {
    text-transform: capitalize;
    color: #2E266F;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 35px;
}

.signup-pg h4 {
    margin: 30px 0 0;
    font-size: 21px;
    color: #2E266F;
    font-weight: 500;
}

.signup-pg p {
    color: #979797;
    margin: 0;
}

.signup-pg label {
    display: block;
    width: 100%;
    color: #000000;
    margin: 20px 0 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.signup-pg input, .signup-pg select {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 5px 0 0;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

.signup-pg input[type='checkbox'] {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.signup-pg input[type='submit'] {
    border: none;
    background: #2E266F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 0;
    width: 30%;
    transition: all 1s ease-in-out;
    border: 1px solid #2E266F;
    height: 50px;
}

.signup-pg input[type='submit']:hover {
    color: #2E266F;
    background: transparent;
}

.login-pg {
    height: 100vh;
    display: flex;
}

section.main-section.home-pg form.rest-form input::placeholder {
    color: #05329e82;
}

section.main-section.home-pg form.rest-form input[type="submit"]:hover {
    background-color: #e8eaef;
    color: #05329e !important;
    cursor: pointer;
}

ul.three-points li {
    text-align: left;
}

.page-template-temp-steps main {
    min-height: 1120px;    
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
    .wd-95 {
        width: 95%;
        max-width: 95%;
        margin: 0 auto;
    }
    .main-section>.container {
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        z-index: 99999;
    }
}

@media (max-width: 1800px) {
    .home-pg {
        height: 100%;
    }
    .home-pg h1 {
        font-size: 3vw;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    form.rest-form {
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    header .logo a img {
        width: 100%;
    }
    header ul li a {
        padding: 12px 12px;
    }
    section.main-section.home-pg form.rest-form input {
        width: 47.5%;
    }
    ul.three-points li {
        width: 32%;
        text-align: initial;
    }
    .home-pg .desc ul.three-points li p {}
    .home-pg .desc h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .home-pg .desc h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    ul.three-points li h3 {
        font-size: 18px;
    }
    .header2 ul li img {
        height: 45px;
    }
    .home-pg h2 {
        font-size: 50px;
    }
    .home-pg h2:before {
        top: -60px;
        padding: 0 15px;
        font-size: 107px;
    }
    .botsec .wrapper-full figure figcaption {
        padding: 20px 0;
    }
    .botsec .wrapper-full figure figcaption a {
        font-size: 14px;
        width: 50%;
    }
    .wizard-content .wizard>.steps>ul>li {
        width: 10%;
    }
    form.rest-form input[type="email"] {
        /*width: 25%;*/
    }
    .ready-diner .caption {
        height: 410px;
        padding: 0% 6%;
    }
    .botsec .wrapper-full figure figcaption h3 {
        font-size: 35px;
    }
    .botsec .wrapper-full figure figcaption h6 {
        margin: 0 0 7px;
    }
    .botsec .wrapper-full figure figcaption h4 {
        font-size: 18px;
    }
    .botsec .wrapper-full figure figcaption p {
        margin: 0 0 10px;
    }
    .ready-diner h2 {
        font-size: 40px;
    }
    form.rest-form input {
        height: 42px;
    }
}

@keyframes aqua-pulse {
    0% {
        transform: scale(1);
        box-shadow: 1px 1px 1px 1px rgb(5 50 158);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    }
}

.home-pg figure img {
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}

@media (max-width: 1024px) {
    .page-template-temp-steps main {
        min-height: 1040px;    
    }
}

@media (max-width: 1024px) {
    .page-template-temp-steps main {
        min-height: 1000px;    
    }
    .home-pg h2 {
        font-size: 40px;
    }
    .home-pg:before {
        height: 100%;
    }
    .home-pg h2:before {
        font-size: 90px;
        width: 700px;
    }
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        display: none;
    }
    .wizard-content .wizard>.steps>ul>li:after {
        right: -25px;
    }
}

@media (max-width: 812px) {
     .page-template-temp-steps main {
        min-height: 950px;    
    }
    header ul li a {
        padding: 8px 10px;
        font-size: 13px;
    }
    .header2 {
        padding: 7px 0;
    }
    .main-section {
        height: auto;
    }
    body.home-page .main-section {
        padding-bottom: 0;
    }
    .home-pg h2 {
        font-size: 30px;
    }
    .home-pg h2:before {
        font-size: 72px;
        top: -50px;
        width: 550px;
    }
    form.rest-form {
        padding: 5px;
    }
    form.rest-form input {
        font-size: 13px;
        margin: 0 5px 0 0;
    }
    form.rest-form button {
        font-size: 12px;
        height: 40px;
    }
    div#nav {
        width: 28%;
    }
    div#nav a {
        padding: 5px 10px;
    }
    .header2 .userimg {
        height: 36px;
    }
    .signup-pg {
        padding-top: 12%;
    }
    .signup-pg h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .signup-pg form .col-md-3 {
        width: 48%;
        min-width: 48%;
    }
    .signup-pg input[type='submit'] {
        width: 50%;
    }
    .step-pg h2 {
        font-size: 30px;
    }
    .wizard-content .wizard>.steps>ul>li {
        width: 17%;
    }
    .delivery-date ul li, .botsec .wrapper-full .col-md-3 {
        max-width: 48%;
        flex: 0 0 48%;
    }
    .plan-sec ul li {
        width: 20%;
    }
    .botsec .wrapper-full figure {
        margin-bottom: 20px;
    }
    .ready-diner {
        height: 100vh;
    }
    .ready-diner .caption {
        padding: 20px;
        height: auto;
    }
    .ready-diner h2 {
        font-size: 30px;
    }
    .ready-diner form {
        margin: 4% 0;
    }
    .ready-diner p {
        line-height: initial;
        margin: 0;
    }
    /*footer {
        position: relative;
        display: none;
    }*/
}

@media (max-width: 768px) {
    .what_menu .box{
	padding: 0 !important;
	}

    .home-pg {
        height: 100vh;
    }
    .wizard-content .wizard>.steps>ul {
        margin: 20px 0 60px;
    }
    .wizard-content .wizard>.steps>ul>li {
        width: 25%;
    }
    .wizard-content .wizard>.steps>ul>li:last-child:after {
        display: none;
    }
    .wizard-content .wizard>.actions>ul>li {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .home-pg:after{
	background: #fffaf6 !important;
	}

    header .logo a img {
        margin: 0 0 10px 35px;
    }
    header {
        padding: 0;
        position: relative;
        text-align: center;
        background: #FFFAF6;
    }
    header ul {
        text-align: center;
    }
    header ul li a, header ul li:last-child a {
        color: #2E266F;
        
        background: transparent;
        text-transform: uppercase;
        font-weight: 600;
    }
    header.ah_logo_bg ul li a, header.ah_logo_bg ul li:last-child a {
        color: #FFF;
    }
    .home-pg {
        height: auto;
        text-align: center;
        padding-top: 0%;
    }
    .home-pg:before {
        content: none;
    }
    .home-pg h2:before {
        width: auto;
        top: -40px;
        font-size: 60px;
    }
    form.rest-form {
        margin: 10px 0 30px;
    }
    .signup-pg:before {
        display: none;
    }
    .header2 .text-right {
        text-align: center !important;
    }
    ul.three-points li {
        width: 100%;
        text-align: initial;
    }
}

@media (max-width: 568px) {
    .botsec .wrapper-full figure figcaption{
	top: 50px;
	padding: 0 !important;
	}
	.botsec .wrapper-full figure figcaption h6{
	margin:0 !important;
	}
    header .logo a img {
        width: 100%;
    }
    .home-pg h2:before {
        top: -35px;
        font-size: 55px;
    }
    .plan-sec ul li {
        width: 42%;
        margin: 0 10px 20px;
    }
}

@media (max-width: 414px) {
    .home-pg h2:before {
        top: -25px;
        font-size: 46px;
    }
    form.rest-form input, form.rest-form input[type="email"] {
        width: 100%;
        margin: 0 0 5px;
    }
    form.rest-form button {
        width: 100%;
    }
    .signup-pg form .col-md-3 {
        width: 100%;
        min-width: 100%;
    }
    .signup-pg input[type='submit'] {
        width: 100%;
    }
    .delivery-date ul li, .botsec .wrapper-full .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .delivery-date ul li .box {
        margin: 0 0 10px;
    }
}
.home-pg:after {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/Kung Pao Steak Bowl.png') no-repeat center center / cover;
    height: 100%;
    width: 40%;
}


/*footer {
    display: none;
}*/


#toast {
    visibility: hidden;
    max-width: 300px;
    height: 100px;
    margin: auto;
    background-color: #4caf50;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;
    right:0;
    bottom: 50%;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 100px;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #60e366;
    color: #fff;
}
#toast #desc{
    color: #fff;
    padding: 16px;
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

.footer-menu-p{
margin-top: 20px;
}

.widget_block {
    display: block;
    margin: 40px 0;
}

.widget_block h2 {
    background: #06329f;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    margin: 15px 0;
}
.wp-block-latest-posts__list li {
    margin: 10px 0;
    display: block;
    font-size: 18px;
}

/* blog page */

.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin: 30px 0;
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 21%;
    background: #0533a1;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #05329e;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
    width: 170px;
    display: inline-block;
    margin-top: 20px;
}
.blog-sec{
padding: 100px 0;
    margin-bottom:50px;
    background: #05329e;
    color: #fff;
}
.entry-meta {
    margin: 10px 0;
    background: #e7e7e7;
    padding: 10px;
}
#comments {
    background: #e9e9e9 !important;
    padding: 10px !important;
    margin-top: 40px;
}

#pm_validate_email {
    background: #2E266F;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #2E266F;
    padding: 7px 12px;
    margin: 10px 0;
    width: 100%;
}