/* CSS Document */
@import "../fonts/Update1/fonts.min.css";
@import url('fontawesome-all.css');

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('../Fonts/poppins/Poppins-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../Fonts/poppins/Poppins-SemiBold.woff2') format('woff2'), url('../Fonts/poppins/Poppins-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../Fonts/poppins/Poppins-Light.woff2') format('woff2'), url('../Fonts/poppins/Poppins-Light.woff') format('woff');
}

@font-face {
    font-family: ProximaNovaSemiBold;
    src: url(/fonts/ProximaNova/ProximaNova-Semibold.otf);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(/fonts/ProximaNova/ProximaNova-Regular.otf);
}

body {
    background-color: #F8F8F8;
}

.carouselCardText {
    display: none;
    font-size: 14px;
    margin: 0 0 3px 0;
    color: #000;
}

.card-img-selected .carouselCardText {
    display: block !important;
}
/* Dropdown style */
.posStatic .col-md-6 {
    position: relative;
}

.posStatic .dropDownList {
    width: 100%;
    margin-top: 4px;
}
/* Dropdown style */
/* CSS anythingelsestream */
.ammountwidth {
    max-width: 155px;
}

textarea.anyTpadd {
    padding: 10px 15px 10px;
    line-height: 22px;
    margin-bottom: 15px;
}

.anyTbg button.btn-light {
    background-color: #F8F8F8;
}

    .anyTbg button.btn-light:hover {
        background-color: #F8F8F8 !important;
    }

.popOverBars {
    font-size: 1.7rem;
    color: #05eaed;
    cursor: pointer;
}

.anyThingPaddtop {
    padding-top: 10px;
}

    .anyThingPaddtop span {
        outline: none;
    }

.anyTEpopoverContent {
    padding: 6px 0;
    list-style-type: none;
    margin-bottom: 0;
}

.popover {
    left: 10px !important;
    top: -5px !important;
    border-radius: 0;
    border: 1px solid #05eaed;
    padding: 0px;
}

    .popover .popover-body {
        padding: 0;
    }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: #05eaed;
}

ul.anyTEpopoverContent li a {
    color: #a2a2a2;
    display: inline-block;
    width: 100%;
    padding: 2px 16px;
}

    ul.anyTEpopoverContent li a:hover {
        opacity: .8
    }

.w200 {
    max-width: 400px;
}

a.disabled {
    cursor: not-allowed;
}

textarea#collectionUrlFinal {
    padding: 11px 15px 10px;
    min-height: 45px;
    line-height: 22px;
    margin-left: 0;
}

.editUrl {
    display: block;
    max-width: 500px;
    padding: 11px 15px 10px 0;
    font-size: 14px;
    line-height: 22px;
    min-height: 45px;
    color: #495057;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    margin-left: 0;
}

div#collectionUrlFinal {
    display: block;
    max-width: 500px;
    padding: 10px 5px 10px 5px;
    font-size: 16px !important;
    line-height: 22px;
    min-height: 45px;
    color: #495057;
    word-wrap: break-word;
    background-color: #c1fafa !important;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    margin-left: 0;
    height: auto;
    font-weight: 600;
}

span#changeUrl {
    color: #000000 !important;
    display: block;
    margin-top: 5px;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
}

    span#changeUrl:focus {
        border-color: #05eaed;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.widthAuto {
    width: auto !important;
}
/* CSS anythingelsestream */
.gts-body {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'ProximaNovaRegular';
}

.gts-spacer {
    display: block;
    clear: both;
    height: 30px;
}

.gts-header {
    /*height: 90px;*/
    padding: 12px 0px;
    overflow: hidden;
    background: #FFF !important;
}
.gts-header-right {
    padding-top: 10px;
}
.gts-header-right h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 3px;
    font-family: 'ProximaNovaSemiBold';
}

    .gts-header-right h3.blue {
        color: #05eaed;
    }

    .gts-header-right h3.darkbrown {
        color: #606060;
    }

    .gts-header-right h3.lightbrown {
        color: #B0B0B0;
    }

.gts-nav {
    background: #05eaed;
    height: 50px;
}

.gts-nav-dark-brown {
    background: #606060;
    height: 50px;
}


.gts-nav li a {
    font-family: 'ProximaNovaSemiBold';
    font-size: 16px;
}

.gts-nav .active-now {
    text-decoration: underline;
}

.gts-form-check {
    position: relative;
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
}

