body {
    font-family: "Montserrat";
}

.quantStyle {
    max-width: 75px;
    float: right;
    text-align: center;
}

.quantStylebig {
    text-align: center;
    max-width: 180px;
    margin: auto;
    margin-bottom: 20px;
}

.quoteHeader {
    max-width: 1650px;
}

.quoteHeader .logo {
    float: inherit;
    width: 100%;
    max-width: 220px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.standardWhitey {
    border: 2px solid #D82C24;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding: 50px 50px 35px 50px;

}

.standardBlueButton {
    background-color: #00538E;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 15px;
    width: 100%;
    margin: auto;
    max-width: 400px;
    margin-top: 25px;
    text-align: center;
}

.allDetails form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.suinfo {
    margin: 10px 12px;
    flex: 1 0 25%;
    position: relative;
}

.suinfo input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid darkgrey;
    margin-top: 8px;
    font-size: 14px;
}

.suinfo select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid darkgrey;
    margin-top: 8px;
    font-size: 14px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sizestimator {
    flex: 1 0 40%;
}

.viewsizest {
    background-color: #575757;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 12px 10px;
    width: 100%;
    margin-top: 6px;
}

.suinfo i {
    position: absolute;
    right: 15px;
    color: #00538E;
    top: 45px;
    font-size: 20px;
}

.sizestimatorexpanded {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 44px;
    visibility: hidden;
    height: 0px;
}

.awrapfull {
    width: 100%;
    text-align: center;
}

.sizestimatorexpanded .carousel-nav {
    background-color: #D82C24;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: -28px;
}

.sizestimatorexpanded .carousel-nav .carousel-cell {
    background-color: #FBEEED;
    height: 50px;
    width: 115px;
    padding-top: 10px;
    font-size: 16px;
}

.sizestimatorexpanded .is-nav-selected {
    background-color: #00538E !important;
    border: 1px solid #00538E !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 8px;
    padding-top: 12.5px !important;
}

.flickity-page-dots .dot {
    background: #00538E !important;
}

.sizestimatorexpanded .carousel-nav .flickity-button {
    display: none;
}

.flickity-viewport{
    margin: 0 25px;
}

.estimatorslide {
    background-color: #fff;
    border: 2px solid #00538E;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
}

.estimatorslide .flickity-prev-next-button.next {
  top: -82px;
    right: 2px;
}

.estimatorslide .flickity-prev-next-button.previous {
    top: -82px;
    left: 2px;
}


.estimatorslide h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
}

.estimatorslide p {
    font-size: 14px;
    margin-top: -2px;
}

.estimatorslide ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.estimatorslide li {
    list-style: none;
    flex: 1 auto;
    text-align: left;
    margin-top: 12px;
}

.estimatorslide li i {
    color: #047230;
    margin-right: 8px;
}

.seImage {
    margin-top: 25px;
    margin-bottom: 15px;
}

.seImage img {
    width: 100%;
    max-width: 745px;
}

.allDetails form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.relativequote {
    text-align: center;
    position: relative;
}

.yourquotewrap {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 28px;
    max-width: 855px;
}

.btitl {
    font-size: 18px;
    margin-top: -10px;
}

.dateinfo {
    display: inline-flex;
    margin-top: -10px;
}

.dateinfo p {
    margin: 0 12px;
}

.dateinfo i {
    margin-right: 5px;
}

.quoteselectionsectoin {
    background-color: #F9F9F9;
    border: 1px solid #ACACAC;
    padding: 15px;
    border-radius: 5px;
    margin-top: 12px;
    float: left;
    width: 100%;
}

.quoteselectionsectoin select {
    float: left;
    padding: 15px 10px;
    width: 49%;
}

.bluequote {
    float: left;
    background-color: #E6F5FF;
    border: 1px solid #00538E;
    border-radius: 5px;
    padding: 13px 10px;
    margin-left: 12px;
    text-align: center;
    width: 49%;
}

.quotewrapoptions {
    float: left;
    width: 100%;
    margin-top: 21px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    text-align: center;
}

.reserveYourUnit {
    flex: 1 0 45%;
    width: 100%;
    font-size: 14px;
}

.reserveYourUnit button {
    width: 96%;
    padding: 14px 11px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    background-color: #00538E;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.checkinOnline {
    flex: 1 0 45%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
}

.checkinOnline button {
    width: 96%;
    padding: 14px 11px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    background-color: #253037;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.packingMaterials {
    flex: 1 0 45%;
    width: 100%;
    font-size: 14px;
    max-width: 455px;
    margin: auto;
    margin-top: 0px;
    font-size: 14px;
}

.packingMaterials button {
    width: 96%;
    padding: 13px 11px;
    border-radius: 5px;
    border: 1px solid #727272;
    background-color: #727272;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.trioTab {
    display: flex;
    width: 100%;
    margin-bottom: 55px;
    position: relative;
}

.trioTab img {
    position: absolute;
    top: -28px;
}

.trioTab p {
    background-color: #E2E2E2;
    color: #313131;
    flex: 1 0 27%;
    margin: 5px 8px;
    text-align: center;
    padding: 14px 12px;
    font-size: 14px;
    border-radius: 3px;
}

