﻿@charset "utf-8";
/* CSS Document */
/*
@font-face {
font-family:'quicksand-bold';
src: url('fonts/Ooredoo-Heavy.eot');
src: url('fonts/Ooredoo-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/Ooredoo-Heavy.woff') format('woff'), url('fonts/Ooredoo-Heavy.ttf') format('truetype'), url('fonts/Ooredoo-Heavy.svg#noto_sansbold') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'NotoSans-Light';
src: url('fonts/noto-sans/NotoSans-Light.eot');
src: url('fonts/noto-sans/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/noto-sans/NotoSans-Light.woff') format('woff'), url('fonts/noto-sans/NotoSans-Light.ttf') format('truetype'), url('fonts/noto-sans/NotoSans-Light.svg#noto_sansregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'noto_sansregular';
src: url('fonts/noto-sans/NotoSans-Regular-webfont.eot');
src: url('fonts/noto-sans/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/noto-sans/NotoSans-Regular-webfont.woff') format('woff'), url('fonts/noto-sans/NotoSans-Regular-webfont.ttf') format('truetype'), url('fonts/noto-sans/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'NotoSans-Bold-webfont';
src: url('fonts/noto-sans/NotoSans-Bold-webfont.eot');
src: url('fonts/noto-sans/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/noto-sans/NotoSans-Bold-webfont.woff') format('woff'), url('fonts/noto-sans/NotoSans-Bold-webfont.ttf') format('truetype'), url('fonts/noto-sans/NotoSans-Bold-webfont.svg#noto_sansregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'ooredoo-icon-fonts';
src: url('fonts/ooredoo-icon-fonts.eot');
src: url('fonts/ooredoo-icon-fonts.eot?#iefix') format('embedded-opentype'), url('fonts/ooredoo-icon-fonts.woff') format('woff'), url('fonts/ooredoo-icon-fonts.ttf') format('truetype'), url('fonts/ooredoo-icon-fonts.svg#noto_sansbold') format('svg');
font-weight:normal;
font-style:normal;
}
*/

