﻿/*Banner*/
.bn-img {
    
    height:544px;
    display:flex;
    align-items:center;
}
.bn-text-wrap {
    width:460px;
    margin:0 auto;
    text-align:center;
}
.bn-title {
    color:#fff;
    font-size:60px;
    font-weight:700;
    /*margin-bottom:29px;*/
    line-height:1;
}
.bn-text {
    color:#fff;
    font-size:14px;
}
/*Banner-----END*/

/*Brand Title*/


.bt-section {
    position: relative;
    top:0px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.bt-wrap {
    text-align:center;
    
}
.bt-icons-wrap-mobile {
        display: none;   
    }
.bt-text {
    text-transform:uppercase;
    font-size:14px;
    color:rgba(0,0,0,0.8);
}
.bt-img-wrap {
    display:inline-block;
    padding:20px;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:5px;
    margin-bottom:30px;
    background-color:#fff;
}
.bt-img {
    height:176px;
    width:176px;
    border-radius:5px;
}

.bt-text-wrap {
    margin-bottom:30px;
}
.bt-title {
    font-size:36px;
    font-weight:700;
    color:#000;
    line-height:1;
    margin-bottom:5px;
}
.bt-type {
    font-size:14px;
    color:rgba(0, 0, 0, 0.8)
}
.bt-icons-wrap {
    display: flex;
    padding: 0 19px;
    justify-content: left;
}
.bt-icon {
    height:40px;
    width:40px;
    margin:0 10px;
    border:1px solid #000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .bt-icon img {
        width:18px;
    }

.red-btnwrap {
    display:flex;
    justify-content:left;
    align-items:left;
    
}
.red-btn {
    padding: 24px 0;
    display:inline-block;
    text-transform:uppercase;
    font-family:Poppins;
    background:linear-gradient(to bottom,#dcc06e,#d4b14c);
    font-size:14px;
    letter-spacing:1.4px;
     color: #000000;
    font-weight:600;
    width:328px;
    line-height:12px;
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition:300ms ease;
    text-align:center;
}
.red-btn:hover{
    background-color:#c9100c;
    transition:0.25s;
}

.white-btnwrap {
    margin-top:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    
}
.white-btn {
    border: 1px solid #000000;
    padding: 24px 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: Poppins;
    background: linear-gradient(to right,#fff,white);
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #000000;
    font-weight: 600;
    width: 328px;
    line-height: 12px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.0);
    transition: 300ms ease;
    text-align: center;
}
.white-btn:hover{
    background-color:#c9100c;
    transition:0.25s;
}
/*Brand Title-----END*/

/*About Brand*/
.ab-section {
    margin-bottom: 40px;
}
.ab-divider {
    position:relative;
    margin:0 10px;
}
    .ab-divider:before {
        content:"";
        display:inline-block;
        position:absolute;
        height:1px;
        width:100%;
        background-color:rgba(0,0,0,0.3);
        left:0;
        top:-50px;
    }
.ab-text-wrap {
    padding:0 50px;
}
.ab-padd {
    margin:0 -10px;
}
.ab-info-wrap {
    padding:0 20px;
}
.ab-title {
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
    line-height:1;
    margin-bottom:10px;
}
.ab-text {
    font-size:14px;
    color:rgba(0,0,0,0.8);
}
.ab-time-wrap {
    margin-bottom:30px;
}
.ab-time {
    margin-bottom:15px;
}
.ab-time h4 {
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    line-height:1;
    margin-bottom:3px;
}
.ab-time p {
    text-transform:uppercase;
    font-size:14px;
    font-weight:600;
    color:#e31c17;
    margin-bottom:0;
}
.ab-cat {
    font-size:14px;
    font-weight:600;
    color:rgba(0, 0, 0, 0.8);
    margin-bottom:0;
}
.ab-loc p {
    font-size:14px;
    font-weight:600;
    color:#e31c17;
    margin-bottom:0;
}
/*About Brand-----END*/

/* Participating Outlets Starts */

.st-section {
    padding-bottom: 50px;
}
.st-nav-wrap {
    position:relative;
    margin:0 10px;
    padding:50px 50px 30px 50px;
    border-bottom:0;
}
.st-divider {
    position:relative;
    margin:0 10px;
}
    .st-divider:before {
        content:"";
        display:inline-block;
        position:absolute;
        height:1px;
        width:100%;
        background-color:rgba(0,0,0,0.3);
        left:0;
        top:0px;
    }
.po-text-wrap {
    padding:48px 50px 0;
}
.po-title {
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
    line-height:1;
    margin-bottom:17px;
}
.po-puma-mobile {
    display:none;
}
.po-puma {
    display:block;
    margin: 14px 0;
    width:100%;
    height:90px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}
.puma-outer-desktop{
    display:block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 18%;
}
.puma-outer-mobile {
    display:none;
}
.st-col {
    /*display:flex;
    align-items:left;
    justify-content:left;*/
    padding: 0 37px 0;
    margin: 0 -26px;
}
.po-iconwrap {
        
}
/* Participating Outlets Ends */

/* Offer form Starts */
.ed-terms {
    width:100%;
}
.ed-terms-title {
    text-align:center;
    background-color:rgba(0, 0, 0, 0.05);
    cursor:pointer;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.ed-plus {
    display:inline-block;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    line-height:10px;
    margin:11px 0;
    position:relative;
    color:rgba(0,0,0,0.8);
}
    .ed-plus:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8);
        right: -20px;
        top: 4px;
        transition:300ms ease;
    }
    .ed-plus:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8); 
        right: -20px;
        top: 4px;
        transform: rotate(90deg);
        transition:300ms ease;
    }

