:root {
    --primary-color:#0177DB;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: url("{{ asset('frontend/webfonts/Pyidaungsu-2.5.3_Regular.ttf') }}") format('tff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Pyidaungsu', sans-serif !important;
    font-weight: 700;
}
.logo img {
    width: 12rem;
}

.mr {
    margin-right: 0.35rem;
}

.tdn {
    text-decoration: none!important;
}

.tdn:hover {
    text-decoration: none!important;
}

.infobanner {
    padding: 5rem 2rem;
    object-fit: contain;
}


.at-funfact-icon i {
    color:#fff;
}

.na {
    cursor: pointer;
    text-decoration: none!important;
}

.plan-card {
    width: 100%;
    background-color: #fff;
    border-radius: 0.35rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin: 1rem 0;
}

.plan-card .plan-header {
    padding: 1rem;
    text-align: center;
}

/* Gradients Class */
.gd-1 {
    color: #fff;
    background: #7474BF;
    background: -webkit-linear-gradient(to bottom, #348AC7, #7474BF);
    background: linear-gradient(to bottom, #348AC7, #7474BF);
}

.plan-lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.plan-lists .pls {
    width: 100%;
    padding: 0.5rem 2rem;
}


.plan-card-btn {
    padding: 0.8rem;
    display: block;
    background-color: var(--primary-color);
    text-align: center;
    color: #fff;
}

.plan-card-btn:hover {
    color:#fff;
}
.setup-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
.at-number {
    font-size: 2rem;
}
.at-label {
    font-size: 1rem;
}


.mockup img {
    width: 15rem;
}
.mockupEnd {
    display: flex;
    justify-content: end;
}

.step {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.step-description {
    font-size: 1rem;
    text-align: justify;
    line-height: 2rem;
}

.guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-links {
    margin: 0.5rem 0;
}

.dc img {
    height: 3rem;
    margin-bottom: 1rem;
}

#back-top {
   display: none!important;
}



.pd-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.plan-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.plan-card-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pcb-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary-color);
}

.pcb-price {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.plan-detail-btn {
    background-color: var(--primary-color);
    color:#fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

.plan-detail-btn:hover {
    color:#fff;
}

.text {
    font-family:var(--bs-font-sans-serif);
}

.check-btn, .invoice-btn {
    padding: 0.5rem 2rem;
    background-color: var(--primary-color);
    color: #fff;
    margin: 0.5rem 0;
}

.invoice-btn {
    background-color: #58D68D;
}

.invoice-btn:hover {
    background-color: #58D68D;
}

.alert-box {
    padding: 1rem;
}

.alert-icon {
    display: flex;
    align-items: center;
}

.alert-icon i {
    color: #58D68D;
    font-size: 2rem;
    text-align: center;
}

.alert--title {
    font-size: 1.25rem;
    margin-left: 1rem;
}


.inquiry-img {
    display: flex;
    justify-content: end;
    align-items: center;
}

.inquiry-img img {
    width: 70%;
}

.submit-btn {
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: #fff;
}


.coverage-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
}

.pp-header {
    color:#fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.one-k {
    background-color: var(--primary-color);
}

.three-k {
    background-color: #FF914D;
}

.five-k {
    background-color: #7ED957;
}

.pp-header .p-title {
    font-size: 2rem;
    font-weight: 600;
}

.p-sub {
    opacity: 0.8;
}


.p-card {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 1rem 0;
}

.pp-note {
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.ppn-title {
   border-bottom: 0.5px solid rgba(0,0,0,0.2);
   color: var(--primary-color);
   font-weight: 600;
}

.pp-title {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: 600;
}

.pp-desc {
    opacity: 0.8;
    margin-top: 1rem;
    font-size: 1rem;
}

.carea {
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    border-radius: 0.25rem;
    font-weight: 600;
    background-color: #F4F6F6;
    position: relative;
    z-index: -1!important;
}

.mmap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 13rem;
}

.map-township {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2rem;
    background-color: var(--primary-color);
    opacity: 1;
    z-index: 99!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* .carea:hover {
    background-color: var(--primary-color);
    color:#fff;
} */

.map {
    width: 100%;
    height: 100%;
}


.fake-link {
    text-decoration: none;
    color: #000;
}

.active a.ma{
    color: var(--primary-color)!important;
    font-weight: 600;
}


.flex-direction-nav .flex-next,.flex-direction-nav .flex-prev {
    display: none;
}