@font-face {
    font-family: "quicksand-regular";
    src: url("fonts/Quicksand-Regular.woff2") format("woff2"),
        url("fonts/Quicksand-Regular.woff") format("woff"),
        url("fonts/Quicksand-Regular.eot?#iefix") format('embedded-opentype'),
        url("fonts/Quicksand-Regular.ttf") format('truetype'),
        url("fonts/Quicksand-Regular.svg#quicksandregular") format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "quicksand-light";
    src: url("fonts/Quicksand-Light.woff2") format("woff2"),
        url("fonts/Quicksand-Light.woff") format("woff"),
        url("fonts/Quicksand-Light.eot?#iefix") format('embedded-opentype'),
        url("fonts/Quicksand-Light.ttf") format('truetype'),
        url("fonts/Quicksand-Light.svg#quicksandlight") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "quicksand-medium";
    src: url("fonts/Quicksand-Medium.woff2") format("woff2"),
        url("fonts/Quicksand-Medium.woff") format("woff"),
        url("fonts/Quicksand-Medium.eot?#iefix") format('embedded-opentype'),
        url("fonts/Quicksand-Medium.ttf') format('truetype"),
        url("fonts/Quicksand-Medium.svg#quicksandmedium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "quicksand-semibold";
    src: url("fonts/Quicksand-SemiBold.woff2") format("woff2"),
        url("fonts/Quicksand-SemiBold.woff") format("woff"),
        url("fonts/Quicksand-SemiBold.eot?#iefix") format('embedded-opentype'),
        url("fonts/Quicksand-SemiBold.ttf") format('truetype'),
        url("fonts/Quicksand-SemiBold.svg#quicksandsemibold") format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "quicksand-bold";
    src: url("fonts/Quicksand-Bold.woff2") format("woff2"),
        url("fonts/Quicksand-Bold.woff") format("woff"),
        url("fonts/Quicksand-Bold.eot?#iefix") format('embedded-opentype'),
        url("fonts/Quicksand-Bold.ttf") format('truetype'),
        url("fonts/Quicksand-Bold.svg#quicksandbold") format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ooredoo-icon-fonts';
    src: url('fonts/ooredoo-icon-fonts.eot');
    src: url('fonts/ooredoo-icon-fonts.eot?#iefix') format('embedded-opentype'), 
    url('fonts/ooredoo-icon-fonts.woff') format('woff'), 
    url('fonts/ooredoo-icon-fonts.ttf') format('truetype'), 
    url('fonts/ooredoo-icon-fonts.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "quicksand-regular", sans-serif !important;
}

body {
    background: #fff;
    font-family: "quicksand-regular", sans-serif;
    font-size: 14px;
    color: #221E20;
}

.osw-text-ellipsis {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
}

.sw_btn_red {
    background: #DFB132;
    border-color: #DFB132;
    border-radius: 25px;
    min-width: 131px;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
}

.sw_btn_red:hover {
    color: #fff;
}

.sw_btn_red_outline {
    color: #DFB132;
    border-color: #DFB132;
    border-radius: 25px;
    min-width: 131px;
    font-size: 16px;
    padding: 10px 20px;
    background: transparent;
}

.sw_btn_red_outline:hover {
    color: #DFB132;
}

.btn:disabled {
    background: #aaa;
    border-color: #aaa;
}

button:focus,
a:focus,
.btn:focus,
input:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.sw_navbar {
    background: #fff;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
    height: 70px;
}

.sw_navbar--logo img {
    width: auto;
    height: 40px;
}

.flex1 {
    flex: 1;
}

.float-rightom {
    float: left;
}

.sw_navbar--right a {
    float: left;
}

.sw_navbar--right a,
.sw_navbar--right a:hover {
    color: #DFB132;
    text-decoration: none;
}

.sw_main_wrapper {
    padding-top: 70px;
    background: #F0F0F7;
    overflow: hidden;
    min-height: 100vh;
}

.sw_mobile_view {
    display: none;
}

.sw_banner--swiper .swiper-slide img {
    width: 100%;
}

.sw_banner--swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
}

.sw_primary_heading,
.sw_product--desc>h3,
.sw_faqs_list h4,
.sw_product_summary--amount h5,
.sw_info_form .control-label,
.sw_reserve_code,
.sw_account_card h4,
.sw_account_plan h4,
.sw_pack_usage h4,
.sw_renew_pack h4,
h3,
.p2_modal-h4 {
    font-family: 'quicksand-bold';
}

.sw_primary_heading {
    font-size: 30px;
    line-height: 1.4;
    color: #DFB132;
}

.sw_lead_text {
    font-size: 18px;
}

.sw_heading_wrap {
    padding: 40px 0px;
}

.sw_heading_wrap--icons,
.sw_faqs_list,
.sw_faq_links,
.billing_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sw_heading_wrap--icons {
    display: flex;
    align-items: center;
}

.sw_heading_wrap--icons li {
    padding: 0px 15px;
}

.sw_heading_wrap--icons li img {
    width: 100px;
}

.white_bg {
    background: #fff;
}

.sw_produts_wrap {
    padding: 40px 0px 50px 0px;
}

.white_bg_shadow {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.sw_product {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.sw_product--img {
    width: 36%;
    margin-right: 20px;
}

.sw_product--img>img {
    width: 100%;
}

.sw_product--desc>h3 {
    font-size: 24px;
}

.sw_product--desc>p {
    font-size: 16px;
    color: #636363;
}

.sw_faqs_wrap {
    padding: 20px 0px 40px 0px;
}

.sw_faqs_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sw_faqs_list li a {
    padding: 0px 30px;
    text-decoration: none;
    display: inline-block;
    border-right: 1px dashed #707070;
}

.sw_faqs_list li:last-child a {
    border-right: 0px;
}

.sw_faqs_list h4 {
    font-size: 18px;
    color: #221E20;
    line-height: 24px;
    margin-top: 10px;
}

.sw_container {
    max-width: 1000px;
    margin: 40px auto 30px auto;
    padding: 40px;
}

.sw_medium_box {
    max-width: 768px;
    margin: 0px auto;
}

.sw_location_wrap h3 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.sw_location--input {
    position: relative;
}

.sw_location--input>input {
    padding: 15px 40px 15px 50px;
    border-radius: 4px;
    border: 1px solid #B4B9C9;
    height: 60px;
}

.sw_location--input>span {
    pointer-events: none;
    position: absolute;
    top: 20px;
}

.sw_location--input .search_icon {
    left: 15px;
}

.sw_location--input .map_icon {
    right: 15px;
    top: 15px;
}

.sw_faq_links {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.sw_faq_links li a {
    font-size: 16px;
    color: #221E20;
    padding: 6px;
}

.sw_faq_links li a {
    text-decoration: none;
}

.sw_product_summary {
    max-width: 400px;
    background: #F0F0F7;
    margin: 0px auto;
    padding: 15px;
    border-radius: 10px;
}

.sw_product_summary--img {
    width: 30%;
    margin-right: 15px;
}

.sw_product_summary--img>img {
    width: 100%;
}

.sw_product_summary--desc h3 {
    font-size: 16px;
}

.sw_product_summary--desc p {
    font-size: 16px;
    color: #636363;
}

.sw_product_summary--amount {
    color: #DFB132;
}

.sw_product_summary--amount h5 {
    font-size: 14px;
    margin-right: 10px;
}

.sw_product_summary--amount h3 {
    font-size: 20px;
}

.sw_info_form {
    padding: 30px;
    margin: 30px 0px 0px 0px;
}

.sw_info_form .form-control,
.sw_account_card .form-control {
    border: 1px solid #d0d4dd;
    border-radius: 4px;
    height: calc(1.5em + 1rem + 5px);
    padding: .4rem 1rem;
}

.sw_info_form .control-label {
    text-transform: uppercase;
    font-size: 12px;
}

.sw_radio {
    position: absolute;
    opacity: 0;
}

.styled-checkbox:focus {
    outline: none;
}

.sw_radio+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px;
    padding-left: 30px;
}

.sw_radio+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #CFCFCF;
    margin-left: -30px;
}

.sw_radio:checked+label:before {
    border: 5px solid #DFB132;
}

.sw_radio:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.sw_radio:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.white_border_card .sw_radio_group {
    margin-bottom: 10px;
}

.white_border_card .sw_radio_group:last-child {
    margin-bottom: 0px;
}

.white_border_card .sw_radio+label {
    font-size: 12px;
}

.shops_region_card {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}

.sw_mobile_otp>input {
    /*width: 60px;*/
    margin: 0px 5px;
}

.btn_link {
    color: #DFB132;
    font-size: 14px;
    border: 0px;
    background: none;
}

.btn_link:hover {
    color: #DFB132;
}

.sw_modal .p2_modal-h4 {
    font-size: 18px;
    line-height: normal;
}

.sw_reserve_code {
    background: #F0F0F0;
    border: 1px dashed #aaa;
    font-size: 30px;
    padding: 10px 15px;
    text-align: center;
    min-width: 200px;
    border-radius: 10px;
    cursor: copy;
    display: inline-block;
}

.dashed_hr {
    border-top: 1px dashed #ccc;
    border-bottom: 0px;
}

.sw_reserve--input>input {
    padding: 15px 20px 15px 20px;
    border-radius: 4px;
    border: 1px solid #B4B9C9;
    height: 60px;
    text-align: left;
}

.sw_click_here {
    font-weight: bold;
    text-decoration: underline;
}

.sw_account_product {
    padding: 15px;
}

.sw_account_product--img {
    width: 30%;
    margin-right: 15px;
}

.sw_account_product--img>img {
    width: 100%;
}

.sw_account_product--desc {
    position: relative;
}

.sw_delete_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: 0px;
}

.sw_account_product--desc h3 {
    font-size: 16px;
}

.sw_account_product--desc p {
    font-size: 14px;
    color: #636363;
}

.btn_sm {
    padding: 8px 20px;
    min-width: 100px;
    font-size: 14px;
}

.sw_link {
    font-size: 16px;
    display: inline-block;
    color: #DFB132;
}

.sw_link:hover {
    text-decoration: none;
    color: #DFB132;
}

.sw_account_card h4,
.sw_account_plan h4 {
    font-size: 14px;
}

.sw_account_card h3,
.sw_account_plan h3 {
    font-size: 22px;
}

.sw_account_card--img {
    width: 25%;
}

.sw_account_plan {
    height: 100%;
}

.sw_renew_pack {
    padding: 15px 15px 20px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sw_renew_pack .btn {
    margin-top: auto;
}

.sw_renew_pack h4 {
    font-size: 14px;
    line-height: 1.5;
}

.sw_renew_pack--swiper {
    padding: 10px 10px 20px 10px;
    margin-left: -10px;
    margin-top: -10px;
}

.sw_renew_pack--swiper>.swiper-pagination-bullets {
    bottom: -5px;
}

.sw_renew_pack--swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #DFB132;
}

.sw_pack_usage h4 {
    font-size: 14px;
}

.sw_pack_usage--value {
    color: #DFB132;
}

.sw_pack_usage--value span {
    font-size: 12px;
}

.sw_pack_usage--bar .progress {
    height: 8px;
}

.sw_pack_usage--bar .progress .progress-bar {
    background: #DFB132;
}

.sw_pack_usage--wrap {
    max-height: 207px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sw_pack_usage--wrap .sw_pack_usage {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sw_pack_usage--wrap .sw_pack_usage:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sw_paymet_tab .nav-tabs {
    justify-content: space-between;
    border-color: #aaaaaa;
}

.sw_paymet_tab .nav-tabs .nav-link {
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #221E20;
    width: 33.33%;
    text-align: center;
}

.sw_paymet_tab .nav-tabs .nav-link.active {
    color: #DFB132;
    border-bottom: 3px solid #DFB132;
}

.sw_paymet_tab .tab-content>.tab-pane {
    padding: 30px 0px 10px 0px;
}

.sw_mainbalance h3 {
    font-size: 24px;
}

.sw_total {
    display: none !important;
}

.sw_total.active {
    display: flex !important
}

.sw_cross.active {
    text-decoration: line-through;
    color: #898989;
}

.billing_list li {
    border-radius: 10px;
    border: 1px solid #aaa;
    width: 80px;
    height: 80px;
    margin: 0px 5px;
    padding: 5px;
}

.sw_checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox:focus {
    outline: none;
}

.sw_checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px;
    padding-left: 30px;
}

.sw_checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CFCFCF;
    margin-left: -30px;
}

.sw_checkbox:checked+label:before {
    background: #DFB132;
    border: 1px solid #DFB132;
}

.sw_checkbox:checked+label:after {
    content: url(../images/supernet/check.svg);
    position: absolute;
    left: 3px;
    top: 0px;
}

.sw_checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.sw_checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.sw_modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}

