.bet-loader{
    position: relative;
    display: block;
    z-index: 999;
    background-color: #000000eb;
    top: 0;
    width: 100%;
    left: 0;
    height: 400px;
    color: #FFF;
}
.bet-loader .loader-image{
    top: 100px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.bet-loader .loader-image img{
    animation: rotation 2s infinite linear;
}
.pullrow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pullcol-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.pullform-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #4f5467;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 768px){
    .pullcol-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bet-content h2.heading-title {
    color: #000000!important;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}
.main-divider{
    text-align: center;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.main-divider hr{
    width: 18%;
    text-align: center;
    border: 1px solid #0d9bfe;
    display: inline-block;
}
.swiper-slide {
    padding-bottom: 80px!important;
}
.btn-pull{
    border: 2px solid #ececec;
    background: #ececec;
    border-radius: 4px!important;
    color: #000;
    padding: 6px 8px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}
.btn-pull:hover{
    border: 2px solid #ed6a25;
    color: #0196ff;
    background: #FFF;
}
.btn-pull.btn-blue{
    border: 2px solid #0196ff;
    background: #0196ff;
    color: #FFF;
    min-width: 92px;
    position: relative;
    padding-right: 35px;
}
.btn-pull.btn-blue:hover{
    border: 2px solid #0196ff;
    color: #0196ff;
    background: #FFF;
}
.btn-pull.btn-green{
    border: 2px solid #3fb34c;
    background: #3fb34c;
    color: #FFF;
}
.btn-pull.btn-green:hover{
    border: 2px solid #3fb34c;
    color: #3fb34c;
    background: #FFF;
}
#zp-bettable {
    border-collapse: separate;
    border-spacing: 0 0.2em;
    border: none;
}
#zp-bettable tbody tr{
    padding: 8px;
    box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.17);
    -webkit-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.17);
    -moz-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.17);
    border-radius: 15px;
}
#zp-bettable > tbody > tr > td:first-child{
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    border: none;
}
#zp-bettable > tbody > tr > td{
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    border: none;
}
#zp-bettable > tbody > tr > td > p{
    padding-bottom: 0px;
}
#zp-bettable > tbody > tr > td > p.pullbuttons{
    line-height: 42px;
    text-align: right;
}
#zp-bettable tbody span.bet-icon{
    background-color: #0196ff;
    color: #FFF;
    border-radius: 35px;
    box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    -webkit-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    -moz-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    min-height: 75px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    min-width: 15px;
}
#zp-bettable tbody span.bet-icon .fawe {
    color: #FFF;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 32%;
}
#zp-bettable tbody td span.league{
    color: #7c7c7c;
}
#zp-bettable tbody span.bet-time{
    border: 1px solid #3fb34c;
    border-radius: 4px;
    padding: 12px 5px;
    text-align: center;
    box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    -webkit-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    -moz-box-shadow: 1px 5px 24px -2px rgba(161,161,161,0.20);
    min-height: 75px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    min-width: 15px;
}
#zp-bettable tbody span.bet-time .fawe {
    color: #3fb34c;
    position: absolute;
    top: 58%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40%;
}
#zp-bettable tbody td .fa-share-alt {
    color: #ea9326;
}






















#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}
.spacer{
    display:none;
}
#infowindow-content .title, .infowindow-content .title {
    font-weight: bold;
}
#infowindow-content {
    display: none;
    text-align: center;
    border: 1px solid #000;
    background: #ed6a25;
    margin: -15px;
    padding: 10px;

}
.infowindow-content {
    text-align: left;
    border: 0px solid #000;
    background: rgb(0 170 152);
    background: linear-gradient(150deg, rgb(0 170 152) 0%, rgb(1 234 210) 68%);
    margin: -30px;
    padding: 20px;
    border-radius: 20px;
}
.infowindow-content fa {
    color: #000;
    position: absolute;
    left: 16px;
}
.infowindow-content .small-text-con {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
}
.gm-style .gm-style-iw-d{
    box-sizing: border-box;
    overflow: unset!important;
    height: 170px;
}
.gm-style .gm-style-iw-c{
    padding: 12px 0!important;
    order-radius: 0px;
}
#infowindow-content{
        padding: 10px 25px;
        font-family: Poppins, sans-serif;
        min-width: 420px;
    }
