.home-section1 {
    background-image: url('../images/cas-desktop-2508.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:160px 20px 140px 20px;
    color:#011442;
}

.home-section1 .wrapper {
    /*position: relative;*/
}

.hs1-inner {
    max-width:615px;
    color:#fff;
}

.hs1-inner h1 {
    font-size: 65px;
    font-weight: 600;
}

.hs1-inner p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom:50px;
}

.hs1-inner-mobile-form {
    /*display: none;*/
}

.hs2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    align-items : center;
    max-width: 1140px;
    margin:0 auto;
}

.hs2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hs2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:750px;
    max-width:750px;
}


.home-section2 {
    padding:50px 0;
    background-color: #F9F5FF;
}

.hs2-col1 h3 {
    font-size: 34px;
    font-weight: 800;
    color:#011442;
    line-height: 42px;
}

.hs2-col1 h5 {
    font-size: 24px;
    font-weight: 500;
    color:#011442;
}




.tabs-container {
    width:750px;
}

.tabs-container .the_tabs {
    border-top:0;
}

.the_tabs .tab-footer {
    padding:25px;
    border-radius: 0 0 10px 10px;
}

.the_tabs .tab-main {
    padding:30px 20px 15px 20px;
}

.tab-header h3 {
    margin:0;
}

.the_tabs .ul-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.the_tabs .ul-cols {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.the_tabs ul {
    margin:0;
    padding:0 0 0 20px;
}

.the_tabs li {
    margin-bottom:5px;
    font-size: 18px;
    font-weight: 500;
}
.the_tabs p {
    font-size: 18px;
    margin:20px 0;
}


.the_tabs .tab-main {
    color:#FFF;
    min-height:240px;
}

.tab-footer a {
    color:#011442;
}

.tab-footer .btn {
    font-size: 18px;
    font-weight: 600;
}

#tab-2, #tab-3 {
    display: none;
}

.mobile-tab-header {
    display: none;
}

/* Tab 1 */
.tht1 {
    background-color: #f1512d;
    border-radius: 10px 10px 0 0;
}
.tht1.active {
    background-color: #DF3610;
}
.the_tabs#tab-1 .tab-main {
    background-color: #DF3610;
}
.the_tabs#tab-1 .tab-footer {
    background-color: #f1512d;
}


/* Tab 2 */
.tht2 {
    background-color: #2173D4;
    border-radius: 10px 10px 0 0;
}
.tht2.active {
    background-color: #1360B9;
}
.the_tabs#tab-2 .tab-main {
    background-color: #1360B9;
}
.the_tabs#tab-2 .tab-footer {
    background-color: #2173D4;
}


/* Tab 3 */
.tht3 {
    background-color: #2ec6ef;
    border-radius: 10px 10px 0 0;
}
.tht3.active {
    background-color: #0EB4E1;
}
.the_tabs#tab-3 .tab-main {
    background-color: #0EB4E1;
}
.the_tabs#tab-3 .tab-footer {
    background-color: #2EC6EF;
}


.tab-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    align-items : center;
}

.tab-header-tabs {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding:20px;
    color:#fff;
    cursor: pointer;
}

.tab-header-tabs h3 {
    font-size: 24px;
}




.home-section3 {
    padding:90px 20px;
    background-color: #011442;
    color:#fff;
}

.hs3-header h2 {
    font-size: 47px;
    font-weight: 800
}

.hs3-header h5 {
    font-size: 24px;
    font-weight: 500;
}

.hs3-quad {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:35px;
}

.hs3q-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    margin: 25px auto 0 auto;
}

.hs3q-col1,
.hs3q-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hs3q-col1 {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
}

.hs3q-col1 img {
    max-width:105px;
    max-height:118px;
}
.hs3q-col2 p {
    font-size: 18px;
    font-weight: 300;
}

.hs3q-col2 h2 {
    font-size:30px;
}

