*:focus,
* {
    outline: none;
	text-align: right;
}

a {
    color: inherit;
}
form .error {
    color: #FD0000 !important;
    padding-right: 50px !important;
}
label.error{
  width: 91%;
  text-align: left;
}
a:hover,
a {
    text-decoration: none;
}

.fa-arrow-left:before{
	content: "\f061";
}
.fa-arrow-right:before{
	content: "\f060";
}
main#main {
    max-width: 2560px;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
}

body {
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    background-color: #f1f1f1;
    zoom: 80%
}

h1 {
    font-size: 69px;
    line-height: 83px;
    font-weight: 500;
}

h2 {
    font-family: 'Almarai', sans-serif;
    font-size: 55px;
    line-height: 83px;
    font-weight: 700;
}

h3 {
    font-size: 37px;
    line-height: 44px;
    font-weight: 500;
}

h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 36px;
}
p{
	text-align: right;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.btn {
    min-height: 54px;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    border-radius: 10px;
    border-width: 3px;
    padding: 10px 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	text-align: center !important;

}

.btn.btn-lg {
    height: 86px;
    width: 434px;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.btn-primary {
	margin-right: 20px;
    background-color: #DC2071;
    border-color: #DC2071;
    padding: 8px 27px;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
    background-color: #fff;
    color: #DC2071;
    border-color: #DC2071;
}

.btn.btn-outline-light:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #DC2071;
}

.btn.btn-outline-light.btn-nav {
	font-family: 'Almarai', sans-serif !important;
    border-color: transparent;
    border-radius: 0;
    min-width: 132px;
    padding: 10px;
}

.btn.btn-outline-light.btn-nav:hover {
	font-family: 'Almarai', sans-serif !important;
    border-color: #fff;
}

.btn.btn-outline-light.btn-nav.active {
	font-family: 'Almarai', sans-serif !important;
    border-color: #DC2071;
    background-color: #DC2071;
    color: #fff;
}

.main-banner {
    position: relative;
}

.main-banner .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 120px 0;
}

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 2560px;
    margin: 0 auto;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header#header.sticky {
    background-color: #000;
}
header#header.sticky nav.navbar {
    padding: 18px 0;
}

.navbar-nav li.nav-item {
    margin-left: 20px;
}

.navbar-nav li.nav-item:last-child {
    margin-left: 108px;
}

.navbar .navbar-brand {
    padding: 0;
}