.p2_modal .modal-dialog {
    max-width: 600px;
    top: 46%;
    transform: translate(0, -50%) !important;
}

.p2_modal .modal-content {
    border: 0px;
    position: relative;
}

.p2_modal .modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    z-index: 10;
}

.p2_modal .modal-body {
    padding: 30px 40px;
}

.p2_modal-h4 {
    font-size: 26px;
    color: #DFB132;
}

.p2_modal-p-lg {
    font-size: 16px;
}

.p2_modal-p-md,
.font-14 {
    font-size: 14px !important;
}

.p2_modal-p-md {
    line-height: 2;
}

.p2_modal-btns .btn {
    font-size: 14px;
    min-width: 116px;
}

.p2_modal .modal-body .control-label {
    text-transform: uppercase;
    font-size: 12px;
}

.p2_modal .modal-body .form-control {
    border: 1px solid #d0d4dd;
    border-radius: 4px;
    height: calc(1.5em + 1rem + 5px);
    padding: .4rem 1rem;
}

.custom_select {
    position: relative;
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.custom_select select::-ms-expand {
    display: none;
}

.custom_select::before {
    position: absolute;
    content: url(../images/supernet/down_arrow.svg);
    right: 12px;
    top: 12px;
    pointer-events: none;
}

.nrc_number {
    flex-wrap: wrap;
}

.nrc_number>div:nth-child(1) {
    width: 28%;
}

.nrc_number>div:nth-child(2) {
    width: 50%;
}

.nrc_number>div:nth-child(3) {
    width: 20%;
}

.nrc_number>div:last-child {
    width: 100%;
    margin-top: 2px;
}

.nrc_number .custom_select::before {
    right: 8px;
}

.white_border_card {
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 15px;
    background: #fff;
}

.white_border_card .control-label {
    color: #898989;
}

.white_border_card .form-group {
    margin-bottom: 10px;
}

.sw_renew_pack--swiper .swiper-wrapper {
    display: inline-flex;
    width: auto;
}

.sw_renew_pack--swiper .swiper-wrapper .swiper-slide,
.sw_produts--swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.sw_renew_pack--swiper .swiper-wrapper .swiper-slide .sw_renew_pack,
.sw_produts--swiper .swiper-wrapper .swiper-slide .sw_product {
    height: 100%;
}

.phonebook_input {
    position: relative;
}

.phonebook_input:before {
    position: absolute;
    content: url(../images/supernet/phonebook.svg);
    right: 10px;
    top: 12px;
}

.sw_noPlan img {
    width: 235px;
}

.red_link {
    color: #DFB132;
    text-decoration: underline;
}

.red_link:hover {
    color: #DFB132;
    text-decoration: underline;
}

.sw_expiry_alert {
    border-radius: 10px;
    padding: 20px;
    background: #FFDCDE;
}

.sw_expiry_alert--info h3 {
    color: #DFB132;
    font-size: 22px;
}

.mapwrap {
    border: solid 1px #ccc;
    width: 100%;
    height: 400px;
}

.redclr {
    color: red;
}


html {
    scroll-behavior: smooth;
}

.app_content {
    display: none;
}

.font_12 {
    font-size: 12px !important;
}

.dark_color {
    color: #221E20 !important;
}

.light_dark_color {
    color: #898989 !important;
}

.theme_color {
    color: #DFB132 !important;
}

/*27-01-2020*/

/* Terms and conditions starts */
.page-tc {}

.page-tc .inpagtxt1 {
    font-size: 15px;
    color: #888888;
}

.page-tc ol li {
    font-weight: bold;
}

.page-tc ol li span {
    margin-bottom: 10px;
    display: block;
}

.page-tc ol li p {
    font-weight: normal;
}

/* FAQ starts */

.page-faq #accordionExample .card {
    margin-bottom: 5px;
    -webkit-box-shadow: 1px -1px 2px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 1px -1px 2px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 1px -1px 2px 0px rgba(204, 204, 204, 0.5);
}