@media screen and (max-width:420px){
    .gm-style .gm-style-iw-c{
        width: 280px!important;
        padding: 12px 0!important;
    }
    .gm-style .gm-style-iw-d{
        height: 185px;
    }
    
}
@media screen and (max-width:360px){
    .gm-style .gm-style-iw-d{
        height: 185px;
    }
    .gm-style .gm-style-iw-c{
        padding-left: 0px;
    }
}
@media screen and (max-width:685px){
    #infowindow-model .m-content{
        width: 350px;
    }
}
@media screen and (max-width:390px){
    #infowindow-model .m-content{
        width: 250px;
    }
}
.gm-style .gm-style-iw-t::after{
    background: #ed6a25!important;
    box-shadow: -2px 2px 2px 0 rgb(178 178 178 / 40%);
}
#map #infowindow-content, #map .infowindow-content {
    display: inline;
}

#map_canvas{
    height: 600px;
}



#pac-container {
    display: block;
}


#signup-steps{
    max-width: 450px;
    margin: auto;
    margin-bottom: 50px;
}
.fno-heading{
    text-transform: uppercase!important;
}
.btn-oxy{
    border: 2px solid #ed6a25;
    background: transparent;
    border-radius: 0px!important;
    color: #ed6a25;
    padding: 6px 55px;
    margin-left: 10px;
    cursor: pointer;
}
.btn-oxy:hover{
    border: 2px solid #ed6a25;
    color: #FFF;
    background: #ed6a25;
}
.btn-oxy-dark{
    border: 2px solid #000;
    color: #FFF;
    padding: 10px 10px;
    background: #000;
    display: block;
    text-transform: uppercase;
    max-width: 240px;
    margin: auto;
    cursor: pointer;
}
#infowindow-content .btn-oxy-dark{
    font-weight: 600;
    margin-top: 20px;
}
.btn-oxy-dark:hover{
    border: 2px solid #000;
    color: #000;
    background: transparent;
}
.btn-oxy-light{
    border: 2px solid #FFF;
    color: #FFF;
    padding: 10px 10px;
    background: transparent;
    display: block;
    text-transform: uppercase;
    max-width: 240px;
    margin: auto;
    cursor: pointer;
}
#infowindow-content .btn-oxy-light{
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.btn-oxy-light:hover{
    border: 2px solid #FFF;
    color: #ed6a25;
    background: #FFF;
}
.hr-oxy{
    border-color: #ed6a25;
    background-color: #ed6a25!important;
    margin: 5px 0 50px 0!important;
}

