@import 'vendor/owl.carousel.min.css';
@import 'vendor/owl.theme.default.css';

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/HevleticaNeue-Regular.otf');
    src: local('Raleway'), local('Raleway-Regular'), url('../fonts/HelveticaNeue-Regular.otf?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Regular.otf') format('woff2'), url('../fonts/HelveticaNeue-Regular.otf') format('woff'), url('../fonts/HelveticaNeue-Regular.otf') format('truetype'), url('../fonts/HelveticaNeue-Regular.svg#Raleway') format('svg')
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/HelveticaNeue-Regular.otf');
    src: local('Raleway'), local('Raleway-Regular'), url('../fonts/HelveticaNeue-Regular.otf?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Regular.otf') format('woff2'), url('../fonts/HelveticaNeue-Regular.otf') format('woff'), url('../fonts/HelveticaNeue-Regular.otf') format('truetype'), url('../fonts/HelveticaNeue-Regular.svg#Raleway') format('svg')
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/HelveticaNeue-Medium.otf');
    src: local('Raleway'), local('Raleway-Regular'), url('../fonts/HelveticaNeue-Medium.otf?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.otf') format('woff2'), url('../fonts/HelveticaNeue-Medium.otf') format('woff'), url('../fonts/HelveticaNeue-Medium.otf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#Raleway') format('svg')
}


#mbody{
    font-weight: 300;
    color: black;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    list-style: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    width: 95%;
    margin: 0 auto
}

.web-wrapper {
    position: relative;
    z-index: 0;
    padding-bottom: 25px;
    background-color: #d5d8e1;
    /*background-position: bottom;*/
    background-repeat: no-repeat
}

.content {
    position: relative;
    padding: 50px 90px;
    background-color: #fff;
    border-radius: 15px
}

.content:before {
    content: '';
    width: 80%;

    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0 0 80px 0 rgba(61, 69, 106, 0.4);
    -moz-box-shadow: 0 0 80px 0 rgba(61, 69, 106, 0.4);
    -webkit-box-shadow: 0 0 80px 0 rgba(61, 69, 106, 0.4)
}

.content .content-title {
    font-size: 36px;
    line-height: 38px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px
}