.page-faq #accordionExample .card-header {
    background: #fff;
    padding: 0px;
}

.page-faq #accordionExample .btn-link {
    color: #545454;
}

.page-faq #accordionExample .card-body {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.page-faq #accordionExample .btn-link {
    border: solid 0px red;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.page-faq #accordionExample .btn-link:hover {
    text-decoration: none;
}

.page-faq #accordionExample .cirdiv {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #BA64CA;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-faq #accordionExample .cirdiv span {
    color: #fff;
}

.page-faq #accordionExample .btn-link .inrgtdiv {
    padding: 0 10px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.page-faq #accordionExample .btn-link .inrgtdiv p {
    margin-bottom: 0px;
    color: red;
    line-height: 60px;
}

.sw_fcard_sec {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-bottom: 1.25rem;
}

.sw_fcard_sec h3 {
    font-size: 25px;
}

.snet-row-contsec {
    margin: 0px 20px;
    border-top: 1px dotted #ccc;
    text-align: center;
    padding-bottom: 20px;
}

.snet-row-contsec .snet-support-text {
    font-family: 'quicksand-bold';
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.snet-row-contsec .supernet-new-row {
    width: 100%;
}

.up-net-footer-sec {
    border-top: 1px dotted #ccc;
}

.swiper-container-horizontal .swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.sw_product--height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*27-01-2020*/

/*26-02-2021 st*/
.dashborad-popupsec {
    width: 100%;
    display: flex;
}

.dashborad-popupsec01 {
    width: 60%;
    padding-right: 20px;
}

.dashborad-popupsec02 {
    width: 43%;
    padding: 40px 0px;
    justify-items: center;
    justify-content: center;
}

.dashed_right_hr {
    border-right: 1px dashed #ccc;
    border-bottom: 0px;
}

.theme-list-items ul {
    width: 60%;
    margin: 0 auto;
    padding: 0px;
}

.theme-list-items ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
}