.home-section4 {
    padding:50px 0;
}
.hs4-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    /* align-items : center; */
}
.hs4-col1,
.hs4-col2,
.hs4-col3 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.hs4-col1 h3,
.hs4-col2 h3,
.hs4-col3 h3 {
    line-height:1.1em;
}
.hs4-col1 p,
.hs4-col2 p,
.hs4-col3 p {
    font-size: 19px;
    line-height:1.1em;
}
.home-section5 {
    padding:110px 20px;
    background-image: url('../images/questions.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center -25px;
}

.hs5-inner {
    max-width:400px;
}

.hs5-inner h2 {
    font-size: 34px;
    font-weight: 700;
    color:#011442;
    margin:0;
}

.hs5-inner p {
    margin:20px 0 40px 0;
    font-size: 24px;
    color:#011442;
}

.popup-overlay {
    background-color: rgba(1, 20, 66, 0.80);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 99;
}

.popup-overlay .popup {
    position: absolute;
    top:320px;
    left:50%;
    width:80%;
    margin-left:-40%;
    background-color: rgba(249, 245, 255, 1.00);
    padding:50px;
}

.popup-overlay popup.popup-smaller {
    width:600px;
    margin-left:-300px;
}

.btn-plain {
    position: absolute;
    top:10px;
    right:10px;
    padding: 8px;
    color: #011442;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    text-shadow: 0;
    background-color: transparent;
}
.btn-plain:hover {
    background-color: unset;
    color:#c36;
}

.popup-overlay .popup h2 {
    color:#011442;
    font-size: 34px;
    font-weight: 800;
    line-height: 124%;
}
.popup-overlay .popup p {
    color:#011442;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 150%;
    font-weight: 300;
}

.popup-overlay .popup h5 {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 150%;
    font-weight: 700;
}

.popup-overlay .popup select {
    margin-bottom: 20px;
    border-radius: 248px;
    border: 3px solid #2EC6EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 10px 35px;
    background-image: url(../images/down.webp);
    background-position: right 1em bottom 7px;
    background-size: 20px 20px, 15px 15px, 21px 1.5em;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.popup-overlay .popup input[type=text] {
    margin-bottom: 20px !important;
    border: 3px solid #2EC6EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 10px 25px 10px 50px;
}

#buttonDiv {
    text-align: right;
    margin-bottom:10px;
}
#buttonDiv .btn-dark:hover {
    border:1px solid #011442;
}

.btn-orange {
    padding:8px 35px;
    border-radius: 20px;
    background-color: #F1512D;
    color:#fff;
    display: inline-block;
    text-align: center;
}

#card-main p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px 0;
    line-height: normal;
    color:#fff;
}

.form-header {
    display: none;
}

#carrierError {
    color:#333;
    margin-top:-15px;
}


.card-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
    width:100%;
}

.card-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.popup-overlay .popup .card-col1 p {
    font-size: 18px;
    color: #000 !important;
    margin:15px 0 0 0;
}
.card-col1 p strong {
    font-weight: 700;
}

.popup-form-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    /*align-items : center;*/
}

.popup-form-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.no-cruiseline p {
    font-size: 16px;
}

.no-cruiseline svg,
#m-no-cruiseline svg {
    width:37px;
    height:37px;
    padding:7px;
    border-radius: 50%;
    background-color: #011442;
    fill:#FFF;
}

.extended-tagline {
    color:#4f5164;
    font-weight: normal;
}

#esim-disclaimer {
    margin-top:10px;
}

#esim-disclaimer .esim-check-required {
    display: none;
    color:red;
}

#esim-disclaimer.error {
    border:1px solid red;
    padding:15px;
}
#esim-disclaimer.error p {
    margin-top: 0;
    padding-top: 0;
}

#esim-disclaimer.error .esim-check-required {
    display: inline-block;
    padding-left:15px;
}

.cruise-image {
    text-align: center;
    margin-top:45px;
}