header nav.navbar {
    padding: 65px 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.banner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.wizard-steps .step {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0;
    min-width: 105px;
    margin-left: 30px;
}

.badge.badge-secondary {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard-steps .step p {
    margin: 0;
    padding: 5px 0;
}

.wizard-steps .step:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 0;
    border-radius: 8px;
}

.wizard-steps {
    padding-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



.wizard-steps .step.filled .badge.badge-secondary,
.wizard-steps .step.filled:after {
    background-color: #DC2071;
    color: #fff;
}

.wizard-steps .step.active .badge.badge-secondary,
.wizard-steps .step.active:after {
    background-color: #ffffff;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group label {
    font-size: 14px;
    color: #000000;
    line-height: 17px;
    margin: 0;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	direction:rtl;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #000000;
    height: 45px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 5px 19px;
	direction:rtl;
}

select.form-control {
    padding: 5px 19px 5px 0px;
    text-indent: 19px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #DC2071;
}

input.form-control.ng-not-empty,
input.form-control:focus {
    padding: 10px 25px 0px 19px;
}

.form-group .form-control.ng-not-empty+label,
.form-group .form-control:focus+label {
    color: #DC2071;
    -webkit-transform: translate(0px, -19px);
    -ms-transform: translate(0px, -19px);
    transform: translate(0px, -19px);
    font-size: 12px;
}

.form-group .form-control.ng-not-empty.ng-invalid+label {
    color: red;
}

.form-group .form-control.ng-not-empty.ng-invalid {
    border-color: red;
    color: red;
}

.wizard-slide {
    color: #000;
}

.custom-control .custom-control-label {
    font-size: 14px;
}

.radio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 45px;
    margin-bottom: 24px;
}

.radio-row>label {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: auto;
    padding-right: 19px;
}

.radio-row .custom-control {
    margin-left: 0;
    margin-right: 50px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #DC2071;
    background-color: #DC2071;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wizard-footer {
    padding-top: 14px;
}

.wizard-footer {
    padding-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
	justify-content: flex-end;
    min-height: 68px;
}

.wizard-footer .btn:not(.btn-primary) {
    margin-right: 20px;
    padding: 8px 14px;
    background-color: #fff;
    border-color: #fff;
    font-size: 30px;
}

.wizard-footer .btn.hidden {
    display: none;
}

.wizard-footer .btn:hover:not(.btn-primary) {
    color: #DC2071;
    /* padding: 6px 10px; */
    /* min-height: 47px; */
}

.wizard-slide.card-body {
    padding: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard-slide>div {
    display: none;
    width: 100%;
}

.wizard-slide>div.expanded {
    display: block;
}

.banner-right {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: 723px;
    margin-right: auto;
	text-align:right !important;
}

.main-banner .banner-caption>.container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-left h1 {
    margin-bottom: 40px;
	text-align:right !important;

}

.banner-left {
    max-width: 570px;
	text-align: right !important;

}

.sec-join,
.sec-benefits {
    padding: 90px 0 40px 0;
}

.sec-join h2,
.sec-delivery h2,
.sec-benefits h2 {
    margin: 0 0 85px 0;
    text-align: center;
}

.benefits-card .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 80px;
	direction:rtl; 
}

.benefits-card .card-title img {
    max-height: 78px;
    max-width: 98px;
}
@media (max-width:1900px) and (min-width:1350px) {

}
@media (min-width:1450px) {
    .row > div:nth-child(2) .benefits-card .card-title img {
        max-height: inherit;
        max-width: inherit;
        position: relative;
        top: -24px;
    }
}

.benefits-card .card-title h4 {
    margin: 0 0 0 auto;
	direction: rtl;
}
.pink-bar {
    background-color: #DC2071;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding: 12px;
    margin: 38px 0;
    font-family: 'Almarai', sans-serif;
    font-weight: 600;
}

.benefits-card p {
    margin: 0;
    min-height: 156px;
}

.benefits-card {
    margin: 0 auto 45px auto;
    max-width: 416px;
}

.sec-delivery .card {
    /* max-width: 454px; */
    margin: 0 auto;
    border: none;
}

.sec-delivery .card .card-img-top {
    margin-bottom: 25px;
    max-height: 342px;
    width: 100%;
    /* object-fit: cover; */
    /* object-position: center; */
    border-radius: 10px 10px 0 0;
    /* min-height: 342px; */
}

.sec-delivery .card .card-body {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 40px;
    text-align: center;
    min-height: 300px;
}
.sec-delivery h4 {
    text-align: center !important;
}
.card-text{
	text-align: center !important;
}
.cus-slick .cus-slide {
    padding: 20px 10px;
}

.sec-delivery .card .card-body .card-title {
    margin-bottom: 36px;
}

footer {
    background-color: #DC2071;
    color: #fff;
    margin-top: 60px;
}

.inline-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 150px auto;
    position: relative;
}

.step-card>div {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    padding: 12px;
}

.step-card>div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 50%;
}

.step-card p {
    margin: 45px 0 0 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}

.step-card {
    text-align: center;
    max-width: 200px;
}

.inline-steps:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
}

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

.inline-steps .step-card:last-child .step-circle span {
    background-color: #DC2071;
    border-color: #DC2071;
}

.footr-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding: 60px 0;
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 auto;
}

.footr-social {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
}