.ed-terms-title[aria-expanded="false"] .ed-plus:before {
    transform: rotate(90deg);
}
.ed-terms-title[aria-expanded="true"] .ed-plus:before {
    transform: rotate(0deg);
}

.ed-terms-text {
    padding-top:30px;
}
    .ed-terms-text ul {
        padding-left: 76px;
    }

        .ed-terms-text ul li p {
            font-size: 14px;
            color: rgba(0,0,0,0.8);
            margin-bottom: 10px;
        }

.of-titlewrap {
       padding: 16px 20px 0px;
}
.of-titlewrap p {
    font-size:14px;
    color:rgba(0, 0, 0, 0.8);
    margin-left:15px;
    margin-top:10px;
}
.of-lslbl {
    margin-top:30px;
    padding-left:15px;
    font-size:18px;
    font-family:Poppins;
    color:#000000;
    font-weight:600;
    margin-bottom: 0px;
    text-transform:uppercase;
}
.of-formlbl {
    font-size:12px;
    color:#000000;
    font-family:Poppins;
    padding:0 55px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 0rem;
    padding: 0 18px;
    margin-top:20px;
}

.txt-box {
    border: 0;
    border-bottom: 1px solid #000;
    color: #e31c17 !important;
    -webkit-text-fill-color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    width: 471px;
    margin: 0 30px 0 0;
}
.txt-box1 {
    border: 0;
    border-bottom: 1px solid #000;
    color: #e31c17 !important;
    -webkit-text-fill-color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    width: 961px;
    margin: 0 30px 0 0;
}
.txt-box1:focus, .select-drop:focus ,.select-drop option:focus{
    box-shadow:none !important;
    outline:none;
}
.txt-box1::-webkit-input-placeholder { 
    opacity:.3;
}

    .txt-box:focus, .select-drop:focus, .select-drop option:focus {
        box-shadow: none !important;
        outline: none;
    }

    .txt-box::-webkit-input-placeholder {
        opacity: .3;
    }

.select-drop, .select-drop option {
    width: 471px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    -webkit-appearance: none;
    background-image: url("../images/DownArrow.png");
    background-color: transparent;
    background-position: right;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity: .8;
}

    .select-drop:required:invalid {
        color: gray;
    }

    .select-drop option[value=""][disabled] {
        display: none;
    }

    .select-drop option {
        color: black;
    }

    .select-drop::after {
        pointer-events: none;
    }
.of-formrow {
    display:flex;
    align-item:left;
    justify-content:left;
}
.of-inputwrap {
    padding:0 48px;
    display:flex;
    align-items:left;
    justify-content:left;
   
}