.fno-show-all{
    margin-bottom: 40px;
    line-height: 43px;
}
.fno-small{
    color: #989797;
    font-weight: 500;
    cursor: pointer;
    line-height: 25px;
    display: block!important;
}
a.fno-small:hover, a.fno-small:focus{
    color: #FFF;
}
.fno-small.active{
    color: #FFF!important;
}
.fno, .fno-packages-full{
    background: transparent;
    color: #FFF;
    border: 2px solid #ed6a25;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
}
.fno .fno-name-disp, .fno-packages-full .fno-name-disp{
    background: #ed6a25;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    width: 90px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 15px;
}
.fno .fno-name-disp:after, .fno-packages-full .fno-name-disp:after {
    content: ' ';
    border: 1px solid #ed6a25;
    width: 170px;
    display: block;
    margin-left: -46px;
    position: absolute;
    margin-top: -13px;
    z-index: -1;
}
#packageModal .fno .fno-name-disp:after, #packageModal .fno-packages-full .fno-name-disp:after {
    content: ' ';
    border: 1px solid #ed6a25;
    width: 290px;
    display: block;
    margin-left: -105px;
    position: absolute;
    margin-top: -13px;
    z-index: -1;
}
@media screen and (max-width:500px){
    #packageModal .fno .fno-name-disp:before, #packageModal .fno-packages-full .fno-name-disp:before {
        content: unset;
    }
    #packageModal .fno .fno-frees .fno-col-12{
        width: 100%;
    }
}
#packageModal .fno .fno-name-disp:before, #packageModal .fno-packages-full .fno-name-disp:before {
    content: ' ';
    border: 1px solid #ed6a25;
    width: 125px;
    display: block;
    margin-left: -22px;
    position: absolute;
    margin-top: 63px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#filterPriceSlider{
    margin-right: 40px;
    border: 0;
    background: #FFF;
    height: 8px;
}
.ui-slider-horizontal .ui-slider-range{
    background: #ed6a25;
}
#filterPriceSlider .ui-slider-horizontal .ui-slider-range{
    margin-right: 40px;
    border: 0;
    background: #FFF;
    height: 8px;
}
#filterPriceSlider .ui-state-default, #filterPriceSlider .ui-widget-content .ui-state-default, #filterPriceSlider .ui-widget-header .ui-state-default, #filterPriceSlider .ui-button, html #filterPriceSlider .ui-button.ui-state-disabled:hover, html #filterPriceSlider .ui-button.ui-state-disabled:active{
    left: 21.638%;
    background: rgb(237, 106, 37);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: -4px;
    border: 0px;
}
#filterPriceSlider .ui-state-hover, #filterPriceSlider .ui-widget-content .ui-state-hover, #filterPriceSlider .ui-widget-header .ui-state-hover, #filterPriceSlider .ui-state-focus, #filterPriceSlider .ui-widget-content .ui-state-focus, #filterPriceSlider .ui-widget-header .ui-state-focus, #filterPriceSlider .ui-button:hover, #filterPriceSlider .ui-button:focus{
    left: 21.638%;
    background: rgb(237, 106, 37);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: -4px;
    border: 0px;
}
#filterPriceSlider .ui-slider-horizontal .ui-slider-range{
    background: rgb(237, 106, 37);
    border: 0px;
}
.fno-packages-full{
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}
.fno .fno-image{
    max-width: 145px;
    max-height: 69px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
.fno-packages-full .fno-image{
    max-width: 190px;
    max-height: 90px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
.fno .fno-image-cont, .fno-packages-full .fno-image-cont{
    min-height: 85px;
    padding: 8px 20px;
    display: flex;
    vertical-align: middle;
    position: relative;
}
.fno-packages-full .packname{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
}
.fno-packages-full .packspeedcont{
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 10px 0;
}
.fno-packages-full .packpricecont{
    text-align: left;
}
.fno .fa, .fno-packages-full .fa{
    color: #ffffff;
    font-weight: 100;
}
.fno .fno-frees, .fno-packages-full .fno-frees{
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    display: block;
    margin-top: 5px;
    position: relative;
    padding: 0px 20px 0 20px;
}
.fno .fno-package-price, .fno-packages-full .fno-package-price{
    padding: 0px 20px;
    background-color: #ed6a25;
}
.fno .fno-package-price, .fno-packages-full .fno-package-price{
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    display: block;
    margin-top: 18px;
    position: relative;
    text-align: right;
}
.choosepackage{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.choosepackage:hover{
    color: #000;
}
.fno-packages-full .fno-package-price{
    text-align: left;
}
.package-filters{
    text-align: right;
}
.package-filters-drop{
    background: transparent;
    border: none;
    color: #FFF; 
}
.package-filters-drop:focus{
    background: transparent;
    border: none;
    color: #FFF; 
}
.package-filters-drop:focus-visible{
    outline: none!important;
}
.package-filters-drop option{
    background: #FFF;
    border: 1px solid #FFF;
    color: #ed6a25;
    border-bottom: 2px solid #000;
    -webkit-box-shadow: 0px 5px 18px -5px rgb(204 204 204);
    -moz-box-shadow: 0px 5px 18px -5px rgba(204,204,204,1);
    box-shadow: 0px 5px 18px -5px rgb(204 204 204);
    padding: 8px;
}
.promo-banner{
    background: rgb(0 170 152 / 50%);
    padding: 18px 18px 13px 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-banner h2, .promo-banner h3, .promo-banner h4{
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 5px;
}
#packageModal.modal, #tooltipModal.modal, #showinterestModal.modal, #wantFibreModal.modal {
    display: none; 
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
#packageModal .modal-content, #tooltipModal .modal-content, #wantFibreModal .modal-content {
    background-color: transparent;
    margin: 15% auto;
    padding: 0;
    border: none;
    width: 50%;
    max-width: 540px;
}
#showinterestModal .modal-content {
    background-color: transparent;
    margin: 15% auto;
    padding: 0;
    border: none;
    width: 47%;
    display: block;
    position: relative;
}
#wantFibreModal .interest-content {
    padding: 35px 15px;
    background-color: #ed6a25;
    color: #fff;
}
#showinterestModal .interest-content {
    padding: 35px 15px;
    background-color: #ed6a25;
    color: #fff;
}
#showinterestModal .interest-content h3 {
    color: #fff;
}
#showinterestModal .interest-content .gform_button.button {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    color: #FFF;
    border-color: #FFF;
}
@media screen and (min-width:621px) and (max-width:969px){
    #packageModal .modal-content, #tooltipModal .modal-content, #wantFibreModal .modal-content {
        width: 50%;
    }
    #showinterestModal .modal-content {
        width: 65%;
    }
}
@media screen and (min-width:421px) and (max-width:620px){
    #packageModal .modal-content, #tooltipModal .modal-content, #wantFibreModal .modal-content {
        width: 70%;
    }
    #showinterestModal .modal-content {
        width: 75%;
    }
}
@media screen and (max-width:420px) {
    #packageModal .modal-content, #tooltipModal .modal-content, #wantFibreModal .modal-content {
        width: 90%;
    }
    #showinterestModal .modal-content {
        width: 90%;
    }
}
.closePackageModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    right: 32px;
    top: 22px;
    position: absolute;
    z-index: 9;
}
.closeTooltipModal {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 15px;
    right: 15px;
    color: #FFF!important;
}
.closeInterestModal {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 15px;
    right: 15px;
    color: #FFF!important;
}
.closeWantFibreModal {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 15px;
    right: 15px;
    color: #FFF!important;
}
.closeTooltipModal i.fa {
    color: #FFF!important;
}
.closeInterestModal i.fa {
    color: #FFF!important;
}
.closeWantFibreModal i.fa {
    color: #FFF!important;
}
.closePackageModal:hover,
.closePackageModal:focus,
.closeTooltipModal:hover,
.closeTooltipModal:focus,
.closeInterestModal:hover,
.closeInterestModal:focus,
.closeWantFibreModal:hover,
.closeWantFibreModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.tooltipcontent{
    padding: 50px;
    background: #ed6a25;
    position: relative;
    color: #FFF;
}
.tooltipcontent .tooltiptext a{
    color: #FFF;
    text-decoration: underline;
}

