@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* GLOBALS - START*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #single_prod_img{
        width: auto !important;
        height: 75px !important;
    }
}
/* Parent container needs position: relative;*/
.btn-center{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body{
    font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    .customDesktopView{
        display: none;
    }
    .customMobileView{
        display: block;
    }
}

@media only screen and (min-width: 501px) {
    /* For mobile phones: */
    .customDesktopView{
        display: block;
    }
    .customMobileView{
        display: none;
    }
}

p, h3{
    font-family: 'Montserrat', sans-serif !important;
}


.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bold-text{
    font-weight: bold !important;
}

.btn-standard{
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #00B4DA;
    background-color: #00B4DA;
    color: #fff !important;
}
.btn-standard:hover{
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    transition: all 0.2s ease-in-out !important;
    color: #fff;
}

.btn-add-to-cart {
    background-color: #007DC5 !important;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    height: 35.75px !important;
    min-width: 85px;
    padding-top: 4px!important;
}

.btn-add-to-cart:active {
    transform: translateY(4px);
}

.btn-back {
    background: #fff !important;
    color: #00B4DA !important;
    border-color: #00B4DA !important;
}

.btn-back:hover {
    background: #007DC5 !important;
    color: #fff !important;
}

@media only screen and (max-width: 1455px) {
    /* For mobile phones: */
    .btn-add-to-cart {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1271px) {
    /* For mobile phones: */
    .btn-add-to-cart {
        font-size: 12px;
    }
}

@media only screen and (max-width: 950px) {
    /* For mobile phones: */
    .btn-add-to-cart {
        font-size: 11px;
    }    
}

@media only screen and (max-width: 760px) {
    /* For mobile phones: */
    .btn-add-to-cart {
        font-size: 13px;
    }
}

@media only screen and (max-width: 322px) {
    /* For mobile phones: */
    .btn-add-to-cart {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .mobile_text_tn{
        font-size: 12px;
        color: #007DC5;
        font-weight: bold;
    }
    .btn-standard{
        width: 100%;
    }
}

.btn-go-st{
    padding: 5px 20px 5px 20px;
    background: #007DC5;
    font-size: 20px !important;
    color: #fff !important;
    border-radius: 10px;
}

.modal-md{
    max-width: 450px;;
}

.font-popup{
    padding: 0px 20px 0 20px;
    line-height: 32px;
    color: #007DC5 !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 28px !important;
    margin-bottom: 15px;
}

.btn-inverse {
    border: 1px solid #007DC5 !important;
    background: #fff !important;
    color: #007DC5 !important;
}


#checkoutBtnInnerDiv{
    background-color: #00ACD7;
    width: 192px;
    height: 46px;
    border-radius: 0px 9px 9px 0px;
    margin-top: -39px;
    margin-left: 46px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #checkoutBtnInnerDiv{
        margin-top: -40px;
    }
}


.roundedFormControl{
    border-radius: 5px !important;
    border-color: gray !important;
}

.btn-add-to-cart:hover {
    color: #FFFFFF !important;
}

.btn_alter_transact{
    height:42px !important;
    width: auto;
}

.btn_alter_transact:active {
    transform: translateY(4px);
}

.btn-profile-border{
    border-radius: 8px;
    font-weight: 700;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #007DC5;
    color: #FFFFFF !important;
}

/* Prepaid about page start */

@media only screen and (max-width: 500px) {
    .web {
        display: none
    }
    .mobi {
        display: block
    }
}
/* Prepaid about page end */

#myModal {
    padding: 0 !important;
}

.center-pp24-footer-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 235px;
}

.btn-white {
    width: 100%;
    min-width: 125px !important;
    margin-right: 3px !important;
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868 !important;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgb(206 206 206 / 80%);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.btn-white:focus, .btn-white:hover {
    outline: 0;
    color: #007DC5 !important;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#mainHeaderText{
padding-top: 70px;
}

#banner1 img{
    width: 100%;
}

.lSPager{
    display:none;
}

.lslide img{
    cursor: default;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .lslide img {
        max-width: 100%;
    }
}

* {
    box-sizing: border-box;
    font-style: normal;
}

a:link {
    text-decoration: none;
}

a:active {
    color: #0DABC6;
}

a:hover {
    color: #0DABC6;
}

h3 {
    color: #007DC5;
    font-weight: 600 !important;
}

h4 {
    color: #007DC5;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #007DC5;
}

a:not([href]):not([tabindex]) {
    color: #007DC5;
}

a:hover{
    color: #00B4DA;
}

a:active{
    color: #00B4DA;
}

#submenus {
    color: #879292;
}

#submenus:hover {
    color: #0DABC6;
}

h1 {
    margin: 15px 0 !important;
    text-transform: uppercase !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 15px !important;
    color: #007DC5 !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    h1 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
}

/* popup buynow */
#popoverBuyNow .card-header{
    background-color: #F7F7F7;
    border-bottom: 1px solid;
    border-color: #F7F7F7;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 1.846;
    margin: 0 0 12px;
}

.popover-body{
    padding: 0;
    background: transparent;

}

.popover-body a{
    border: 1px;
    border: 1px solid #bbb !important;
    color: #007DC5;
    margin-bottom: 15px;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 35px 5px 35px;
}
.popover-body a:hover {
    background: #F1F1F1;
    color: #007DC5;
    border: 1px solid #2e6da4 !important;
}

#popoverBuyNow .card-body div.col-lg-12 {
    display: flex;
    justify-content: center;
}

/* Products and services - Start */

.PAS {
    margin: 3px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    color: #838383;
    line-height: 1.6em !important;
}

.PAS .card-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    letter-spacing: 0px;
}

.PAS .card-body h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.PAS .card-body button:hover {
    background: #F1F1F1;
    color: #007DC5;
    border: 1px solid #2e6da4 !important;
}

.PAS .card-body button {
    position: absolute;
    border: 1px;
    border: 1px solid #bbb !important;
    color: #007DC5;
    margin-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
    left: 350px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .PAS .card-body button{
        position: absolute;
        border: 1px solid #bbb !important;
        color: #007DC5;
        margin-top: 125px;
        padding-left: 35px;
        padding-right: 35px;
        left: 50px;

    }
}

/*.PAS .card-body p {
    padding-bottom: 50px;
}*/

.PAS .card-header a:hover {
    color: #23527c;
}

.card-header {
    background: #F5F5F5;
    border: none;
}

#prod_serv_icon {
    height: 36px;
    margin-right: 10px;
}