.red-btnwrap-submit {
    margin-top:30px;
    display:flex;
    justify-content:left;
    align-items:left;
    padding: 0 45px;
    
}
.red-btn-submit {
    padding: 24px 0;
    display:inline-block;
    text-transform:uppercase;
    font-family:Poppins;
    background:linear-gradient(to bottom,#e31c17,#c9100c);
    font-size:14px;
    letter-spacing:1.4px;
    color:#fff;
    font-weight:600;
    width:281px;
    line-height:12px;
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition:300ms ease;
    text-align:center;
}
.red-btn-submit:hover{
    background-color:#c9100c;
    transition:0.25s;
}
/* Offer form Ends */

/*You might also like[ym]*/
.ym-section {
    margin-bottom:50px;
     margin-top: 80px;
}


.bl-text a {
    color:#000;
}
.ym-slider .slick-list {
    margin: 0 -15px;
}
.ym-slider .slick-slide {
    margin: 0 15px;
}
/*You might also like[ym]-----END*/

/*Brands Listing*/
.so-dis {
    font-size: 14px;
    color: #e31c17;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.so-val {
    font-size: 14px;
}
.bl-section {
    padding:70px 0;
}
    .bl-section a {
        color:#000;
    }
.bl-wrap {
    
    margin-bottom:30px;
}
.bl-img-wrap {
    margin-bottom:25px;
}
.bl-img {
    height:200px;
    
}
.bl-title {
    font-size:24px;
    color:#000;
    font-weight:700;
    /*line-height:1;*/
    margin-bottom:5px;
}
.bl-type {
    font-size:10px;
    margin-bottom:0;
}
.bl-text-wrap {
    display:flex;
    justify-content:space-between;
    position:relative;
}
.bl-text {
    margin-right:10px;
    min-height:70px;
}
.bl-icon-wrap {
    display:flex;
}
.bl-icon {
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #000;
    border-radius:50%;
    cursor:pointer;
    transition:300ms ease;
}
    .bl-icon:hover {
        background-color:#e31c17;
        border:1px solid #e31c17;
    }
    .bl-icon:nth-child(1) {
        margin-right:8px;
    }
    .bl-icon img {
        width:18px;
    }
.bl-loc {
    width:15px;
    height:19px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(../images/location.png);
    transition:300ms ease;
}
.bl-icon:hover .bl-loc {
    background-image:url(../images/locationWhite.png);
}
.bl-call {
    width:18px;
    height:18px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(../images/call.png);
    transition:300ms ease;
}
.bl-icon:hover .bl-call {
    background-image:url(../images/callWhite.png);
}
.bl-hover {
    position:absolute;
    width:100%;
    top:-65px;
    padding-bottom:25px;
    left:0;
    opacity:0;
    pointer-events:none;
    transition:300ms ease;
}
.bl-bubble {
    position:relative;
    height:40px;
    width:100%;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#e31c17;
}
.bl-icon:hover .bl-hover {
    opacity:1;
    pointer-events:initial;
}
.bl-bubble a {
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    color:#fff;
    text-transform:uppercase;
}
.bl-bubble span {
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    color:#fff;
    margin:0 8px;
}
.bl-bubble.arrow-one:after, .bl-bubble.arrow-two:after {
    content:"";
    display:inline-block;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e31c17;
}
.bl-bubble.arrow-one:after {
    right:55px;
}
.bl-bubble.arrow-two:after {
    right:7px;
}
/*Brands Listing-----END*/

/*Popup*/
.pu-content {
    width:600px;
}
.ticket-type {
    min-width:220px;
}
.pu-ribbon-flex {
    display:flex;
    align-items:center;
}
.pu-type {
    font-size:14px;
    color:#000;
    margin-bottom:0;
    padding-right:17px;
    line-height:1;
    font-weight:600;
}
.pu-ribbon {
    background-image:url(../images/ribbon.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left center;
    box-shadow: inset 6px 0 4px -5px rgba(0,0,0,0.3);
}
.pu-ribbon p{
    text-transform:uppercase;
    font-size:10px;
    font-weight:600;
    margin-bottom:0;
    padding-left:8px;
    line-height:41px;
    width:87px;
}
.pu-price-flex {
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}
.pu-title {
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:70px;
}
.pu-price {
    margin-bottom:0;
    color:#000;
    font-size:18px;
}
.pu-counter-flex {
    display:flex;
    align-items:center;
    background-color:#f2f2f2;
    padding:8px 17px;
    border-radius:5px;
}
.txtCounter {
    width:50px;
    background-color:transparent;
    border:none;
    padding:0 10px 2px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
    .txtCounter:focus {
        outline:none;
    }
.plus, .minus {
    position:relative;
    height:12px;
    width:12px;
    display:inline-block;
    cursor:pointer;
}
    .plus:after,.plus:before,.minus:after {
        content:"";
        display:inline-block;
        position:absolute;
        width:100%;
        height:2px;
        background-color:#000;
        left:0;
        top:5px;
    }
    .plus:before {
        transform:rotate(90deg);
    }
.ticket-quantity {
    width:110px;
}
.btn-proceed {
    display:inline-block;
    padding:11px 0;
    background:linear-gradient(to bottom,#e31c17,#c9100c);
    color:#fff;
    width:100%;
    text-align:center;
    border-radius:5px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:14px;
}
    .btn-proceed:hover {
        color:#fff;
    }

.pu-total {
    background-color:#f2f2f2;
    border-radius:5px 0 0 5px;
    margin-top:50px;
}
.ticket-type {
    padding-left:15px;
}
.pu-divider {
    padding-bottom:8px;
}
/*.pu-divider:after {
    content:"";
    display:inline-block;
    position:absolute;
    width:100%;
    height:1px;
    bottom:0;
    left:0;
    background-color:#ddd;
}*/
/*Popup-----END*/


/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .bn-img {
        background-image:url("../images/PackageDetailsMobile.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        height:425px;
        display:flex;
        align-items:center;
    }
    .ab-info-wrap {
        padding: 0 0px;
    }
    .red-btn {
        padding: 19px 0;
        display: inline-block;
        text-transform: uppercase;
        font-family: Poppins;
        /*background: linear-gradient(to bottom,#e31c17,#c9100c);*/
         background:linear-gradient(to bottom,#dcc06e,#d4b14c);
        font-size: 14px;
        letter-spacing: 1.4px;
        color: #fff;
        font-weight: 600;
        width: 100%;
        line-height: 12px;
        border-radius: 0px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.0);
        transition: 300ms ease;
        text-align: center;
    }
    .white-btn {
        border: 1px solid #000000;
        padding: 14px 0;
        display: inline-block;
        text-transform: uppercase;
        font-family: Poppins;
        
        font-size: 10px;
        letter-spacing: 1.4px;
        color: #000000;
        font-weight: 600;
        width: 193px;
        line-height: 12px;
        border-radius: 5px;
        
        transition: 300ms ease;
        text-align: center;
    }
    .bt-section {
        position: relative;
        top: 0px;
        margin-top: 30px;
        margin-bottom: 78px;
    }
    /* Participating Outlets po */
    .po-text-wrap {
        padding: 15px 0px 0;
        margin: 0 -10px;
    }
    .po-title {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 17px;
    }
    .po-puma {
        border-radius:5px;
        display: block;
        width: 100%;
        height: 91px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .puma-outer-desktop {
        display:none;
    }
    .puma-outer-mobile {
        display:block;
    }
    .ed-terms-text ul {
        padding-left: 33px;
    }
    /* Participating Outlets po Ends */


     /*About Brand[ab]*/
     .ab-title {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 23px;
    }
     .ab-time {
        padding: 24px 0px 0 0;
        margin-bottom: 10px;
    }
    .ab-about-wrap.ab-divider:before {
        display:none;
    }
    .ab-about-wrap {
        top:-30px;
    }
    .ab-text-wrap {
        text-align:center;
        padding:0 25px;
    }
    .ab-divider {
        margin:0 25px;
    }
    .ab-divider:before {
        top:-10px;
    }
    .ab-info-wrap {
        
        text-align:center;
    }
    .st-col {
        /*display:flex;
        align-items:left;
        justify-content:left;*/
        padding: 0 ;
    }
    .st-divider:before {
        display:none
    }
    .st-divider {
        display:block;
        margin:0 25px;
    }
    .st-divider:before {
        display:block;
        top:-40px;
    }
    .bt-icons-wrap-mobile {
        display: flex;
        padding: 0 19px;
        justify-content: center;
        margin-top: 52px;
    }
    .bt-icons-wrap {
        display:none;
    }
    /*About Brand[ab]-----END*/

    /* Offer Form Starts */

    .of-titlewrap {
        padding: 16px 0px 0px;
    }
    .of-lslbl {
        text-align: center;
        margin-top: 30px;
        padding-left: 0px;
        font-size: 18px;
        font-family: Poppins;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0px;
        text-transform: uppercase;
    }
    .of-titlewrap p {
        width: 80%;
        text-align: center;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        margin-left: 0px;
        margin-top: 10px;
        margin: 10px 37px;
    }
    .of-inputwrap {
        padding: 0 9px;
        display: block;
        align-items: left;
        justify-content: left;
    }
    .txt-box1 {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 100%;
        margin: 0 30px 0 0;
    }
    .txt-box {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 100%;
        margin: 0 30px 0 0;
    }
    .red-btnwrap-submit {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: left;
        padding: 0 15px;
    }
     .red-btn-submit {
        width: 326px;
        padding: 24px 0;
        display: inline-block;
        text-transform: uppercase;
        font-family: Poppins;
        background: linear-gradient(to bottom,#e31c17,#c9100c);
        font-size: 14px;
        letter-spacing: 1.4px;
        color: #fff;
        font-weight: 600;
        line-height: 12px;
        border-radius: 5px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        transition: 300ms ease;
        text-align: center;
    }

     /*  Offer Form Ends */

     .ym-section {
        margin-top: 50px;
        overflow:hidden;
    }

      /*Popup*/
    .pu-content {
        width:100%;
    }
    .pu-title {
        text-align: center;
        font-size: 18px;
        margin-bottom: 50px;
    }
    .pu-price-flex {
        flex-wrap:wrap;
        padding-left:15px;
        padding-right:15px;
        margin-bottom:15px;
    }
    .ticket-type {
        min-width:initial;
        width:100%;
        padding-left:0;
        margin-bottom:15px;
    }
    .pu-ribbon-flex {
        justify-content:center;
    }
    .pu-type {
        font-size:12px;
        padding-right:10px;
    }
    .pu-ribbon p {
        font-size:9px;
        line-height:28px;
        width:77px;
        padding-left:5px;
    }
    .pu-price {
        font-size:16px;
        color: #000000;
    }
    .pu-divider:after {
        content:"";
        display:inline-block;
        position:absolute;
        width:100%;
        height:1px;
        bottom:0;
        left:0;
        background-color:#ddd;
    }
    .pu-divider {
        padding-bottom:15px;
    }
    .pu-counter-flex {
        padding:10px 15px;
    }
    .txtCounter {
        font-size:14px;
    }
    .ticket-quantity {
        width: auto;
    }


    .pu-total.pu-price-flex {
        flex-wrap: nowrap;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-top:100px;
    }
    .pu-total .ticket-type {
        width:auto;
        margin-bottom:0;
    }
    .pu-total .ticket-quantity {
        width: 40%;
    }
    .pu-total .pu-type {
        padding-left:10px;
        padding-right:10px;
        font-size:14px;
    }
    .pu-total .pu-price {
        font-size: 18px;
    }
    .border-btn {
        padding: 13px 46px;
    }
    /*Popup-----END*/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .red-btn {
        padding: 18px 0;
        display: inline-block;
        text-transform: uppercase;
        font-family: Poppins;
        background: linear-gradient(to bottom,#e31c17,#e31c17);
        font-size: 12px;
        letter-spacing: 1.4px;
        color: #fff;
        font-weight: 600;
        width: 328px;
        line-height: 12px;
        border-radius: 5px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.0);
        transition: 300ms ease;
        text-align: center;
    }
    .white-btn {
        border: 1px solid #000000;
        padding: 18px 0;
        display: inline-block;
        text-transform: uppercase;
        font-family: Poppins;
        background: linear-gradient(to right,#fff,#fff);
        font-size: 12px;
        letter-spacing: 1.4px;
        color: #000000;
        font-weight: 600;
        width: 328px;
        line-height: 12px;
        border-radius: 5px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.0);
        transition: 300ms ease;
        text-align: center;
    }
    .bt-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 1;
        margin-bottom: 5px;
    }
    .bt-text {
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(0,0,0,0.8);
    }
    .ab-text {
        font-size: 12px;
        color: rgba(0,0,0,0.8);
    }
    .ab-cat {
        font-size: 12px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 0;
    }
    .ab-time p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: #e31c17;
        margin-bottom: 0;
    }

    .ab-time h4 {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 3px;
    }
    .ab-title {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 10px;
    }
    .ab-text-wrap {
        padding: 0 41px;
    }
    .bt-icon img {
        width: 15px;
    }
    .bt-icon {
        height: 34px;
        width: 34px;
        margin: 0 7px;
        border: 1px solid #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bt-icons-wrap {
        display: flex;
        padding: 0 17px;
        justify-content: left;
    }
    .po-puma {
        display: block;
        width: 100px;
        height: 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ed-terms-text ul {
        padding-left: 40px;
    }
    .po-text-wrap {
        padding: 48px 32px 0;
    }
    .st-col {
        padding: 0 29px 0;
    }
    .of-titlewrap {
        padding: 16px 16px 0px;
    }
    .of-inputwrap {
        padding: 0 34px;
        display: flex;
        align-items: left;
        justify-content: left;
    }
    .txt-box1 {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 588px;
        margin: 0 30px 0 0;
    }
    .txt-box {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 280px;
        margin: 0 30px 0 0;
    }
        .red-btnwrap-submit {
        margin-top: 50px;
        display: flex;
        justify-content: left;
        align-items: left;
        padding: 0 33px;
    }
    .ym-section {
        margin-top: 80px;
    }
    .no-padd {
        /* padding: 0; */
        padding: 0 15px;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .red-btn {
        font-size:12px;
    }
    .white-btn {
        font-size:12px;
    }
    .puma-outer-desktop {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .po-puma {
        display: block;
        width: 100%;
        height: 77px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .txt-box {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 385px;
        margin: 0 30px 0 0;
    }
    
    .txt-box1 {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 800px;
        margin: 0 30px 0 0;
    }
    .red-btnwrap-submit {
        margin-top: 50px;
        display: flex;
        justify-content: left;
        align-items: left;
        padding: 0 45px;
    }
    .ed-terms-text ul {
        padding-left: 40px;
    }
    .ym-section {
        margin-top: 80px;
    }
    .no-padd {
        /* padding: 0; */
        padding: 0 20px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .ed-terms {
        padding: 0;
        width: 100%;
    }
    .ed-plus {
        font-size:10px;
    }
    .po-iconwrap {
        margin-left:37px;
    }
    .txt-box {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 374px;
        margin: 0 30px 0 0;
    }
    .txt-box1 {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 779px;
        margin: 0 30px 0 0;
    }
    .red-btn {
        padding: 20px 0;
    }
    .white-btn {
        font-size:12px;
        padding: 21px 0;
    }
    .puma-outer-desktop {
        display:block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 22%;
    }
    .puma-outer-mobile {
        display:none;
    }
    .po-puma {
        height:81px;
    }
    .po-text-wrap {
        padding: 48px 39px 0;
    }
    .bl-img {
        height: 164px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
     .txt-box {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 374px;
        margin: 0 30px 0 0;
    }
    .txt-box1 {
        border: 0;
        border-bottom: 1px solid #000;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        width: 779px;
        margin: 0 30px 0 0;
    }
    .puma-outer-desktop {
        display:block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 22%;
    }
    .puma-outer-mobile {
        display:none;
    }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
}

@media (min-width: 1120px) {
    .slick-track {
        margin:0 !important;
    }
}