.paddingZero {
    padding: 0 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.input-group.ammountInput {
    margin-top: -8px;
}

.gts-form-check [type="radio"]:checked, .gts-form-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .gts-form-check [type="radio"]:checked + label, .gts-form-check [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
    }

        .gts-form-check [type="radio"]:checked + label:before, .gts-form-check [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #e6e7e9;
            border-radius: 100%;
            background: #e6e7e9;
        }

        .gts-form-check [type="radio"]:checked + label:after, .gts-form-check [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #0becb4;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background-image: url(../Images/Update1/tick.png);
            background-position: center center;
            background-size: 14px 14px;
            background-repeat: no-repeat;
        }

        .gts-form-check [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .gts-form-check [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.gts-btn {
    width: 140px;
    font-family: 'ProximaNovaRegular';
    border-radius: 0px;
    border: none;
    color: #000;
    font-size: 18px;
    margin-right: 20px;
    padding: 10px 30px;
    margin-bottom: 5px;
}

    .gts-btn:hover, .gts-btn:focus, .gts-btn:active {
        box-shadow: none;
        border: none;
        opacity: 0.65;
    }

.gts-btn-blue, .gts-btn-blue:hover, .gts-btn-blue:active {
    box-shadow: none;
    border: none;
    background: #05eaed;
    color: #000;
}

.gts-btn-grey, .gts-btn-grey:hover, .gts-btn-grey:active {
    box-shadow: none;
    border: none;
    background: #e6e6e6;
    color: #000;
}

.gts-input {
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    height: 45px;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
}

.gts-pad-0 {
    padding: 0;
}

.gts-pad-left {
    padding-left: 15px !important;
}

.gts-select {
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    height: 45px !important;
    line-height: normal;
    padding-top: 1px;
}

.gts-input:focus {
    border-color: #05eaed;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gts-select:focus {
    border-color: #05eaed;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gts-btn-outline {
    font-family: 'ProximaNovaRegular';
    border-radius: 0px;
    color: #6c757d;
    font-size: 16px;
    padding: 3px 10px;
    border: solid 1px;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.charity-list {
    max-height: 300px;
    overflow-y: scroll;
}

    .charity-list li {
        background: #fff;
        border-bottom: 1px solid #eee;
        line-height: 36px;
        text-indent: 10px;
    }

.gts-btn-outline:hover, .gts-btn-outline:focus, .gts-btn-outline:active {
    box-shadow: none;
}

.charity-list li:hover {
    cursor: pointer;
    background: #ddd;
}

.gts-btn-outline-lg {
    font-family: 'ProximaNovaRegular';
    border-radius: 0px;
    color: #6c757d;
    font-size: 18px;
    padding: 8px 20px;
    border: solid 1px;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .gts-btn-outline-lg:hover, .gts-btn-outline-lg:focus, .gts-btn-outline-lg:active {
        box-shadow: none;
    }

.input-group > .input-group-prepend > .input-group-text {
    border-radius: 0;
    background-color: rgba(5, 234, 237, 0.20);
    border: 1px solid rgba(5, 234, 237, 1);
}

.gts-thumb [class^=border] {
    display: inline-block;
    width: 5.5rem;
    height: 7.5rem;
    margin: .35rem;
    background-color: #e7e7e7;
    float: left;
    position: relative;
}

.gts-thumb [class^=border-even] {
    display: inline-block;
    width: 5.5rem;
    height: 7.5rem;
    margin: .35rem;
    background-color: #d0d0d0;
    float: left;
    position: relative;
}

.gts-thumb [class^=border-more] {
    display: inline-block;
    width: 5.5rem;
    height: 7.5rem;
    margin: .35rem;
    background-color: #fff;
    float: left;
    border: solid 1px #d0d0d0;
    text-align: center;
    line-height: 8.2rem;
    font-weight: 600;
    cursor: pointer;
    color: #d0d0d0;
}

.gts-thumb img {
    max-width: 100%;
}

.gts-accordion .card-header {
    padding: 8px 5px 3px 15px;
    margin-bottom: 0;
    background-color: #cdfafb;
    border: 1px solid #05eaed;
    border-bottom: 1px solid #05eaed;
    border-radius: 0;
    cursor: pointer;
}

.gts-accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(5, 234, 237, 1);
    border-radius: .0rem;
}

div#accordionExample .card-body {
    background-color: #f8f8f8;
}

.bGgray {
    background-color: #f8f8f8;
}

div#accordionExample .input-group-append button {
    position: static !important;
    text-transform: uppercase;
    padding: 8px 26px;
}

.accordion-heading {
    font-size: 1rem;
}

.gts-accordion .card-header:hover, .gts-accordion .card-header:active {
    background-color: #9BF6F7;
    border: 1px solid rgba(5, 234, 237, 1);
}

.gts-accordion .card-header span {
    line-height: 36px;
}

.gts-input-btn-grey {
    box-shadow: none;
    border: 1px solid #ced4da;
    background: #e6e6e6;
    color: #000;
    border-radius: 0;
}

    .gts-input-btn-grey:hover, .gts-input-btn-grey:focus, .gts-input-btn-grey:active {
        box-shadow: none;
        opacity: 0.75;
        border-radius: 0;
    }

.gts-edit-link {
    color: #000;
}

    .gts-edit-link:hover, .gts-edit-link:focus, .gts-edit-link:active {
        color: #333;
        text-decoration: none;
    }

.gts-modal {
    font-family: 'ProximaNovaRegular';
}

.gts-close {
    width: 20px;
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}

.gts-modal .modal-content {
    border-radius: 0px;
}

.gts-modal h2 {
    margin-top: 2rem;
}

.gts-img-holder {
    margin-bottom: 2rem;
}

.gts-modal .modal-body {
    max-height: 520px;
    overflow-y: scroll;
    padding: 2rem;
}

.hidden {
    display: none;
}

.disabled-input-white {
    background-color: white !important;
}

.font-size-14 {
    font-size: 14px !important;
}



.success-class {
    color: #05eaed;
}

.font-size-1p1rem {
    font-size: 1.10rem !important;
}

.save-alert {
    color: red;
}

.error-alert {
    color: red;
}

.pull-right-child {
    text-align: right !important;
    padding-right: 5px;
}

.marginRightSpace {
    margin-right: 5px;
}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #e6e7e9;
            border-radius: 100%;
            background: #e6e7e9;
        }

        [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #05eaed;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background-image: url(../Images/Update1/tick.png);
            background-position: center center;
            background-size: 14px 14px;
            background-repeat: no-repeat;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.btn-add-list {
    background: none;
    font-size: 18px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #000;
    border-radius: 0;
}

.mt-35 {
    margin-top: -35px;
}

.checkmark {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 3px;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #05eaed;
    left: 8px;
    top: 4px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #05eaed;
    left: 6px;
    top: 10px;
}
/*add friends styling*/
.list-unstyled {
    padding-left: 0;
    list-style: none;
}



.list_desc {
    font-size: 16px;
    font-weight: 100;
    padding: 20px 20px 20px 0;
}

form.addfriends .form-group .form-control {
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    height: 45px;
    line-height: normal;
    text-indent: 15px;
    padding-top: 1px;
}

.gt-invitee-table {
    font-family: 'ProximaNovaRegular';
    font-size: 10px;
    border: none;
}

    .gt-invitee-table td {
        border: solid 1px #ececec;
        box-shadow: none;
    }

    .gt-invitee-table thead th {
        padding: 10px 10px !important;
        border-bottom: 0px solid #ececec !important;
    }

.remove-selected:hover {
    text-decoration: underline !important;
}

.remove-selected:hover {
    cursor: pointer;
    color: #ddd;
}

.gt-invitee-table tr:first-child {
    background: rgba(5, 234, 237, 0.2);
}

.gt-invitee-table tr.name-labels {
    font-family: 'ProximaNovaRegular';
    background: #ccc;
    font-size: 12px;
}

#invitee_list_filter, #contactListTable_filter {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 20px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 10px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background: transparent !important;
            border: 0 !important;
            padding: 0;
            margin: 0;
            outline: 0;
        }

.gt-invitee-table-stats {
    font-family: 'ProximaNovaRegular';
    font-size: 12px;
    margin-bottom: -2px;
    border-bottom: 0px;
}

    .gt-invitee-table-stats .table td, .gt-invitee-table-stats .table th {
        padding: 10px;
    }

.list_heading {
    color: #131313;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    background-color: rgba(5, 234, 237, 0.2);
    border: 1px solid #05eaed;
    width: 100%;
    padding: 10px;
    display: block;
    border-top: 0px solid #36eec0;
}

.transferfund-detail li:first-child .list_heading {
    border-top: 1px solid #36eec0;
}

.list_heading:hover {
    color: #6c757d;
    text-decoration: none;
}

#contactListTable thead tr {
    font-family: 'ProximaNovaRegular';
    background: #ccc;
    font-size: 12px;
}
/* add friends table styling*/
.dataTables_paginate {
    text-align: left !important;
}