.header-img-text {
    font-family: 'Montserrat', sans-serif;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .header-img-text {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 26px;
    }
}

#prod_serv_header h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 20px;
}

#prod_serv_header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #929292;
}

/* Products and services - End */

strong {
    color: #929292;
}

.btn {
    color: #3B99D0;
}

.carousel-control-prev-icon {
    background-color: #00AED9;
}

.carousel-control-next-icon {
    background-color: #00AED9;
}

#covidTxt {
    color: #007DC5;
}

#covidTxt:hover {
    color: gray;
}

/* Navbar - Start */

.cartCounterNav{
    position: absolute;
    z-index: 11;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #007DC5;
    background: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    left: 71px;
    top: -6px;
    border: 2px solid #007DC5;
}


#langNavImg{
    position: relative ;
    height: 70px;
    width: 70px;
}

#langNav{
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #langNav{
        display: none;
    }
}

#homeSideNav {
    top: 30%;
}

.activeNavHighlight {
    position: absolute;
    height: 28px;
    width: 28px;
    background: white;
    border-radius: 50%;
    right: -3px;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.88);
    display: none;
}

.innerNavHighlight{
    height: 30px;
    width: 30px;
    background: #00B4DA;
    border-radius: 50%;
    top: 0px;
    right: 0px;
    position: absolute;
}

.mobiNavHighlighted {
    background: none;
    height: 16px !important;
    width: 16px !important;
    z-index: 100;
    position: absolute;
    border-radius: 50% !important;
    left: 0;
    top: 0;
    display: block !important;
}

#myScrollspyMobi{
    right: 15px;
    background: rgba(28, 27, 27, 0.5);
    padding: 10px 0 10px 0;
    border-radius: 10px 0 0 10px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: none;
}

#myScrollspyMobi a{
    background: none;
    display: contents;
}

#myScrollspyMobi li{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 5px;
    border: 2px solid white;
}

#DesktopSpy {
    right: 0px;
    background: rgba(28, 27, 27, 0.5);
    padding: 10px 0 10px 0;
    border-radius: 10px 0 0 10px;
    width: 253px;
    position: absolute;
    color: #fff;
}

#DesktopSpy a, #DesktopSpy button {
    font-family: 'Montserrat', sans-serif;
    line-height: 1 !important;
    width: 208px !important;
    color: #fff !important;
    height: 29px !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    background: none !important;
    padding: 3px 50px 0 6px !important;
    margin-top: 0 !important;
    text-align: right !important;
    border: none !important;
}

#DesktopSpy .nav-item {
    margin-top: 12px;
    position: relative;
    height: 27px;
}

#DesktopSpy .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: #fff !important;
    color: #007DC5 !important;
}

#DesktopSpy .nav-pills .nav-link.active ~ .activeNavHighlight{
    display: block !important;
}

#myScrollspyMobi .nav-pills .nav-link.active ~ .mobiNavHighlighted{
    background: #00B4DA !important;
}

/* HOME PAGE MEDIA QUERIES */
@media only screen and (max-width: 1000px) {
    /*Mobile side nav*/
    #myScrollspyMobi{
        display: block;
    }
    /*Desktop side nav*/
    #DesktopSpy{
        display: none;
    }
    .nav-drill {
        height: 120vh!important;
    }
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    z-index: 105;
    top: 0;
    left: -16px;
    max-width: 480px;
    width: 100%;
    height: 130vh;
    background-color: #EAE9E8;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    transition: 0.45s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.nav-items {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-top: 10px;
    line-height: 20px;
    display: block;
    margin-top: 85px;
    padding-left: 15px;
}



#nav .nav-item {
    border-bottom: solid 1px #FFFFFF;
}

#nav li{
    list-style-type: none;
}

.nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: #EAE9E8;
    color: #879292;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    height: 58px;
}

.nav-expand-content .nav-back-link{
    height: 58px;
}

.nav-expand-content .nav-link{
    height: 39px;
    margin-bottom: 1px;
    line-height: 10px;
    font-size: 14px;
    
}

.nav-expand-content .nav-expand{
    height: 25px;
    line-height: 10px;
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    text-align: left;

}

.sub-men {
    padding-left: 20px!important;
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #FFFFFF;
    
}

.nav-expand-content .nav-link {
    background-color: #FFFFFF;
}

.nav-expand-content .nav-back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #D2D1D0 !important;
    color: #FFFFFF;
}

.nav-expand-content .nav-back-link::before {
    content: "chevron_left";
    margin-left: 0.5em;
    font-family: "Material Icons";
    color: #4CB8C9;
    margin-right: 10px;
    font-weight: 900;
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-expand-link::after {
    text-align: left;
}

.nav-expand.active > .nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.nav-expand .nav-expand-content {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-link {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #EAE9E8;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #EAE9E8;
}

#hamOpen, #hamClose{
    background: none !important;
    border: none;
}

#hamOpen svg, #hamClose svg {
    height: 0.9em!important;
}

#main {
    position: relative;
}

#nav-top {
    z-index: 1030;
    background-color: #007DC5;
    height: 70px;
}

.nav-top .hamburger {
    color: #fff;
    cursor: pointer;
}

/* Navbar - End */

.material-icons.md-48 {
    font-size: 40px;
}

#chat-circle {
    z-index: 100;
    position: fixed;
    bottom: 5px;
    right: 5px;
    color: white;
    cursor: pointer;
}

#links_div {
    border-radius: 10px;
    width: 127px;
    height: 127px;
    margin: 3px;
}

#links_div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#links_div:hover {
    transform: scale(1.1);
}

#links_div_bottom {
    border-radius: 10px;
    width: 127px;
    height: 127px;
    margin: 3px;
    border: 2px solid #FFFFFF;
}

#links_div_bottom:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#prodServBtn {
    font-family: 'Montserrat', sans-serif;
    color: #35B4C9;
    font-size: 12px;
    text-align: center;
    height: 60px;
    width: 40px;
    top: 138px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    padding-top: 23px;
    margin-left: auto;
    margin-top: -53px;
}

#paymentOptBtn {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 60px;
    width: 40px;
    top: 196px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    padding-top: 23px;
    margin-left: auto;
    margin-top: -53px;
}

#specServFeat {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 60px;
    width: 40px;
    top: 265px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    padding-top: 23px;
    margin-left: auto;
    margin-top: -53px;
}

#subPrepaidElectricity {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 41px;
    width: 40px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    margin-left: auto;
    padding-top: 13px;
    margin-top: -42px;
}

