a,
a:hover,
button {
    text-decoration: none;
}
.copy-keys,
.coupons-title {
    overflow: hidden;
    text-overflow: ellipsis;
}
body {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: "adelle, sans";
    line-height: 1.5;
    visibility: visible;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #001d38;
    margin: 0;
}
p {
    margin-bottom: 0;
    color: #22201b;
}
a,
button {
    color: inherit;
}
button {
    background: 0 0;
    border: 0;
    padding: 0;
}
a,
button,
img,
input {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
button,
input[type="submit"] {
    cursor: pointer;
    outline: 0 !important;
}
img {
    max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.form-control:focus {
    box-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:active::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
input:active::placeholder,
textarea:active::placeholder {
    color: #4d4d4d !important;
    opacity: 1;
}
.font-size-12 {
    font-size: 12px !important;
    line-height: 1.4;
}
.font-size-13 {
    font-size: 13px !important;
    line-height: 1.4;
}
.font-size-14 {
    font-size: 14px !important;
    line-height: 1.4;
}
.font-size-15 {
    font-size: 15px !important;
    line-height: 1.4;
}
.font-size-16 {
    font-size: 16px !important;
    line-height: 1.6;
}
.font-size-17 {
    font-size: 17px !important;
    line-height: 1.6;
}
.font-size-18 {
    font-size: 18px !important;
    line-height: 1.4;
}
.font-size-19 {
    font-size: 19px !important;
    line-height: 1.4;
}
.font-size-20 {
    font-size: 20px !important;
    line-height: 1.4;
}
.font-size-21 {
    font-size: 21px !important;
    line-height: 1.4;
}
.font-size-22 {
    font-size: 22px !important;
    line-height: 1.4;
}
.title-1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
.title-2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}
.title-3,
.title-4 {
    line-height: 1.1;
    font-weight: 700;
}
.title-3 {
    font-size: 26px;
}
.title-4 {
    font-size: 24px;
}
.title-5 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}
.coupons-title,
.text-desc {
    font-size: 18px;
    line-height: 1.4;
}
.text-black {
    color: #000 !important;
}
.uneditable-input:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: rgb(218 218 218);
    outline: 0;
}
.text-blue {
    color: #0d73ea !important;
}
.custom-content {
    min-height: calc(100vh - 125px);
}
.search_cloud {
    display: flex;
    flex-wrap: wrap;
}
.search_cloud li {
    border: 1px solid #0d73ea;
    margin: 0 9px 9px 0;
    background-color: transparent;
    border-radius: 2px;
}
.search_cloud li a {
    color: #0d73ea;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 7px 12px;
    display: block;
}
.coupons-logo {
    height: 50px;
    object-fit: scale-down;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.coupons-title {
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.coupons-sec .webContent .mainHeading {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.offer-list li,
.verified-title {
    font-weight: 500;
}
.btn-custom,
button.btn-code {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: 0.9s;
    background-color: var(--color-first);
    position: relative;
}
button.btn-code {
    padding: 6px 35px;
    border: none;
}
button.btn-code:hover {
    background-color:var(--color-first);
    color: #fff;
    transition: 0.9s;
}
button.btn-code:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff rgb(231 231 231) rgb(239 239 239);
    border-radius: 0 0 0 4px;
    transition: 0.9s;
}
.btn-custom {
    padding: 7px 25px;
    border: none;
}
.btn-load-more,
.btn-subscribe {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 25px;
}
.btn-custom:hover,
.btn-subscribe:hover {
    background-color:var(--color-first);
    color: #fff;
}
.btn-load-more,
.btn-load-more:hover {
    background-color: #000;
    color: #fff;
}
.btn-subscribe {
    background-color: var(--color-first);
    color: #fff;
}
.badge-code,
.offers .offers-caption {
    color: #000;
    text-transform: uppercase;
}
.coupons-sec .nav-tabs .nav-link span,
.deals,
.exclusive,
.load-more,
.online-coupons {
    display: none;
}
.coupons-sec .nav-tabs .nav-link {
    font-size: 0.9rem;
    border: none;
    background-color: #fff;
    border-radius: 0 !important;
    color: #101015;
    margin: 0 2px;
    font-weight: 700;
    position: relative;
    padding: 8px 15px;
}
.coupons-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color:var(--color-first);
}
.coupons-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active span {
    display: inline-block;
    position: absolute;
    font-weight: 600;
    font-size: 13px;
    color:var(--color-first);
    left: 13px;
    top: -1px;
    transform: translateY(-50%);
    line-height: 1;
    background: #fff;
    padding: 0 2px;
}
.promo-icon {
    height: 95px;
    object-fit: scale-down;
}
.offers {
    text-align: center;
    border: 1px dashed #b0b0b0;
    padding: 10px 0 12px;
}
.offers .offers-caption {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: "adelle, sans";
}
.badge-code {
    background-color: #e5e5e5;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
}
.exp-date {
    font-size: 0.8rem;
    color: #525252;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto;
}
.offer-list li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.dashed-border {
    border: 1px dashed #000;
}
#CouponModal .cashbackimg {
    width: 150px;
}
@media (min-width: 1200px) {
    .container,
    .container-xl {
        max-width: 1200px;
    }
}
.great-deals .coupon-inner {
    padding: 20px 0 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.great-deals .coupon-inner .top-sec {
    display: inline-block;
    width: 100%;
    position: relative;
}
.great-deals .coupon-inner .top-sec .ribn-red {
    width: 115px;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url("../img/ribn-red.png") right no-repeat;
    padding-right: 15px;
}
.great-deals .coupon-inner .top-sec .ribn-red span {
    background: #f01b3b;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}
.great-deals .coupon-inner .top-sec .star {
    float: right;
    margin-top: -5px;
    font-size: 26px;
    color: #ef203f;
    margin-right: 25px;
}
.great-deals .coupon-inner .middle-sec {
    display: inline-block;
    width: 100%;
    padding: 0 25px;
    margin-top: 10px;
}
.great-deals .coupon-inner .middle-sec img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.great-deals .coupon-inner .middle-sec .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d73ea;
    line-height: 26px;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.bottom-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #ededed;
    margin-top: 10px;
    padding: 10px 25px;
    margin-bottom: 0;
}
.great-deals .bottom-sec li i {
    display: inline-block;
    font-size: 16px;
}
.bg-gradient {
    background-color: #0d73ea;
}
.bg-gray {
    background-color: #f0f2f5 !important;
}
.modal-coupon-logo img {
    height: 70px;
    max-width: 100%;
}
.copy-keys {
    color: #22201b !important;
    font-size: 14px;
    width: 100%;
    display: block;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 8px 10px;
}