.red-btn {
    height: 50px;
    min-width: 280px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: none;
    background-color: #da2128;
    border-radius: 25px;
    border: 2px solid #da2128;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

.red-btn:hover {
    color: #da2128;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.gray-btn {
    display: inline-block;
    height: 40px;
    min-width: 212px;
    padding-left: 52px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

.gray-btn:hover {
    border: 1px solid #333;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.general-input {
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 0 25px;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

.general-input.readonly-input {
    border: none;
    font-size: 18px;
    color: #333
}

.general-input.readonly-input:focus {
    border: none
}

.general-input:focus {
    border: 1px solid #333;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.short-desc {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-bottom: 25px
}

.signin-page {
    text-align: center
}

.signin-page .container {
    width: 95%;
    max-width: 860px
}

.signin-page .header {
    display: flex;
    justify-content: center
}

.signin-page .header .main-logo {
    width: 185px
}

.signin-page .register {
    font-size: 18px;
    line-height: 26px
}

.signin-page .register a {
    font-weight: 600;
    color: #da2128;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

.signin-page .register a:hover {
    text-decoration: underline;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.signin-form {
    widows: 100%;
    max-width: 440px;
    display: block;
    margin: 0 auto;
    text-align: right
}

.signin-form .general-input {
    width: 100%;
    margin: 10px 0
}

.signin-form .red-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px
}

.signin-form .reset-pass {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    -webkit-transition: all .21s;
    -moz-transition: all .21s;
    -ms-transition: all .21s;
    -o-transition: all .21s
}

.signin-form .reset-pass:hover {
    color: #da2128;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.dashboard-page .container {
    max-width: 1120px
}

.dashboard-page .header {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center
}

.dashboard-page .header .main-logo {
    width: 160px
}

.dashboard-page .header .header-links {
    text-align: right;
    text-decoration: none;
}

.dashboard-page .header .header-links a {
    display: inline-block;
    margin-left: 30px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #7b7f8d;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 500;
}

.dashboard-page .header .header-links a.account {
    background-image: url('../images/account-gray.svg')
}

.dashboard-page .header .header-links a.logout {
    background-image: url('../images/logout-gray.svg')
}

.dashboard-page .header .header-links a:hover {
    color: #da2128
}

.dashboard-page .header .header-links a:hover.account {
    background-image: url('../images/account-red.svg')
}

.dashboard-page .header .header-links a:hover.logout {
    background-image: url('../images/logout-red.svg')
}



.dashboard-page .btn-holder {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: right
}

.dashboard-page .btn-holder  a:hover{
    cursor:pointer;
    transform:scale(1.07);
}



.dashboard-page .btn-holder .gray-btn {
    min-width: 200px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 15px;
    padding-top: 8px;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-size: auto;
    color: #333
}

.dashboard-page .pause-btn {
    background-image: url('../images/pause-red.svg')
}

.dashboard-page .skip-btn {
    background-image: url('../images/skip-red.svg')
}

.dashboard-page .checboxes-list {
    display: flex;
    flex-direction: row;
    margin: 0 -20px;
    margin-bottom: -20px;
    flex-wrap: wrap
}

.dashboard-page .checboxes-list.two-cols .checkbox-item {
    width: 50%
}

.dashboard-page .checboxes-list.three-cols .checkbox-item {
    width: 33.33%
}

.dashboard-page .times-section {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
}

.dashboard-page .times-section .checkbox-item, .dashboard-page .times-section .select-item {
    margin-bottom: 15px
}



.checkbox-item {
    display: flex;
    margin-bottom: 20px;
    position: relative
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.checkbox-item .checkbox-box {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

.checkbox-item .checkbox-label {
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 35px;
    font-size: 15px;
    line-height: 20px
}

.checkbox-item .checkbox-label:hover {
    cursor: pointer
}

.checkbox-item .checkbox-label:hover .checkbox-box {
    background-color: #eee;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.checkbox-item.checked .checkbox-box {
    background-image: url('../images/check-icon.png')
}

.parental-control-form .form-section {
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf
}

.parental-control-form .form-section:last-of-type {
    border: none
}

.parental-control-form .select-item {
    position: relative;
    min-width: 215px;
    margin-right: 20px
}

.parental-control-form .select-item:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 25px;
    top: 9px;
    pointer-events: none;
    background-image: url('../images/clock-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
.package-list .item {
    position:relative;
}

.free-trial-image {
    display:unset !important;
    min-width: 20px;
    width: 56px !important;
    height: 56px;
    min-height: 20px;
    position: absolute;
    z-index: 9999;
    right: 33px;
    top: 68%;
}

.parental-control-form .select-item:after {
    content: '';
    width: 18px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 16px;
    pointer-events: none;
    background-image: url('../images/down-arrow-gray.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.parental-control-form select {
    width: 100%;
    height: 40px;
    padding-left: 55px;
    padding-right: 45px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    -moz-appearance: none;
    -webkit-appearance: none
}

.parental-control-form select:focus {
    color: #000
}

.parental-control-form select::-ms-expand {
    display: none
}

.parental-control-form .equipment-list {
    display: flex;
    flex-direction: row;
    margin: 0 -20px
}

.parental-control-form .equipment-list .equipment-title {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px
}

.parental-control-form .equipment-list .modem-equipment, .parental-control-form .equipment-list .gsm-equipment {
    width: 50%;
    padding: 0 20px
}

.parental-control-form .equipment-list .modem-equipment input, .parental-control-form .equipment-list .gsm-equipment input {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.parental-control-form .equipment-list .modem-equipment input:last-of-type, .parental-control-form .equipment-list .gsm-equipment input:last-of-type {
    margin-bottom: 10px
}

.parental-control-form .subimt-btn-holder {
    margin-top: 10px;
    text-align: center
}

.subimt-btn-holder .inactive-button{
    text-align: center;
    padding-left: unset !important;
    padding-right: unset !important;
}

.parental-control-form .input-item {
    position: relative
}

.parental-control-form .input-item.not-null #add-new-number {
    display: block
}

.parental-control-form .inputs-list.more-items .input-item {
    position: relative
}

.parental-control-form .inputs-list.more-items .input-item .general-input {
    height: 25px;
    margin-bottom: 5px;
    font-weight: 500;
    pointer-events: none
}

.parental-control-form .inputs-list.more-items .input-item .remove-item {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    pointer-events: all;
    z-index: 10;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-image: url('../images/close-icon.svg')
}

#add-new-number {
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url('../images/plus-symbol.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

/*.tooltip {*/
/*position: relative;*/
/*display: inline-block;*/
/*width: 11px;*/
/*height: 11px;*/
/*vertical-align: text-top;*/
/*background-image: url('../images/tooltip-gray.svg');*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*background-size: contain*/
/*}*/

/*.tooltip .tooltip-text {*/
/*display: none;*/
/*position: absolute;*/
/*width: 250px;*/
/*left: 5px;*/
/*padding-bottom: 5px;*/
/*-webkit-transform: translate(-50%, -100%);*/
/*-moz-transform: translate(-50%, -100%);*/
/*-ms-transform: translate(-50%, -100%);*/
/*-o-transform: translate(-50%, -100%)*/
/*}*/

/*.tooltip .tooltip-text span {*/
/*display: block;*/
/*padding: 20px;*/
/*border-radius: 15px;*/
/*font-size: 14px;*/
/*line-height: 20px;*/
/*color: #fff;*/
/*background-color: #333*/
/*}*/

/*.tooltip:hover {*/
/*cursor: pointer;*/
/*background-image: url('../images/tooltip-black.svg')*/
/*}*/

/*.tooltip:hover .tooltip-text {*/
/*display: block*/
/*}*/

.package-list {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.package-list .item {
    padding: 0 20px
}

.package-list .package-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #da2128;
    color: #fff;
    height: 75px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    font-size: 22px;
    line-height: 27px
}

.package-list .package-body {
    padding: 40px 20px;
    padding-bottom: 30px;
    margin-top: -10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-top: none
}

.package-list .package-body .offer-desc {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    text-align: center
}

.package-list .package-body .offer-desc li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px
}

.package-list .package-body .offer-price {
    display: block;
    color: #da2128;
    text-align: center;
    font-size: 22px;
    line-height: 24px
}

.package-list .package-body .offer-price span {
    font-size: 42px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #da2128
}

@media only screen and (max-width: 768px) {
    .web-wrapper {

    }

    .signin-page .header .main-logo {
        width: 160px
    }

    .content {
        padding: 30px 40px;
        border-radius: 10px
    }

    .dashboard-page .header {
        padding: 0 40px
    }

    .dashboard-page .content-title {
        width: 100%;
    }

    .dashboard-page .btn-holder {
        width: 100%;
        text-align: left
    }

    .dashboard-page .btn-holder .gray-btn {
        margin-left: 0;
        margin-right: 15px
    }

    .dashboard-page .checboxes-list.three-cols .checkbox-item {
        width: 50%
    }

    .tooltip {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .web-wrapper {
        padding-bottom: unset !important;
        padding-top: unset !important;
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .content {
        padding: 25px 15px;
        margin-top: 15px;
        /*overflow:scroll !important;*/
        /*max-height:600px !important;*/
    }

    #idHolder{
        flex-direction: column;
    }

    .content .content-title {
        font-size: 20px
    }

    .content:before {
        content: none
    }

    .dashboard-page .header {
        padding: 0 15px
    }

    .dashboard-page .header .main-logo {
        width: 100px
    }

    .dashboard-page .header .header-links a {
        margin-bottom: 10px
    }

    .dashboard-page .btn-holder .gray-btn {
        display: inline-block;
        min-width: 49%;
        margin-right: 0
    }

    .dashboard-page .checboxes-list.two-cols .checkbox-item, .dashboard-page .checboxes-list.three-cols .checkbox-item {
        width: 100%
    }

    .signin-page .header .main-logo {
        width: 100px
    }

    .signin-page .register {
        font-size: 14px;
        line-height: 18px
    }

    .short-desc {
        font-size: 14px;
        line-height: 22px
    }

    .parental-control-form .times-section .select-item {
        margin-right: 0;
        width: 100%
    }

    .parental-control-form .times-section .checkbox-item {
        width: 100%;
        padding: 0
    }

    .parental-control-form .equipment-list {
        flex-direction: column
    }

    .parental-control-form .equipment-list .modem-equipment, .parental-control-form .equipment-list .gsm-equipment {
        width: 100%;
        margin-bottom: 20px
    }
}

.pppp :hover { cursor: pointer; }

/*# sourceMappingURL=./style.css.map */