.btn-blue-active {
    background: #05c8eb;
}

.btn-green-active {
    background: #82f5f6;
}

.btn-gray-active {
    background: #bfbfbf;
}

a.tbl-links {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

    a.tbl-links:hover {
        text-decoration: none;
    }

span.tbl-links {
    color: #000;
    font-size: 12px;
}

.pull-right {
    float: right !important;
}

.invitation-check-span {
    z-index: 99;
    position: absolute;
    left: 85%;
    color: #0becb4;
    background: radial-gradient(white 50%, transparent 50%);
    top: -5px;
    font-size: 20px;
}

.invitation-check-span-popup {
    z-index: 99;
    position: absolute;
    left: 77%;
    color: #0becb4;
    background: radial-gradient(white 50%, transparent 50%);
    top: -4px;
    font-size: 20px;
}

.error-td {
    background-color: #ffdfdc !important;
}

#email-error-message {
    background-color: #e74c3c;
    color: white;
    padding: 10px;
}

.btn-more-option {
    width: 170px !important;
    float: right !important;
    margin: 0px;
    padding: 5px;
}

.add-friends-link-text {
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid #212529;
}

a:hover {
    text-decoration: none;
    color: #212529;
}

.blue-border-1p {
    border: 1px solid rgba(5, 234, 237, 1) !important;
}

/**options page tiles styling*/
.icon-details {
    font-family: 'proxima_nova_ltsemibold';
    text-align: center;
    border: solid 1px #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 5px;
    width: 31%;
    font-size: 14px;
}

    .icon-details a {
        color: #05eaed;
        font-size: 14px;
        display: block;
        outline: 0;
    }

    .icon-details i.fa {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: normal;
    }

        .icon-details i.fa:before {
            font-size: 64px;
        }

.clear-input {
    position: relative;
}

.text-clear {
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #e6e6e6;
}

.delete-btn {
    color: #000;
    cursor: pointer;
    line-height: 43px;
}

.options-list li {
    font-family: 'ProximaNovaRegular';
    border-radius: 0px;
    padding: 5px 10px;
    margin-bottom: 3px;
}

    .options-list li span {
        color: #05eaed;
        font-weight: 500;
        position: absolute;
        right: 10px;
        text-shadow: 0px 0px 1px rgb(5, 234, 237, 0.4);
    }

    .options-list li [class^="flaticon-"]:before, .options-list li [class*=" flaticon-"]:before, .options-list li [class^="flaticon-"]:after, .options-list li [class*=" flaticon-"]:after {
        font-family: Flaticon;
        font-size: 20px;
        font-style: normal;
        margin-left: 0px;
        margin-right: 10px;
    }

.grey-btn-bg {
    background: #e6e6e6;
    margin-right: 10px;
}

.form-holder {
    margin: 52px auto 0 !important;
}

.voucher-input {
    padding-bottom: 20px !important;
}

.font-wt-5 {
    font-weight: 500 !important;
}

.gts-blue {
    color: #05eaed !important;
}

.gts-fnt-size {
    font-size: 1rem;
}

.gts-width-140 {
    width: 140px !important;
}

.gts-select button {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0px;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    padding-top: 0px;
    padding-top: 0px;
    box-shadow: none;
    height: 45px;
    line-height: 41px;
    text-indent: 15px;
    padding-top: 1px;
    outline: 0;
}

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle, .gts-select button:hover {
        background-color: #fff;
        border-color: #ccc;
        border: solid 1px #05eaed;
        outline: 0 !important;
    }

.dropdown-toggle::after {
    margin-right: 10px;
}

.gts-select .dropdown-menu {
    border-radius: 0rem;
    padding: 0rem 0;
}

.gts-select .dropdown-item {
    padding: .55rem 1rem;
}

    .gts-select .dropdown-item.active, .gts-select .dropdown-item:active {
        /* border: solid 1px #05eaed; */
        color: #000;
        text-decoration: none;
        background-color: #efefef;
        outline: 0;
    }

.gts-btn-insert {
    padding: 5px 15px;
    width: 110px;
    text-transform: uppercase;
}

.gts-textbox {
    background: #f8f8f8;
    border: solid 0px !important;
    margin-top: 12px;
    font-size: 10px;
}

    .gts-textbox p {
        font-style: italic;
        font-size: 14px !important;
    }




/* New Code */
div#aeItemCollections > div {
    position: relative;
}

.form-check.gts-form-check img {
    max-width: 100%;
}

div#invitationsTilesDiv::-webkit-scrollbar {
    width: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

