/*

main colors : 

black : #1B1B2F
pink : #E43F5A 
blue : #1F4068
dark navy : #162447

*/

@font-face {
    font-family: chan;
    src: url('fonts/chan/Changa-SemiBold.ttf');
}

@font-face {
    font-family: chan2;
    src: url('fonts/chan/Changa-Medium.ttf');
}

@font-face {
    font-family: ub;
    src: url('fonts/ub/Ubuntu-Medium.ttf');
}

@font-face {
    font-family: os;
    src: url('fonts/os/Oswald-Regular.ttf');
}

@font-face {
    font-family: Tajawal;
    src: url('fonts/taj/Tajawal-Regular.ttf');
}

@font-face {
    font-family: pop;
    src: url('fonts/pop/Poppins-Medium.ttf');
}

@font-face {
    font-family: popreg;
    src: url('fonts/pop/Poppins-Regular.ttf');
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "chan2", sans-serif, Arial, Helvetica;
    background-color: #fff;
    overflow: hidden;
}

a {
    color: #303030;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    color: #303030;
}

ul {
    padding: 0px !important;
    margin: 0px;
    list-style-type: none;
}

header {
    background-color: #fff;
    position: fixed;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-image: url("../main/ww.webp");
    top: 0px;
    padding: 12px;
}

.mainheader {
    display: flex;
    justify-content: space-between;
    padding-left: 9vw;
    padding-right: 9vw;
}

.mainheader img {
    height: auto;
    width: 220px;
}

.mainheader li {
    display: inline;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    direction: rtl;
}

.mainheader ul {
    margin-top: 17px;
}

.mainheader li i {
    margin-right: 4px;
    font-size: 9px;
}

.mainheader a {
    color: #0e3c59;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'chan2';
}

#studentzone {
    background-color: #064062;
    padding: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    border-radius: 2px;
}

#enroll {
    background-color: #78cbc5;
    padding: 6px;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.3s;
    text-transform: uppercase;
}

#enroll:hover {
    background-color: #5ae6dc;
}

#studentzone:hover {
    background-color: #125f8b;
}