#packageModal .fno{
    background: #000;
    position: relative;
    z-index: 9;
}
#packageModal .fno-image-cont{
    margin-top: 10px;
    margin-bottom: 10px;
}
#packageModal .btn-oxy-fno{
    width: 250px;
    margin-bottom: 20px;
}
#packageModal .ribbon-wrapper{
    right: 0px;
    top: 0px;
}
#packageModal .fno .fno-frees{
    color: #FFF!important;
}
#packageModal .fno .fno-frees ul{
    margin-left: 20px;
}
#packageModal .fno .fno-package-price{
    text-align: right;
    min-height: 52px;
}
#packageModal .fno .fno-name-disp{
    text-align: center;
}
.start-over, .different-package{
    text-decoration: underline;
    color: #FFF;
    font-size: 14px;
    display: block!important;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
}
.start-over:hover, .different-package:hover{
    color: #ed6a25;
}
.extra, .extra-full{
    background: transparent;
    color: #FFF;
    border: 2px solid #ed6a25;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}
.tooltipclick{
    color: #ed6a25;
    font-size: 28px;
    font-weight: bold;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.extra-full{
    margin-bottom: 30px;
}
.extra .extra-image{
    max-width: 145px;
    max-height: 80px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
.extra-full .extra-image{
    max-width: 145px;
    max-height: 80px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
.extra .extra-imagecover{
    min-height: 80px;
    vertical-align: middle;
    display: flex;
    margin-bottom: 15px;
}
.extra .extra-price{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}
.extra-full .extra-price{
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
    display: block;
    margin-top: 10px;
    position: relative;
}
.extra .extra-desc{
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 8px;
    min-height: 55px;
}
.extra-small{
    background: #ed6a25;
    padding: 8px 22px;
    border-radius: 25px;
    color: #FFF;
    border: 2px solid #FFF;
    font-weight: 500;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}
.extra-small.active{
    border: 2px solid #FFF!important;
}
.fno-extras{
    margin-bottom: 30px;
}
#infowindow-content h3{
    font-weight: 600;
    font-family: inherit;
    line-height: 1;
    color: #FFF;
    text-transform: inherit;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    letter-spacing: 4px;
}
#infowindow-content h4{
    font-family: Poppins, sans-serif;
    margin-bottom: 0px;
}
.infowindow-content h3{
    font-weight: 500;
    font-family: inherit;
    line-height: 1;
    color: #FFF;
    text-transform: inherit;
}
.btn-oxy-fno{
    border: 2px solid #ed6a25;
    color: #FFF;
    padding: 6px 10px;
    background: #ed6a25;
    display: block;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px;
}
.btn-oxy-fno:hover{
    border: 2px solid #ed6a25;
    color: #ed6a25;
    background: transparent;
}
.btn-oxy-extra{
    border: 2px solid #ed6a25;
    color: #FFF;
    padding: 6px 10px;
    background: #ed6a25;
    display: block;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 10px;
}
.btn-oxy-extra:hover{
    border: 2px solid #ed6a25;
    color: #ed6a25;
    background: transparent;
}
.btn-oxy-extra.chosen {
    background: #FFF!important;
    border-color: #FFF!important;
    color: #ed6a25!important;
}
.btn-oxy-extra.chosen:hover {
    background: transparent!important;
    border-color: #FFF!important;
    color: #ed6a25!important;
}
.btn-oxy-form{
    border: 2px solid #ed6a25;
    color: #000;
    padding: 6px 20px;
    background: #ed6a25;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}
.btn-oxy-form:hover{
    border: 2px solid #ed6a25;
    color: #ed6a25;
    background: transparent;
}
.btn-xform-form{
    border: 2px solid #ed6a25;
    color: #ed6a25;
    padding: 10px 25px;
    background: transparent;
    border-radius: 40px;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}
.btn-xform-form:hover{
    border: 2px solid #ed6a25;
    color: #FFF;
    background-color: #ed6a25;
}
.btn-xform-search{
    border: 1px solid #ed6a25;
    color: #FFF;
    padding: 5px 15px;
    background-color: #ed6a25;
    border-radius: 40px;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 0px;
    display: inline-block;
    min-width: 130px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    margin-left: 8px;
}
.btn-xform-search:hover{
    border: 1px solid #ed6a25;
    color: #ed6a25;
    background: transparent;
}
@media screen and (max-width:767px){
    .learnmore{
        text-align: center!important;
    }
}
.start-over{
    margin-top: 8px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
}
#places-specific {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #ed6a25;
}
#place-covered{
    font-size: 18px;
}
#place-covered a{
    font-size: 18px;
    text-decoration: none;
}
#infowindow-model{
    display: none; 
    position: absolute;
    z-index: 99; 
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
#fno-form1{
    text-align: left;
}
.oxy-label{
    display: block;
    color: #ffffff;
    text-transform: initial;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 14px;
    margin-bottom: 5px;
}
#clearsignature:hover{
    color: #FFF;
}
.oxy-check-label{
    padding: 22px 0 18px 0;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.oxy-check-label.oxy-check-label2{
    padding-left: 0px;
    padding-right: 40px;
}
.oxy-check-label[for="freestandcheck"]{
    padding-top: 23px;
    padding-bottom: 10px;
}
.oxy-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 23px;
    left: 6px;
    height: 25px;
    width: 25px;
    background-color: #FFF;
}
.oxy-check-label2 .checkmark {
    left: unset;
    right: 6px;
}
.oxy-check-label:hover input ~ .checkmark {
    background-color: #ccc;
}
.oxy-check-label input:checked ~ .checkmark {
    background-color: #ed6a25;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.finalterms a{
    color: #ed6a25;
}
.oxy-check-label input:checked ~ .checkmark:after {
    display: block;
}
.oxy-check-label .checkmark:after {
    left: 10px;
    top: 3px;
    width: 5px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width:768px) and (max-width:991px){
    label[for='payment1'], label[for='payment2'], label[for='monthtomonth']{
        padding-top: 23px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:991px){
    .oxy-check-label2 .checkmark {
        right: unset;
        left: 6px;
    }
    .oxy-check-label.oxy-check-label2{
        padding-left: 40px;
        padding-right: 00px;
        text-align: left;
    }
}
input[type=checkbox]{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.oxy-input, input[type=number].oxy-input{
    display: block;
    width: 100%;
    padding: 3px 8px 3px 0px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    appearance: none;
    border-width: 1px;
    background-color: transparent;
    box-shadow: none;
    border-left: 0px!important;
    border-top: 0px!important;
    border-right: 0px!important;
    color: #FFF;
    border-color: #767676;
}
.oxy-input::placeholder{
    color: #FFF;
}
.oxy-select{
    display: block;
    width: 100%;
    padding: 3px 8px;
    margin-bottom: 20px;
}
.oxy-input:focus {
    outline: none;
    border-color: #ed6a25;
}
#infowindow-model .m-content {
    position: relative;
    min-height: 80px;
    background-color: #eaeaea;
    margin: 15% auto;
    padding: 0;
    border: none;
    width: 600px;
    border-radius: 20px;
}
#infowindow-model2{
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
#infowindow-model2 .m-content {
    position: relative;
    min-height: 80px;
    background-color: #eaeaea;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    border-radius: 20px;
}
.m-content .modal-cmap-close{
    position: absolute;
    right: -15px;
    top: 8px;
    cursor: pointer;
    color: #FFF;
}
.m-content .modal-cmap-close img{
    max-height: 32px;
}
#infowindow-model .m-content button[type=submit]{
    background-color: #1296d4;
    border-radius: 30px;
    width: 150px;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#infowindow-model .m-content h3{
    font-size: 20px;
    text-align: left;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0px;
}
#infowindow-model2 .m-content button[type=submit]{
    background-color: #feca30;
    border-radius: 30px;
    width: 150px;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#infowindow-model2 .m-content #proceedtopacks{
    background-color: #feca30;
    border-radius: 30px;
    width: 150px;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#infowindow-model2 .m-content h3{
    font-size: 36px;
    color: #3b4a53;
    text-align: left;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px;
}
.m-content .modal-copy {
    color: #3b4a53;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    #pac-input{
        padding-left: 20px;
    }
}
.pac-container.pac-logo::after{
    display:none!important;
}
@media only screen and (max-width: 400px) {
    .pac-card{
        left: 0px!important;
        top: 0px!important;
        width: 100%!important;
    }
    #pac-input{
        width: 100%!important;
        min-width: initial;
    }
}