#card-main{font-family: "Outfit", Sans-serif;border-radius: 12px;
    border: 1px solid #F1512D;
    background-color: #F2512D;
    padding: 20px;
    width: 375px;
    border-bottom-left-radius: 0;border-bottom-right-radius: 0;
}
#card-main p{
    margin-bottom: 2px;
}
#card-logo{
    background-color: #fff;
    width: 375px;
    border-radius: 12px;
    border: 1px solid #F1512D;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#card-logo img{
    max-width: 170px;
}
#card *{
    color:white
}

div#popmake-502{
    font-family: "Outfit", Sans-serif;
}
h3.yesno {
    color: #011442 !important;
}
#isornot{
    color: #011442 !important;
    text-decoration:underline;
}
#card-container{
    font-weight:500;
}
div#card-url {
    color: #011442;
}


.select3 {
    background-color: #fff;
    font-size:18px;
    height:38px;
    border:0;
    border-radius: 50px;
    padding:5px 20px;
    width:300px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline:0;
    margin-bottom:10px;
}

#form-part2-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 15px;
    overflow: auto;
    z-index: 998;
}

#form-part2 {
    position: absolute;
    top:50px;
    left:50%;
    width:500px;
    margin-left:-250px;
    background-color: #f9f6fe;
    border:10px solid #000000;
    color:#000;
    z-index: 999;
}


#form-part2-close {
    position: absolute;
    top:35px;
    right:10px;
    font-size: 20px;
    padding:10px;
    color:#000;
    cursor: pointer;
}

.fp2-inner {
    padding:75px 50px;
    overflow:auto;
    max-width:480px;
    margin: 0 auto;
}

.m_box {
    border: 1px solid #F1512D;
    border-radius: 10px;
}
.home-section1 .m_box p {
    margin:0;
    font-size: 17px;
}

.m_box-section1 {
    background-color: #F1512D;
    color:#fff;
    padding:15px;
    border-radius: 10px 10px 0 0;
}
.m_box-section2 {
    background-color: #fff;
    color:#000;
    padding:15px;
    border-radius: 0 0 10px 10px;
}
.m_box-section1 p {
    font-size: 18px;
}

.m_disclaimer_text {
    font-size:12px;
    padding:25px 0;
}

.fp2-inner-btn {
    margin:15px 0;
}


.fp2i-footer {
    text-align: center;
    color:#43468f;
}
.fp2i-footer a {
    color:inherit;
    display: inline-block;
    margin:0 5px;
}

.exclusive-popup {
    /* background-color: rgba(1, 20, 66, 0.80); */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1000;
}
.exclusive-popup-inner {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #f9f6fe;
    border: 10px solid #000000;
    color: #000;
    z-index: 1001;
}
.exclusive-popup img {
    width: 100%;
    position: relative;
    z-index: 1002;
}


.ep-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    z-index: 1003;
    cursor: pointer;
    padding:15px 10px;
}


@media (max-width:768px){
    .pum-theme-493 .pum-container, .pum-theme-default-theme .pum-container{
        padding:20px;
    }
    #card-main,#card-logo {
        width:100%;
    }
    #card-url{
        margin-top:30px;
    }
}
.iti.iti--container {
    z-index: 9999999999;
}
#nocompany .elementor-social-icons-wrapper.elementor-grid {
    /* justify-items: start !important; */
    text-align: left;margin-top:20px;
}


@media only screen and (max-width: 1100px) {
    .tabs-container {
        width:700px;
    }
    .hs2-col2 {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width:700px;
        max-width:700px;
    }
    .popup-overlay .popup {
        top:175px;
        left:25px;
        right:25px;
        width:unset;
        margin-left:0;
    }

}

@media only screen and (max-width: 1023px) {
    .hs2-container {
        flex-direction: column;
        gap: 35px;
    }
    .hs2-col1 {
        text-align: center;
    }
    .hs4-container {
        flex-direction: column;
    
    }
}