.showhiddennav {
    position: absolute;
    width: 300px;
    z-index: 999999999999999999999999;
    background-color: #fff;
    border: 1px solid #eaeaea;
    top: 80px;
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.showhiddennav ul {
    margin: 0px;
    padding: 13px !important;
}

.showhiddennav li {
    display: block;
    margin: 0px;
    padding: 0px;
    direction: rtl;
}

.showhiddennav a {
    line-height: 53px;
    color: #454545;
    text-transform: capitalize;
    font-family: 'chan2';
    font-size: 14px;
}

.showhiddennav a:hover {
    color: #0b3e5f;
}

.showhiddennav span {
    color: #c71b1b;
    font-size: 9px;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}

.thewholediv {
    padding-top: 77px;
    margin-bottom: -7px;
}

header {
    z-index: 9999999;
}

.firstline {
    width: 100vw;
    height: calc(100vh - 77px);
    overflow: hidden;
}

.formsend {
    position: absolute;
    z-index: 999999;
background-color: white;
box-shadow: 0px 0px 6px 1px #66666652;
    color: white;
    padding: 30px;
    border-radius: 8px;
    top: 59px;
    right: 9vw;
    width: 420px;
    font-family: 'chan2';
    direction: rtl;
}

.formsend label {
    font-size: 12px;
    margin-bottom: 2px;
}

.formsend .form-group {
    margin-bottom: 11px;
}

.formsend .btnsend {
    background-color: #78cbc5;
    font-size: 16px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 18px;
    text-align: center;
    border-radius: 1px;
}

.formsend input {
font-size: 13px;
border: 0px solid #ededed;
background-color: #f4f4f4;
box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.formsend select {
font-size: 13px;
border: 0px solid #ededed;
background-color: #f4f4f4;
box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.formsend h1 {
text-align: center;
text-transform: uppercase;
color: #50c1b8;
border-bottom: 3px solid #50c1b8;
padding-bottom: 4px;
}

.formsend p {
    text-align: center;
color: #777;
    font-size: 12px;
    margin-bottom: 23px;
}

.firstline .carousel-item img {
    -webkit-animation: zoomin 28s infinite;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}

.firstline .carousel-caption {
    position: absolute;
    top: 30vh;
    left: 10vw;
    width: 45vw;
    display: grid !important;
    height: 45vh;
}

.firstline .carousel-caption h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'chan2';
    margin-bottom: 30px;
    color: #55e0d6;
}

.firstline .carousel-caption h3 span {
    color: #fff;
}

.firstline .carousel-caption h5 {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
    color: #cecece;
    margin-bottom: 20px;
}

.firstline .carousel-caption a {
    width: 235px;
    font-size: 14px;
    height: 31px;
    padding-top: 6px;
    color: #78cbc5;
    text-align: left;
    transition: 0.3s;
}

.firstline .carousel-caption a i {
    font-size: 8px;
    margin-right: 10px;
    position: relative;
    bottom: 1px;
    right: 0px;
    transition: 0.3s;
}

.firstline .carousel-caption a:hover i {
    margin-right: 18px;
    right: 3px;
}

.contsicons {
    margin-top: 21px;
    display: flex;
    justify-content: center;
}

.contsicons li {}

.contsicons li a {
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.contsicons li a:hover {
    color: #78cbc5;
}

.secondline {
    padding-top: 100px;
}

.titlediv {
    color: #43cfc4;
    text-align: center;
    text-transform: uppercase;
    font-family: 'chan2';
}

.titledivs {
    width: 39px;
    height: 4px;
    display: block;
    background-color: #43cfc4;
    text-align: center;
    justify-self: center;
    border-radius: 6px;
    margin-top: 2px;
    margin-bottom: 50px;
}

.btnplay,
.photoclick {
    background-color: #43cfc4;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 15px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: 0.3s;
    display: block;
    justify-self: center;
    cursor: pointer;
}

.btnplay:hover,
.photoclick:hover {
    background-color: #3eb9af;
}

.secondline .item .card-subtitle {
    font-size: 10px;
    font-family: 'pop';
}

.secondline .item .card-title {
    color: #064062;
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'chan2';
}

.showshare {
    text-align: center;
}

.showshare a {
    color: #064062;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.showshare a:hover {
    color: #5ae6dc;
}

.secondline .item .card-body .inplay {
    display: grid;
    position: relative;
    bottom: 47px;
}

.secondline .item .card {
    height: 344px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 1px #b0b0b052;
    overflow: hidden;
}

.outimg {
    width: 100%;
    height: 31vh;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}

.outimg img {
    transition: 0.4s;
    height: 100%;
}

.secondline .card video {
    height: 221px;
    width: 100%;
    object-fit: cover;
}

.secondline .card .outvid {
    width: 100%;
    height: 31vh;
    overflow: hidden;
    display: none;
}

.outimg:hover img {
    transform: scale(1.1);
}

.owl-dots {
    display: none !important;
}

.owl-prev {
    position: absolute;
    top: -6vh;
    left: -12px;
}

.owl-next {
    position: absolute;
    top: -6vh;
    right: -12px;
}

.owl-nav i {
    padding: 4px !important;
    color: #43cfc4;
    border-radius: 46px;
    height: 30px;
    width: 30px;
}

.owl-nav button:hover {
    background-color: #fff !important;
    color: #43cfc4 !important;
}

.inplay {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 41%;
}

.inshare {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.showshare {
    opacity: 0;
    transition: 0.4s;
}

.inshare span:hover .showshare {
    opacity: 1;
}

.inshare span:hover .shric {
    left: 3px;
}

.shric {
    color: #55e0d6;
    transition: 0.4s;
    position: relative;
    top: 4px;
    margin-left: 17px;
    left: 0px;
}

.inshare span {
    cursor: pointer;
    transition: 0.4s;
    display: flex;
}

.showfullimage {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999999999999;
    background-color: #111111b5;
    display: none;
    overflow-y: auto;
}

.showfullimage img {
    width: 80vw;
    height: auto;
    justify-self: center;
    transform: scale(0.1);
    transition: 0.2s;
}

.closeimage {
    text-align: center;
    width: 100vw;
    justify-self: center;
    position: relative;
    height: 16vw;
}

.closeimage i {
    cursor: pointer;
    color: #acb4b4;
    font-size: 25px;
    position: absolute;
    bottom: 10px;
}

.graywall {
    padding: 6%;
    background-color: #f0f0f0;
    padding-top: 4%;
}

.titlediv1 {
    color: #454545;
    text-align: center;
    text-transform: uppercase;
}

.titledivs1 {
    width: 39px;
    height: 4px;
    display: block;
    background-color: #454545;
    text-align: center;
    justify-self: center;
    border-radius: 6px;
    margin-top: 2px;
}

.cardgray {
    box-shadow: 0px 0px 7px 1px #b0b0b052;
    overflow: hidden;
}

.cardgray img {
    transition: 0.4s;
    width: 100%;
}

.cardgray:hover img {
    transform: scale(1.1);
}

.cardgray .card-title {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    font-family: 'chan2';
    direction: rtl;
}

.cardgray p {
    font-size: 13px;
    color: #4E4E4E;
    text-align: justify;
    text-align: right;
    direction: rtl;
}

.cardgray .card-body {
    height: 170px;
    overflow: hidden;
}

.cardgray .card-body a {
    text-transform: capitalize;
    margin-left: 10px;
    color: #43cfc4;
    text-decoration: underline;
}

.cardgray .card-body i {
    color: #43cfc4;
    font-size: 9px;
    position: relative;
    transition: 0.3s;
    bottom: 1px;
    left: 0px;
    opacity: 0;
}

.cardgray .card-body span {
    cursor: pointer;
}

.cardgray .card-body span:hover i {
    left: 6px;
    opacity: 1;
}

.para {
    padding-top: 0%;
    padding-bottom: 4%;
    text-align: right;
    padding-right: 2%;
    padding-left: 40vw;
}

.inplatforms {
    padding: 50px;
    height: 450px;
}

.titlediv1x {
    text-align: right;
    padding-right: 2%;
}

.titledivs1x {
    justify-self: right;
    text-align: right;
    padding-left: 2%;
    position: relative;
    right: 2%;
    width: 39px;
    height: 4px;
    display: block;
    background-color: #454545;
    text-align: center;
    border-radius: 6px;
    margin-top: 2px;
}

.inplatforms h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'chan2';
}

.inplatforms p {
    color: #4C4C4C;
    text-align: justify;
    margin-top: 30px;
    font-size: 15px;
    direction: rtl;
}

.inplatforms a {
    display: block;
    text-align: center;
    color: #064062;
    margin-top: 46px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'chan2';
}

.testimonials {
    position: relative;
    padding: 6%;
    padding-top: 0%;
}

.gtco-testimonials {
    position: relative;
}

.testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.testimonials .owl-stage-outer {
    padding: 30px 0;
}

.testimonials .owl-nav {
    display: none;
}

.testimonials .owl-dots {
    text-align: center;
}

.testimonials span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.testimonials .active {
    box-shadow: none;
}

.testimonials .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c6c5c5;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
    transition: 0.4s;
}

.testimonials .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.testimonials .card h5 {
    color: #78cbc5;
    font-size: 21px;
    line-height: 1.3;
}

.testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.testimonials .card p {
    font-size: 15px;
    color: #555;
    padding-bottom: 15px;
    height: 180px;
    direction: rtl;
}

.testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.testimonials .center {
    opacity: 1;
}

.testimonials h5 {
    font-size: 24px;
}

.testimonials h5 span {
    font-size: 20px;
}

.testimonials.card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.testspan {
    font-size: 13px !important;
    color: #666666 !important;
    display: inline !important;
    background: none !important;
    border: 0px !important;
}

.aboutus {
    padding: 10%;
    background-color: #2cb9af;
    color: #fff;
    direction: rtl;
}

.aboutus h1 {
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'chan2';
    margin-bottom: 50px;
    text-align: right;
}

.aboutus p {
    text-align: justify;
}

.rowabout .carousel-item,
.rowabout .carousel-inner,
#carouselExampleSlidesOnlyx,
#carouselExampleSlidesOnlyxx {
    height: 100%;
    overflow: hidden;
}

.rowabout img {
    height: 100%;
}

.aboutus a {
    color: white;
    direction: ltr;
}

.hazem {
    height: auto;
    width: 41vw;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0px;
}

footer {
    background-color: #1c2331;
    text-align: center;
    color: white;
    direction: rtl;
}

.insub {
    padding: 5%;
    display: grid;
}

.insub h1 {
    color: #2cb9af;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'chan2';
    text-align: right;
    direction: rtl;
}

.insubimg {
    height: auto;
    width: 30vw;
    margin-top: 123px;
}

.tableoflevels {
    padding: 13%;
    padding-top: 13%;
    padding-bottom: 13%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.tableoflevels th {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.tableoflevels td {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding: 16px;
}

.tableoflevels h5 {
    text-align: center;
    font-size: 14px;
    color: #454545;
    margin-bottom: 50px;
}
.introc {
    padding: 50px;
padding-left: 20vw;
padding-right: 20vw;
background-color: #f4f4f4;
font-family: 'chan2';
color: #0fb3a6;
text-align:center;
direction:rtl;
}
.insub p {
    font-size: 13px;
    color: #454545;
    text-align: justify;
    text-align: right;
    direction: rtl;
}

.insub span {
    color: #2cb9af;
    font-size: 15px;
}

.inlong {
    width: 39px;
    height: 4px;
    display: block;
    background-color: #43cfc4;
    text-align: center;
    justify-self: right;
    border-radius: 6px;
    margin-bottom: 50px;
}

.titin {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.titin p {
    margin: 0px;
    font-family: 'chan2';
    color: #454545;
}

.titin i {
    color: #1ee1d3;
}

.morein2 {
    margin-top: 30px;
    font-family: 'chan2';
    border: 0px !important;
    padding-right: 0px !important;
    text-align: right;
}

.morein2 a {
    display: contents;
    color: #1fd2c5;
    text-transform: uppercase;
}

.faqs {
    padding: 12vw !important;
    padding-top: 0px !important;
}

.faqs li {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 2px #dbdbdb;
    margin-bottom: 12px;
    direction: rtl;
}

.smallscreennav {
    display: none;
    cursor: pointer;
}

.smallscreennav i {
    color: #064062;
    margin-top: 20px;
}

.overlayblack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #0009;
    z-index: 99;
    display: none;
    opacity: 0;
}

.smallscreenli {
    display: none;
}

@media (max-width:1280px) {
    .firstline .carousel-item img {
        width: auto !important;
        height: 100vh;
    }
    .firstline .carousel-inner {
        height: 100vh;
        overflow: hidden;
    }
    .firstline {
        height: 100vh;
    }
    .cardgray .card-body {
        height: 216px !important;
    }
}

@media (max-width:1182px) {
    .cardgray .card-body {
        height: 244px !important;
    }
    .smallscreennav {
        display: block;
    }
    .smallscreenli {
        display: block;
    }
    .bigscreenli {
        display: none;
    }
    .mainheader ul {
        position: fixed;
        top: 79px;
        right: -1000px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        background-image: url("../main/ww.webp");
        width: 50vw;
        height: 100vh;
        margin-top: 0px;
    }
    .mainheader li {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .mainheader li i {
        display: none;
    }
    .firstline .carousel-caption {
        top: 50%;
        width: 88vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .formsend {
        top: 100vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .firstline {
        overflow: unset;
        margin-bottom: 242px;
    }
    .firstline .carousel-caption h3 {
        text-align: center;
        font-size: 5vw;
    }
    .outimg img {
        width: auto !important;
    }
    .inplatforms {
        height: 90vh;
    }
}

.mainheader ul {
    transition: 0.5s;
    text-align: right;
}

@media (max-width:960px) {
    .firstline2 {
        height: auto !important;
        margin-bottom: 0px !important;
    }
    .firstline2 .carousel-inner {
        height: auto !important;
        overflow: initial !important;
    }
    .firstline2 .carousel-item img {
        width: 100% !important;
        height: auto !important;
    }
    .firstline2 .carousel-caption {
        top: 50% !important;
        height: auto !important;
        display: none !important;
    }
    .cardgray .card-body {
        height: 152px !important;
    }
    .cardgray {
        margin-bottom: 20px;
    }
    .testimonials .owl-nav {
        display: block !important;
    }
    .testimonials .card p {
        height: 244px;
    }
    .inplatforms {
        height: 65vh;
    }
    #thirded {
        height: 47vh;
    }
    .inplatforms p {
        font-size: 14px !important;
    }
}

.scr {
    display: none;
}

.toe {
    width: 32vw !important;
}

@media (max-width:660px) {
        .introc {
        padding-left: 5vw !important;
padding-right: 5vw !important;
text-align: justify !important;
position: relative;
top: 46px;
    }
    .insub h1 {
        font-size: 20px;
    }
    .inlong {
        width: 33px;
        height: 3px;
    }
    .insubimg {
        width: 100%;
        margin-top: 20px !important;
    }
    .rowimg {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .para {
        padding-left: 2%;
        padding-right: 2%;
    }
    .faqs {
        padding: 2vw !important;
    }
    .hazem {
        position: relative;
        width: 100%;
    }
    .rowabout2 {
        flex-direction: column-reverse;
        display: flex;
    }
    .rowabout img,
    .rowabout2 img {
        height: auto !important;
        width: 100% !important;
    }
    .rowabout .carousel-item,
    .rowabout .carousel-inner,
    #carouselExampleSlidesOnlyx,
    #carouselExampleSlidesOnlyxx {
        height: auto !important;
        overflow: initial !important;
    }
    .inplatforms {
        height: auto !important;
    }
    .thewholediv {
        padding-top: 65px !important;
    }
    .formsend {
        width: 360px;
    }
    .mainheader ul {
        width: 70vw !important;
    }
    .mainheader {
        padding-left: 4vw !important;
        padding-right: 4vw !important;
    }
    .mainheader img {
        width: 165px !important;
    }
    .smallscreennav i {
        margin-top: 14px !important;
    }
    .mainheader ul {
        top: 65px !important;
    }
    .mainheader li {
        padding-top: 3px !important;
        padding-bottom: 18px !important;
    }
    .mainheader a {
        font-size: 14px !important;
    }
    #enroll,
    #studentzone {
        font-size: 12px !important;
    }
    .graywall {
        padding-top: 6% !important;
    }
    .testimonials .card h5 {
        font-size: 15px !important;
    }
    .testimonials .card p {
        font-size: 12px !important;
        height: 165px;
    }
    footer .sectionx {
        display: block !important;
    }
    .tableoflevels td,
    .table thead th {
        font-size: 12px;
    }
    .tableoflevels {
        padding: 0% !important;
    }
    .scr {
        display: block;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
    }
    .toe {
        width: 100% !important;
    }
}

@media (max-width:445px) {
    .outimg img {
        width: 100% !important;
        height: auto !important;
    }
    .titlediv {
        font-size: 23px;
    }
    .titledivs {
        width: 29px;
        height: 3px;
    }
    .titin p {
        font-size: 13px !important;
    }
    .morein2 {
        font-size: 12px !important;
    }
    .titlediv1x {
        font-size: 23px;
        text-align: center;
    }
    .titledivs1x {
        width: 29px;
        height: 3px;
        justify-self: center;
    }
    .aboutus h1,
    .aboutus2 h1 {
        font-size: 21px;
        text-align: center;
    }
    .aboutus p {
        font-size: 14px;
    }
    .titin i {
        font-size: 11px;
    }
    .formsend p {
        font-size: 10px !important;
    }
}

.livemenu {
    background-color: #fff;
    padding: 20px !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 8px 2px #d7d7d7;
    padding-bottom: 0px !important;
    position: relative;
    bottom: 80px;
}

#branching {
    width: 100%;
    border: 0px;
    padding: 25px;
    margin-top: 10px;
    border-radius: 7px;
    background-color: #f4f4f4;
    box-shadow: 0px 0px 7px 2px #e0e0e0;
}

.livemenu li {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
    padding-top: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.livemenu li p {
    font-size: 13px;
    margin: 0px;
    color: #43c1b8;
}

.livemenu li i {
    font-size: 11px;
    margin: 0px;
    color: #43c1b8;
}

.livemenu li:last-of-type {
    border-bottom: 0px solid #f4f4f4;
}

.imageload {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 999999999999999999999999999999999999999999999;
}

.imageload img {
    height: auto;
    width: 35px;
}

.overlaywhite {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    opacity: 0;
    background-color: #fff;
    display: none;
}

.resultbox {
    margin: 30px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 2px #d7d7d7;
}

.resultbox h5 {
    font-size: 12px;
    color: #43c1b8;
}

.inname {
    margin-bottom: 25px;
}

.resultbox h3 {
    font-size: 50px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
}

.resultbox h3 span {
    font-size: 24px;
}

.bodydiv {
    padding: 5%;
    text-align: right;
    background-color: #f9f9f9;
}

.mainsubtit {
    direction: rtl;
    color: #5ae6dc;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 30px;
}

.ulq {
    font-size: 12px;
    color: #454545;
}

.ulq li {
    direction: rtl;
}

.ulq p a {
    color: #0be1d2;
    font-size: 14px;
    text-decoration: underline;
}