#map {
    width:100%;
    height:390px;
}
#marker-tooltip {
    display: none;
    position:absolute;
    background-color: #33515C;
    color: #fff;
    padding: 22px 20px;
    border-radius: 6px;
    opacity: 0.9;
    font-size: 13px;
    font-weight: 300;
    /*bottom: 40px;
    right: 50%;*/
    text-align: center;
    transform: translatex(115%);
    transition: all ease 0.3s;
    font-family: "Open Sans", sans-serif;
    height:115px;
	margin-left: 70px;

}

#marker-tooltip:after{
    content:'';
    position: absolute;
    left:-12px;
    top:50%;
    transform: translatey(-14px);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right:14px solid #33515C;
}

#marker-tooltip h5{
    font-size: 28px;
    color:#FFF;
}

#marker-tooltip p{
    font-weight: 600;
}

.not-available {
    pointer-events: none;
    cursor: default;
    color: #85979D !important;
}

.btn.btn-default.not-available {
    background-color: transparent;
}

.full_width {
    width: 100% !important;
}

/* css fixes */

#simnotification {
    background: #e2f5f6;
    padding: 15px;
}

.StepConfirmOrder .content + input{
     float:right;
}

.stay-informed .phone-bundle .searchBoxContent .selectServices ul li label .content-desc span.description, .OrderConfirm .phone-bundle .searchBoxContent .selectServices ul li label .content-desc span.description{

    width: auto !important;
}

ul.list-unstyled.add-current-phone a.tip {
    border: 1px solid #33515c;
    color: #33515c;
    font-weight: bold;
    font-size: 11px;
    border-radius: 12px;
    text-align: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 14px;
    margin-right: -48px;
    float: right;
    margin-top: -29px;
}

@media only screen and (max-width: 400px) {
    .newResults.custom-telecom-result-outer .mainResults .mainResultWrapper .topFilter .container .allFilterRow .sect.custom-sort {

        height: 63px !important;
    }
}
@media only screen and (max-width: 800px) {
    .phone-bundle .searchBoxContent .selectServices ul li label .content-desc .description {

        width: 200px !important;
    }

    .mobile_black_Strip .mobile-inner-stripe .newCostCalc .TotalCostBox .totalPriceWrapper .oldPrice .oldPriceWrapper {
        text-align: center !important;
    }
    .mobile_black_Strip .mobile-inner-stripe .newCostCalc .TotalCostBox .totalPriceWrapper .totalPrice .amount {
        font-size: 19px;
        margin-right: -5px;
    }
    .newCostCalc .TotalCostBox .totalPriceWrapper .totalPrice .currency {
        font-size: 17px;
        line-height: 5px;
        vertical-align: baseline;
        margin-right: -8px;
    }
    .hideoffers{

        display: none;
    }
    .energy-results-content .mainResults.sidePanelOpen .energy-results.list-view.listView .result-box-container .result-box .flex-grid .cols .actual-price-board {
        position: relative !important

    }
}
.homepage-news ul li .news-img-wrap img {
    width: 100%;
    height: auto !important;
}

div#callUsBackRecaptcha {
    transform: none !important;
}

.fancy-radio label input:checked + span:after {
    content: '\f00c';
    font-family: FontAwesome;
    display: block;
    color: #FFF;
    font-size: 9px;
    top: 4px;
    line-height: 14px !important;
    left: 0px;
    right: 0px;
    text-align: center;
}

.mobile_black_Strip .mobile-inner-stripe .newCostCalc .buttonWrapper .btn{

    background:#E96361 !important;
}
.mobile_black_Strip .mobile-inner-stripe .newCostCalc .TotalCostBox .totalPriceWrapper .totalPrice .currency {
    margin-right: 5px !important;
}

.selectServices.mobileSelectServices ul li {
    width: 50% !important;
}
.newResults .sideFilter .refineProfileWrapper .filterContent .filled .edit {
    display: inline-block !important;
}

ul.gfield_checkbox li[class^="gchoice"] label:after, ul.gfield_radio li[class^="gchoice"] label:after {
    content: "";
    background-color: #40b8be;
    border: solid 1px #3c3c3c;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    transition: left .25s, background-color .13s;
    width: 13px;
    display: block;
    position: absolute;
    border: 1px solid #41B9BF;
    top: -1px;
}






