@import url(http://fonts.googleapis.com/css?family=Open+Sans);
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f8f8f8;
    font-size: 13px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background: #FFFFFF url('images/bg1px.png') repeat-x left top;
    font-family: 'open Sans', Sans-Serif;
    background-attachment: scroll;
}

.message {
    font-size: 32px;
    font-weight: 100;
    padding-left: 15px;
}

#wrapper {
    background: #fff;
    width: 77%;
    margin: -20px auto !important;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

h2 {
    color: #314199;
    font-size: 17px;
    padding: 3px;
}

.clr {
    clear: both;
}

.header {
    width: 100%;
    padding-bottom: 15px;
}

.footer {
    float: left;
    width: 100%;
    background: #314199;
    color: #FFF;
    padding: 10px;
    margin-top: 50px;
    text-align: center;
}

.footer a {
    color: #FFF;
}

.left-side {
    width: 28%;
    margin-top: 14px;
    float: right;
}

.main-content {
    width: 100%;
}

.right-side {
    width: 72%;
    float: left;
}

.right-side .head {
    width: 625px;
    font-size: 1.3em;
    margin: 0px 14px 10px 0;
    padding: 7px;
    border-radius: 7px;
    float: left;
    background: #314199;
    color: #FFF;
}

div#sticker {
    padding: 0px;
    margin: 8px 0 203px 0;
    width: 280px;
    z-index: 9999;
}

.stick {
    position: fixed;
    bottom: 10px;
}

.red {
    color: #fff !important;
    background: #314199 !important;
    font-size: 13px;
}

.bgchage {
    background: #ddeefb !important;
}

.slider {
    float: left;
    width: 960px;
    height: 320px;
    background: #000;
}

.spacer10 {
    width: 10px;
    height: 10px;
    clear: both;
    display: block;
}

.spacer20 {
    width: 20px;
    height: 20px;
    clear: both;
    display: block;
}

.package {
    width: 94%;
    float: left;
    box-shadow: 0 3px 3px #cbcaca;
    background: #f8f8f8;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 15px;
}

.package2 {
    padding-top: 5px;
}

.package2 img {
    margin-top: 1%;
    margin-left: 2.5%;
}

.package:hover {
    background: #ddeefb;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -ms-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.package img {
    float: right;
    margin-right: 3px;
    margin-left: 5px;
    /* -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75); */
    width: 350px;
    height: auto;
}

.package img:hover {
    opacity: 0.8;
}

.package p {
    padding: 5px;
    line-height: 18px;
}

.package span {
    color: #314199;
    font-size: 15px;
}

.package span>div {
    float: left !important;
    color: #314199;
    font-size: 14px;
    margin-right: 10px;
}

.button a {
    background: #ce000c;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
    ;
    float: left;
    margin-left: 7px;
}

.button a:hover {
    color: #ce000c;
    background: #fff;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -ms-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.btn {
    cursor: pointer;
    background: #314199;
    margin-top: 15px;
    -webkit-margin-top: 0px !important;
    color: #FFF;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 12px;
    margin-right: 15px;
    float: right;
    border: none;
}

.btn:hover {
    color: #314199;
    background: #fff;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -ms-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.mr {
    -webkit-margin-top: 0px !important;
}

.form {
    width: 269px;
    float: left;
    background: #fccb01;
}

.form-header {
    width: 280px;
    float: left;
}

#sidebar {
    float: left;
    margin: 10px;
}

.form-area {
    height: 570px;
    width: 280px;
    background: #fccb01;
    border: 1px solid #314199;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding-bottom: 65px;
}

.form-area-heding {
    position: absolute;
    left: 0px;
    top: -17px;
}

.himg {
    padding: 9px 0 0 0px;
}

ul.form {
    padding-top: 106px;
    padding-left: 10px;
}

ul.form li {
    overflow: hidden;
    padding-bottom: 2px;
}

ul.form li label {
    font-size: 12px;
    color: #000000de;
    font-weight: bold;
}

ul.form li input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 2px 0;
    border: 1px solid #000000de;
    background: #fff;
    color: #000;
    width: 244px;
    padding: 4px;
}