div#invitationsTilesDiv::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

div#invitationsTilesDiv::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    div#invitationsTilesDiv::-webkit-scrollbar-thumb:hover {
        background: #555;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

div#invitationsTilesDiv {
    margin-right: 15px;
}

.send-test {
    background: #cefbef;
    border: 1px #0becb4 solid;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    height: 50px;
    font-weight: 700;
}

    .send-test:hover {
        background: #9df7e0;
    }

div#editUrlDiv .input-group-prepend span {
    padding-right: 0 !important;
    border-right: 0;
    padding-top: 8px;
    border: 1px solid rgba(0,0,0,.125);
}

div#editUrlDiv .input-group-prepend span {
    padding-right: 0 !important;
    border-right: 0;
    background-color: #fff;
}

input#changeUrl {
    text-indent: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-left: 0;
    margin-left: 2px;
    color: #05eaed;
    font-weight: 500;
    text-shadow: 0px 0px 1px rgb(5, 234, 237, 0.2);
    padding-top: 1px;
}

.imagehide {
    display: none !important;
}

.gtExpressDatePicker input {
    width: 50%;
    height: 38px;
    padding-left: 10px;
    font-size: 16px;
}

.ui-widget-header {
    border: none !important;
    background: transparent !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #454545 !important;
}

.ui-state-hover {
    background-color: transparent !important;
    border: none !important;
}

.ui-icon-circle-triangle-e {
    background-position: -30px 0px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -100px 0px !important;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 500 !important;
    border: 0;
    color: #aab5c0 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0px 0px 8px 2px #c9c9d2;
    -moz-box-shadow: 0px 0px 8px 2px #c9c9d2;
    box-shadow: 0px 0px 8px 2px #c9c9d2;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #05eaed !important;
    background: #05eaed !important;
    color: #ffffff !important;
}

.ui-datepicker {
    width: 16em !important;
    padding: 8px 0.2em 0 !important;
    display: none;
}

    .ui-datepicker td {
        border: 0;
        padding: 6px 1px !important;
    }

.gtChipInAmount label {
    color: #606060;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 2rem;
}

.gtChipInAmount input {
    background-color: transparent;
    border: 0;
    font-size: 28px;
    font-weight: 700;
    padding-left: 5px;
    margin-bottom: 3px;
    width: 100px;
    color: #05eaed;
    border-left: 3px solid #05eaed;
}

/* gt-express-new */
h2.expressTitle {
    color: #606060;
    font-family: 'Poppins SemiBold';
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 1.8rem;
}

div#gtChipBtns {
    margin-top: 20px;
}

.mb-15 {
    margin-bottom: 20px !important;
    margin-top: 20px;
}

h2.expressTitle span {
    color: #05eaed;
}

.gt-express-loginBtns a {
    display: block;
    margin-bottom: 20px;
}

.gt-express-loginBox input, .expressNumericInput {
    background-color: transparent;
    border: 0;
    font-family: 'Poppins SemiBold';
    font-size: 28px;
    font-weight: 600;
    padding-left: 3px;
    margin-bottom: -10px;
    width: 100%;
    color: #05eaed;
}

    .gt-express-loginBox input::-webkit-input-placeholder {
        color: #c7c7c7;
    }

    .gt-express-loginBox input::-moz-placeholder {
        color: #c7c7c7;
    }

    .gt-express-loginBox input:-ms-input-placeholder {
        color: #c7c7c7;
    }

    .gt-express-loginBox input:-moz-placeholder {
        color: #c7c7c7;
    }
    /*.gt-express-loginBox input, .expressNumericInput:-ms-input-placeholder {
        color: #d7d7d7 !important;
        font-weight: 400 !important;
    }


    .gt-express-loginBox input, .expressNumericInput::-ms-input-placeholder {
        color: #d7d7d7;
        font-weight: 400;
    }*/
    /*.gt-express-loginBox > div:first-child input {
    border-left: 3px solid #05eaed;
}*/

    .gt-express-loginBox input:focus {
        outline: none;
        /*border-left: 3px solid #05eaed;*/
    }

/*.gt-express-loginBox input::placeholder, .expressNumericInput::placeholder {
        color: #d7d7d7;
        opacity: 1;
    }

    .gt-express-loginBox input:-ms-input-placeholder, .expressNumericInput:-ms-input-placeholder {
        color: #d7d7d7;
    }

    .gt-express-loginBox input::-ms-input-placeholder, .expressNumericInput:-ms-input-placeholder {
        color: #d7d7d7;
    }*/

.expressNumericInput {
    width: 100px;
}

    .expressNumericInput:focus {
        outline: none;
    }

button.gt-expressLoginBtn {
    background-color: #05eaed;
    border: 0;
    padding: 10px 35px;
    font-size: 16px;
    font-family: 'Poppins SemiBold';
    letter-spacing: 5px;
    cursor: pointer;
    min-width: 250px;
}

    button.gt-expressLoginBtn:hover {
        opacity: 0.65;
    }

.gt-term-condition {
    font-size: 20px;
    margin-bottom: 30px;
}

.gtexpressCheckBox {
    padding: 0;
    margin-bottom: 30px;
}

    .gtexpressCheckBox label {
        color: #606060 !important;
        font-size: 24px;
        font-style: italic;
    }

        .gtexpressCheckBox label a {
            color: #606060 !important;
            text-decoration: underline;
        }

        .gtexpressCheckBox label::before {
            border-radius: 0rem !important;
            background-color: #fff !important;
            border: 2px solid #606060 !important;
            top: 5px !important;
        }

    .gtexpressCheckBox [type="checkbox"]:checked + label:after, .gtexpressCheckBox [type="checkbox"]:not(:checked) + label:after {
        background: transparent !important;
        width: 14px;
        height: 16px;
        background-image: url(../Images/Update1/tickGray.png) !important;
        top: 4px;
        left: 1px;
        background-size: 0px 0;
    }