.theme-list-items ul li img {
    margin-right: 10px;
    float: left;
}

.theme-list-items span {
    font-family: 'Ooredoo-Heavy';
    font-size: 16px;
}

.p3_modal {
    margin: 0px;
    padding: 0px !important;
}

.p3_modal .modal-dialog {
    max-width: 56%;
    top: 46%;
    transform: translate(0, -50%) !important;
}

.p3_modal .dashborad-popupsec02 {
    width: 50%;
    padding: 40px 0px;
    justify-items: center;
    justify-content: center;
}

.p3_modal .modal-content {
    border: 0px;
    position: relative;
}

.p3_modal .modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    z-index: 10;
}

.p3_modal .modal-body {
    padding: 30px 40px;
}

.p3_modal-h4 {
    font-size: 26px;
    color: #DFB132;
}

.p3_modal-p-lg {
    font-size: 16px;
}

.p3_modal-p-md,
.font-14 {
    font-size: 14px !important;
}

.p3_modal-btns .btn {
    font-size: 14px;
    min-width: 116px;
}

.p3_modal .modal-body .control-label {
    text-transform: uppercase;
    font-size: 12px;
}

.p3_modal .modal-body .form-control {
    border: 1px solid #d0d4dd;
    border-radius: 30px;
    height: calc(1.5em + 1rem + 5px);
    padding: .4rem 1rem;
}