#specialServicesBulk {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 39px;
    width: 40px;
    background: #D7D7D7;
    border-left: solid 1px;
    border-color: white;
    padding-top: 13px;
    right: 0;
    top: 0;
}


#subNextlfixDest {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 39px;
    width: 40px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    padding-top: 13px;
    margin-left: auto;
    margin-top: -40px;
}


#subPrepaidDataAirtime {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #35B4C9;
    height: 39px;
    width: 40px;
    background: #D7D7D7;
    padding-left: 15px;
    border-left: solid 1px;
    border-color: white;
    padding-top: 13px;
    margin-left: auto;
    margin-top: -40px;
}

/* Home Page - Start */

#mainTxt{
    margin-top: 50px;
}

#mainTxt em{
    font-size: 16px;
}

#mainTxt h1{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#mainTxt a{
    color: #007DC5;
}

#mainTxt a:hover{
    color: #23527C;
}

#mainTxt p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 1.846;
    text-align: center;
    margin: 0 0 12px;
}

#navbarBtns:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.hamburger-icon {
    left: 7px;
    top: 4px;
}

#prepaidNavImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 75px !important;
    margin-top: -5px;
}

.navMenuIcon{
    height: 40px;
}

.tinyNav {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    text-align: right;
    top: 70px;
    color: #007DC5 !important;
    font-size: 1rem !important;
    z-index: 1030;
    padding-top: 1px;
    padding-right: 25px;
}

#mobileBuyNow {
    display: none;
    position: absolute;
    right: 0;
}

#carouselLeft {
    position: absolute;
    left: 10px;
    top: 41%;
    align-self: left;
    height: 40px;
    width: 40px;
    background-size: 40%;
}

#carouselRight {
    position: absolute;
    right: 10px;
    top: 41%;
    align-self: left;
    height: 40px;
    width: 40px;
    background-size: 40%;
}


/* For desktop */

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

/* Footer - Start */

#Footer1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    light: 300;
    padding-bottom: 20px;
}

#Footer2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 100px;
}

#Footer3 {
    margin-top: 15px;
}

/* Footer - End */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    #Footer3 {
        margin-left: 28%;
        margin-bottom: 20px;
    }

    [class*="col-"] {
        width: 100%;
    }

    #links_div {
        width: 80px;
        height: 80px;
    }

    #links_div_bottom {
        width: 80px;
        height: 80px;
    }

    #mobileBuyNow {
        display: inline-block;
        height: 60px;
        width: -30px;
        padding-right: 20px;
    }

    #carouselLeft {
        height: 20px;
        width: 20px;
    }

    #carouselRight {
        height: 20px;
        width: 20px;
    }
    #hamOpen svg, #hamClose svg {
        height: 1em!important;
    }
}

@media only screen and (max-width: 650px) {

    .footerText{
        text-align: center !important;
    }
}

@media only screen and (max-width: 900px) {
    #navItemsleft{
        display:none;
    }
    #navItemsRight{
        display: none;
    }

    #mobiNavItemsRight{
        display: block !important;
    }
}
/*@media only screen and (max-width: 600px) {


    #footerCopyright{
        display: none;
    }

    #mobiFooterCopyright{
        display: block !important;
    }
}
*/
@media only screen and (max-width: 550px) {
    .navMenuIcon{
        margin-top: 5px;
        height: 35px;
    }

    .tinyNav{
        text-align: center !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .hamburger-icon {
        left: 0;
    }
    .navMenuIcon{
        height: 30px;
    }
}

@media only screen and (max-width: 400px) {
    #prepaidNavImg {
        height: 65px !important;
    }
}

#buyPrepaidHeader h1{
    text-align:center;
    padding-top: 10px;
    padding-bottom: 52px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #007DC5;
}
#buyPrepaidHeader{
    padding-bottom: 20px;
}

#buyPrepaidHeader p{
    margin-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align:center;
}

#buyPrepaidHeader strong{
    font-weight: bold;
}

#buyPrepaidBody p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: center;
    line-height: 1.846;
}

#buyPrepaidBody{
    margin-top: 38px;
    margin-bottom: 28px;
}

#buyPrepaidBody hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
}
#buyPrepaidBody h1{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}
#fullscreenContainer{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

#electricity{
    margin-left: 58px;
    padding-right: 53px;
    border-color:#00B4DA;
    display: block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
}

#electricity::placeholder{
    font-family: 'Open Sans', sans-serif;
    opacity: 0.7;
}

#selectMeter {
    font-family: 'Open Sans', sans-serif;
    background-color: #00B4DA;
    color: white;
    height: 34px;
    border: #00B4DA;
    padding-left: 105px;
    padding-right: 105px;
    margin-left: -56px;
    font-size: 14px;
}

#selectMeter:hover {
    background-color: #007DC5;
    color: white;
}

#testimonyBody p{
    text-align: center;
    padding-top: 5px;
    color: #56575A;
}

#testimonyBody{
    background-color: #E6F7F7;
    text-align: center;
    height: fit-content;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
    margin-bottom: 0px;
}
#learnMore {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 160px;
    background-color: #FFFFFF;
    color: #007DC5;
    border: 1px solid #bbb !important;
    margin-left: 70px;
    margin-top: -50px;
}

#learnMore:hover {
    outline: 0px;
    color: #007DC5;
    background: #F1F1F1 !important;
    border: 1px solid #007DC5 !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #electricity{
        margin-left: 50px;
        padding-right: 0;
        width: 260px;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #learnMore{
        margin-left: 30%;

    }
}

/* Buy Uber Vouchers Easily - Start */

#BUVheaderImage{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#BUVheaderText{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#BUVp1{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
    line-height: 1.846;
}

#BUVp2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: left;
    line-height: 1.846;
    vertical-align: baseline;
    margin-bottom: 50px;
}

#BUVp2 strong{
    font-weight: bold;
}

#uber_amount{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-family: 'Open Sans', sans-serif;
}

#uberPrice{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #uberPrice{
        margin-top: 30px;
        margin-bottom:30px;
    }
}

#uber_quantity{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

#cell{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #56575A;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #cell{
        margin-bottom:30px;
    }
}

#addUberFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#addUberFromPage:hover{
    outline: 0px;
    color: #007DC5;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#btnCheckout{
    margin-top: 55px;
    border: 1px solid #00B4DA;
    background-color: #00B4DA;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}

#btnCheckout:hover{
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    color: #fff;
    text-decoration: none;
}

#btnContinueShopping{
    margin-top: 55px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #00B4DA;
    background-color: #00B4DA;
    color: #FFFFFF;
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