ul.form li textarea {
    border: 1px solid #000000de;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 0;
    background: #fff;
    height: 50px;
    width: 253px;
}

ul.form li select {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #000000de;
    margin: 2px 0;
    background: #fff;
    width: 256px;
    padding: 4px;
}

#example {
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.banner {
    float: left;
    width: 960px;
    height: 395px;
}

Slideshow #slides {
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 100;
}

.slides_container {
    width: 960px;
    overflow: hidden;
    position: relative;
    display: none;
    height: 395px;
}

.slides_container div.slide {
    width: 960px;
    height: 395px;
    display: block;
}

#slides .next,
#slides .prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 31px;
    padding: 170px 5px;
    background: url(../images/bt_bg.png) 0 0 repeat;
    display: block;
    z-index: 101;
}

#slides .next {
    left: 910px;
}

.pagination {
    top: 11px;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 999999;
}

.pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    display: block;
    width: 9px;
    height: 0;
    padding-top: 8px;
    background: url(../images/pagination.png) 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: 0 -8px;
}

.caption {
    font-family: 'open sans', cursive;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 500;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}

.top-link {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 33px;
    color: #333;
    margin: 25px 0px 0px 0px;
}

.top-link ul {
    list-style-type: none;
}

.logo {
    float: left;
    margin-bottom: 10px;
}

.europe-pack {
    background-color: #FBF5AE!important;
    min-height: 998px;
    height: auto;
    width: 98%;
    border-radius: 7px;
}

.swiss-pack {
    background-color: #efefef!important;
    min-height: 1935px;
    height: auto;
    width: 98%;
    border-radius: 7px;
}

.coach-pack {
    min-height: 73px;
    height: auto;
    width: 98%;
    border-radius: 7px;
}

.left-side-pop {
    width: 1280px;
    min-height: 820px;
    position: fixed;
    background: rgba(0, 0, 0, 0.37);
    margin-left: 0px;
    margin-top: -489px;
}

.left-side-pop #sticker {
    padding: 118px;
    width: 280px;
    margin: 0 auto;
}

.book_now {
    background: none repeat scroll 0 0 rgba(121, 121, 134, 0.6);
    border: 1px none rgba(0, 0, 0, 0.1);
    height: 100%;
    position: fixed;
    right: 0%;
    text-align: center;
    width: 100%;
    z-index: 9990;
    display: none;
    top: 0;
}

.book_now-remove:before {
    color: #FFFFFF;
    content: "x";
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.book_now-remove {
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    margin: -21px 0px 0 0;
    font: normal 17px/30px 'ChunkFiveRegular';
    text-transform: uppercase;
    background: #FFCB07;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.book_now1 {
    z-index: 9999;
    position: absolute;
    width: 100%;
    display: none;
}

.pop-up-from {
    width: 294px;
    margin-top: 6%!important;
    border: transparent;
    margin: auto;
    background-color: transparent;
    height: 550px;
}

.pop-up p {
    text-align: center;
}

.book_now1 .left-side {
    margin-top: 0px!important;
    float: none!important;
    margin: 0px!important;
}

.slider1_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 342px;
    overflow: hidden;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1048px;
    height: 342px;
    overflow: hidden;
}

#start_date,
#end_date,
#pop-start_date,
#pop-end_date {
    width: 40%!important;
}

#adult,
#child,
#popup-adult,
#popup-child {
    width: 47%!important;
}

#child,
#end_date,
#pop-child,
#pop-end_date {
    float: right;
    margin-right: 14px;
}

.usd {
    color: #314199;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 2px 5px #FDDD04;
}

.euro {
    color: #314199;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 2px 5px #FDDD04;
}

.slider1_container img {
    width: 100%;
    height: auto;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 320px;
    min-height: 142px;
    overflow: hidden;
}