.theme-list-items01 ul {
    width: 80% !important;
    margin: 0 auto;
    padding: 0px;
}

.freedev-text span {
    font-size: 18px;
}

/*26-02-2021 end*/
.sw_produts--swiper.active .swiper-wrapper {
    justify-content: center;
}

.sw_chat,
a.sw_chat:not([href]):not([tabindex]) {
    position: fixed;
    top: 45%;
    right: -30px;
    z-index: 999;
    transform: rotate(-90deg);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    align-items: center;
}

.sw_chat:hover,
a.sw_chat:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sw_chat_container {
    bottom: 0px;
    right: 0px;
    max-width: 370px;
    padding: 25px;
    background-color: white;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.sw_chat_container .sw_close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0px;
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.sw_chat_container h4 {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: bolder;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .sw_product--img {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    .p3_modal .dashborad-popupsec02 {
        width: 100%;
        padding: 40px 0px;
        justify-items: center;
        justify-content: center;
    }

    .sw_container {
        margin: 40px 15px 30px 15px;
    }

    .sw_noPlan img {
        width: 184px;
    }

    .dashed_right_hr {
        border-right: 0px dashed #ccc;
    }

    .dashborad-popupsec {
        display: grid;
    }

    .dashborad-popupsec01 {
        width: 100%;
        padding-right: 0px;
    }

    .dashborad-popupsec02 {
        width: 100%;
        padding: 10px 0px;
        justify-items: center;
        justify-content: center;
    }

    .theme-list-items01 ul {
        width: 80% !important;
    }
}

@media (max-width: 991.98px) {
    .sw_heading_wrap .sw_primary_heading {
        font-size: 28px;
    }

    .sw_heading_wrap--icons li {
        padding: 0px 10px;
    }

    .sw_heading_wrap--icons li img {
        width: 80px;
    }

    .sw_product--img {
        width: 35%;
        margin-right: 15px;
    }

    .sw_product--desc>h3 {
        font-size: 18px;
    }

    .sw_product--desc>p {
        font-size: 13px;
    }

    .sw_noPlan img {
        width: 156px;
    }
}

@media (max-width:768px) {
    .sw_navbar {
        padding: 1rem 0rem;
    }

    .sw_modal .modal-content .modal-body {
        width: 100%;
    }
}

@media (max-width:767.98px) {
    .sw_web_view {
        display: none;
    }

    .sw_mobile_view {
        display: block;
    }

    .sw_heading_wrap {
        text-align: center;
    }

    .sw_heading_wrap--icons {
        justify-content: center;
        margin-top: 15px;
    }

    .sw_heading_wrap .sw_primary_heading {
        font-size: 26px;
    }

    .sw_product {
        padding: 15px 15px 20px 15px;
    }

    .sw_product--img {
        width: 30%;
    }

    .sw_product--img>img {
        width: 100%;
    }

    .sw_product--desc>h3 {
        font-size: 18px;
    }

    .sw_container {
        padding: 30px 20px;
        margin: 20px 15px 30px 15px;
    }

    .sw_location_wrap h3 {
        font-size: 20px;
    }

    .sm_flex_column {
        flex-direction: column-reverse;
        margin-bottom: 2rem !important;
    }

    .sw_account_plan {
        margin-bottom: 20px;
    }

    .sw_pack_usage--wrap {
        max-height: none;
    }

    .sw_noPlan img {
        width: 250px;
    }

    .sw_account_plan--btns {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sw_chat {
        border-radius: 50px;
        padding: 8px 15px;
        font-size: 12px;
        right: -23px;
    }
}

@media (max-width: 640px) {
    .sw_primary_heading {
        font-size: 26px;
    }

    .sw_heading_wrap .sw_primary_heading {
        font-size: 24px;
    }

    /*26-02-2021*/
    .theme-list-items ul {
        width: 90%;
    }

    .theme-list-items01 ul {
        width: 90% !important;
    }

    .p3_modal .p2_modal-p-lg {
        font-size: 14px;
    }

    .p3_modal .modal-body {
        padding: 30px 20px;
    }

    .p3_modal .modal-dialog {
        max-width: 100%;
        top: 60%;
        transform: translate(0, -50%) !important;
    }

    .p3_modal-p-lg {
        font-size: 14px !important;
    }

    .theme-list-items01 ul {
        font-size: 14px;
    }

    .theme-list-items span {
        font-size: 14px;
    }

    /*26-02-2021 end*/
}

@media (max-width: 575.98px) {
    .sw_product--desc>h3 {
        font-size: 16px;
    }

    .sw_product--desc>p,
    .sw_faq_links li a {
        font-size: 14px;
    }

    .sw_heading_wrap .sw_primary_heading {
        font-size: 22px;
    }

    .sw_container {
        padding: 20px 15px;
        margin: 20px 15px 20px 15px;
    }

    .sw_location_wrap h3 {
        font-size: 18px;
    }

    .sw_lead_text {
        font-size: 14px;
    }

    .sw_navbar {
        padding: 1.1rem 0rem;
    }

    .billing_list li {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .theme-list-items ul li {
        margin-bottom: 20px;
    }

    .theme-list-items ul {
        width: 100%;
    }

    .sw_heading_wrap .sw_primary_heading {
        font-size: 20px;
    }

    .sw_product {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sw_product--img {
        margin-right: 0px;
        margin-bottom: 15px;
        display: flex;
        align-items: flex-end;
        width: 140px;
    }

    .sw_banner--swiper .swiper-pagination {
        position: absolute;
    }

    .sw_navbar--logo img {
        height: 34px;
    }

    .sw_heading_wrap {
        padding: 20px 0px;
    }

    .sw_heading_wrap--icons li img {
        width: 60px;
    }

    .sw_faqs_list li a {
        padding: 0px 15px;
    }

    .sw_faqs_list li a img {
        height: 60px;
    }

    .sw_faqs_list h4 {
        font-size: 14px;
    }

    .sw_info_form {
        box-shadow: none;
        padding: 0px;
    }

    .white_border_card {
        padding: 10px;
    }

    .p2_modal .modal-dialog {
        margin: 1rem;
        top: 0px;
        transform: translate(0, 0) !important;
    }

    .p2_modal .modal-body {
        padding: 20px 15px;
        width: 100%;
    }

    .p2_modal-p-lg br {
        display: none;
    }
}

@media (max-width: 426px) {
    .sw_produts_wrap {
        padding: 30px 0px 30px 0px;
    }

    .sw_faqs_wrap {
        padding: 20px 0px 20px 0px;
    }

    .sw_location_wrap h3 {
        font-size: 16px;
    }

    .sw_location--input>input {
        height: 50px;
        padding: 15px 35px 15px 45px;
    }

    .sw_location--input>span {
        top: 15px;
    }

    .sw_location--input .map_icon {
        top: 10px;
    }

    .sw_faq_links li a {
        font-size: 12px;
        padding: 2px;
    }

    .sw_product_summary--desc h3,
    .sw_product_summary--desc p {
        font-size: 14px;
    }

    .sw_product_summary--amount h3 {
        font-size: 18px;
    }

    /*.sw_mobile_otp > input{width:50px;} */
    .btn_link {
        font-size: 14px;
    }

    .sw_reserve_code {
        font-size: 16px;
    }

    .sw_paymet_tab .nav-tabs .nav-link {
        padding: .5rem 0rem;
    }

    .sw_produts--swiper {
        padding: 10px;
        margin-left: -10px;
        margin-top: -10px;
    }

    .sw_expiry_alert {
        padding: 15px;
    }

    .p3_modal .modal-dialog {
        max-width: 100%;
        top: 50%;
        transform: translate(0, -50%) !important;
    }
}

@media (max-width: 360px) {
    .sw_navbar--logo img {
        height: 30px;
    }

    .sw_navbar {
        height: 60px;
    }

    .sw_main_wrapper {
        padding-top: 60px;
    }

    .sw_primary_heading {
        font-size: 22px;
    }

    .sw_paymet_tab .nav-tabs .nav-link {
        font-size: 12px;
    }

    .billing_list li {
        width: 40px;
        height: 40px;
    }

    /*26-02-2021 st*/
    .theme-list-items ul {
        width: 100%;
    }

    /*26-02-2021 end*/
    .sw_chat_container {
        padding: 25px 15px;
    }

    .sw_chat_container .btn {
        padding: 9px 15px;
    }
}