#btnContinueShopping:hover{
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    color: #fff;
    text-decoration: none;
}

#BUVredemption{
    margin-bottom: 80px;
    margin-top: 100px;
}

#BUVnav .nav-item > a{
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    height: 42px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #FFFFFF;
    background-color: #007DC5;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link{
    color: #007DC5;
}

#BUVnav1 a{
    margin-right: 5px;
}

#newUser h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#newUser li{
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin-left: -20px;
    line-height: 1.846;
}

#existingUser h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#existingUser li{
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin-left: -20px;
    line-height: 1.846;
}

#BUVbody2 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}
#BUVbody2 h2{
    margin: 20px 0 30px 0;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#BUVbody2 .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
}

#BUVbody2 a{
 color: #007DC5;
}

#BUVbody2 a:hover{
    color: #23527c;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #BUVbody2 h2{
        font-size: 22px;
        line-height: 26px;
    }
}

/* Special Services and Features - START */

#SSFbody1{
    text-align: center;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.846;
    margin: 0 0 12px;
    padding: 0;
    letter-spacing: 0px;
}

#SSFulList li > a{
    text-align: center;
    width: 200px;
    height: 40px;
    padding-top: 10px;
    border: 1px solid #EEE;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #007DC5;
}

#SSFulList .active{
    color: #fff;
}

#SSFulList .nav-item{
    border-bottom: none;
}

#SSFulList .nav-pills > li > a{
    background-color: #F3F3F3;
}

#SSFbottomLi{
    position:absolute;
    top: 50px;
    left: 40.9%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #SSFbottomLi {
        top: 275px;
        left: 25px;
    }
}

#SSFulList{
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #SSFulList li{
        margin: 0 0 15px 60px;
    }
}


#SSFnavItems .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    color: #fff;
    background-color: #007DC5;
}

#SSFtab-content{
    text-align: center;
    margin-top: 50px;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#SSFtab-content h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#SSFtab-content .btn{
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 10px auto;
    background: transparent;
    color: #007DC5;
    border: 1px solid #a4a4a4;
}

#SSFtab-content .btn:hover{
    outline: 0px;
    color: #007DC5;
    background: #F1F1F1 !important;
    border: 1px solid #007DC5 !important;
}


/* FQA _ START */

#FAQheader h1{
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    text-align: center;
}

.FAQ{
    margin-bottom: 20px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #838383;
    line-height: 1.6em;
}

.FAQ .card-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    letter-spacing: 0;
}

.FAQ .card-header{
    color: #838383;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.FAQ a:hover{
    color: #23527c;
}

.NestedFAQ {
    width: 98%;
    margin-left: 10px;
}

#vouchaFAQ{
    font-family: 'Montserrat', sans-serif;
    color: #007DC5;
    font-weight: 700;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .FAQ .card-header{
        height: fit-content;

    }
}

/* PROFILE MANAGEMENT - START */

#PMheader h1{
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    text-align: center;
}

#PMbody{
    text-align: center;
}

#PMbody p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #929292;
}

#PMbody ul{
    padding: 0px 15px 15px 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #929292;
}

#PMbody em{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.846;
}

#PMul{
    margin-left: 70px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #PMul {
        margin-left: 0;
    }
}

#PMulHeader{
    margin-left: 15px;
}

#PMbody .btn-default{
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 10px auto;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    background-color:#00B4DA;
    color: #fff
}

#PMbody .btn-default:hover{
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

#PMbody .btn-primary{
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 10px auto;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
}

#PMbody .btn-primary:hover{
    outline: 0px;
    color: #007DC5;
    background: #F1F1F1 !important;
    border: 1px solid #007DC5 !important;
}

#PMbtnsSign{

}
#PMbtnsLog a{
    background-color: #FFFFFF;
    color: #007DC5;
    border: 1px solid #bbb !important;
}

/* ANTI VIRUS _ START */

#AVheaderText{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#prodCartData{
    margin-top: 90px;
}

#addAntivirusFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#addAntivirusFromPage:hover{
    outline: 0px;
    color: #007DC5;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#prodCartData .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#prodCartData .form-control:active{
    border: 1px solid #00B4DA;
}

#AVcarouselItem img{
    margin-bottom: 50px;
}

#AVcarousel .carousel-inner{
    padding-bottom: 20px;
}

#AVcarousel{
    margin-top: 120px;
}

#AVcarousel .carousel-control-prev .carousel-control-prev-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: gray !important;
    background-color: gray !important;
    border: 2px solid;
}
#AVcarousel .carousel-control-next .carousel-control-next-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: gray !important;
    background-color: gray !important;
    border: 2px solid;
}

#AVcarouselItem .carousel-item{
    justify-content: center;
    text-align:center;
}

#AVcarousel .carousel-indicators{
    margin-top: 40px;
}

#AVcarousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    margin: 15px;
}

#AVcarousel button{
    background: transparent;
    border:none;
}

#AVcarousel button:active {
    background: transparent;
    border:none;
}

#AVcarousel button:focus {
    outline: none;
}

#AVtabs h2{
    clear: both;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#AVtabs h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#AVtabs p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: left;
}

#AVtabs ul{
    list-style-type: disc;
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#AVtabs ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#AVtabs .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

#AVtabs a{
    color: #007DC5;
}

#AVtabs a:hover{
    color: #23527c;
}

#AVtabs{
    margin-top: 120px;
}

#antivirusProductInput input{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#antivirusProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #prodCartData .form-control {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #AVcarousel .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #AVcarousel .carousel-control-next .carousel-control-next-icon {
        margin-right: 0;
    }
}

/* Purchase Netflix Voucher */

#NFheaderText p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
    line-height: 1.846;
}

#NFheaderText{
    margin-bottom: 50px;
}

#NFbody h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#NFbody a{
    color: #007DC5;
}
#NFbody a:hover{
    color: #23527c;
}

#NFbody ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#NFbody p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

#NFbody h1{
    margin: 20px 0 30px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#NFbody .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

#NFbtns{
    margin-bottom: 150px;
}

#NFbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#addNetflixFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#addNetflixFromPage {
    outline: 0px;
    color: #007DC5 !important;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}


#netflixProductInput input{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#netflixProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #NFbtns .form-control {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #NFbody h1 {
        font-size: 22px;
        line-height: 26px;
    }
}

/* Pay DSTV */

#DSTVheader{
    margin-bottom: 50px;
    line-height: 1.846;
}

#DSTVheader p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#DSTVbody .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#addDstvFromPage {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #DSTVbody .form-control {
        margin-bottom: 25px;
    }
}