@media only screen and (max-width: 800px) {
    .hs3-quad {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .hs3q-container.hs3qc2,
    .hs3q-container.hs3qc4 {
        flex-direction: row-reverse;
    }
    .card-flex {
        flex-direction: column;
        gap:35px;
        margin-top:50px;
    }

    .popup-overlay .popup {
        top:15px;
        left:15px;
        right:15px;
    }

    #form-part2 {
        width:100%;
        left:0;
        margin-left: 0;
    }

    .plan-bar {
        display: none;
    }
    .exclusive-popup-inner {
        top: 40px;
        left: 30px;
        right: 30px;
        width: unset;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-section1 {
        background-image: url('../images/mobile-bg.png');
        /*background-position: center bottom -265px;*/
        padding:100px 0 50px 0;
    }
    .hs1-inner {
        color:#fff;
    }
    .hs1-inner .btn,
    .hs1-inner a {
        display: none;
    }

    .hs1-inner-mobile-form {
        /*display: block;*/
    }

    .home-section1 h1 {
        font-size: 38px;
    }

    .home-section1 p {
        font-size: 22px;
    }

    .tabs-container {
        width:100%;
    }
    .hs2-col2 {
        min-width:100%;
        max-width:100%;
    }
    .home-section4 {
        background-position: center top;
        padding: 52px 20px;
    }
    .home-section3 {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 700px) {
    .tab-header-tabs h3 {
        font-size: 18px;
    }
    .hs3q-container {
        align-items: unset;
    }

    .popup-form-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    /*.home-section1 {
        background-position: center bottom -135px;
    }*/
    .tab-header-tabs {
        padding: 10px;
    }
    .tab-header-tabs h3 {
        font-size: 16px;
    }
}


@media only screen and (max-width: 500px) {
    .home-section1 {
        background-position: center top;
    }
    #tab-2, #tab-3 {
        display: block;
    }
    .tab-header {
        display: none;
    }
    .the_tabs {
        margin-bottom:35px;
    }
    .mobile-tab-header {
        display: block;
    }
    .mobile-tab-header {
        padding:15px;
        border-radius: 10px 10px 0 0;
    }
    .mobile-tab-header h3 {
        margin:0;
    }

    .mobile-tab-header.mod {
        background-color: #f1512d;
        color:#fff;
    }

    .mobile-tab-header.heav {
        background-color: #2173D4;
        color:#fff;
    }

    .mobile-tab-header.esim {
        background-color: #2ec6ef;
        color:#fff;
    }

    .the_tabs .ul-container  {
        flex-direction: column;
        gap:0;
    }

    .hs3q-col1 {
        min-width: 75px;
        max-width: 75px;
    }
    .hs3q-col1 img {
        max-width: 75px;
        max-height: 85px;
    }


    .fp2-inner {
        padding: 75px 25px;
    }
    .hs3q-col2 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 400px) {
    .hs3q-col1 {
        min-width: 60px;
        max-width: 60px;
    }
    .hs3q-col1 img {
        max-width: 60px;
        max-height: 70px;
    }
    .hs3q-container {
        flex-direction: column;
        gap:10px;
    }
    .hs3q-container.hs3qc2, .hs3q-container.hs3qc4 {
        flex-direction: column;
    }
    .select3 {
        width: 100%;
    }
    .elementor-kit-7 h4 {
        font-size: 21px;
    }
    .hs3-quad {
        gap: 25px;
    }
    .hs3-header h2 {
        font-size: 33px;
    }
}



@media only screen and (min-width: 1800px) {
    .popup-overlay .popup {
        position: absolute;
        top:320px;
        left:50%;
        width:1350px;
        margin-left:-675px;
        background-color: rgba(249, 245, 255, 1.00);
        padding:50px;
    }
    .popup-overlay .popup.popup-smaller {
        width:600px;
        margin-left:-300px;
    }
}