/* cairo font-family */

@font-face {
    font-family: "light";
    src: url(../fonts/Cairo/static/Cairo-ExtraLight.ttf);
}

@font-face {
    font-family: "bold";
    src: url(../fonts/Cairo/static/Cairo-Bold.ttf);
}

@font-face {
    font-family: "SemiBold";
    src: url(../fonts/Cairo/static/Cairo-SemiBold.ttf);
}

@font-face {
    font-family: "Reguler";
    src: url(../fonts/Cairo/static/Cairo-Regular.ttf);
}

@font-face {
    font-family: "Medium";
    src: url(../fonts/Cairo/static/Cairo-Medium.ttf);
}

/* Tajawal font-family */
@font-face {
    font-family: "Tbold";
    src: url(../fonts/Tajawal/Tajawal-Bold.ttf);
}

/* Cocon font-family */
@font-face {
    font-family: "CoconLight";
    src: url(../fonts/cocon/CoconLight.otf);
}

@font-face {
    font-family: "CoconBold";
    src: url(../fonts/cocon/CoconBold.otf);
}

/* Tajaval font-family */
@font-face {
    font-family: "NotohufiReguler";
    src: url(../fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: "NotohufiSemiBold";
    src: url(../fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-SemiBold.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-img {
    background-image: url(../images/bg-green.svg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}





body {
    transition: background-color 0.3s, color 0.3s;
    position: relative;
}




/* Light Mode */
.light-mode {
    background-color: #2f2f2f;
    color: #000000;
}

/* .light-mode .login-successfull-bottom,
.light-mode .form-inputs,
.light-mode .dropdown-menu,
.light-mode .form-content,
.light-mode .login-sucessfull-tick,
.light-mode .input-group,
.light-mode button {
    background-color: #ffffff;
    color: #000000;
} */

.light-mode .form-content .form-title {
    background: linear-gradient(#ff663a 40%, #f13811 100%);
}

.dark-mode .form-content .form-title {
    background: linear-gradient(#FF593D 40%, #F6342B 100%);
}

.dark-mode .form-content .form-title h1 {
    color: #000;
}

.light-mode .login-container,
.light-mode .login-success-full_tick {
    background-color: #ee5522;
    background-image: url(../images/background.svg);
background-attachment: fixed;
background-size: cover;
}

.light-mode .dropdown-content-two,
.light-mode .dropdow-head {
    background: #fff;
}

.dark-mode .dropdown-content-two {
    background: #666;
    color: white;
}

.dark-mode .login-container,
.dark-mode .login-success-full_tick {
    background-image: url(../images/two.png);
    background-attachment: fixed;
}

.dark-mode .form-content .input-group {
    background-color: #000000;
    color: #ffffff;
}


/* Dark Mode */
/* .dark-mode {
    background-color: #121212;
    color: #f9f9f9;
} */

.dark-mode .login-successfull-bottom,
.dark-mode .dropdown-menu,
.dark-mode .login-sucessfull-tick,
.dark-mode .form-inputs,
.dark-mode .form-content,
.dark-mode .login-sucessfull-tick .input-group,
.dark-mode .status-content .status_info,
.dark-mode .status-container .input-group,
.dark-mode .login-container .status-info-btn,
.dark-mode .apps-select_container {
    background-color: #000000;
    color: #fff;
}


.dark-mode .package-select-container .dark-light_mood,
.dark-mode .services-container .apps-content,
.dark-mode .services-network-excelence .apps-content,
.dark-mode .contact-us-details,
.dark-mode .apps-select_container .apps-content,
.dark-mode .apps-store_apps-container,
.dark-mode .package-select-container .apps-content,
.dark-mode .router-btn,
.dark-mode .package-price-menu {
    background-color: #000000;
    color: #fff;
}

.dark-mode .app-info button,
.dark-mode .network-excelence-banner .network-banner,
.dark-mode .apps-store_content,
.dark-mood .dropdown-content-two,
.dark-mode .router-btn .app-info button {
    background-color: #717171;
    color: white;
}

.dark-mode .services-content {
    background: #000;
    color: white;
}

.dark-mode .package-select-container .app-info .active-notifi .notifi-top,
.dark-mode .app-content-bottom,
.dark-mode .app-info .active-notifi .notifi-bottom {
    background-color: #4b4747;
    color: #fff;
}

.dark-mode .status-content .status_info h2,
.dark-mood .status-container .input-group h5 {
    color: white;
}

.dark-mode .dropdown-content-two li p {
    color: #fff;
}

.dark-mode .app-info .active-notifi .notifi-bottom {
    background-color: #4b4747;
    color: #fff;
}

.dark-mode .serrvice-center .dark-light_mood .status_info,
.dark-mode .serrvice-center .service-center-content,
.dark-mode .service-center-map {
    background-color: #000;
    color: #fff;
}

.dark-mode .serrvice-center .dark-light_mood .status_info h2 {
    color: #fff;
}

.dark-mode .app-content-bottom p {
    color: #fff;
}

.dark-mode .dark-mood {
    background-color: #000;
}

.dark-mode .dark-mood p {
    color: white;
}

.dark-mode .login-successfull-bottom .logoin-succ-teic .login-tick-one p,
.dark-mode .login-successfull-bottom .logoin-succ-teic .login-tick-two p {
    color: white;
}

.dark-mode .form-content .input-group input {
    background: transparent;
    color: #fff;
    border-left: 3px solid #F6342B;
    border-right: 3px solid #F6342B;
}

.light-mode .form-content .input-group input {
    background: #fdfdfd;
    border-left: 3px solid #F6342B;
    border-right: 3px solid #F6342B;
    color: #000;
}

.dark-mode .login-successfull-bottom .tick-info p {
    color: #000;
}

.toggle-container {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 32.5px;
    display: flex;
    align-items: center;
    width: 81px;
    border-radius: 125px;
    overflow: hidden;
    z-index: 9999;
}

.toggle-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    width: 82%;
}

.toggle-btn p {
    font-family: "SemiBold";
    color: #666;
    font-size: 15px;
}

.toggle-button {
    height: 18px;
    width: 34px;
    display: flex;
    align-items: center;
    position: relative;
    background: #ff6f6f;
    border-radius: 125px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.toggle-button.active {
    background: #ccc;
}

.toggle-circle {
    height: 13px;
    width: 13px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s ease;
}

.toggle-button.active .toggle-circle {
    left: calc(100% - 21px);
    /* Move circle to the right */
}


.login-toggle {
    background: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    transition: color 0.1s;
    transition: all .7s;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.mode-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    transition: color 0.1s;
    transition: all .7s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.mode-toggle i,
.login-toggle i {
    display: none;
}

body.dark-mode .toggle-container {
    background-image: url(../images/icon/other/dark.png);
    width: 81px;
    height: 33px;
    background-position: center;
    background-size: cover;
}

body.light-mode .toggle-container {
    background: #fff;
    background-image: url(../images/icon/other/light.png);
    width: 81px;
    height: 33px;
    background-position: center;
    background-size: cover;
}

body.dark-mode .mode-toggle {
    box-shadow: 1px 1px 50px 1px #fff;
    background-color: #fff;
    transform: translateX(50px) rotate(100deg);
}

body.light-mode .mode-toggle {
    box-shadow: 1px 1px 30px 1px #666;
    background-color: yellow;
    transform: translateX(0px);
}

/* div,
input,
button {
    transition: background-color 0.3s, color 0.3s;
}

input,
button {
    border-radius: 5px;
    font-size: 16px;
    outline: none;
} */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
}

.container {
    width: 100%;
}



/* header for Desktop css start */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0%;
    z-index: 999;
}

header nav {
    width: 100%;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

header nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    cursor: pointer;
}

.nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.nav-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease, background 0.3s ease;
}



header nav ul li img {
    height: 35px;
    width: auto;
    fill: #007DFC;
}

.nav-list.active .nav-img img {
    filter: brightness(0) invert(1);
}

header nav ul li a {
    color: black;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Tbold";
}

.nav-list.active {
    transform: translateY(-20px);
    animation: bounce 0.4s ease;
}

.nav-list.active .nav-item_one {
    background: linear-gradient(#81F623 40%, #37C91D 100%);
    border: 5px solid #fafafa;
}

.nav-list.active .nav-item_two {
    background: linear-gradient(#F7E200 40%, #FFAE00 100%);
    border: 5px solid #fafafa;
}

.nav-list.active .nav-item_three {
    background: linear-gradient(#33C9FF 40%, #018CD8 100%);
    border: 5px solid #fafafa;
}

.nav-list.active .nav-item_four {
    background: linear-gradient(#CD01F6 40%, #8B00A7 100%);
    border: 5px solid #fafafa;
}

.nav-list.active .nav-item_five {
    background: linear-gradient(#FF0000 40%, #C30606 100%);
    border: 5px solid #fafafa;
}

.nav-list.active .nav-item1 a {
    color: #37C91D;
}

.nav-list.active .nav-item2 a {
    color: #FFAE00;
}

.nav-list.active .nav-item3 a {
    color: #018CD8;
}

.nav-list.active .nav-item4 a {
    color: #8B00A7;
}

.nav-list.active .nav-item5 a {
    color: #C30606;
}

header nav ul li .nav-list {
    transition: transform 0.3s ease;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-40px);
    }
}


/* header for Desktop css end */


/* login form css */
.login-container {
    background-image: url(../images/background.svg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.login-form {
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
    flex-direction: column;
    padding-bottom: 400px;
}

.form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
    border-radius: 10px;
    background: #fff;
    margin-top: 7rem;
}

.form-content .form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 1rem 0;
}

.form-title h1 {
    color: white;
    font-size: 100px;
    font-family: "CoconBold";
}

.form-inputs {
    margin-top: 20px;
    width: 100%;
}

.form-inputs .input-group {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    justify-content: center;
}

.input-group .img {
    height: 45px;
    width: auto;
}

.input-group input {
    outline: none;
    border-top: 0;
    border-bottom: 0;
    width: 45%;
    padding: 1rem;
    height: 65px;
    margin: 1rem;
    font-size: 1.5rem;
    border-width: 4px;
    border-radius: 5px;
    text-align: end;
    font-family: "NotohufiReguler";
    cursor: auto;
}


.error-text {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */


}


.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

/* .input-group img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
} */

.password-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    left: 30px;
    top: 55%;
    transform: translateY(-55%);
    width: 10%;
    cursor: pointer;
    z-index: 2;
}

.input-group .toggle-password span img{
    height: 3px;
    width: auto;
}




.error-text .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 62px;
    border-radius: 5px;
    background-color: white;
    border-left: 4px solid #F6342B;
    border-right: 4px solid #F6342B;
    border-top: 0;
    border-bottom: 0;
    color: #E40000;
    font-size: 18px;
}

.form-inputs .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 0 52px 0;
}

.btn button {
    border: none;
    outline: none;
    height: 50px;
    width: 296px;
    border-radius: 91px;
    background: linear-gradient(#FF593D 40%, #F6342B 100%);
    color: white;
    font-size: 21px;
    transition: all .7s;
    font-family: "NotohufiSemiBold";
}

.btn button:hover {
    background: linear-gradient(#F6342B 40%, #FF593D 100%);
}

.btn1 {
    border: none;
    outline: none;
    height: 50px;
    width: 296px;
    border-radius: 91px;
    background: linear-gradient(#FF593D 40%, #F6342B 100%);
    color: white;
    font-size: 21px;
    transition: all .7s;
    font-family: "NotohufiSemiBold";
}


/* dropdown menu */
.dropdow-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 10px;
}

.dropdow-head img {
    height: 40px;
    width: auto;
    margin-right: 1rem;
}

.dropdow-head i {
    margin-left: 1rem;
}

.dropdown-menu {
    background: #fff;
    margin-top: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    z-index: 55;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown h4 {
    font-size: 2vw;
    font-family: "Reguler";
    font-weight: lighter;
}

.dropdown-toggle {
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: #FB4455;
    font-size: 25px;
    background: transparent;
}
.dropdown-toggle img{
    height: 14px;
    width: 24px;
    margin-left: .7rem;
}

.dropdown-content,
.dropdown-content-two {
    background-color: white;
    position: absolute;
    list-style: none;
    /* padding: 10px 0; */
    border-radius: 10px;
    width: 100%;
    opacity: 0;
    border-left: 3px solid #FCBA48;
    border-right: 3px solid #FCBA48;
    z-index: -1;
    display: block;
    overflow: hidden;
    height: 0;
    transform: scaleY(-60);
    transition: height 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
}

.dropdown-content-two {
    padding: 10px 0;
}

.dropdown-content-two.show {
    opacity: 1;
    transform: scaleY(1);
    z-index: 999;
}


.package-price-menu,
.package-menu-two,
.package-menu-three,
.package-menu-four,
.package-menu-five {
    /* overflow: hidden; */
    transition: height 0.4s linear, opacity 0.4s linear, transform 0.4s linear;
}


.dropdown-content>div,
.dropdown-content-two>div {
    display: flex;
    align-items: end;
    flex-direction: column;
    margin: auto;
    /* padding: 1rem 0; */
}

.dropdown-content li,
.dropdown-content-two li {
    /* padding: 8px 16px; */
    display: flex;
    column-gap: .5rem;
    height: 35px;
    /* padding-bottom: 1rem; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    transition: all .6s;
}

.dropdown-content li:hover,
.dropdown-content-two li:hover {
    background: transparent;
}

.dropdown-content li p,
.dropdown-content-two li p {
    font-size: 15px;
    color: #000;
    font-family: "NotohufiReguler";
}

.dropdown-content li img,
.dropdown-content-two li img {
    height: 24px;
    width: 26px;
}

.dropdown-content.show,
.dropdown-content-two.show {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    transition: height 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
    animation: animatedown .3s forwards;
}

.dropdown-menu_two {
    width: 100%;
    margin: 2rem 0;
}

/* .dropdown-menu_two .dropdown-content {
    z-index: 999;
} */

.rotate {
    transform: rotate(180deg);
    transition: transform 0.9s ease;

}

@keyframes animatedown {
    100% {
        opacity: 1;
        transform: translateY(10px);
    }

}

.package-menu-five .dropborder-bottomdown .dropdow-head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 1rem;
}






.login-success-full_tick {
    background-image: url(../images/sun-tornado\ \(4\)\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.login-tick-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-sucessfull-tick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FEF6F4;
    width: 100%;
    border-radius: 10px;
}

.login-sucessfull-tick img {
    height: 200px;
    width: 200px;
    margin: 1rem 0;
}

.login-sucessfull-tick .input-group {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background-color: #fff;
    margin-top: 35px;
}

.login-sucessfull-tick .input-group h5 {
    font-size: 32px;
    font-family: "CoconLight";
}

.red-color {
    color: #F6342B;
}

.login-sucessfull-tick .input-group span {
    height: 100px;
    background-color: #F6342B;
    border-left: 2px solid #F6342B;
    margin: 0 1rem;
    border-radius: 5px;
}


.login-successfull-bottom {
    background-color: #fff;
    margin-top: 10px;
    display: flex;
    width: 100%;
    height: 105px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    position: relative;
}

.logoin-succ-teic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.logoin-succ-teic span {
    height: 80%;
    width: 2px;
    background: #F6342B;
    border-radius: 15px;
    margin: 0 1rem;
}

.logoin-succ-teic .login-tick-one {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.login-tick-one p,
.login-tick-two p {
    font-size: 16px;
    text-align: justify;
    font-family: "bold";
}

.login-tick-two {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.login-tick-two>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-tick-one>div {
    display: flex;
    align-items: center;
    justify-content: center;

}

.tick-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #000;
    padding-bottom: .7rem;
}






/* status */

.status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 82px 20px;
    flex-direction: column;
}

.status-content {
    width: 100%;
}

.status-content .status_info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    height: 70px;
    padding: 1rem 0;
    gap: 6rem;
}

.status-content .status_info img {
    /* position: absolute; */
    height: 107px;
    width: auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.status-content .status_info h2 {
    font-size: 38px;
    font-family: "CoconLight";
    font-weight: 600;
    color: #4b4848;
}

.status-content .status_info span {
    height: 100%;
    width: 2px;
    background: #000;
}

/* status */

/* .login-tick-content .input-group span {
    height: 10px;
    background-color: #F6342B;
    border-left: 5px solid #F6342B;
    margin: 0 1rem;
    border-radius: 5px;
} */

.login-tick-content .input-group {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 10px;
}

.login-tick-content .input-group h5 {
    font-size: 32px;
    font-family: "NotohufiReguler";
}

.login-tick-content .input-group img {
    height: 40px;
    width: 40px;
    margin-left: 2rem;
}

.status-container .input-group {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background-color: #fff;
    margin-top: 35px;
    border-radius: 15px;
}

.status-container .input-group .img {
    height: 40px;
    width: 40px;
    margin-left: 2rem;
}

.status-container .input-group h5 {
    font-size: 36px;
    font-family: "CoconLight";
}

/* span {
    height: 40px;
    background-color: #F6342B;
    border-left: 3px solid #F6342B;
    margin: 0 2rem;
} */

.status-info {
    background-color: #fff;
    width: 100%;
    margin-top: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.status-info>div {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.status-info>div>div {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    border-bottom: 1px solid #000;
    padding-bottom: .7rem;
}

.status-info>div>div p {
    font-size: 30px;
}

.status-info>div>div img {
    height: 30px;
    width: 30px;
}



.status-info-btn {
    padding: 37px 0 95px 0;
    width: 100%;
    margin: 15px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
}

.status-container .status-info-btn {
    padding: 20px 0 20px 0;
    margin: 15px 0 10px 0;

}

.status-info-btn .btn {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.status-info-btn .btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.status-info-btn .btn button img {
    height: 25px;
    width: auto;
}

.status-info-btn .btn-one {
    background: linear-gradient(#BDFF41 35%, #45E500 100%);
}

.status-info-btn .btn-one:hover {
    background: linear-gradient(#45E500 35%, #BDFF41 100%);
}

.status-info-btn .btn-two {
    background: linear-gradient(#74F8FF 35%, #00CDD7 100%);
}


.status-info-btn .btn-two:hover {
    background: linear-gradient(#00CDD7 35%, #74F8FF 100%);
}

.status-info-btn .btn-three {
    background: linear-gradient(#FFEE00 35%, #FFB52B 100%);
}

.status-info-btn .btn-three:hover {
    background: linear-gradient(#FFB52B 35%, #FFEE00 100%);
}


.status-succ {
    height: 250px;
}

.status-succ .logoin-succ-teic>div {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
}




/* apps-select */
.apps-select_container {
    background-image: url(../images/three.png);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding: 66px 20px 100px 20px;
    background-attachment: fixed;

}

.apps-select_container .apps-content {
    margin-top: 5rem;
}

.app-store .apps-content {
    margin-top: 1rem;
}

.package-select-container {
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 200px 20px;
}

.package-select-container .app-info .active-notifi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.app-info .active-notifi .notifi-top {
    width: 100%;
    background: #fff;
    height: 100px;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.app-info .active-notifi .notifi-bottom {
    width: 100%;
    background: #fff;
    height: 100px;
    margin: 1rem 0;
    border-left: 2px solid #80E604;
    border-right: 2px solid #80E604;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-info .active-notifi h4 {
    font-family: "NotohufiReguler";
    font-size: 15px;
}

.apps-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #B9E4EF;
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
}

.apps-content .app-main-content img {
    height: 150px;
    width: 150px;
    margin: 25px 0;
}

.app-select-title {
    text-align: center;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4FC4FF 11%, #17A5FF 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.app-select-title h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: "SemiBold";
}

.app-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.app-info button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 60px;
    margin: 1rem 0;
    /* background: #fff; */
    border: none;
    border-radius: 5px;
    transition: all .6s;
    font-family: "Medium";
    color: #666;
}

.app-info button:hover {
    background: linear-gradient(#4FC4FF 11%, #17A5FF 100%);
    color: white;
}

.app-info button img {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.app-info button p {
    font-size: 21px;
    flex-basis: 90%;
}


.app-content-bottom {
    width: 100%;
    background: #fff;
    margin-top: 10px;
	padding:0 10px;
    border-left: 2px solid #ffae41;
    border-right: 2px solid #ffae41;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 75px;
    text-align: center;
    align-items: center;
    gap: .5rem;
}

.app-content-bottom img {
    height: 50px;
    width: 50px;
}

.app-content-bottom p {
    font-size: 15px;
    font-family: "SemiBold";
    color: #666;
}

/* application store */
.app-store-baner {
    background: #fff;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
}

.app-store-baner h2 {
    font-family: "CoconLight";
}

.app-store-baner .baner-icon img {
    height: 100px;
    width: 100px;
}

.apps-store-content {
    margin-top: 1rem;
}

.package-price-menu .app-select-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    gap: 1rem;
}

.package-price-menu .app-select-title img {
    height: 40px;
    width: auto;
}

.apps-store-btn {
    display: flex !important;
    flex-direction: row;
    gap: 1rem;
}

.apps-store-btn button {
    width: 100%;
    height: 44px;
}

.apps-store-btn button img {
    height: 33px;
    width: 33px;
}

.apps-store_apps-container {
    background: #D8EDFE;
    width: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    flex-direction: column;
    gap: .7rem;
}

.apps-store_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 5px;
}

.download-icon a img {
    height: 40px;
    width: 40px;
}

.apps-ison img {
    height: 60px;
    width: 60px;
}

.apps-title p {
    font-size: 16px;
    text-align: center;
    font-family: "Reguler";

}

.package-select-container .apps-content {
    background-color: #F9F2EF;
    padding-bottom: 2rem;
}

.package-select-container .apps-content .btn1 {
    margin: 1rem 0;
}

.package-select-container .app-select-title {
    background: linear-gradient(#bfff2a  0%, #94e226  100%);
}

.service-pouse .app-select-title {
    background: linear-gradient(#FFBD43 0%, #ff9631  100%);
}

.package-select-container .app-info button:hover {
    background: linear-gradient(#FFC250 11%, #FF6B2F 100%);
}

.pakackge-select {
    width: 100%;
}

.package-menu-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    border-left: 3px solid #FCBA48;
    border-right: 3px solid #FCBA48;
    border-radius: 10px;
    overflow: hidden;

}

.package-menu-title div {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 15px;


}

.package-menu-title div ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.package-menu-title div ul li {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    font-family: "CoconLight";
    font-weight: normal;
}







/* services */

.services-container {
    background-image: url(../images/five.png);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 2rem;
    background-attachment: fixed;
}

.status-content .status_info {
    margin-top: 1rem;
}

.services-network-excelence {
    background-image: url(../images/five.png);
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1.5rem 8rem 1.5rem;
    background-attachment: fixed;
}

.service-pouse {
    background-image: url(../images/bg-orange.svg);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding: 2rem 1.5rem 8rem 1.5rem
}

.services-network-excelence .app-select-title {
    background: linear-gradient(#8CE218, #69C71A);
}

.services-container .apps-content {
    background-color: #E4FCD5;
    margin-top: 2rem;
}

.services-network-excelence .apps-content {
    background-color: #E4FCD5;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.services-container .apps-content .app-select-title {
    background: linear-gradient(#8CE218, #69C71A);
}

.services-container .apps-content .app-info button:hover {
    background: linear-gradient(#8CE218 11%, #8CE218 100%);
}


.service-stopped {
    background-image: url(../images/bg-red.svg);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding: 2rem 1.5rem 8rem 1.5rem
}

.service-stopped .apps-content {
    background: #FEE0E0;
    padding-bottom: 29px;
}

.service-stopped .app-select-title {
    background: linear-gradient(#FF593D 40%, #F6342B 100%);
}

.service-stopped .apps-content .btn {
    margin-top: 2rem;
}


.service-center-container {
    background-image: url(../images/four.png);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1.5rem 8rem 1.5rem;
    background-attachment: fixed;
}

.service-center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    margin-top: 1rem;
    border-radius: 10px;
    height: 106px;
    flex-direction: column;
    padding: 1rem;
}

.service-center-content .service-centr-loction {
    display: flex;
    align-items: center;
    justify-content: end;
}

.center-loaction {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.center-loaction .loaction-one,
.center-loaction .loaction-two {
    flex-basis: 50%;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    gap: .7rem;
}

.service-center-content .loaction-three {
    flex-basis: 100%;
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: .7rem;
}

.service-centr-loction p {
    font-size: 16px;
    font-family: "Reguler";
}

.service-center-map {
    width: 100%;
    background: #F0F0F0;
    height: 400px;
    border-radius: 10px;
    margin-top: 1rem;
}


.network-excelence-banner {
    width: 100%;
}

.network-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    gap: 2rem;
    padding: 1rem 0;
}

.network-banner img {
    height: 38px;
    width: 38px;
}

.network-banner h3 {
    font-size: 21px;
    font-family: "Medium";
}

.services-container .apps-store-content {
    padding-bottom: 1rem;
}

.services-content {
    display: flex;
    justify-content: center;
    background: #fff;
    width: 100%;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1.2rem 0;
    height: 192px;
    overflow: hidden;
    padding-left: .5rem;
}

.services-content .services-info {
    flex-basis: 50%;
    text-align: end;
}

.services-content .services-info ul {
    list-style: disc;
    flex-direction: row-reverse;
    position: relative;
}

.services-content .services-info ul li {
    font-size: 14px;
    font-family: "Medium";
    position: relative;
}

.services-content .services-info ul li::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #000;
    text-align: justify;
    top: .8rem;
    right: -.8rem;

}

.services-content .service-img {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1px;
}

.services-content .service-img img {
    /* height: 120px; */
    width: auto;
}

.services-content .service-img button {
    position: absolute;
    right: 0;
    bottom: -1.3rem;
    height: 37px;
    width: 151px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    color: #fff;
    font-family: "SemiBold";
}

.services-network-excelence .apps-content .app-info button:hover {
    background: linear-gradient(#8CE218 11%, #8CE218 100%);
}

.internet-tools .services-content .service-img {
    display: flex;
    align-items: center;
}

.internet-tools .services-content .service-img img {
    height: 120px;
    width: 120px;
}








.router-btn {
    display: flex;
    flex-direction: column;
    background: #f5f0f0;
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
}

.router-btn .app-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    width: 100%;
    gap: 1rem;
}

.router-btn .app-info button {
    width: 100%;
    background: #fff;
}

.package-price-menu,
.package-menu-two,
.package-menu-three,
.package-menu-four,
.package-menu-five {
    background: #f0eded;
    width: 100%;
    padding: 0 1rem;
    border-radius: 1rem;
    margin: 1rem 0;
}


.internet-tools-img {
    margin-top: 2rem;
}


/* contact us page */
.contact-us .status-content {
    margin-top: 1rem;
}

.contact-us-content .network-excelence-banner .network-banner {
    background: linear-gradient(#A2F731, #81DA18);
    margin-bottom: 1rem;
    border-radius: 10px;
}

.contact-us-content .network-excelence-banner .network-banner h3 {
    color: #fff;
}

.contact-us-details {
    display: flex;
    justify-content: center;
    align-items: self-start;
    background: #fff;
    margin: 1rem 0;
    border-radius: 1rem;
    gap: 1rem;
    padding: 1rem 0;
}

.contact-us-details span {
    height: 150px;
    background: #000;
    width: 2px;
}

.contact-us-details .left-details,
.contact-us-details .right-details {
    /* flex-basis: 40%; */
    width: 100%;
}

.contact-us-details .left-details {
    display: flex;
    justify-content: end;
    /* align-items: end; */
}

.left-details ul li {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    gap: 1rem;
    text-align: end;
    justify-content: end;
}

.left-details ul li p {
    font-family: "SemiBold";
}

.contact-us-details .right-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.right-details .right-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.right-details .right-info .right-m-name h2 {
    font-family: "CoconLight";
    font-size: 34px;
    margin: .1rem 0;
}

.right-details .right-info img {
    height: 80px;
    width: 80px;
}

.right-details .right-info .right-m-name p {
    font-family: "Medium";
    font-size: 14px;
}

.right-details .btn button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.right-details .btn button {
    height: 33px;
    width: 150px;
    border-radius: 5px;
    background: linear-gradient(#A2F731, #5EBB00);
}

.right-details .btn button p {
    color: white;
    font-family: "Medium";
    font-size: 1rem;
}

.right-details .btn button img {
    height: 22px;
    width: 22px;
}

.serrvice-center .status-content {
    margin-top: 2rem;
}





@media (max-width:768px) {
    header {
        height: 90px;
    }

    header nav ul li {
        width: 65px;
        height: 65px;
    }

    header nav ul li img {
        height: 24px;
        width: auto;
    }

    header nav ul li a {
        font-size: 16px;
    }



    .package-menu-title div ul li {
        font-size: 3vw;
    }



    /* input sorm */


    .input-group .img {
        height: 45px;
    }

    .input-group input {
        width: 100%;
        padding: 1rem;
        height: 45px;
        margin: 1rem;
        font-size: 1rem;
    }


    .login-form {
        display: flex;
        justify-content: center;
        padding: 0 20px;
        flex-direction: column;
        padding-bottom: 470px;
    }


    .form-content {
        margin-top: 70px;
        background: #FDF4F2;
        padding: 0 1rem 1rem 1rem;
    }

    .form-content .form-title {
        height: 110px;
    }

    .dropdown-content-two li p {
        font-size: 3vw;
    }




    /* login sucessfull */


    .login-sucessfull-tick .input-group h5 {
        font-size: 25px;
    }


    .login-successfull-bottom {
        gap: 2rem;
    }

    .login-successfull-bottom>div {
        display: flex;
        align-items: center;
        gap: 0rem;
    }

    .login-successfull-bottom>div img {
        height: 25px;
        width: 25px;
    }

    .login-successfull-bottom>div p {
        font-size: 20px;
    }


    .status-content .status_info h2 {
        font-size: 30px;
    }



    .status-content .status_info {
        justify-content: center;
        height: 70px;
        padding: 1rem 0;
        gap: 3rem;
    }

    .status-content .status_info img {
        height: 100px;
        width: auto;
    }

    .status-info>div>div p {
        font-size: 16px;
    }



    .app-info button {
        margin: .7rem 0;
    }

    .app-info button p {
        flex-basis: 80%;
    }

    .app-store-baner .baner-icon {
        right: 10%;
        top: -25%;
    }

    .apps-store-btn button img {
        margin-right: 1rem;
    }

    .package-menu-five .dropdown h4 {
        font-size: 4vw;
    }

    .dropdown h4 {
        font-size: 6vw;
        font-weight: lighter;
    }

    .app-info button {
        height: 50px;
        padding: 0 .5rem;
    }

}


@media (max-width:600px) {
    .internet-tools .apps-store-content .apps-store-btn button p {
        font-size: 18px;
    }

    /* .internet-tools .services-content .services-info ul li{
        font-size: 13px;
    } */
}


@media (max-width:550px) {
    .dropdown-content li p {
        font-size: 3vw;
    }


    .status-content .status_info h2 {
        font-size: 27px;
    }



    .status-content .status_info {
        justify-content: center;
        height: 70px;
        padding: 1rem 0;
        gap: 3rem;
    }

    .status-content .status_info img {
        height: 90px;
        width: auto;
    }

    .status-container .input-group h5 {
        font-size: 26px;
    }

    .package-menu-five .dropdown h4 {
        font-size: 3.5vw;
    }

    .package-menu-title div ul li {
        font-size: 3.5vw;
    }

    .dropdown-content-two li p {
        font-size: 2.5vw;
    }

}



@media (max-width:500px) {
    .status-content .status_info h2 {
        font-size: 27px;
    }

    .status-container .input-group h5 {
        font-size: 26px;
    }

    .status-content .status_info img {
        height: 90px;
    }

    .login-successfull-bottom>div p {
        font-size: 14px;
    }

    .internet-tools .apps-store-content .apps-store-btn button p {
        font-size: 16px;
    }


    .app-info button {
        margin: .7rem 0;
    }

    .app-info button img {
        height: 50px;
        width: 50px;
    }

    .app-info button p {
        flex-basis: 70%;
    }

    .app-store-baner .baner-icon img {
        height: 70px;
        width: 70px;
    }

    .app-store-baner .baner-icon {
        right: 10%;
        top: -20%;
    }

    .app-store-baner {
        background: #fff;
        width: 100%;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 90px;
    }

    .apps-store-btn {
        display: flex !important;
        flex-direction: row;
        gap: 1rem;
    }

    .apps-store-btn button {
        width: 100%;
        height: 44px;
    }

    .apps-store-btn button img {
        height: 33px;
        width: 33px;
    }

    .dropdown-content li p {
        font-size: 3vw;
    }

    .nav-img {
        width: 50px;
        height: 50px;
    }

    .services-container .app-info button p {
        font-size: 16px;
    }

    .services-content .services-info ul li {
        font-size: 12px;
    }

    .package-menu-title div ul li {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .toggle-password {
        left: 30px;
    }

    .toggle-password i {
        font-size: 0.9rem;
    }
}


@media (max-width:440px) {

    header nav ul li a {
        font-size: 12px;
    }

    .dropdown-content li p {
        font-size: 3.5vw;
    }

    .form-title h1 {
        color: white;
        font-size: 75px;
    }

    .form-content .form-title {
        height: 90px;
    }

    .login-sucessfull-tick .input-group h5 {
        font-size: 20px;
    }

    .status-container .input-group h5 {
        font-size: 6vw;
        font-weight: lighter;
    }

    .status-content .status_info img {
        height: 90px;
        margin-top: 1.4rem;
    }

    .login-tick-content .input-group img {
        height: 30px;
        width: 30px;
        margin-left: 1rem;
    }

    .apps-store-btn {
        display: flex !important;
        flex-direction: row;
        gap: 1rem;
    }

    .apps-store-btn button {
        width: 100%;
        height: 44px;
    }

    .apps-store-btn button p {
        font-size: 16px;
    }

    .apps-store-btn button img {
        height: 30px;
        width: 30px;
        margin-right: .7rem;
    }



    .download-icon a img {
        height: 30px;
        width: 30px;
    }

    .apps-ison img {
        height: 45px;
        width: 45px;
    }

    .apps-title p {
        font-size: 14px;
    }

    .status-content .status_info h2 {
        font-size: 7vw;
        letter-spacing: 1.6px;
    }

    .input-group input {

        font-size: 1rem;
    }

    .toggle-btn {
        width: 82%;
    }

    .services-content .services-info ul li {
        font-size: 13.5px;
    }

    .internet-tools .apps-store-content .apps-store-btn button p {
        font-size: 13px;
    }

    .services-content .service-img img {
        height: 150px;
    }


    .app-info .active-notifi h4 {
        font-size: 15px;
    }

    .status-content .status_info {
        gap: .5rem;
    }


    .tick-info {
        gap: .3rem;
        text-align: center;
    }

    .services-content {
        height: 220px;
    }


    .apps-store_content {
        height: 90px;
    }


    .apps-select_container {
        height: auto;
    }

    .app-info button p {
        font-size: 3.9vw;
    }

    .app-select-title h3 {
        font-size: 5.3vw;
    }

    .contact-us-content .network-excelence-banner .network-banner {

        height: 60px;
    }

    .contact-us .app-content-bottom img {
        height: 40px;
        width: 40px;
    }

    .contact-us .right-info img {
        height: 50px;
        width: 50px;
    }

    .right-details .right-info .right-m-name h2 {
        font-size: 30px;
    }

    .right-details .right-info .right-m-name p {
        font-size: 14px;
    }

    .left-details ul li p {
        font-size: 13px;
    }

    .serrvice-center .service-centr-loction p {
        font-size: 3vw;
    }

    .login-successfull-bottom>div p {
        font-size: 4vw;
        font-weight: normal;
    }

    .hotspot-package .app-select-title h3 {
        font-size: 4.6vw;
    }

    .hotspot-package .app-info button p {
        font-size: 3.4vw;
    }

    .dropdown-content-two li p {
        font-size: 2.9vw;
    }

    .services-network-excelence {
        padding: 2rem 1rem 8rem 1rem;
    }


    /* .toggle-password {
        left: 15%;
        top: 32.5%;
        margin-left: 0%;
    } */
}



@media (max-width:400px) {
    .login-successfull-bottom {
        padding: 0 1rem;
    }

    .login-successfull-bottom>div p {
        font-size: 3.5vw;
        /* width: 100%; */
    }

    .login-successfull-bottom>div img {
        height: 20px;
        width: 20px;
    }

    /* .dropdown-content li p {
        font-size: 3.5vw;
    } */

    .apps-select_container .app-info button p {
        font-size: 4.4vw;
    }

    .app-info button img {
        height: 30px;
        width: 30px;
    }

    .app-info button p {
        font-size: 24px;
        flex-basis: 70%;
    }


    .app-content-bottom img {
        height: 40px;
        width: 40px;
    }

    .app-store-baner .baner-icon img {
        height: 60px;
        width: 60px;
    }

    .app-store-baner .baner-icon {
        right: 7%;
        top: -20%;
    }

    .apps-store-btn button img {
        height: 30px;
        width: 30px;
        margin-right: .7rem;
    }

    .router-package .app-info button p {
        font-size: 4vw;
    }

    .hotspot-package .app-info button p {
        font-size: 3.3vw;
    }

    .hotspot-package .app-select-title h3 {
        font-size: 4.6vw;
    }

    .services-network-excelence .apps-store-btn button p {
        font-size: 3.4vw;
    }

    .services-content .service-img img {
        height: 140px;
    }

    .services-network-excelence {
        padding: 2rem 1.5rem 8rem 1.5rem;
    }

    .internet-tools .services-content .service-img img {
        height: 9rem;
        width: 9rem;
    }

    .package-menu-title div ul li {
        font-size: 4.4vw;
    }



    .download-icon a img {
        height: 25px;
        width: 25px;
    }

    .apps-ison img {
        height: 60px;
        width: 60px;
    }

    .status-content .status_info {
        justify-content: center;
        height: 70px;
        padding: 1rem 0;
    }

    .status-content .status_info h2 {
        font-size: 24px;
    }

    /* .status-content .status_info img {
        height: 90px;
    } */

    .apps-title p {
        font-size: 16px;
    }

    .app-select-title h3 {
        font-size: 5vw;
    }

    .app-store-baner {
        height: 70px;
    }

    .app-info .active-notifi h4 {
        font-size: 15px;
    }


    .dropdow-head img {
        height: 40px;
    }


    .dropdown-content-two li p {
        font-size: 2.8vw;
    }

    .dropdown-content-two li img {
        height: 20px;
        width: 20px;
    }


    .btn1 {
        height: 50px;
        width: 236px;
        font-size: 18px;
    }


    .btn button {
        height: 40px;
        width: 200px;
        font-size: 12px;
    }

    .btn button img {
        height: 10px;
        width: 10px;
    }

    .services-content {
        height: 240px;
    }

    .internet-tools .apps-store-content .apps-store-btn button p {
        font-size: 12px;
    }

    .left-details ul li p {
        font-size: 13px;
    }

    .contact-us-content .network-excelence-banner .network-banner {
        height: 50px;
    }

    .right-details .btn button {
        height: 30px;
        width: 130px;
    }

    .contact-us .status-content .status_info h2 {
        font-size: 20px;
    }

    .right-details .right-info .right-m-name p {
        font-size: 12px;
    }

    .internet-tools .services-content .services-info ul li {
        font-size: 3.3vw;
    }

    .form-inputs .btn {
        margin: 23px 0 12px 0;
    }

    .form-inputs {
        margin-top: 10px;
    }


    /* .toggle-password {
        left: 18%;
        top: 33.5%;
        margin-left: 0%;
    } */
}

@media (max-width:390px) {
    .services-network-excelence .apps-store-btn button p {
        font-size: 3vw;
    }
    .toggle-btn {
        width: 78%;
    }
}

@media (max-width:370px) {
    .login-successfull-bottom>div p {
        font-size: 3.4vw;
    }

    .hotspot-package .app-info button p {
        font-size: 3.1vw;
    }

    .router-package .app-info button p {
        font-size: 3.8vw;
    }


    .btn1 {
        font-size: 16px;
    }

    .dropdown-content li p {
        font-size: 10px;
    }

    .app-store-baner .baner-icon img {
        height: 50px;
        width: 50px;
    }

    .app-store-baner .baner-icon {
        right: 7%;
        top: -7%;
    }

    .apps-title p {
        font-size: 12px;
    }

    .dropdown h4 {
        font-size: 6vw;
    }

    .dropdown-content li p {
        font-size: 3.5vw;
    }

    .app-store-baner .baner-icon {
        right: 7%;
        top: -20%;
    }

    .services-container .app-info button p {
        font-size: 16px;
    }

    .status-content .status_info img {
        height: 90px;
        margin-top: 1.5rem;
    }

    .internet-tools .apps-store-content .apps-store-btn button p {
        font-size: 10px;
    }

    .services-content .services-info ul li {
        font-size: 3.5vw;
    }

    .services-content .service-img img {
        height: 125px;
    }

    .internet-tools .services-content {
        height: 280px;
    }

}


@media (max-width:350px) {
    .download-icon a img {
        height: 20px;
        width: 20px;
    }
    .toggle-btn {
        width: 76%;
    }

    .router-package .app-info button p {
        font-size: 3.3vw;
    }

    .hotspot-package .app-info button p {
        font-size: 2.8vw;
    }

    .apps-ison img {
        height: 30px;
        width: 30px;
    }

    .apps-title p {
        font-size: 10px;
    }

    .login-sucessfull-tick .input-group h5 {
        font-size: 20px;
    }

    .login-successfull-bottom>div p {
        font-size: 3.3vw;
    }

    .status-content .status_info img {
        height: 80px;
    }

    .status-container .input-group h5 {
        font-size: 16px;
    }

    .dropdown-content-two li p {
        font-size: 2.6vw;
    }

    .left-details ul li p {
        font-size: 11px;
    }

    .services-content .services-info ul li {
        font-size: 3.2vw;
    }

    .services-content .service-img img {
        height: 115px;
    }

    .services-content {
        height: 220px;
    }

    .internet-tools .services-content {
        height: 280px;
    }

    .services-network-excelence .apps-store-btn button p {
        font-size: 2.6vw;
    }

    .dropdown-content li p {
        font-size: 3vw;
    }
}