.gtChip-btns a {
    background-color: #c1fafa;
    display: block;
    text-align: center;
    color: #606060;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0;
}

    .gtChip-btns a:hover {
        opacity: 0.85;
    }


.gtChipInAmount input::placeholder {
    color: #d7d7d7;
    opacity: 1;
}

.gtChipInAmount input:-ms-input-placeholder {
    color: #d7d7d7;
}

.gtChipInAmount input::-ms-input-placeholder {
    color: #d7d7d7;
}

.gtChipInAmount input:focus {
    outline: none
}

.gtExpnextBtn button {
    color: #131313;
    background-color: #05eaed;
    border: 0;
    padding: 10px 70px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
    margin-top: 30px;
}

    .gtExpnextBtn button:hover {
        opacity: 0.65;
    }

h3.expressTagline {
    color: #d7d7d7;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.expNavTitle {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 3px;
}

.gtChip-btns button {
    background-color: #bff6f8;
    border: 0;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
    font-family: 'Poppins SemiBold';
}

    .gtChip-btns button:hover {
        opacity: .8
    }

.expressEditableDiv[placeholder]:empty:before {
    content: attr(placeholder);
    color: #d7d7d7;
}

.expressEditableDiv[placeholder]:empty:focus:before {
    content: "";
}

.expressEditableDiv {
    display: inline-flex;
    background-color: transparent;
    font-size: 28px;
    padding-left: 5px;
    margin-bottom: 3px;
    color: #05eaed;
    word-break: break-word;
    line-height: 38px;
}

    .expressEditableDiv:focus {
        outline: none;
    }

button.expressNextBtn {
    cursor: pointer;
    background-color: #04eaec;
    border: 0;
    color: #181e22;
    padding: 10px 65px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    text-transform: uppercase;
    letter-spacing: 2px;
}

    button.expressNextBtn:hover {
        opacity: .8
    }

.expressCopyInvLink p {
    color: #636666;
    font-family: 'Poppins Light';
    font-size: 18px;
    background-color: #c1fafa;
    font-style: italic;
    padding: 0px 2px;
    margin: 20px 0;
    display: inline;
    line-height: 30px;
    word-break: break-all;
}

.expressCopyInvLink button {
    background-color: transparent;
    border: 2px solid #05eaed;
    margin-top: 15px;
    cursor: pointer;
    display: block;
    padding: 10px 45px;
    color: #05eaed;
    font-weight: 500;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    font-style: italic;
}

.expressworryText p {
    color: #606060;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    margin-top: 5px;
}

.expressworryText h3 {
    color: #606060;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}

.express-normal {
    color: #606060 !important;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    /*margin-bottom: 15px;*/
    font-size: 1.8rem;
    word-break: break-word;
    line-height: 38px;
}

.express-editable {
    color: #05eaed !important;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    /*margin-bottom: 15px;*/
    font-size: 1.8rem;
}

.express-highlight {
    color: #05eaed !important;
}

.expressNewNav button.navbar-toggler {
    display: none;
}

.expressNewNav.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}

.expressNewNav {
    padding: 20px 0;
}

    .expressNewNav.navbar-light .navbar-toggler:focus {
        outline: none;
    }

    .expressNewNav .gts-brand img {
        position: relative;
        top: 4px;
    }

.shareBtnBox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .shareBtnBox ul li {
        display: inline-block;
        width: 31%;
        margin-right: 1%;
    }

        .shareBtnBox ul li img {
            max-width: 100%;
        }

.trackInfoBox {
    border-top: 1px solid #bdbdbd91;
    margin-top: 20px;
    padding-bottom: 5px;
}

.trackInfoBoxInner h3 {
    margin: 30px 0 5px;
    color: #606060;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins';
    letter-spacing: 2px;
}

    .trackInfoBoxInner h3 i {
        color: #0becb4;
        margin-right: 8px;
    }

.trackInfoBoxInner p {
    color: #606060;
    font-family: 'Poppins';
    font-size: 16px;
}

.visitManageBtn button {
    background-color: #0becb4;
    margin-top: 15px;
    cursor: pointer;
    display: block;
    padding: 10px 35px;
    color: #131313;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 5px;
    border: 2px solid #0becb4;
    font-size: 18px;
}


    .visitManageBtn button:hover {
        background-color: #0becb4;
        border: 2px solid #0becb4;
    }
/* gt-express-new end */
@media (max-width:1200px) {
    .formPadRight {
        padding-right: 15px;
    }
}
@media (max-width:1024px) {
    .gt-card-choice {
        width: 13rem !important;
       
    }
}

@media (max-width:991px) {
    .hiddenCustom {
        display: none;
    }

    .hiddenCustom-1 {
        display: block;
    }

    .popover {
        left: 0 !important;
        top: -5px !important;
        border-radius: 0;
        border: 0px solid #05eaed;
        padding: 0;
        width: 100%;
        bottom: 0;
        top: auto !important;
        position: fixed !important;
        transform: none !important;
        will-change: none !important;
        max-width: 100%;
        text-align: center;
    }

    ul.anyTEpopoverContent li a {
        color: #a2a2a2;
        border-bottom: 1px solid #a2a2a2;
        display: block;
        padding: 0;
        font-size: 18px;
        line-height: 40px;
    }

    ul.anyTEpopoverContent li:last-child a {
        border-bottom: 0px solid #a2a2a2;
    }

    ul.anyTEpopoverContent li a:hover {
        opacity: 1;
        color: #000;
    }

    .e-gift {
        margin-top: 150px !important;
        width: 540px !important;
        margin-left: -50px !important;
    }

    nav.newNav .navInner {
        display: block;
        margin: 0;
    }

        nav.newNav .navInner li {
            float: left;
            margin-right: 12px;
        }

            nav.newNav .navInner li a {
                float: left;
                font-size: 14px;
            }

    .gtChip-btns button {
        width: 65%;
    }
}
/* New Code */

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left;
    }
}