/* Showmax Voucher - START */

#SMheaderText{
    margin-bottom: 50px;
}

#SMheaderText p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    padding: 0;
    border: 0;
}

#addShowmaxFromPage {
    outline: 0px;
    color: #007DC5 !important;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#SMBtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#addShowmaxFromPage {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#showmaxProductInput input{
    cursor: not-allowed;
}

#showmaxProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#SMBtns{
    margin-bottom: 150px;
}

#SMbody a{
    color: #007DC5;
}
#SMbody a:hover{
    color: #23527c;
}

#SMbody ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#SMbody p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

#SMbody h1{
    margin: 20px 0 30px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#SMbody h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#SMbody .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #SMBtns .form-control {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #SMbody h1 {
        font-size: 22px;
        line-height: 26px;
    }
}

/* Gaming Vouchers - START */

#GVheaderText{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#GVcarouselItem img{
    margin-bottom: 50px;
}

#GVcarousel .carousel-inner{
    padding-bottom: 20px;
}

#GVcarousel{
    margin-top: 120px;
}

#GVcarousel .carousel-control-prev .carousel-control-prev-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
    margin-left: -300%;
}
#GVcarousel .carousel-control-next .carousel-control-next-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
}

#GVcarouselItem .carousel-item{
    justify-content: center;
    text-align:center;
}

#GVcarousel .carousel-indicators{
    margin-top: 40px;
}

#GVcarousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    margin: 15px;
}

#GVcarousel button{
    background: transparent;
    border:none;
}

#GVcarousel button:active {
    background: transparent;
    border:none;
}

#GVcarousel button:focus {
    outline: none;
}

#GVtabs h2{
    clear: both;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#GVtabs h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#GVtabs p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: left;
}

#GVtabs ul{
    list-style-type: disc;
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#GVtabs ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#GVtabs .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

#GVtabs h3{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

#GVtabs a{
    color: #007DC5;
}

#GVtabs a:hover{
    color: #23527c;
}

#GVtabs{
    margin-top: 120px;
}

#gamingProductInput input{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#gamingProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#GVbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#addGamingFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#addGamingFromPage:hover{
    outline: 0px;
    color: #007DC5;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GVbtns .form-control {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GVtabs h2{
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GVcarousel .carousel-control-prev .carousel-control-prev-icon{
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GVcarousel .carousel-control-next .carousel-control-next-icon{
        margin-right: 0;
    }
}

/* Microsoft */

@media (max-width: 768px) {
    #MScarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #MScarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#MScarousel .carousel-inner .carousel-item.active,
#MScarousel .carousel-inner .carousel-item-next,
#MScarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

        /* display 3 */
@media (min-width: 768px) {

    #MScarousel .carousel-inner .carousel-item-right.active,
    #MScarousel .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    #MScarousel .carousel-inner .carousel-item-left.active,
    #MScarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

#MScarousel .carousel-inner .carousel-item-right,
#MScarousel .carousel-inner .carousel-item-left{
    transform: translateX(0);
}

#MSheaderText{
    margin-bottom: 80px;
}

#MSheaderText p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#MScarousel .carousel-control-prev .carousel-control-prev-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
    margin-right: 120px;
    margin-bottom: 50px;
}
#MScarousel .carousel-control-next .carousel-control-next-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
    margin-left: 100px;
    margin-bottom: 50px;
}

#MScarouselItem{
    margin-left: 80px;
}

#MScarouselItem .card{
    border: 0;
    padding: 0;
    outline: none;
    justify-content: center;
    text-align:center;
}

#MScarouselItem img:hover{
    cursor: pointer;
}

#MScarouselItem{
    height: 240px
}

#MScarouselItem .carousel-indicators ol {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    margin: 15px;
}

#MScarousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    margin: 15px;
}

#MStabs h2{
    clear: both;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#MStabs h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#MStabs p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: left;
}

#MStabs ul{
    list-style-type: disc;
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#MStabs ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#MStabs h3{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

#MStabs a{
    color: #007DC5;
}

#MStabs a:hover{
    color: #23527c;
}

#MStabs{
    margin-top: 120px;
}

#MSbtns{
    margin-bottom: 80px;
}

#MSbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#microsoftProductInput input{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#microsoftProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#addMicrosoftFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#addMicrosoftFromPage:hover{
    outline: 0px;
    color: #007DC5;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#MStabs h2{
    clear: both;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#MStabs .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MStabs h2 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MSbtns .form-control {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MSbtns h2{
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MScarousel .carousel-control-next .carousel-control-next-icon{
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MScarousel .carousel-control-prev .carousel-control-prev-icon{
        margin: 0;
    }
}

/* Google Play - START */

#GPheaderText{
    margin-bottom: 50px;
}

#GPheaderText p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    padding: 0;
    border: 0;
}

#addGoogleFromPage {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#addGoogleFromPage {
    outline: 0px;
    color: #007DC5 !important;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#GPbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


#googleProductInput input{
    cursor: not-allowed;
}

#googleProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#GPbtns{
    margin-bottom: 150px;
}

#GPbody a{
    color: #007DC5;
}
#GPbody a:hover{
    color: #23527c;
}

#GPbody ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#GPbody p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

#GPbody h1{
    margin: 20px 0 30px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#GPbody h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#GPbody .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GPbtns .form-control {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #GPbody h1 {
        font-size: 22px;
        line-height: 26px;
    }
}

/* Music Vouchers - START */

#MUSCVheaderText{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#addMusicFromPage{
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#addMusicFromPage:hover{
    outline: 0px;
    color: #007DC5;
    background: #FFF !important;
    border: 1px solid #007DC5 !important;
}

#MUSCVbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#MUSCVbtns .form-control:active{
    border: 1px solid #00B4DA;
}

#MUSVcarouselItem img{
    margin-bottom: 50px;
}

#MUSCVcarousel{
    margin-top: 120px;
}

#MUSCVcarousel .carousel-control-prev .carousel-control-prev-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
    margin-bottom: 70px;
}
#MUSCVcarousel .carousel-control-next .carousel-control-next-icon{
    border-radius: 50%;
    height: 17px;
    width: 17px;
    color: #737373;
    background-color: #737373;
    border: 2px solid;
    margin-bottom: 70px;
}

#MUSCVcarouselItem .carousel-item{
    justify-content: center;
    text-align:center;
}

#MUSCVcarousel .carousel-indicators{
    margin-top: 50px;
}

#MUSCVcarousel{
    height: 140px
}

#MUSCVcarousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    margin: 15px;
}

#MUSCVcarousel button{
    background: transparent;
    border:none;
}

#MUSCVcarousel button:active {
    background: transparent;
    border:none;
}

#MUSCVcarousel button:focus {
    outline: none;
}

#MUSCVtabs h2{
    clear: both;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    text-transform: uppercase;
}

#MUSCVtabs h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#MUSCVtabs p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: left;
}

#MUSCVtabs ul{
    list-style-type: disc;
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#MUSCVtabs ol{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#MUSCVtabs .blue-bg{
    background-color: #E6F7F7;
    padding: 20px 30px 35px 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
}

#MUSCVtabs a{
    color: #007DC5;
}

#MUSCVtabs a:hover{
    color: #23527c;
}

#MUSCVtabs{
    margin-top: 80px;
}

#musicProductInput input{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#musicProductInput[data-id]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #MUSCVbtns .form-control {
        margin-bottom: 25px;
    }
}

/* Buy Prepaid Data - START */

.Vodacom{
    display:none;
}
.MTN{
    display:none;
}
.CellC{
    display:none;
}
.Telkom{
    display:none;
}

#PPDAheaderText{
    margin-bottom: 50px;
}

#PPDAheaderText p{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#PPDAheaderText h4{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#PPDAbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#addDataFromPage {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #PPDAbtns .form-control {
        margin-bottom: 25px;
    }
}

/* Buy Prepaid Airtime */

#BPPATheaderText{
    margin-bottom: 50px;
}

#BPPATheaderText p{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#BPPATheaderText h4{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

#BPPAbtns .form-control{
    border: 1px solid #00B4DA;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#addAirtimeFromPage {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    color: #686868;
    -webkit-box-shadow: inset 0px -5px 15px 0px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: inset 0px -5px 15px 0px rgba(156, 156, 156, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #BPPAbtns .form-control {
        margin-bottom: 25px;
    }
}

/* Prepaid24 Payment Options */

#PPPO h4{
    font-size: 18px;
    line-height: 0px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}

@media only screen and (min-width: 501px) {
    /* For mobile phones: */
    #PPPO .mobi {
        display: none;
    }
}

@media only screen and (max-width: 501px) {
    /* For mobile phones: */
    #PPPOdeskImg {
        display: none;
    }
}

/* Effortless Business Prepaid Recharges */

#EBPRmodelHeaderText{
    padding-top: 25px;
}
#EBPRhiddenField .col-sm-6{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #56575A;
    margin: 0 0 12px;
}

#EBPRschedule .modal-content{
    text-align: center;
    width: 590px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
}

#EBPRschedule .modal-body p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

#EBPRschedule .modal-body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #56575A;
    margin: 0 0 12px;
    line-height: 1.846;
}

#EBPRschedule .modal-body input{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    border: 1px #E0E0E0 solid;
    margin: 7px 0 7px;
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    color: #838383;
    box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
}

#EBPRschedule .modal-footer button{
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-color: #00B4DA;
    color: #fff;
}

#EBPRschedule .modal-footer button:hover{
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    color: #fff;
}

#EBPRheaderText h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 35px 0;
}

#EBPRheaderText p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 1.846;
}

#EBPRschedule #callme{
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 8px 0;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#EBPRheaderText .btn-profile{
    margin: 8px 0;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

#EBPRheaderText h4{
    margin-top: 24px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin-bottom: 40px;
}

#EBPRbody{
    margin-left: -30px;
}

#EBPRbody .card-header a{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #838383;
    line-height: 1.6em;
}

#EBPRbody .card-header a:hover{
    color: #23527c;
    outline: 0;
}

#EBPRbody .card{
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

#EBPRbody .card-body{
    text-align: left;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.6em;
}
#EBPRbody .card-body strong{
    font-weight: bold;
}

#EBPRbody .card-body h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
}
#EBPRbody .card-body p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}
#EBPRbody .card-body ul{
    color: #929292;
    text-align: left;
    list-style-type: disc;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #EBPRbody{
        margin-left: 0;
    }
}

/* Recharge Multiple Devices and Products with a Single Payment - START */

#RMDPSbody a{
    color: #007DC5;
}
#RMDPSbody a:hover{
    color: #23527C;
}

#RMDPSbody p{
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 1.846;
}

/* The Prepaid24 Instant Link - START */

#PPILbody{
    margin: 0 0 12px;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.846;
}

#PPILbody .btn{
    color: #FFF;
}
#PPILbody .btn:hover{
    color: #FFF;
}

#PPILbody a{
    color: #007DC5;
}

#PPILbody a:hover{
    color: #23527C;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #PPILbody .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* business-services-vouchers - START */

#BSVbody h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin-bottom: 20px;
}

#BSVbody p, em{
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 1.846;
    padding: 0;
    letter-spacing: 0px;
}

#BSVbody a{
    color: #007DC5;
}

#BSVbody a:hover{
    color: #23527C;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #BSVbody h3 {
        font-family: 'Montserrat', sans-serif;
        padding: 0;
        color: #007DC5;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
    }
}

/* instant-eft-via-ozow - START */

#instant-eft-via-ozow p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
    text-align: left;
    line-height: 1.846;
}

#instant-eft-via-ozow a{
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #instant-eft-via-ozow .btn{
        width: 100%;
    }
}

/* The Trusted Way to Pay - START */

#TTWTPheaderText p{
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    padding: 0;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.846;
}
#TTWTPheaderText a{
    color: #007DC5;
}

#TTWTPheaderText a:hover{
    color: #23527C;
}

#TTWTPheaderText .btn-profile{
    margin: 8px 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    color: #fff;
}
#TTWTPheaderText .btn-profile:hover{
    color: #FFF;
}
#TTWTPbody1 h2{
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}
#TTWTPbody1 h4{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}
#TTWTPbody1 ul{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    margin-left: -25px;
}
#TTWTPbody1 p{
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    text-align: center;
    line-height: 1.846;
}

#TTWTPimgs{
    margin-bottom: 50px;
}

#TTWTPimgs .row{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #56575A;
    text-align: center;
}
#TTWTPimgs strong{
    color: #56575A;
}

#TTWTPimgs a{
    color: #007DC5;
}

#TTWTPimgs a:hover{
    color: #23527C;
}

#TTWTPfooterText{
    margin-top: 30px;
}