@media screen and (max-width:767px){
    .slide2 .heading h3{
        text-align: center!important;
    }
    .slide2 .package-filters{
        text-align: center!important;
    }
}
.sticky {
    position: fixed;
    top: 30px;
    width: 100%;
    background-color: #000;
    z-index: 99;
}
.sticky + .content {
    padding-top: 102px;
}
.openmodalslink{
    cursor: pointer;
}
.openmodalslink:hover{
    color: #FFF!important;
}
.ribbon-wrapper {
    width: 91px;
    height: 91px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 17px;
}
.fno-packages-full .ribbon-wrapper {
    width: 91px;
    height: 91px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
.ribbon-wrapper .ribbon {
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 32px 0 7px;
    top: -12px;
    right: -15px;
    width: 120px;
    background-color: red;
    color: #fff;
}
#fno-form2 .swiper-slide{
    display:none;
}
#fno-form2 .swiper-slide-active{
    display:block;
}
.finalterms .oxy-check-label{
    margin-left: 0px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: initial;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.finalterms input[type=checkbox]{
    position: absolute;
    top: 17px;
}
@media screen and (max-width:768px){
    .swiper-slide a.btn{
        display: block!important;
        margin-right: 0px;
    }
    .swiper-slide a.start-over{
        display: block!important;
        text-align: center;
    }
    .spacer{
        display: block;
        height: 90px;
    }
    #pac-card #pac-input{
        display: block;
        width: 100%;
        min-width: unset;
    }
    #pac-card .btn-oxy{
        display: block;
        margin-left: 0;
        max-width: 250px;
        margin: auto;
        margin-top: 10px;
    }
    #pac-input{
        min-width: unset;
    }
}
@media screen and (max-width:420px){
    .fno-small{
        margin-right: 10px;
        padding: 6px 8px;
        font-size: 13px;
    }
}
.payinstaldiv{
    text-align: left;
}
.payinstaldiv label{
    padding-left: 45px;
}
@media screen and (max-width:710px){
    #infowindow-model .m-content{
        width: 440px;
    }
}
@media screen and (max-width:550px){
    #infowindow-model .m-content{
        width: 290px;
    }
}
@media screen and (max-width:400px){
    #infowindow-model .m-content{
        width: 205px;
    }
}