@media (max-width:767px) {
    div#Voucher_Details_Popup .error-class {
        color: #E45964;
        top: -60px;
        position: relative;
    }
    textarea#collectionUrlFinal {
        min-height: auto;
        height: auto;
    }

    .gts-body {
        padding-top: 30px;
    }

    .gts-header-right {
        display: none;
    }

    .gts-brand {
        display: block;
        text-align: center;
    }


    .gts-btn {
        width: 105px;
        font-family: 'ProximaNovaRegular';
        border-radius: 0px;
        border: none;
        color: #000;
        font-size: 14px;
        margin-right: 5px;
        padding: 10px 30px;
        margin-bottom: 5px;
    }

    .gts-header-right h3 {
        font-size: 12px;
        padding-bottom: 0;
        margin-bottom: 3px;
        font-family: 'proxima_nova_ltsemibold';
    }

    .gts-nav {
        background: #05eaed;
        height: 50px;
    }

    .gts-nav-dark-brown {
        background: #606060;
        height: 50px;
    }

    .gts-nav .navbar-nav {
        margin-top: 15px;
    }

    .options-list li {
        font-size: 14px;
    }

    .btn-more-option {
        width: 110px !important;
    }
    /* New Code */
    .crosS {
        position: absolute;
        left: 97%;
        top: -28px;
        width: 25px;
    }

    .invitation_container {
        width: 100% !important;
    }

    div#invitationsTilesDiv .gts-img-holder {
        max-width: 33%;
        flex: 33%;
    }

    /* New Code */
    .e-gift {
        width: 100% !important;
        margin-left: 0 !important;
    }

        .e-gift .row > div {
            padding: 0 5px;
        }

    i.flat-icon.flaticon-left-arrow {
        right: 66px;
    }

    .e-gift a.left, .e-gift a.right {
        margin-top: 0 !important;
        color: #000;
    }

    .voucher-input {
        padding-bottom: 25px !important;
    }

    nav.newNav .navInner {
        display: block;
        margin: 0;
    }

        nav.newNav .navInner li {
            float: left;
            margin-right: 10px;
        }
        nav.newNav .navInner li:last-child {
           
            margin-right: 0px;
        }

            nav.newNav .navInner li a {
                float: left
            }

    .invitation_title #buttons {
        left: 0;
    }


    .expressNewNav button.navbar-toggler {
        display: block;
    }

    .express-hidden {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width:635px) {

    .anyt-xs-1 {
        width: 55%;
        padding-right: 0;
    }

    .anyt-xs-2 {
        width: 32%;
        padding-right: 0;
    }

        .anyt-xs-2 .gts-input {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

    .anyt-xs-3 {
        width: 13%;
        padding-left: 0;
    }

    .gts-select button {
        font-size: 14px;
    }

    .anyt-xs-2 input {
        font-size: 14px;
    }
}


@media (max-width:556px) {
    .crosS {
        position: absolute;
        left: 95%;
        top: 20px;
        width: 25px;
    }
}

@media (max-width:575px) {
    i.flat-icon.flaticon-right-arrow {
        right: 50px;
    }

    i.flat-icon.flaticon-left-arrow {
        right: 25px;
    }

    .e-gift a.left, .e-gift a.right {
        margin-top: 0 !important;
        color: #000;
    }

    .voucher-input {
        padding-bottom: 20px !important;
    }

    .expressNewNav {
        padding: 20px 15px;
    }
}

@media (max-width:530px) {
    .voucher_animation {
        width: 400px !important;
        height: 400px !important;
        left: -50px;
    }
}

@media (max-width:520px) {
    div#mainHeading {
        font-size: 56px;
        padding: 0 !important;
    }

    .confettigold .invitation_title {
        margin-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .confettigold .invitation_body {
        padding: 0 25px;
        margin-bottom: 25px;
    }

    .confettigold .invitation_title {
        margin-bottom: 30px;
    }

    div#buttons img {
        vertical-align: top;
    }

    .confettigold .invitation_title {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .confettigold .invitation_body {
        padding: 0 15px !important;
    }
}

@media (max-width:456px) {
    .gt-express-loginBtns img {
        max-width: 100%;
    }

    button.gt-expressLoginBtn {
        padding: 10px 30px;
        font-size: 18px;
        letter-spacing: 3px;
    }

    .gtChip-btns button {
        width: 85%;
    }

    h2.expressTitle {
        font-size: 28px;
        line-height: 36px;
    }

    .expressEditableDiv {
        font-size: 28px;
    }

    .express-normal {
        color: #606060;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        /*margin-bottom: 15px;*/
        font-size: 28px;
        word-break: break-word;
        line-height: 36px;
    }

    .express-editable {
        color: #05eaed !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 28px;
    }

    .gt-express-loginBox input, .expressNumericInput {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
    }

    .gt-card-choice {
        margin: 10px auto !important;
    }

    .card-bar {
        width: 14rem !important;
        background: #9df7e0;
        padding: 35px 15px 10px 15px !important;
        color: rgb(2 117 118);
        font-weight: 600;
        margin: 10px auto !important;
    }
}


@media (max-width:480px) {

    .holder-inner {
        width: 91% !important;
        height: 91% !important;
    }

        .holder-inner p br {
            display: none;
        }
}

@media (max-width:430px) {

    .voucher_animation {
        left: -70px;
    }

    p.carouselCardText {
        margin: 0 0 -1px 0;
        color: #000;
        font-size: 14px !important;
        background-color: #ffffff;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-weight: 600;
    }

    i.flat-icon.flaticon-left-arrow {
        right: 40px;
    }

    .e-gift .row > div {
        padding: 0 5px;
        max-width: 50%;
        flex: 0 0 50%;
        height: 75px;
        margin-bottom: 12px;
    }

    .e-gift {
        margin-top: 120px !important;
    }

    a#cards_next {
        position: absolute !important;
        bottom: 72px !important;
        right: -36px !important;
        height: 48px;
        z-index: 99999999;
    }

    a#cards_prev {
        position: absolute !important;
        left: -36px !important;
        bottom: 72px !important;
        height: 48px;
        z-index: 99999999;
    }

    .voucher-input {
        padding-top: 20px !important;
        margin-bottom: 10px !important;
        font-size: 16px !important;
        padding-bottom: 18px !important;
    }

    h3.text-center.grey-heading br {
        display: none;
        margin-bottom: 15px;
    }

    div#div_1 .row > .col-1,
    div#div_2 .row > .col-1,
    div#div_3 .row > .col-1,
    div#div_4 .row > .col-1,
    div#div_5 .row > .col-1,
    div#div_6 .row > .col-1 {
        padding: 0;
    }

    div#div_1 .row > .col-10,
    div#div_2 .row > .col-10,
    div#div_3 .row > .col-10,
    div#div_4 .row > .col-10,
    div#div_5 .row > .col-10,
    div#div_6 .row > .col-10 {
        padding: 0;
    }

    i.flat-icon.flaticon-right-arrow {
        right: 28px;
    }

    textarea#aeItem_1 {
        min-height: 65px;
    }
}

