address {
	font-family: Inter;
}
ol > li::before {
	font-size: 16px;
}
@media screen and (max-width:1080px) {
    .responsive-display {
        display: inline !important
    }

    .res-mt-10 {
        margin-top: 10px !important
    }

    .createPackgesTabs {
        width: 100% !important;
        border-bottom: 1px solid #dee2e6 !important
    }
    .res-flex-column {
        flex-direction: column
    }
    .createPackgesTabs.w-25 {
        width: auto !important;
        flex: auto;
        }
}

@media screen and (max-width:991px) {
    .maxW-200 {
        max-width: 200px
    }
}


@media screen and (max-width:767px) {
.tab-div {
        display: block !important
    }
.createPackgesTabs.border-right {
	border-right: 0;
}
}


.selectedPackage {
    background-color: #5e9331;
    color: #fff !important;
    border-bottom: 3px solid #5e9331
}

.selectedPackage a {
    color: #fff !important
}

.createPackgesTabs {
    text-transform: uppercase;
    color: #555f73
}

.createPackgesTabs a {
	color: #555f73;
	display: block;
	padding: 12px 0px;
}
.margin-0 {
    margin: 0
}

.border-r-50 {
    border-radius: .5rem
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .125)
}

.color-green {
    color: #5e9331
}


.title-vuepak {
    font-size: 25px;
    font-weight: 600
}

.title-pak {
    color: #578033
}

.pb-8 {
    padding: 10px 0 15px 15px
}

.card {
    box-shadow: unset !important
}

.terms-conditionstitle {
    font-size: 1.6rem
}
.btn-primary, .btn-primary:hover {
    background-color: #588033 !important;
    border: 1px solid #588033 !important;
}

@media only screen and (max-width: 1080px) {

    .card.p-0 {
        padding: 0 !important;
    }
}