#TTWTPfooterText h4{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}
#TTWTPfooterText ul{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
    margin-left: -25px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TTWTPbody1 h2 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TTWTPbody1 h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TTWTPfooterText h4 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TTWTPheaderText .btn{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TTWTPheaderText .btn:hover{
        outline: 0;
        background: #007DC5 !important;
        border: 1px solid #007DC5 !important;
        -webkit-transition: all 0.2s ease-in-out !important;
        -moz-transition: all 0.2s ease-in-out !important;
        -o-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
        color: #fff;
    }
}

/* Using Your Credit Card for Prepaid Purchases - START */

#UYCCFPPbody p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
    text-align: left;
    line-height: 1.846;
}

#UYCCFPPbody a{
    color: #007DC5;
}

#UYCCFPPbody a:hover{
    color: #23527C;
}

#UYCCFPPbody .btn{
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}
#UYCCFPPbody .btn:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #UYCCFPPbody .btn{
        width: 100%;
    }
}

/* The Smart Way to Pay - START */

#TSWTPbody p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
    text-align: left;
    line-height: 1.846;
}

#TSWTPbody a{
    color: #007DC5;
}

#TSWTPbody a:hover{
    color: #23527C;
}

#TSWTPbody .btn{
    margin: 15px 0 15px 0;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}
#TSWTPbody .btn:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #TSWTPbody .btn{
        width: 100%;
    }
}

/* cookieNotice */

#cookieNotice{
    font-family: 'Open Sans', sans-serif;
    background: #007DC5;
    font-size: 14px;
    line-height: 1.846;
}

#cookieNotice button{
    color: #007DC5;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.846;
    padding:0 20px 0 20px
}

#cookiealertclose {
    text-align: right;
    z-index: 100;
    color: #FFFFFF;
    text-decoration: none;
}

/* Manage DSTV account numbers */

#MDSTVAN {
    padding-right: 0px;
    padding-left: 0px;
}

/* Banking Information */

#BIbtn{
    padding: 5px 30px 5px 30px;
    background-color: #00B4DA;
    border-color:#00B4DA;
    color: #FFFFFF;
}

#BIbtn:hover {
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    color: #fff;
}

#BImailTo{
    margin-bottom:25px;
    text-align:center;
    margin-top: 40px;
}

#BImailTo a {
    color: #007DC5;
}

#BImailTo a:hover, a:focus {
    color: #23527c;
}

#BIcontainer strong{
    color: #56575A;
}


/* Detail Verification */

#verificationDetails h1{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

#verificationDetails a {
    color: #007DC5;
}

#verificationDetails a:hover, a:focus {
    color: #23527c;
}

#VerifyBtn{
    padding: 5px 30px 5px 30px;
    background-color: #00B4DA;
    border-color:#00B4DA;
    color: #FFFFFF;
}

#verificationInputs{
    margin-top: 30px;
}

#verificationInputs input{
    width: 100%;
    outline: 0;
    border: 1px #E0E0E0 solid;
    margin-bottom: 30px;
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    color: #838383;
    box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
}

#verificationInputs label{
    text-align: right;
    font-weight: bold;
}

/* Recharge Once */

#txtWalletAmount{
    border: 1px #E0E0E0 solid;
    margin: 7px 0 7px;
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    color: #838383;
    box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
}

#srptag{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

#sralert{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#sralert a{
    color: #007DC5;
}

#sralert a:hover{
    color: #23527c;
}

/* for overlay */

.spinner-border{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    width:100px;
    height: 100px;
    color: #00B4DA;
    z-index: 3;
}

.spinner-border-standard {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

/* Current basket */

.userbasket{
    margin-top: 65px;
}

.userbasket p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 0 0 12px;
}

.userbasket h1{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.userbasket #cartname{
    outline: 0;
    border: 1px #E0E0E0 solid;
    margin: 7px 0 7px;
    padding: 6px 10px 6px 10px;
    border-radius: 7px;
    color: #838383;
    box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
}

#edit_card_items {
    margin-bottom: 2px;
    padding: 30px;
    background:#F5F5F5;
}

#edit_card_items a{
    background-color: #FFFFFF;
    color: #007DC5;
    border: 1px solid #bbb !important;
}

#edit_card_items a:hover{
    outline: 0px;
    color: #007DC5;
    background: #F1F1F1 !important;
    border: 1px solid #007DC5 !important;
}

#dynamic_cart {
    list-style-type: none;
}

#dynamic_cart li:nth-child(odd){
    background: #F5F5F5;
}

#dynamic_cart li:nth-child(even){
    background: #FFFFFF;
}

#modal-content-ozow h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #007DC5;
}

#modal-content-ozow{
    border-radius: 5%;
    line-height: 1.2;
}

#modal-content-ozow p{
    font-family: 'Montserrat', sans-serif;
    color: #007DC5;
    font-weight: 400;
}

#modalImage img{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    border-radius: 40%;
    margin-bottom: 10px;
}

#modal-content-ozow .button-profile{
    font-family: 'Montserrat', sans-serif;
    background: #007DC5;
    color: #FFFFFF;
    width:95%;
    font-weight: 700;
}

/* multiple transactions */

#cart_item_selection{
    font-family: 'Montserrat', sans-serif;
    background: #ECECEC;
    border-radius: 5px;
    border: none;
    width: 90%;
    margin: 15px;
    height: 40px;
    text-align: left;
    color: #007DC5;
    padding-left: 10px;
}

input#cartNameInput{
    outline: 0;
    border: none;
    margin: 7px 7px 7px;
    padding: 4px 10px 8px 10px;
    border-radius: 7px;
    color: #838383;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
    box-shadow: inset 0px 0px 5px 1px rgba(156, 156, 156, 0.8);
}

/* Buy now */
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #restaurantProdText{
        margin-top: -30px !important;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #buynowTitle  {
        font-size: 24px !important;
    }
}

.PAS .form-control{
    border: 1px solid #00B4DA;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .PAS .col-12{
        margin: 3px 0 3px 0;
    }

}

.multi-heading h3 {
    color: #FFFFFF !important;
    margin-top: 0;
    margin-left: 20px;
    font-weight: 300 !important;
    font-size: 18px !important;
    padding: 10px 0 10px 0;
}

.multi-heading {
    background-color: #007DC5;
    width: 100%;
}

#itemAdded {
    margin-top: 10%;
    text-align: center;
}

#itemAdded img{
    border-radius: 20px;
    border-radius: 10px;

}

#noItemAdded {
    margin-top: 10%;
    text-align: center;
}

#noItemAdded svg {
    border-radius: 20px;
    border-radius: 10px;
    width: 450px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #itemAdded img{
        margin-top: 50%;
        max-width: 95% !important;
    }

    #noItemAdded svg {
        margin-top: 50%;
        max-width: 95% !important;
    }
}