@media (max-width:375px) {
    .btnSmall {
        margin-right: 2px;
    }

    .anyt-xs-1 {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .anyt-xs-2 {
        width: 50%;
        padding-right: 15px;
    }

    .anyt-xs-3 {
        width: 50%;
        padding-left: 15px;
    }

    textarea.anyTpadd {
        min-height: 65px;
    }

    .voucher_animation {
        left: -86px;
    }


    .holder {
        height: 380px !important;
        padding: 0px !important;
    }

    .holder-inner {
        width: 100% !important;
        height: 100% !important;
    }

    div#div_1 .row {
        display: block;
    }

        div#div_1 .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
            padding: 0;
        }

        div#div_1 .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
            padding: 0;
        }

    div#div_2 > .row {
        display: block;
    }

        div#div_2 > .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
        }

        div#div_2 > .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
        }

    div#div_3 > .row {
        display: block;
    }

        div#div_3 > .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
        }

        div#div_3 > .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
            padding: 0;
        }

    div#div_6 > .row {
        display: block;
    }

        div#div_6 > .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
        }

        div#div_6 > .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
        }

    div#div_7 > .row {
        display: block;
    }

        div#div_7 > .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
        }

        div#div_7 > .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
        }

    div#div_8 > .row {
        display: block;
    }

        div#div_8 > .row > .col-1 {
            max-width: 10%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 10%;
        }

        div#div_8 > .row > .col-10 {
            max-width: 80%;
            float: left;
            flex: 0 0 10%;
            -ms-flex: 0 0 80%;
        }


    p.pl-5.pr-5 {
        padding: 0 !important;
    }

    .e-gift {
        margin-top: 54px !important;
    }

    .images-list li {
        width: 28px !important;
        height: 28px !important;
        display: inline-block !important;
    }

        .images-list li img {
            width: 100% !important;
            /* height: auto; */
            object-fit: cover !important;
            object-position: top !important;
            vertical-align: top !important;
        }

    ul.images-list-text .pl-0 {
        padding-left: 30px !important;
        padding-top: 6px;
    }

        ul.images-list-text .pl-0 p {
            font-size: 12px !important;
        }

    .action-links a {
        color: #808082;
        border-bottom: solid 2px #05eaed;
        display: inline-block;
        margin-right: 10px;
        font-size: 15px !important;
        margin-top: 25px !important;
    }

    div#div_9 h3 {
        font-size: 22px !important;
    }

    .images-list-text {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        height: 230px !important;
        overflow-y: scroll !important;
        ;
    }

    h3.text-center.grey-heading.mt-4 {
        font-size: 20px !important;
    }
}

@media (max-width: 330px) {

    .btnSmall {
        font-size: 16px !important;
        padding: 11px 8px;
    }

    i.flat-icon.flaticon-left-arrow, i.flat-icon.flaticon-right-arrow {
        top: 130px;
    }

    .voucher-input {
        font-size: 12px !important;
    }

    h2.expressTitle.expressxstitle {
        display: inline;
    }

    div#divCollectionTitleTemp {
        padding-left: 0 !important;
        line-height: 30px;
    }

    span#spanCollectionTitleTemp {
        color: #05eaed !important;
    }
}

.tagline {
    font-family: 'ProximaNovaRegular';
}

.font {
    font-family: 'ProximaNovaRegular';
}

.black-font-color {
    color: #000000 !important;
}

.open-btn-new {
    color: #05eaed;
    font-size: 20px;
}

.fa-disabled {
    opacity: 0.2;
}

.pt7p5 {
    padding-top: 0.75rem !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

input#datepicker::-webkit-input-placeholder {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}

input#datepicker::-moz-placeholder {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}

input#datepicker:-ms-input-placeholder {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}

input#datepicker:-moz-placeholder {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (min-width: 991px) {
    .hiddenCustom-1 {
        display: none;
    }

    div#gcImage2 {
        display: none !important;
    }
}