.left_menu {
    left: 0px;
    top: 30%;
    position: fixed;
    z-index: 9999;
    background-image: url(images/santa.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 169px;
    height: 218px;
    clear: both;
    cursor: pointer;
}

ul.contact i {
    display: block;
    float: right;
    font-size: 14px;
    margin: 1px 8px 3px 16px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
    color: #314199;
    -webkit-border-radius: 120px 120px 120px 120px;
    border-radius: 120px 120px 120px 120px;
    padding: 4PX;
    border: 1px solid #314199;
}

.extension {
    margin-top: 3%;
    width: 90%;
    margin-left: 16px;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.top-link ul li .fa {
    color: #314199;
}

#hide-in-mobile {
    display: block;
}

.mobile-header {
    display: none
}

.header {
    display: block;
    z-index: 9999;
    position: relative;
}

.mobile-header h3 {
    font-size: 18px;
    margin-bottom: 4%;
    margin-top: 10px;
}

.mobile-header h3 i {
    color: #314199;
}

.hide-in-mobile {
    display: block;
}

.footer span {
    margin-left: 250px;
}

.right-side .ima-right-heading,
.right-side .ima-right-para {
    padding: 5px 25px 5px 15px !important;
    text-align: justify !important;
}

.package .ima-img {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

@media (max-width:768px) {
    .header {
        display: none
    }
    #wrapper {
        width: 100%;
    }
    #hide-in-mobile {
        display: none;
    }
    .hide-in-mobile {
        display: none;
    }
    .mobile-header {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .footer span {
        margin-left: 0px;
    }
    .footer span:before {
        content: "\a";
        white-space: pre;
    }
}

@media (min-width:319px) and (max-width:375px) {
    .package {
        width: 89%;
        float: left;
        margin: 10px 10px;
    }
    .right-side .ima-right-heading,
    .right-side .ima-right-para {
        padding: 5px 10px !important;
    }
    .top-link img {
        width: 100%;
        margin-bottom: 10px;
    }
    .top-link ul li a {
        font-size: 17px;
    }
    .slider1_container {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 142px;
        overflow: hidden;
    }
    .slider1_container img {
        width: 416px!important;
        height: 142px!important;
    }
    .right-side {
        width: 100%;
    }
    .right-side h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .pic1 {
        margin: auto;
    }
    .package img {
        width: 98%;
        margin-bottom: 10px;
    }
    .package .ima-img {
        width: 98%;
        margin: 0px 3px 0px 0px;
    }
    .bottom p {
        text-align: center;
    }
    #left-side {
        display: none;
    }
    .coach-pack {
        min-height: 1648px!important;
        width: 100%;
    }
    .left_menu {
        background-image: url(images/santa2.png);
        width: 116px;
        height: 147px;
    }
    .package2 img {
        margin-top: 1%;
        margin-left: 11px;
        max-width: 91%;
    }
    .swiss-pack {
        min-height: 3700px;
    }
    .extension {
        margin-top: 3%;
        width: 91%;
        margin-left: 11px;
    }
    .logo img {
        width: 71%;
        height: auto;
        margin-left: 21%;
        margin-top: 2%;
    }
    .left_menu {
        top: inherit;
        bottom: 0;
    }
}

@media (min-width:376px) and (max-width:480px) {
    .package {
        width: 89%;
        float: left;
        margin: 10px 10px;
    }
    .right-side .ima-right-heading,
    .right-side .ima-right-para {
        padding: 5px 10px !important;
    }
    .top-link img {
        width: 100%;
        margin-bottom: 10px;
    }
    .slider1_container {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 142px;
        overflow: hidden;
    }
    .slider1_container img {
        width: 416px!important;
        height: 142px!important;
    }
    .right-side {
        width: 100%;
    }
    .right-side h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .package img {
        width: 98%;
        margin-bottom: 10px;
    }
    .package .ima-img {
        width: 98%;
        margin: 0px 3px 0px 0px;
    }
    .bottom p {
        text-align: center;
    }
    #left-side {
        display: none;
    }
    .swiss-pack {
        min-height: 3722px!important;
    }
    .package2 img {
        margin-top: 1%;
        margin-left: 4.5%;
        width: 91%;
    }
    .left_menu {
        top: inherit;
        bottom: 0;
    }
    .coach-pack {
        min-height: 2013px;
        width: 100%;
    }
    .top-link {
        margin: 25px 76px 0px 0px;
    }
    .logo {
        float: right;
        margin-right: 69px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .cdawrap1 {
        z-index: 9999;
        position: absolute;
        width: 80%;
        margin-left: 10%;
    }
    .europe-pack {
        min-height: 1540px;
    }
    .swiss-pack {
        min-height: 1793px;
    }
    .coach-pack {
        padding: 11px;
        width: 100%;
    }
    .left_menu {
        background-image: url(images/santa2.png);
        width: 116px;
        height: 147px;
    }
    .left_menu {
        top: inherit;
        bottom: 0;
    }
    #left-side {
        display: none;
    }
    .right-side {
        width: 100%;
    }
    .package2 img {
        margin-top: 1%;
        margin-left: 12.5%;
    }
    .extension {
        margin-top: 3%;
        width: 90%;
        margin-left: 41px;
    }
    .top-link {
        margin: 25px 76px 0px 0px;
    }
    .logo {
        float: right;
        margin-right: 69px;
    }
    .right-side .ima-right-heading,
    .right-side .ima-right-para {
        padding: 5px 10px !important;
    }
}