footer .footr-social ul {
    margin-right: auto;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footr-social ul.download-app {
    margin-right: 0;
}

p.copyright {
    margin: 0;
    padding: 30px 0;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
}

footer .footr-social ul li a {
    font-size: 34px;
    padding: 10px;
}

footer ul.inline-navbar a {
    padding: 10px;
}

footer ul.inline-navbar li {
    margin-left: 50px;
}

footer ul.inline-navbar a:hover {
    color: #fff;
}

footer .footr-social ul.social-list li.title {
    margin-right: 70px;
}

footer .footr-social ul.social-list li {
    margin-right: 20px;
}

footer ul li a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.banner-bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top;
    /* width: 100%; */
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slides-wrap.card {
    border-radius: 10px;
}

@media (min-width:1850px) {
    .banner-bg {
        width: 100%;
        min-height: 870px;
    }

    .banner-bg img {
        max-height: 870px;
    }
}

.banner-bg {
    width: 100%;
    min-height: 888px;
    position: relative;
}

.navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
}

.navbar-toggler[aria-expanded="true"] {
    color: #DC2071;
    border: 1px solid #DC2071;
    background-color: #ffffff;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}

.slick-prev:before,
.slick-next:before {
    color: #DC2071;
    font-size: 30px;
}

.slick-prev,
.slick-next {
    z-index: 1;
    width: auto;
    height: auto;
}

.modal .modal-body {
    text-align: center !important;
    font-size: 20px;
    line-height: 24px;
    padding: 40px 20px 20px 20px;
}

.modal .modal-body h4 {
	text-align: center !important;
    font-size: 27px;
    margin-bottom: 24px;
}
.modal .modal-body p {
	text-align: center !important;
}

.modal-body button.close {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #DC2071;
    font-size: 32px;
    opacity: 1;
}

.form-control:disabled {
    opacity: 0.5;
    border-color: #e9ecef;
    background-color: transparent;
    cursor: no-drop;
}

select.form-control:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}
.radio-label label {
    margin: 6px 0 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 17px;
    padding-left: 19px;
}
.form-group span.select2 {
    min-width: 100%;
}
.select2-container--default .select2-selection--single {
    border-radius: 3px;
    border: 1px solid #000000;
    height: 45px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 5px 19px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    height: 100%;
    padding: 0;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    background-image: url('./../assets/img/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}
.select2-results__option {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 8px 19px;
    border-radius: 0;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #000;
    border-radius: 4px;
    /* padding: 0 26px 0 12px; */
    margin-top: 4px;
}
.select2-dropdown {
    border: none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: no-drop;
    opacity: 0.5;
    border-color: #e9ecef;
    color: #e9ecef;
}
.select2-results__option strong.select2-results__group {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}
.select2-results__option:last-child {
    border-bottom: 0 !important;
}

@media (min-width:1800px) {
    .container {
        max-width: 1450px;
    }
}
@media (max-width:1800px) and (min-width:1450px) {
    .container {
        max-width: 1330px;
    }
    .sec-delivery .container {
        max-width: 1450px;
    }
    .banner-left h1 {
        margin-bottom: 30px;
		text-align: right !important;
    }
    h1 {
        font-size: 55px;
        line-height: 70px;
        font-weight: 500;
    }
    h3 {
        font-size: 32px;
    }
    .banner-left {
        max-width: 497px;
		text-align: right !important;

    }
    .banner-right {
        max-width: 670px;
    }
    .banner-bg {
        min-height: 775px;
    }
    .main-banner .banner-caption {
        padding: 120px 0 50px 0;
    }
}
@media (max-width:1449px) {
    .banner-left {
        max-width: 460px;
		text-align: right !important;
    }

    h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .btn {
        font-size: 18px;
    }

    .navbar-nav li.nav-item:last-child {
        margin-left: 80px;
    }

    header nav.navbar {
        padding: 35px 0;
    }

    body {
        font-size: 16px;
        line-height: 1.4;
    }

    .pink-bar {
        font-size: 20px;
        margin: 20px 0;
        padding: 8px 25px;
    }

    h4 {
        font-size: 26px;
        line-height: 1.1;
    }

    .benefits-card .card-title img {
        max-height: 65px;
        max-width: 75px;
    }

    h2 {
        font-size: 48px;
        line-height: 1.2;
    }

    .sec-join,
    .sec-benefits {
        padding-top: 70px;
    }

    .sec-join h2,
    .sec-delivery h2,
    .sec-benefits h2 {
        margin: 0 0 80px 0;
    }

    .benefits-card p {
        min-height: 120px;
    }

    .sec-delivery .card .card-body {
        min-height: 220px;
    }
}


@media (max-width:991px) {
    .banner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-left {
        max-width: 100%;
        margin-bottom: 30px;
		text-align: right !important;
    }

    header#header {
        position: fixed;
        background-color: #DC2071;
    }

    header nav.navbar {
        padding: 15px 0;
    }

    .main-banner {
        margin-top: 95px;
    }

    .main-banner .banner-caption {
        padding: 50px 0;
    }

    .banner-bg {
        min-height: 600px;
    }

    .banner-left h1 {
        margin-bottom: 24px;
		text-align: right !important;
    }

    .banner-right>form>p {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .navbar-nav li.nav-item {
        margin-left: 0;
    }

    .navbar-nav li.nav-item:last-child {
        margin-left: 0;
    }

    .navbar-nav li.nav-item .btn {
        width: 100%;
        text-align: left;
    }

    .navbar-nav li.nav-item {
        margin-top: 14px;
    }

    .inline-steps {
        margin: 0 auto 100px auto;
    }

    .step-card p {
        font-size: 22px;
        line-height: 1.2;
    }

    .footr-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    footer ul.inline-navbar li {
        margin-left: 12px;
    }

    .footr-top .inline-navbar {
        margin-top: 40px;
    }

    footer .footr-social ul.social-list li.title {
        margin-right: 10px;
        white-space: nowrap;
    }
}

@media (max-width:767px) {
    .wizard-slide.card-body {
        padding: 16px;
    }

    .wizard-slide>div.expanded {
        width: 100%;
    }

    .radio-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }

    .radio-row .custom-control {
        margin-left: 0;
    }

    .radio-row>label {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .form-group {
        margin-bottom: 14px;
    }

    .wizard-steps .step {
        margin-left: 0;
        min-width: 70px;
    }

    .wizard-steps {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .main-banner {
        margin-top: 75px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .banner-left h1 {
        margin-bottom: 16px;
		text-align: right;
    }

    .banner-left {
        margin-bottom: 16px;
		text-align: right !important;
    }

    .banner-right>form>p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .sec-join,
    .sec-benefits {
        padding-top: 40px;
    }

    .sec-join h2,
    .sec-delivery h2,
    .sec-benefits h2 {
        margin: 0 0 40px 0;
    }

    h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    h4 {
        font-size: 22px;
        line-height: 1.1;
    }

    .benefits-card .card-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
    }

    .benefits-card {
        margin: 0 auto 32px auto;
    }

    .benefits-card p {
        min-height: 0;
    }

    .sec-delivery .card .card-img-top {
        min-height: 0;
    }

    .btn.btn-lg {
        height: 54px;
        width: 100%;
        font-size: 20px;
    }

    .inline-steps {
        margin: 0 auto 40px auto;
    }

    .step-card>div {
        width: 50px;
        height: 50px;
        font-size: 12px;
        padding: 6px;
    }

    .step-card>div span {
        border: 1px solid #000000;
    }

    .step-card p {
        font-size: 11px;
    }

    .step-card p {
        margin: 15px 0 0 0;
    }

    .step-card {
        padding: 0 6px;
    }

    .inline-steps .step-card:last-child .step-circle span img {
        max-width: 18px;
    }

    .inline-steps:before {
        height: 1px;
        top: 27px;
    }

    footer {
        margin-top: 0px;
    }

    .footr-top .inline-navbar {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: nowrap;
    }

    footer ul.inline-navbar li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .footr-top {
        border-bottom: 1px solid #fff;
        padding: 30px 0 20px 0;
    }

    .footr-top img {
        max-width: 140px;
    }

    .footr-social {
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footr-social img {
        max-width: 85%;
    }

    footer .footr-social ul.social-list {
        margin-bottom: 16px;
    }


    .banner-bg img {
        width: 100%;
    }

    .main-banner .banner-caption {
        position: relative;
        top: 0;
    }

    .banner-bg {
        min-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .form-group.mb-0 {
        margin-bottom: 16px !important;
    }

    .sec-delivery .card .card-body {
        padding: 14px 20px;
    }
}