.divHide {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.link-pointer {
    cursor: pointer;
}

.darkbrown {
    color: #606060;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.input-focus-blue {
    border-left: 3px solid #05eaed !important;
}

.poppins-font-regular {
    font-family: 'Poppins' !important;
    font-weight: 500;
}

.poppins-font-semibold {
    font-family: 'Poppins SemiBold' !important;
    font-weight: 500;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.gt-alert {
    background-color: #cefbef;
    border: 1px #0becb4 solid;
}

.pt-30 {
    padding-top: 30px !important;
}

.small-tag-custom {
    font-size: 95%;
    font-weight: normal;
    letter-spacing: 2px;
}

/*Buttons CSS Social Login Begins*/

.facebook_btn {
    width: 431px;
    height: 52px;
    background: #3a5a97;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 19px;
    line-height: 53px;
    font-weight: 500;
    max-width: 100%;
}

    .facebook_btn:hover {
        background: #3a5a97e0;
        color: #fff;
    }

    .facebook_btn i {
        line-height: 52px;
        position: absolute;
        left: 48px;
        font-size: 23px;
    }

.google_btn {
    width: 431px;
    height: 52px;
    background: #de4a36;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 19px;
    line-height: 53px;
    font-weight: 500;
    max-width: 100%;
}

    .google_btn:hover {
        background: #de4a36ed;
        color: #fff;
    }

    .google_btn i {
        line-height: 52px;
        position: absolute;
        left: 48px;
        font-size: 23px;
    }

.create_account {
    width: 431px;
    height: 52px;
    background: #ffffff;
    color: #898c97;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 52px;
    font-weight: 600;
    border: solid 2px #898c97;
    max-width: 100%;
}

@media (max-width: 456px) {
    .facebook_btn {
        letter-spacing: 2px;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }

        .facebook_btn i {
            line-height: 44px;
            position: absolute;
            left: 46px;
            font-size: 17px;
        }

    .google_btn {
        letter-spacing: 2px;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }

        .google_btn i {
            line-height: 44px;
            position: absolute;
            left: 46px;
            font-size: 17px;
        }
}

/*Buttons CSS Social Login Ends*/

/*Terms Popup Css*/
.modal-dialog.modal-dialog-scrollable {
    max-width: 800px;
}

.modal-dialog-scrollable .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

#terms_conditions_popup .modal-content {
    background-color: #e9ecef;
}

#terms_conditions_popup .modal-body {
    background-color: #ffffff;
    border-left: solid 17px #e9ecef;
    border-right: solid 17px #e9ecef;
}

#terms_conditions_popup h1 {
    font-size: 14px;
    font-weight: bold;
}

#terms_conditions_popup p {
    font-size: 12px;
}

#terms_conditions_popup .gts-agree-btn {
    background: #05eaed;
    color: #000;
    width: 150px;
    height: 35px;
    line-height: 6px;
    padding: 0;
}

#terms_conditions_popup .gts-dontagree-btn {
    background: #e6e6e6;
    color: #000;
    width: 150px;
    height: 35px;
    line-height: 6px;
    padding: 0;
}

.dis-block {
    display: block;
    width: 100%;
}
/*Terms Popup Css End*/

.gts-btn-darkblue, .gts-btn-darkblue:hover, .gts-btn-darkblue:active {
    box-shadow: none;
    border: none;
    background: #4472C4;
    color: #fff;
    padding: 10px 10px !important;
}
/*Stepper*/

.vcv-timeline {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 930px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    color: #a7a7a7;
}

.vcv-timeline-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 0;
}

    .vcv-timeline-item span {
        min-width: 50px;
    }

    .vcv-timeline-item::before,
    .vcv-timeline-item::after {
        content: "";
    }

    .vcv-timeline-item::before {
        content: attr(data-step);
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        flex: 0 0 32px;
        height: 32px;
        margin: 0 10px 0 0;
        border-radius: 50%;
        border: 2px solid #a7a7a7;
        color: #a7a7a7;
    }

    .vcv-timeline-item::after {
        height: 2px;
        background: #a7a7a7;
        width: 100%;
        margin: 0 10px;
    }

    .vcv-timeline-item:last-of-type {
        -webkit-box-flex: 0;
        flex: 0 0 120px;
    }

        .vcv-timeline-item:last-of-type::after {
            display: none;
        }

    .vcv-timeline-item.vcv-step-done::before {
        content: "";
        border-color: #05eaed;
        background: #05eaed url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
        background-size: 40%;
    }

    .vcv-timeline-item.vcv-step-done::after {
        background: #05eaed;
    }

@media screen and (max-width: 768px) {
    .vcv-timeline {
        margin-bottom: 50px;
    }

    .vcv-timeline-item {
        position: relative;
    }

        .vcv-timeline-item span {
            text-align: left;
            margin: 10px 0 0;
            position: absolute;
            top: 30px;
            width: 100%;
            left: 2px;
        }

        .vcv-timeline-item:last-of-type {
            -webkit-box-flex: 0;
            flex: 0 0 auto;
            margin: 0 30px 0 0;
        }

        .vcv-timeline-item::before {
            margin: 0;
        }

        .vcv-timeline-item::after {
            -webkit-box-flex: 0;
            flex: 0 1 auto;
        }
}

span.toggle-password {
    position: absolute;
    right: 25px;
    margin-top: -30px;
    opacity: 0.5
}

.gt-card-choice {
    width: 14rem;
    background-color: #9df7e0;
    cursor: pointer;
    padding: 35px 10px 10px 10px;
    margin: 10px;
    display: inline-block;
}

    .gt-card-choice .card-body {
        color: rgb(2 117 118);
        padding: 0px 5px;
        font-weight: 600;
    }

.card-bar {
    width: 29.2rem;
    background: #9df7e0;
    padding: 5px 15px;
    color: rgb(2 117 118);
    font-weight: 600;
    margin: 10px;
}

    .card-bar a {
        color: rgb(2 117 118);
    }

/*Checkbox switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 22px;
    float: left;
}
span.toggle-text {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
.datepicker_dashboard .slider {
    background-color: transparent;
}
    .datepicker_dashboard .slider:before {
      display:none;
    }
input:checked + .slider {
    background-color: #0becb4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #05eaed;
}

input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
        border-radius: 50%;
    }
.white-bg {
background:#fff;
}
.white-link {
    color: #05eaed;
    background: transparent;
    border: none;
}
.no-left-border {
    border-left: none;
}
.no-right-border {
    border-right: none;
}
.more-options-trigger {
    color: #00d9dc;
    margin-bottom: 25px;
    font-weight: 600;
    cursor:pointer;
}
.charity-con {
    background: #fff;
    max-height: 224px;
    overflow-y: scroll;
}
.charity-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.charity-con ul li{
        padding: 10px;
        border-bottom: solid 1px #eee;
    }
 
    .charity-con ul li:hover {
        cursor: pointer;
        background: #ddd;
    }

@media (max-width:510px) {
    .holder-inner p {
        margin-bottom: 0;
        margin-top: -20px;
        font-weight: 600;
    }
}