@media (min-width:641px) and (max-width:768px) {
    .cdawrap1 {
        z-index: 9999;
        position: absolute;
        width: 50%;
        margin-left: 20%;
        margin-top: 5%;
    }
    .europe-pack {
        min-height: 1540px;
    }
    .swiss-pack {
        min-height: 1925px;
    }
    #left-side {
        display: none;
    }
    .right-side {
        width: 100%;
    }
    .package2 img {
        width: 125%;
        margin-top: 5%;
        margin-left: 11.5%;
    }
    .extension {
        margin-top: 1%;
        width: 113%;
        margin-left: 42px;
    }
    .left_menu {
        top: inherit;
        bottom: 0;
    }
    .logo img {
        width: 81%;
        height: auto;
        margin-left: 36%;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .left-side-pop {
        width: 100%;
        height: 100%;
        margin: -583px 0 0 -41px;
    }
    .left-side-pop #sticker {
        padding: 30px 0 0 0;
    }
    .right-side {
        width: 100%;
    }
    .stick {
        position: relative;
    }
    .package img {
        float: none;
        margin: 0 auto;
        width: 240px;
        height: auto;
    }
    .package {
        width: 91%;
        margin-left: 7px;
    }
    #left-side {
        display: none;
    }
    .package img {
        float: none;
        margin: 0 auto;
        width: 90%;
        margin-top: 10px;
        margin-left: 25px;
    }
    .package p {
        width: 80%;
        margin-left: 22px;
    }
    .package h1 {
        width: 80%;
        margin-left: 22px;
        font-size: 20px;
        margin-top: 10px;
    }
    .package .button a {
        margin-left: 28px;
        position: relative;
    }
    .slider1_container img {
        width: 592px!important;
        height: 201px!important;
    }
    .slider1_container {
        height: 201px;
    }
    .swiss-pack {
        min-height: 4416px;
        padding-left: 25px;
    }
    .coach-pack {
        min-height: 2400px;
        padding-left: 25px;
    }
    .package h4 {
        width: 80%;
        margin-left: 22px;
        font-size: 20px;
        margin-top: 10px;
    }
    .package p b {
        width: 80%;
        font-size: 20px;
        margin-top: 10px;
    }
    .left_menu {
        background-image: url(images/santa2.png);
        width: 116px;
        height: 147px;
    }
    .extension {
        margin-top: 3%;
        width: 108%;
        margin-left: 100px;
        margin-left: 61px;
    }
    .package2 img {
        margin-top: 1%;
        margin-left: 17%;
    }
    .left_menu {
        top: inherit;
        bottom: 0;
    }
}

.tourism-member {
    margin-left: 12%;
    float: left;
}

footer .content1 {
    position: relative;
    margin: 130px auto;
    text-align: center;
    padding: 0 20px;
}

.content1 .text {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

footer .content1 .p {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #202020;
}

footer {
    bottom: 0px;
    width: 100%;
    background: #323232;
}

footer .main-content {
    display: flex;
}

footer .main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

footer .box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

footer .box .content,
footer .box .content a {
    margin: 20px 0 0 0;
    position: relative;
    color: #fff;
}

footer .box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
}

