.custom-container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 170px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #333333;
}

.st-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
}

.invalid-feedback {
    font-family: "GothamRoundedBook", serif;
}

body {
    padding-top: 75px;
    height: 100%;
    font-family: "GothamRoundedBook", serif;
}

.text-danger {
    font-size: 13px;
}

.searchResult {
    list-style: none;
    padding: 0px;
    position: absolute;
    margin: 0;
    max-height: 320px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "GothamRoundedBook", serif;
}

.searchResult li {
    background: rgba(0, 0, 0, 0.02);
    padding: 4px;
    margin-bottom: 1px;
}

.searchResult li:hover,
.searchResult li:nth-child(even):hover {
    background: rgba(0, 0, 0, 0.05);
}

.searchResult li:nth-child(even) {
    background: rgba(255, 255, 255, 1);
}

.searchResult li:hover {
    cursor: pointer;
}

.remove-item {
    position: relative;
    top: 45px;
}

.remove-item:hover {
    color: #0056b3;
    cursor: pointer;
}

.pickup-loader,
.delivery-loader {
    position: absolute;
    right: 8px;
    top: 45px;
}

.my-table-align-center {
    display: flex;
    align-items: center;
}

.bg-gray {
    background-color: #f6f6f6;
}

.quote-form {
    font-family: "GothamRoundedBook", serif;
}

.quote-form .form-title {
    color: #4c4b4b;
    font-family: "GothamRoundedMedium", serif;
    font-weight: 600;
    font-size: 22px;
    padding: 20px 0;
}

.quote-form .form-title1 {
    color: #4c4b4b;
    font-family: "GothamRoundedMedium", serif;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 0;
}

.quote-form .form-sub-title {
    color: #4c4b4b;
    font-family: "GothamRoundedMedium", serif;
    font-size: 18px;
    padding: 10px 0;
}

.quote-form .field-title {
    font-size: 15px;
    font-weight: normal;
    font-family: "GothamRoundedBook", serif;
    color: #333333;
    margin-bottom: 0px;
}

.quote-form .field-title.size-14 {
    font-size: 14px;
}

.quote-form .field-label {
    font-size: 15px;
    font-family: "GothamRoundedBook", serif;
    color: #4c4b4b;
}

.quote-form .field-label.bold {
    font-family: "GothamRoundedBold", serif;
}

.quote-form .field-placeholder {
    font-weight: normal;
    font-family: "GothamRoundedBook", serif;
    color: #333333;
    font-size: 15px;
}

.quote-form .padding-5 {
    height: 50px;
    border-radius: unset;
}

.quote-form .height-5 {
    height: 50px;
    border-radius: unset;
}

.quote-form .height-4 {
    height: 40px;
    border-radius: unset;
}

.quote-form .padding-20 {
    padding: 20px 0 0;
}

.quote-form .width-200 {
    width: 200px;
}

.quote-form .form-title i {
    padding-right: 10px;
}

.quote-form .input-container {
    position: relative;
}

.quote-form .input-padding-right-40 {
    padding-right: 40px;
}

.quote-form .field-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
    z-index: 4;
    font-size: 15px;
}

.quote-form .pb-5 {
    padding-bottom: 0px !important;
}

.quote-form .note {
    color: #525050;
    font-size: 15px;
    font-family: GothamRoundedBook, serif;
}

.quote-form .width-300 {
    width: 300px;
}

.btn-add-item {
    color: #4c4b4b;
    font-size: 12px;
    cursor: pointer;
    font-family: "GothamRoundedBook", serif;
    text-decoration: underline;
}

.btn-add-item:hover {
    color: #7ceea5;
}

.btn {
    border-radius: 0 !important;
}

.btn-warning {
    background-color: #7ceea5 !important;
    color: #ffffff !important;
    border-color: #7ceea5 !important;
}

.btn-warning:hover {
    background-color: #7ceea5 !important;
    color: #ffffff !important;
    border-color: #7ceea5 !important;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 200, 119, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #4fb46b;
    border-color: #4fb46b;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #58c877;
    border-color: #4fb46b;
    box-shadow: 0 0 0 0.2rem rgba(88, 200, 119, 0.5);
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 200, 119, 0.25);
}