.infowindow-content .gform_button{
    width: 100%;
    letter-spacing: 0;
}
.infowindow-content form{
    color: #FFF;
}
.infowindow-content .gform_heading{
    color: #FFF;
}
.select2-container--default .select2-selection--single{
    background: #ffffff;
    cursor: pointer;
    padding: 3px 8px 3px 0px;
    color: #808285;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    border-width: 1px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    height: 31px;
    border-radius: 0px;
    margin-bottom: 20px;
    outline: none;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    appearance: none;
    border-width: 1px;
    
    border-left: 0px!important;
    border-top: 0px!important;
    border-right: 0px!important;
    background-color: transparent;
    border-color: #767676;
}
.select2-results__option--selectable {
    margin: 0px 8px;
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    border-bottom: 1px solid #707070;
}
.select2-results__option--selectable:last-child{
    border-bottom: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
    background-color: #ffffff;
    border-bottom: 1px solid #ed6a25;
    color: #000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: #ed6a25;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #FFF;
    line-height: 25px;
    padding: 0;
}
.select2-container{
    width: 100%!important;
}
@media screen and (max-width: 767px){
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 23px;
    }
    .select2-container--default .select2-selection--single{
        height: 28px;
    }
    .extra-full .fno-col-sm-6:nth-child(2){
        border-right: none!important;
    }
}
@media screen and (max-width: 576px){
    .extra-full .fno-col-sm-6{
        border-right: none!important;
    }
}
@media screen and (max-width: 1330px){
    .btn-pull {
        white-space: normal;
        min-height: 62px;
    }
    .filterinfo td:first-child {
        width: 100%;
    }
}
@media screen and (max-width: 1100px){
    .filterinfo td {
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 5px;
    }
    .filterinfo td:first-child {
        width: 100%;
        display: block;
        min-width: 700px;
    }
    .btn-pull {
        white-space: initial;
        min-height: initial;
    }
    #zp-bettable > tbody > tr > td:first-child{
        padding-left: 0;
    }
    .btn-pull.btn-blue{
        min-width: 225px;
        width: 100%;
    }
    .filterinfo td:nth-child(3) .btn-blue{
        min-width: 110px;
        max-width: 110px;
    }
    .btn-pull.btn-green{
        /*display: none;*/
        width: 100%;
    }
    .btn-pull.btn-green.pag-next {
        /*display: none;*/
        width: unset;
    }
    .btn-pull.btn-green.pag-prev {
        /*display: none;*/
        width: unset;
    }
}
@media screen and (max-width: 778px){
    .filterinfo td:nth-child(5){
        /*display: none!important;*/
        width: initial!important;
    }
    .filterinfo td:first-child {
        min-width: 300px;
    }
}
@media screen and (max-width: 685px){
    .filterinfo td{
        /*width: 100%!important;*/
        display: block!important;
        margin-right: 15px!important;
        margin-bottom: 0px!important;
    }
    .filterinfo td:nth-child(3) .btn-blue{
        min-width: initial;
        max-width: initial;
    }
    /*.btn-pull.btn-green{
        display: block;
        width: 100%;
    }
    .filterinfo td:nth-child(5){
        width: 91%;
    }*/
    .btn-pull{
        white-space: normal;
        padding: 1px 8px;
    }
    #zp-bettable{
        border-spacing: 0 0.5em;
    }
    #zp-bettable tbody tr{
        display: block;
    }
    #zp-bettable > tbody > tr > td{
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
    }
}
.pag-prev, .pag-next{
    display: inline-block;
}
.pag-next{
    float: right;
}