.selectedTab {
    background-color: #232323 !important;
    color: #fff !important;
}

.packspecils {
    display: flex;
    flex-wrap: wrap;
}

.packitem {
    background-color: #E3E3E3;
    border: 1px solid #707070;
    border-radius: 4px;
    text-align: center;
    flex: 1 0 45%;
    margin: 8px;
    font-size: 14px;
}

.piName {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    padding-top: 22px;
}

.viewFullDetails {
    color: #313131;
    font-size: 14px;
    margin-top: -12px;
}

.detailsum {
    margin-top: -8px;
    line-height: 25px;
    font-size: 13px;
    padding: 5px 10px;
}

.extendedpackitem .piName {
    background-color: #00538E;
    color: #fff;
    padding: 14px 5px;
    font-size: 15px;
}

.extendedpackitem {
    background-color: #F5F5F5;
}

.packcontains {
    text-align: center;
    padding-left: 25px;
    width: 96%;
}

.packcontains p {
    color: #433D3D;
    font-weight: bolder;
    margin-bottom: 0px;
    margin-top: 12px;
}

.packcontains ul {
    padding-left: 5px;
}

.packcontains li {
    list-style: none;
    margin: 8px 0;
}

.packcontains i {
    color: #00538E;
    margin-right: 8px;
}

.selectpack {
    background-color: #00538E;
    color: #fff;
    width: 100%;
    margin-bottom: 18px;
    padding: 12px 8px;
    border-radius: 5px;
    border: none;
    margin-top: 8px;
}

.packingMat {
    height: 140%;
}

.packingMat .awrapfull {
    float: left;
}

.noBackground {
    background-image: none !important;
}

.noBackground .standardHeadTitle {
    color: #1C1C1C;
}

.standardBlueSection {
    margin-top: 0px;
}

.standardBlueSection
.noBackground .standardSub {
    color: #1C1C1C;
}

.lineborder {
    border-bottom: 6px solid #CB2326;
}

.callStore {
    background-color: #00538E;
}

.paymentForm {
    display: flex;
    flex-wrap: wrap;
}

.paymentForm label {
    flex: 1 0 40%;
    margin: 12px;
    position: relative;
}

.paymentForm label input {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #8a8a8a;
    margin-top: 5px;
}

.paymentForm label i {
    position: absolute;
    right: 19px;
    font-size: 22px;
    top: 43px;
}

.reservationTable {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 35px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #BCBCBC;
}

.reservationTable th {
    background-color: #00538E;
    color: #fff;
    font-size: 14px;
    padding: 18px 20px;
}

.reservationTable td {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 14px;
    padding: 18px 21px;
    color: #272727;
}

.reservationTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.stripeSection {
    flex: 1 0 100%;
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
}

.stripeSection button {
    background-color: #6671E4;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px;
    width: 100%;
    max-width: 505px;
}

.stripeSection button img {
    margin-left: 15px;
}

.sswrap {
    margin-top: -15px;
}

.succPAge {
    background-image: url(../assets/images/success.jpg) !important;
}

.sucessItems .standardSub {
    color: #464646;
    font-size: 15px;
}

.sucessItems .standardHeadTitle {
    color: #1C1C1C;
    font-size: 21px;
    margin-top: -18px;
}

.standardHeadTitle {
    font-size: 24px;
}

.standardSub {
    margin-top: -17px;
}

.sucessItems img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    margin-top: -12px;
}

.sucessItems {
    max-width: 1050px;
}

.kindred {
    text-align: center;
    font-weight: 600;
    color: #252525;
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
}

.longActionTabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.longTab {
    flex: 1 0 100%;
    border: none;
    background-color: #D6D6D6;
    color: #313131;
    text-align: center;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 8px 5px;
    position: relative;
    cursor: pointer;
}

button:hover {
    background-color: #dc3545;
    color: #fff;
    cursor: pointer;
}

.longTab:hover {
    background-color: #1E1F21;
    color: #fff;
    transition: .3s;
}

.longTab:hover i {
    color: #fff;
}

.leftSideI {
    color: #4D4D4D;
    position: absolute;
    left: 30px;
    font-size: 20px;
}

.rightSideI {
    color: #4D4D4D;
    position: absolute;
    right: 30px;
    font-size: 20px;
}