/** Carrier Ribbon **/
.carrier-group-mobile {
    display: none;
}

.carrier-group-desktop {
    display: block;
}

.arrow_box {
    position: relative;
    background: #2176ad;
    height: 100px;
    width: 80%;
}

.arrow {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 50px solid #2176ad;
    border-bottom: 50px solid transparent;
    position: relative;
}

/*.arrow_box:after,*/
/*.arrow_box:before {*/
/*    left: 100%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*}*/
/*.arrow_box:after {*/
/*    border-color: rgba(136, 183, 213, 0);*/
/*    border-left-color: #2176ad;*/
/*    border-width: 50px;*/
/*}*/

.arrow_box .carrier-group-title {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: GothamRoundedMedium, serif;
    font-size: 15px;
    text-transform: uppercase;
}

.step-2 img.carrier-image {
    width: 80%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-2 .carrier-name {
    vertical-align: middle;
    font-family: GothamRoundedMedium, serif;
    font-size: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.step-2 .carrier-delivery {
    display: inline-flex;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.step-2 .carrier-delivery h5 {
    font-family: GothamRoundedBook, serif;
    font-size: 15px;
}

.step-2 .carrier-delivery i {
    padding-top: 12px;
}

.step-2 .carrier-delivery .carrier-delivery-date {
    margin-left: 10px;
}

.step-2 .carrier-delivery .carrier-delivery-date h5 {
    margin: 0;
}

.step-2 .delivery-pricing {
    display: inline-flex;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.step-2 .delivery-pricing h5 {
    margin: 0;
}

.step-2 .delivery-pricing .amount {
    font-family: GothamRoundedBold, serif;
    font-size: 20px;
    color: #4c4b4b;
}

.step-2 .delivery-pricing .timezone {
    font-family: GothamRoundedBook, serif;
    font-size: 15px;
    padding: 4px 0 0 5px;
}

.step-2 .carrier-button {
    display: inline-flex;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-2 .carrier-button .btn {
    font-family: GothamRoundedBold, sans-serif;
    font-size: 16px;
    border-radius: unset;
}

.step-2 .carrier-button .btn-warning {
    background-color: #2176ad;
    color: #ffffff;
}

.step-2 .carrier-button .btn-warning:hover {
    background-color: #2176ad;
    color: #ffffff;
}

.step-2 .highlighted {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
}

.link {
    font-family: GothamRoundedBook, sans-serif;
    color: #2176ad;
    text-decoration: underline;
}

.link:hover {
    color: #7ceea5;
}

.link-black {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.link-black:hover {
    color: #ff6900;
    text-decoration: none;
}

.preview {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.back-button {
    position: relative;
}

.back-button a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.terms-and-conditions {

    padding: 0 0 0 20px;
    margin: 0;
}

.terms-and-conditions a {
    color: #4c4b4b;
    font-family: "GothamRoundedMedium", serif;
}

.confirmation {
    color: #7ceea5;
    text-align: center;
}

.confirmation span,
.confirmation h5 {
    font-size: 32px;
    font-family: GothamRoundedBold, sans-serif;
}

.delivery-slip-section {
    position: relative;
}

.download-section {
    margin: 10px 10px 10px 0;
    padding: 10px 70px;
}

.bg-blue {
    background-color: #004f96;
}

.size-15 {
    font-size: 15px !important;
}

.size-22 {
    font-size: 22px !important;
}

.size-25 {
    font-size: 25px !important;
}

/* Custom navigation */
.steps-indicator {
    margin: 30px 0 !important;
}

.steps-indicator li.current a:before {
    background-color: #7ceea5 !important;
    padding: 25px;
}

.steps-indicator li a:before {
    top: -50px !important;
    transform: translateX(-50%);
    left: 50% !important;
}

.steps-indicator li a:before {
    background-color: #b0e8c0 !important;
    padding: 25px;
}

.steps-indicator li {
    padding-top: 20px !important;
}

.steps-indicator li a {
    color: #7ceea5 !important;
    font-size: 16px !important;
    font-family: GothamRoundedBold, serif;
    text-transform: none !important;
}

.steps-indicator li.default a {
    color: #b0e8c0 !important;
}

.steps-indicator li.done a:before {
    background-color: #7ceea5 !important;
}

.steps-indicator:before {
    height: 5px !important;
    top: 34px;
    background-color: #b0e8c0 !important;
}

.steps-indicator .ctr {
    position: absolute;
    top: -30px;
    font-size: 22px;
    transform: translateX(-50%);
    left: 50%;
    color: #fff;
}



.sendthat-sub-menu {
    list-style: none;
    padding: 0 0 0 40px;
    margin: 0 50px 0 0;
    position: absolute;
    left: 160px;
    top: 50%;
    transform: translateY(-50%);
}

.sendthat-sub-menu li {
    padding: 10px 20px 5px 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.sendthat-sub-menu li a {
    font-size: 14px;
    font-family: GothamRoundedBook, sans-serif;
    display: block;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
    color: #777;
    font-weight: 600;
    text-align: center;
    width: 105%;
    line-height: 4;
}

.sendthat-sub-menu li,
.sendthat-sub-menu li :after,
.sendthat-sub-menu li :before {
    transition: all 0.5s;
}


.sendthat-sub-menu li {
    position: relative;
}

.sendthat-sub-menu li :after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: rgba(87, 85, 85, 0.294);
    height: 1px;
}

.sendthat-sub-menu.send :after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: #4c4b4b !important;
    background: #58c877 !important;
    height: 1px;
}

.sendthat-sub-menu li :hover:after {
    width: 100%;
}

.sendthat-sub-menu li {
    transition: all 0.4s;
}

.sendthat-sub-menu li :hover {
    color: #fff;
    z-index: 1;
}

.sendthat-sub-menu .send :hover {
    color: #4c4b4b !important;
    z-index: 1;

}

.sendthat-sub-menu li :hover:after {
    z-index: -10;
    animation: fill 0.2s forwards;
    -webkit-animation: fill 0.2s forwards;
    -moz-animation: fill 0.2s forwards;
    opacity: 1;
}

.sendthat-sub-menu .send :hover:after {
    z-index: -10;
    animation: fillgreen 0.2s forwards;
    -webkit-animation: fillgreen 0.2s forwards;
    -moz-animation: fillgreen 0.2s forwards;
    opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #4c4b4b;
    }
}

@-webkit-keyframes fillgreen {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #7ceea5;

    }
}

/* Drop down menu */
.dropdown-menu {
    list-style: none;
    background-color: #eee;
    margin-top: 0px;
    padding: 0 0;
    min-width: 80px !important;
}

.dropdown-menu ul {
    padding: 0 0;
    background-color: #f8f8f8 !important;

}

.dropdown-menu li {
    padding: 0 0;
    display: relative;
    text-align: center;
    width: 100%;
}

.dropdown-menu li {
    font-size: 14px;
    font-family: GothamRoundedBook, sans-serif;
    display: flex;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
    color: #f8f8f8;
    width: 100%;

    text-align: center;
    line-height: 3;
}

.dropdown-menu li,
.dropdown-menu li :after,
.dropdown-menu li :before {
    transition: all 0.5s;
}



.dropdown-menu li :after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #f8f8f8;
    height: 1px;
}

.dropdown-menu li :hover:after {
    width: 100%;
}

.dropdown-menu li {
    transition: all 0.4s;
}

.dropdown-menu li :hover {
    color: #f8f8f8;

    z-index: 1;
}

.dropdown-menu li :hover:after {
    z-index: -10;
    animation: fill 0.2s forwards;
    -webkit-animation: fill 0.2s forwards;
    -moz-animation: fill 0.2s forwards;
    opacity: 1;
}

.dropdown-menu dropdown-item {
    padding: 0 20px;
}


.sendthat-banner {
    width: 100%;
    height: 600px;
}

.sendthat-banner-content {
    background-image: url(/images/sendthathero.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    position: relative;
}

.sendthat-banner-content.desktop {
    display: block;
}

.sendthat-banner-content.mobile {
    display: none;
}

.sendthat-banner-nav {
    position: absolute;
    top: 150px;
}

.sendthat-banner-nav .title {
    font-family: GothamRoundedBold, sans-serif;
    font-size: 34px;
    color: #4c4b4b;
}

.sendthat-banner-nav .description {
    font-family: GothamRoundedBook, sans-serif;
    font-size: 20px;
    color: #4c4b4b;
    line-height: 1.2;
}

.sendthat-banner-nav .button-group {}

.sendthat-banner-nav .button-group .btn-item {}

.sendthat-banner-nav .button-group .send,
.sendthat-banner-nav .button-group .track {
    position: relative;
}

.sendthat-banner-nav .button-group .send img,
.sendthat-banner-nav .button-group .track img {
    position: absolute;
    left: 17px;
}

.sendthat-banner-nav .button-group .send span,
.sendthat-banner-nav .button-group .track span {
    padding-left: 55px;
}

.sendthat-banner-nav .button-group .send {
    background-color: #7ceea5;
    padding: 14px 30px;
    text-decoration: none;
    font-family: GothamRoundedMedium, serif;
    font-size: 18px;
    color: #ffffff;
}

.sendthat-banner-nav .button-group .track:hover {
    background-color: #454444;
}

.sendthat-banner-nav .button-group .send:hover {
    background-color: #4fb46b;
}

.sendthat-banner-nav .button-group .track {
    background-color: #4c4b4b;
    padding: 14px 30px;
    text-decoration: none;
    font-family: GothamRoundedMedium, serif;
    font-size: 16px;
    color: #ffffff;
}

.sendthat-banner-nav .button-group .vl {
    height: 70%;
    position: absolute;
    border-right: 1px solid #ffffff;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
}

.partners {
    text-align: center;
}

.partner-title {
    text-align: center;
    font-family: GothamRoundedMedium, sans-serif;
    font-size: 30px;
    color: #4c4b4b;
}

.partners.mobile {
    display: none;
}

.vl {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0),
            rgba(109, 109, 109, 0.527),
            rgba(0, 0, 0, 0));
    height: auto;
    position: relative;
    width: 2px;
}

.partners img {
    width: 120px;
}

.colour .partner-list-even img {
    filter: none;
    -webkit-filter: grayscale(0) !important;
}

.partners .partner-list-even img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.partners .partner-list-even :hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.partner-list-odd .partner-item:nth-child(2) img {
    height: 30px;
}

.partners .partner-list-even .partner-item {
    margin: auto 50px;
    text-align: center;
}

.partners .partner-list-odd .partner-item {
    margin: auto 55px;
}

/* HOW IT WORKS */
.wiw {
    background-color: #f6f6f6;
}

.wiw .title {
    font-family: GothamRoundedBold, serif;
    font-size: 34px;
    text-align: center;
    color: #4c4b4b;
}

.wiw .description {
    font-family: GothamRoundedBold, serif;
    font-size: 20px;
    text-align: center;
    color: #7ceea5;
    line-height: 1.2;
}

.wiw .wiw-item {
    text-align: center;
}

.wiw .wiw-item img {
    width: 100px;
}

.modal-content {
    border-radius: unset;
}

.modal .header-title {
    font-family: GothamRoundedBold, serif;
    align-items: center;
}

/* Other Description Section */
.other .title {
    font-family: GothamRoundedBold, serif;
    font-size: 34px;
    text-align: center;
    color: #4c4b4b;
}

.other .sub-title {
    font-family: GothamRoundedMedium, serif;
    font-size: 24px;
    text-align: center;
    color: #4c4b4b;
}

.other .description {
    font-family: GothamRoundedBook, serif;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.other .send {
    background-color: #7ceea5;
    padding: 14px 30px;
    text-decoration: none;
    font-family: GothamRoundedMedium, serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    width: 20%;
    margin: auto;
}

.other .send:hover {
    background-color: #58c877;
}

/* SEND AND TRACK WITH IMAGE SECTION */
.send-track-section {}

.send-track-section .bg-left {
    background: url(/images/sendapackage.png) no-repeat center 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.send-track-section .bg-right {
    background: url(/images/trackapackage.png) no-repeat center 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.send-track-section .bg-left .content {
    position: absolute;
    width: 70%;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.send-track-section .bg-right .content {
    position: absolute;
    width: 70%;
    left: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.send-track-section .content .circular img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.send-track-section .content .circular {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #7ceea5;
    position: relative;
    margin: auto;
    display: block;
}

.send-track-section .bg-cover {
    width: 100%;
    height: 450px;
}

.send-track-section .bg-button {
    background-color: #7ceea5;
    padding: 10px 50px;
    text-decoration: none;
    font-family: GothamRoundedMedium, serif;
    font-size: 16px;
    color: #ffffff;
    margin: auto;
}

.send-track-section .bg-button:hover {
    background-color: #58c877;
}

.send-track-section .title {
    font-family: GothamRoundedMedium, serif;
    font-size: 28px;
    color: #ffffff;
}

.send-track-section .description {
    font-family: GothamRoundedBook, sans-serif;
    font-size: 16px;
    color: #ffffff;
    width: 90%;
    margin: auto;
}

.still-have-question .mobile {
    display: none;
}

.still-have-question {
    font-family: GothamRoundedBold, serif;
}

.still-have-question p {
    color: #4c4b4b;
    font-size: 28px;
}

.still-have-question a {
    font-size: 18px;
    font-family: GothamRoundedMedium, serif;
}

/* Font Size */

.font-size-12 {
    font-size: 12px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

/* Font Family */
.font-family-bold {
    font-family: "GothamRoundedBold", serif;
}

.font-family-medium {
    font-family: "GothamRoundedMedium", serif;
}

.font-family-book {
    font-family: "GothamRoundedBook", serif;
}

/* Other font-details */
.font-no-underline {
    text-decoration: none !important;
}

.font-color-black {
    color: #000000;
}

.font-color-black:hover {
    color: #000000;
}

/* Width */
.width-260 {
    width: 260px !important;
}

/* AUTH */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7ceea5 !important;
    border-color: #58c877 !important;
}

.btn-primary {
    border-color: #58c877 !important;
}

a.st-btn-default,
.st-btn-default {
    background-color: #7ceea5;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    border: none;
    text-decoration: none;
}

a.st-btn-default:hover,
.st-btn-default:hover {
    color: #fff;
}

a.st-btn-default:focus,
.st-btn-default:focus {
    outline: none;
    color: #fff;
}

a.st-btn-my-account,
.st-btn-my-account {
    background-color: #4c4b4b;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    border: none;
    text-decoration: none;
}

a.st-btn-my-account:focus,
.st-btn-my-account:focus {
    outline: none;
}

a.st-btn-my-account:hover,
.st-btn-my-account:hover {
    background-color: #484848;
    color: #ffffff;
}

.nav-auth {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    padding: 5px 0 0;
}

.footer-content {
    display: inline-flex;
    width: 100%;
    position: relative;
    min-height: 80px;
}

.footer-content .logo {
    width: 200px;
    position: absolute;
    right: 200px;
    top: 0;
}

.footer-content .google {
    position: absolute;
    right: 200px;
    top: 0;
}

.footer-partner {
    width: 100%;
    min-height: 80px;
    position: relative;
    text-align: left;
}

.footer-partner p {
    margin-bottom: 0px;
    font-size: 12px;
}

.footer-partner .logo {
    height: 50px;
}

.footer-partner .logo-2 {
    height: 45px;
}

.social.mobile {
    display: none;
}

.social {
    position: absolute;
    right: -55px;
    top: 5px;
}

.social .facebook {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(/images/facebook-logo.svg) no-repeat;
    background-size: 16px 16px;
}

.social .instagram {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(/images/instagram.svg) no-repeat;
    background-size: 16px 16px;
}

.social .linkedin {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(/images/linkedin-3.svg) no-repeat;
    background-size: 16px 16px;
    margin-left: 2px;
}

.footer-content .links {
    position: absolute;
    right: 30px;
    top: 40px;
}

.custom_checkbox_parent {
    position: relative;
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.custom_checkbox label:after {
    content: "";
    display: table;
    clear: both;
}

.custom_checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-right: 0.5em;
}

.custom_checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.custom_checkbox .label_text {
    position: absolute;
    top: 25%;
}

.custom_checkbox label input[type="checkbox"] {
    display: none;
}

.custom_checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.custom_checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.custom_checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: 0.5;
}

.border-right-landing {
    border-right: 1px solid #4c4b4b;
}

.faq .form-title {
    color: #4c4b4b;
    font-family: "GothamRoundedBold", serif;
    font-weight: 600;
    font-size: 28px;
    padding: 20px 0;
}

.faq .card .card-header .btn.btn-link {
    font-family: GothamRoundedMedium, sans-serif;
    font-size: 20px;
    color: #4c4b4b;
}

.faq .card .card-header .btn-link:hover {
    text-decoration: none;
}

.faq .card .card-header .btn:focus,
.faq .card .card-header .btn.focus {
    box-shadow: none;
    text-decoration: none;
}

.faq .card .card-header {
    background-color: rgba(76, 75, 75, 0.03);
    cursor: pointer;
}

.faq .card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(76, 75, 75, 0.4) !important;
}

/* TESTIMONIALS */
.testimonials {
    background-color: #f6f6f6;
}

.testimonials .title {
    font-family: GothamRoundedBold, serif;
    font-size: 34px;
    text-align: center;
    color: #4c4b4b;
}

.testimonials .description {
    font-family: GothamRoundedBold, serif;
    font-size: 20px;
    text-align: center;
    color: #7ceea5;
    line-height: 1.2;
}

.testimonials .testimonial-item {
    text-align: center;
    padding: 20px 70px;
}

.testimonials .testimonial-item p {
    font-family: GothamRoundedBook, serif;
    font-size: 16px;
}

.testimonials .testimonial-item h4 {
    font-family: GothamRoundedBold, serif;
    font-size: 16px;
}

.testimonials .testimonial-item img {
    width: 150px;
    border-radius: 50%;
}

/* Notification on consignement logs */
.alert-dark {
    padding: 10px 18px 10px 10px;
    bottom: 5px;
    background: #4c4b4b;
    color: white;
    width: 15%;
    font-size: 10px;
    position: fixed;
    visibility: hidden;
    z-index: 2;
    left: 5px;
    animation: mymove 0.5s;
    animation-delay: 8s;
    animation-fill-mode: forwards;
}

.topright {
    position: absolute;
    top: -12px;
    right: -12px;
    -ms-transform: scaleY(.5);
    /* IE 9 */
    transform: scaleY(.5);
    -ms-transform: scaleX(.7);
    /* IE 9 */
    transform: scaleX(.7);
}

.right-bottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

@keyframes mymove {
    from {
        left: -400px;
    }

    to {
        left: 10px;
        visibility: visible;
    }
}

@keyframes closed {
    from {
        visibility: visible;
    }

    to {
        visibility: hidden;
    }
}

.close {
    position: static;
}

/* Social bar */
.desktop-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: 1s;
    -webkit-transition: 1s;
    float: right;
}

.details {
    float: right;
    align-content: center;
    padding-right: 5px;
}

.icon-bar a {
    display: block;
    text-decoration: none;
    position: relative;
    right: 0;
    padding: 16px;
    color: white;
    font-size: 15px;
    background: #4c4b4b;
    width: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    font-family: "GothamRoundedBook", sans-serif;
}

.icon-bar a:hover {
    background-color: #333333;
    color: #63c07e;
    /* #4fb46b;#7ceea5 */
}

.phone:hover {
    right: 0;
    background: #4c4b4b;
    color: white;
}

.mail:hover {
    right: 0;
    background: #4c4b4b;
    color: white;
}

/* .facebook {
    background: #3b5998;
    color: white;
}

.instagram {
    background: #f09433;
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}  */

/* carousel */
/* .carousel-indicators > li {
    border-radius: 50%;
    color: #0a0808;
    width: 20px;
} */
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #4c4b4b;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 2px;
    background-color: #7ceea5;
}

.carousel-control-next-icon {
    right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%4c4b4b' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%4c4b4b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

/* Alert bar */

.alert-warning {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.alert-warning .glyphicon {
    margin-right: 8px;
    align-self: center;
}

.float {
    position: fixed;
    bottom: 2px;
    right: 2px;
    background-color: rgba(231, 230, 230, 0);
    z-index: 5;
}

.my-float {
    margin-top: 22px;
}

/* Warranty page */
.Slide {
    width: 100%;


}

h6 {
    font-family: "GothamRoundedBold", sans-serif;
}

.sticky-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
}

.border .order-details {
    border: 2px solid #b0e8c0;


}

.step3-desktop {
    display: block;
}

.step3-mobile {
    display: none;
}

.package-details li.highlight {
    color: red;
}