footer .box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
}

footer .left .content p {
    text-align: justify;
}

footer .left .content .social {
    margin: 20px 0 0 0;
}

footer .left .content .social a {
    padding: 0 2px;
}

footer .left .content .social a span {
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}

footer .left .content .social a span:hover {
    background: #f12020;
}

footer .center .content .fas {
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

footer .center .content .fas:hover {
    background: #f12020;
}

footer .center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

footer .center .content .phone {
    margin: 15px 0;
}

footer .right form .text {
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}

footer .right form .msg {
    margin-top: 10px;
}

footer .bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: #f0ca30;
}

footer .bottom center span {
    color: #000;
    font-size: 12px;
}

footer .bottom center a {
    color: #f12020;
    text-decoration: none;
}

footer .bottom center a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }
    footer .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }
    footer .main-content .box {
        margin: 5px 0;
    }
}

.form-area-heding img {
    width: 280px !important;
}

.ima-banner {
    padding: 25px 10px !important;
    background: #314199 !important;
    text-align: center !important;
}

.ima-banner h2 {
    font-size: 1.75rem;
    text-align: center;
    color: #fff;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.ima-banner .button {
    display: inline-flex;
}

.ima-banner .button a {
    padding: 10px 20px !important;
    width: 140px !important;
    border-radius: 8px;
    text-align: center;
    background-color: #ce000c;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    word-spacing: 2px;
    letter-spacing: 1px;
    margin: 10px 1px 10px 1px;
    border: 1px solid #ce000c;
}

.ima-banner .button a:hover {
    background-color: #fff;
    color: #ce000c;
}

.ima-info {
    padding: 10px 10px !important;
    background: #A9F5F2;
    text-align: center;
}

.ima-info p {
    display: inline-flex;
    line-height: 17px;
    font-size: 0.85rem;
    font-weight: 600;
}

.ima-info svg {
    float: left;
    margin-right: 5px;
}

.ima-info .ima-link {
    display: block;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #CE000C;
    text-decoration: underline;
    line-height: 20px;
}

.header .offer-header {
    width: 100%;
    background: #314199 !important;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}

.mobile-header .offer-header {
    width: 100%;
    background: #314199 !important;
    padding: 8px 0px;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}

.header .offer-header p,
.mobile-header .offer-header p {
    font-size: 0.9rem;
    color: #fff;
    animation: blink 2s step-start 2s infinite;
    -webkit-animation: blink 2s step-start 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.header .offer-header a,
.mobile-header .offer-header a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.package .pack-img {
    position: relative;
}

.package .pack-img .ima-special {
    padding: 5px;
    top: 5px;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    height: fit-content;
    border-radius: 5px;
}

.package .pack-img .ima-special .ima-special-text {
    color: #fff;
    /* animation: blink 2s step-start 2s infinite;
    -webkit-animation: blink 2s step-start 2s infinite; */
}


/* .package .pack-img .ima-special:hover {
    cursor: pointer;
} */

.package .pack-img .ima-special img {
    width: 120px;
}

.package .offer-button {
    background-color: #ce000c !important;
    color: #fff !important;
}

.package .offer-button:hover {
    background-color: #fff !important;
    color: #ce000c !important;
}

@media screen and (max-width: 600px) {
    .ima-banner h2 {
        font-size: 1.675rem;
        padding: 0px 18px;
        line-height: 35px;
    }
    .ima-banner .button a {
        margin: 25px 0px 5px 0px;
        font-weight: 700;
    }
    .package p {
        padding: 5px 3px;
    }
    .button a {
        margin: 10px 0 10px 3px;
        padding: 8px 12px;
    }
    .package .pack-img .ima-special {
        left: 2.75%;
    }
}

@media screen and (min-width: 1400px) {
    .package .pack-img .ima-special {
        left: 64.5%;
    }
}

@media screen and (min-width: 1600px) {
    .package .pack-img .ima-special {
        left: 64.5%;
    }
}

@media screen and (min-width: 1900px) {
    .package .pack-img .ima-special {
        left: 64.5%;
    }
}