.expandedTab {
    margin-top: 15px;
    border: 2px solid #00538E;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

.activeTabID {
    background-color: #00538E;
    color: #fff;
}

.activeTabID i {
    color: #fff;
}

.tripeAction {
    display: flex;
    flex-wrap: wrap;
}

.sectionseperate {
    flex: 1 auto;
    margin: 10px;
    text-align: center;
}

.sectionseperate i {
    font-size: 18px;
    color: #00538E;
}

.title1 {
    font-size: 15px;
    font-weight: bold;
    color: #313131;
    margin-top: 6px;
}

.subtitle1 {
    font-size: 15px;
    color: #313131;
    margin-top: -19px;
}

.actionLargeButton {
    background-color: #F5F5F5;
    border: 1px solid #9E9E9E;
    border-radius: 7px;
    padding: 15px;
    color: #313131;
    margin-top: -6px;
    font-size: 14px;

    max-width: 275px;
    width: 100%;

}

.actionLargeButton i {
    font-size: 22px;
    color: #313131;
    margin-top: 8px;
}

.actionLargeButton p {
    margin-top: 8px;
    margin-bottom: 0px;
}

.sucessItems .quotewrapoptions {
    float: unset;
}

.authorisedpersonform {
    display: flex;
    flex-wrap: wrap;
}

.authorisedpersonform label {
    flex: 1 0 20%;
    margin: 10px 5px;
    font-size: 14px;
    color: #313131;
}

.authorisedpersonform input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    padding: 12px 8px;
    margin-top: 5px;
}

.authorisedpersonform select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    padding: 12px 8px;
    margin-top: 5px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.authorisedpersonform .fa-chevron-down {
    position: absolute;
    right: 12px;
    font-size: 18px;
    color: #00538E;
    top: 41px;
}

.addauthorisedperson {
    background-color: #363029;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 15px 12px;
    width: 100%;
    max-width: 64%;
    font-size: 14px;
    margin: auto;
    margin-top: 8px;
}


.accessLevel {
    width: 100%;
    text-align: center;
    flex: 1 0 100%;
}

.authDiv {
    background-color: #DBDBDB;
    border: 1px solid #A8A8A8;
    margin-top: 18px;
    padding: 15px 10px;
    position: relative;
    border-radius: 5px;
}

.authorisedAccess h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 26px;
    color: #404040;
}

.authorisedAccess p {
}

.authorisedAccess {
    width: 80%;
    margin: auto;
}

.authorisedAccess .fa-user {
    color: #00538E;
    position: absolute;
    left: 18px;
    font-size: 16px;
    top: 18px;
}

.authorisedAccess .fa-times {
    color: #FF3030;
    position: absolute;
    right: 18px;
    font-size: 20px;
    top: 18px;
}

.freevanform {
}

.freevanExpanded {
}

.ftitle {
    font-size: 16px;
    text-align: center;
    margin-top: 11px;
    font-weight: 600;
    color: #484848;
}

.subti {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin-top: -12px;
    padding: 0 14px;
}

.boldti {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    color: black;
}

.hireFlex {
    display: flex;
    width: 90%;
    margin: auto;
}

.hireFlex label {
    margin: 5px 8px;
    font-size: 14px;
    flex: 1 0 40%;
}

.hireFlex input {
    width: 100%;
    padding: 11px 15px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    margin-top: 4px;
}

.hireFlex select {
    width: 100%;
    padding: 14px 15px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    margin-top: 4px;
}

.specialsexpanded {
    display: none;
}

.packspecialexpanded {
    display: block;
}


.packingbutton {
    background-color: #00538E;
    color: #fff;
    padding: 12px 8px;
    margin: 0;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
}

.packingtable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    max-width: 80%;
    margin: auto;
}

.pricetr {
    font-weight: bold;
}

.packingtable th, td {
    font-size: 14px;
    text-align: left;
    padding: 15px 18px 14px 40px;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.nounitpopup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.oackng {
    background-color: #4a4a4a !important;
    margin-left: 8px;
}

.nounitpopupContent {
    text-align: center;
    background-color: #fefefe;
    margin: auto;
    padding: 18px 67px;
    padding-top: 30px;
    border: 1px solid #888;
    width: 60%;
    padding-bottom: 35px;
}

.reservebutton {
    padding: 14px 11px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    background-color: #00538E;
    color: #fff;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
    margin-bottom: 10px;
}

.inalt {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.unittitle {
    margin: 0;
    padding: 0;
}

.unitprice {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #363636;
}

.choosenewsize {
    padding: 12px 11px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    background-color: #626262;
    color: #fff;
    width: 100%;
    max-width: 220px;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.nupt {
    font-size: 18px;
    margin-top: 18px;
}

.nups {
}

.sizesalt {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -20px;
}

.sizesalt img {
    width: 100%;
}

.smallersize {
    flex: 1 0 40%;
    max-width: 40%;
}

.biggersize {
    flex: 1 0 40%;
    max-width: 40%;
}


@media only screen and (max-width: 1200px) {
    .nounitpopupContent {
        width: 95%;
    }

}

@media only screen and (max-width: 700px) {
    .nounitpopupContent {
        width: 95%;
        padding: 18px 0;
    }

    .mobFlex .logo{
        height: auto;
        max-height: 70px;
    }

}

@media only screen and (max-width: 595px) {
    .sizesalt{
        flex-wrap: wrap;
    }
    .smallersize {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .biggersize {
        flex: 1 0 100%;
        max-width: 100%;
    }

}


@media only screen and (max-width: 550px) {
    .quoteHeader .logo {
        max-width: 171px;
        margin-top: -7px;
        margin-bottom: 10px;
    }

    .callStoreMobile {
        margin-top: 5px;
    }

    .quoteHeader {
        border-top: unset;
    }
}