/* add_non_listed_provider */

#add_non_listed_provider .form-control{
    border: 1px solid #00B4DA;
}

#add_non_listed_provider strong{
    font-weight: bold;
    color: #56575A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

/* Ozow Payment view */

#OzowPayButton img {
    border-radius: 18px;
}

#OzowPayButton img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#OzowPayButton:focus {
    outline: none !important;
}

#ozowinfo {
    color: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    width:100%;
    max-width: 280px;
    height: auto;
    margin-top:20px;
    border: 1px solid #00B4DA;
    background-color: #00B4DA;
}

#ozowinfo:hover{
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
}

/*
steve tshwete
*/

.steveBtns{
    margin: 3px;
    text-align: center !important;
    height: 50px !important;
    width: 100%;
    font-weight: 600 !important;
    vertical-align: middle;
    line-height: 37px;
    background-color: #007DC5 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
}

#removeMunicipal {
    margin-top: 10%;
}

#removeMunicipal h3{
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
}

#removeMunicipal button{
    margin: 5px;
    background-color: #007DC5 !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}

#removeMunicipal .modal-content {
    padding: 10px;
    border-radius: 15px;
}

#steveAlert {
    margin-top: 10%;
}

#steveAlert h4{
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}

#steveAlert .modal-content {
    padding: 10px;
    border-radius: 15px;
}

#steveAlert button{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}

#steveAlert strong{
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #steveAccount  {
        height: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    /* For mobile phones: */
    #steveAccount  {
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #SteveAlerts  h2{
       font-size: 24px !important;
    }
    #SteveAlerts  h3{
        font-size: 20px !important;
    }
    #steveMuniSelect .modal-content {
        margin-top: 50% !important;
    }
}

/*

loading background

*/
.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #56575A;
    opacity: 50%;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    opacity: 100% !important;
}

/*Bulk imports*/

.custom-file-upload {
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 35px 5px 0;
    border: 1px solid #bbb;
    color: #007DC5;
    background: #FFFFFF;
    margin: 10px auto;
    font-weight: normal;
}


/*

Instant purchase

*/

#productSelect{
    color: #01AED9;
}

#productPay{
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #productSelect  {
        margin: 0 10px 0 10px;
    }
}

/* Emergency Electricity - START */

#EEheader h1{
    margin-top: 48px;
    text-align: center;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
}

#EEheader p{
    padding: 0;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}



#EEbody1 h3{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #007DC5;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}

#EEbody1 ul{
    color: #929292;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.846;
}

#EEbody1 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 12px;
    color: #929292;
}

#EEbodyP{
    margin-top: 30px;
    padding: 0;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

#EEbuttons {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#EEsignIn{
    background: #00B4DA;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;

    margin: 10px auto;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}
#EEsignIn:hover{
    outline: 0;
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    transition: all 0.2s ease-in-out !important;
    color: #fff;
}

#EElogIn:hover{
    outline: 0px;
    color: #007DC5;
    background: #F1F1F1 !important;
    border: 1px solid #007DC5 !important;
}
#EElogIn{
    border-radius: 5px;
    font-size: 14px;
    margin: 10px auto;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    border-color: #bcbcbc;
}

#EEcard1Header{
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #FFF;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    font-size: 16px;
    color: #929292;

}
#EEcard1Header:hover{
    color: #929292;
}

#EEcards1 ol{
    color: #929292;
    text-align: left;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 14px;
}

#EEcards1 ol a{
    color: #3B7FBA;
}

#EEolA:hover{
    color: #23527c;
}

#EEcard1{
    margin-bottom: 20px;
}

#EEcard-body1{
    margin-bottom: 0;
}

#EEcards2 li{
    color: #929292;
    text-align: left;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 14px;
}
#EEcard2Header{
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #FFF;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    font-size: 16px;
    color: #929292;
}

#EEcard2Header:hover{
    color: #929292;
}

#EEcard-body2{
    margin-bottom: 0;
}

#langSelect .active{
    background: #007DC5 !important;
    border: 1px solid #007DC5 !important;
}

#langSelect .inactive{
    background: #fff !important;
    color: #007DC5 !important;
    border: 1px solid #007DC5 !important;
}

#showBtn{
    position: absolute;
    top: 4px;
    right: 3px;
    padding: 2px 25px;
}

.hide {
    display: none;
}

#termsAConShort{
    display: none;
}

#termsAConLong{
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    #termsAConShort{
        display: inline-block !important;
    }
    #termsAConLong{
        display: none;
    }

    .ma-mq{
        width: 175px !important;
        white-space: break-spaces;
        font-size: 12px;
    }
}


/* Business services */

#ui-datepicker-div {
    top: 30% !important;
}


.municipal_search_styles option  {
    box-shadow: none !important;
}
.municipal_search_styles option:hover  {
    background: #00B4DA !important;
    color: #fff !important;
}

.btn-checkout {
    background-color: #007DC5 !important;
    border: 1px solid #007DC5 !important;
    color: #fff !important;
}
.btn-continue {
    background-color: #fff !important;
    border: 1px solid #007DC5 !important;
    color: #007DC5 !important;
}
.btn-continue:hover {
    color: #fff !important;
}
.amountContainer,
.inputContainer,
.selectContainer {
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}
.amountContainer label,
.inputContainer label,
.selectContainer label {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 5px;
    background-color: #fff;
    color: #007DC5;
    line-height: 1;
    z-index: 10;
}
.inputContainer .form-control:disabled,
.selectContainer .form-control:disabled {
    background-color: #f3f6f9 !important;
    cursor: not-allowed;
}
.amountContainer input,
.inputContainer input,
.selectContainer select,
.PAS .card-body .selectContainer button {
    border: 1px solid #007DC5 !important;
}
@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    .amountContainer input,
    .inputContainer input,
    .selectContainer select {
        margin-bottom: 15px;
    }
}

.user-bank-modal-footer {
    padding-left: 25px; 
    padding-right: 25px; 
    margin-bottom: 0; 
    margin-top: 10px; 
    color: #007dc5; 
    text-align: left;
}

.HomePg h2 {
    color: black!important;
    font-weight: normal !important;
    margin-left: 8px !important;
    margin-bottom: 30px;
}

.hmBtn {
    color:white;
    border-color: #007dc5;
    background-color:#007dc5;
    padding: 5px 35px;
}

.hmRM {
    color: #007dc5;
    margin-left: 30px;
}