@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Start Default */
h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FE5E00;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    color: #FF5E00;
}

a{
    font-weight: 600;
    color: #1818E7;
}

button {
    color: #fff;
    background: #1818E7;
    border: none;
    border-radius: 0;
}

button:hover {
    color: #fff;
}

button a {
    color: #fff;
    text-decoration: none;
}

button a:hover {
    color: #fff;
}

.listing-div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

table, th, td {
  border: 1px solid;
}

th, td {
    padding: 2px 5px !important;
}

ul.slick-dots {
    margin: 0;
}

ul.slick-dots li {
    display: inline;
    margin: 0 5px;
    font-size: 0;
}

ul.slick-dots li button {
    padding: 0;
    height: 10px;
    width: 10px;
    background: #F0F0F0; 
    border-radius: 100%;
    font-size: 0;
}

ul.slick-dots li.slick-active button {
    background: #FF5E00;
}

.btn-apply { 
    display: inline-block; 
    padding: 4px 20px;
    background: #1818E7;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn-apply:hover { 
    color: #fff;
}
/* End Default */

/* Start Banner */
.section-banner .single-div .img-div .text-div {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 26%;
    max-width: 45%;
    transform: translate(-50%, -50%);
}

.section-banner .single-div .img-div .text-div h2 {
    color: #fff;
    margin-bottom: 10px;
}

.section-banner .single-div .img-div .text-div p {
    margin-bottom: 15px;
}

.section-banner .single-div .img-div .text-div a {
    width: fit-content; 
    padding: 4px 35px;
}
/* End Banner */

/* Start Section 1 */
.section-why {
    padding: 60px 0 40px;
}

.section-why .title-div h2 {
    text-align: center;
}

.section-why .listing-div > .single-div {
    width: calc((100% - (15px * (4 - 1))) / 4);
    background: #FEF5EE;
    padding: 20px 30px;
    text-align: center;
}

.section-why .listing-div > .single-div h3 {
    line-height: 1.2;
}

.section-why .listing-div > .single-div h3,
.section-why .listing-div > .single-div p {
    margin-bottom: 0;
    text-align: center;
}

.section-why .listing-div > .single-div img {
    margin: 20px 0;
}

.section-why .listing-div > .single-div:last-child {
    width: calc(100% - ((100% + 15px) / 4));
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section-why .listing-div > .single-div:last-child .left-div,
.section-why .listing-div > .single-div:last-child .right-div {
    position: relative;
    width: calc(50% - 10px);
}

.section-why .listing-div > .single-div:last-child .left-div img {
    margin: 0;
    width: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-why .listing-div > .single-div:last-child .left-div .text-div {
    background: linear-gradient(180deg, #696BE2 0%, #141472 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 48%;
    bottom: 40px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.section-why .listing-div > .single-div:last-child .left-div .text-div p:first-child {
    font-size: 22px;
    font-weight: bold;
}

.section-why .listing-div > .single-div:last-child .left-div .text-div span {
    font-size: 36px;
}

.section-why .listing-div > .single-div:last-child .left-div .text-div p {
    font-size: 12px;
    line-height: 1.5;
    width: 65%;
}

.section-why .listing-div > .single-div:last-child .right-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}

.section-why .listing-div > .single-div:last-child .right-div .comes-with {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 3px solid #FF5E00;
    border-radius: 15px;
    padding: 20px 10px 10px 10px; 
}

.section-why .listing-div > .single-div:last-child .right-div .comes-with h4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FEF5EE;
    padding: 0 15px;
}

.section-why .listing-div > .single-div:last-child .right-div .comes-with .single-div {
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

.section-why .listing-div > .single-div:last-child .right-div .comes-with .single-div strong {
    font-weight: 500;
}
/* End Section 1 */

/* Start Section 2 */
.section-how {
    padding: 40px 0 80px;
}

.section-how .title-div h2 {
    text-align: center;
}

.section-how .listing-div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.section-how .listing-div .single-div {
    position: relative;
    width: calc((100% - (10px * (3 - 1))) / 3 );
    background: #FF5E00;
    display: flex;
    padding: 10px 25px 70px;
}

.section-how .listing-div .single-div span {
    font-size: 100px;
    font-weight: 600;
    color: white;
    opacity: .3;
    font-family: 'Lato', sans-serif;
    line-height: normal;
}

.section-how .listing-div .single-div h3 {
    position: relative;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    padding: 40px 25px 0 25px;
}

.section-how .listing-div .single-div img {
    position: absolute; 
    bottom: 0;
    right: 10%;
}

.section-how .listing-div .single-div:nth-child(3) img {
    bottom: 10px;
    right: 0;
}
/* End Section 2 */

/* Start Section 3 */
.section-get-it-now {
    padding: 80px 0 40px; 
    background: #FEF5EE url('../images/prepaid-and-postpaid/circle_BG.png') no-repeat;
    background-size: 80%;
    background-position: top right; 
}

.section-get-it-now > div { 
    max-width: 1440px; 
}

.section-get-it-now > div {
    display: flex;
}

.section-get-it-now .left-div {
    width: 45%;
    padding-right: 20px;
}

.section-get-it-now .left-div img {
    width: 100%;
}

.section-get-it-now .right-div {
    width: 55%;
    padding-left: 20px;
}

.section-get-it-now .right-div .listing-div {
    gap: 30px 20px;
}

.section-get-it-now .right-div .listing-div .single-div {
    position: relative;
    width: calc((100% - (20px * (2 - 1))) / 2);
    padding: 15px 25px;
    background: #fff;
    display: flex;
    flex-direction: column; 
    gap: 10px;
}

.section-get-it-now .right-div .listing-div .single-div h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.section-get-it-now .right-div .listing-div .single-div .choice {
    background: #FF1400;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 25px;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 500;
}

.section-get-it-now .right-div .listing-div .single-div .choice::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    border: 15px solid transparent;
    border-left-color: red; 
}

.section-get-it-now .right-div .listing-div .single-div .price {
    margin-bottom: 10px;
    color: #FE5E00;
    font-size: 30px;
    font-weight: 600;
}

.section-get-it-now .right-div .listing-div .single-div .price span {
    font-size: 14px;
}

.section-get-it-now .right-div .listing-div .single-div ul {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: outside;
}

.section-get-it-now .right-div .listing-div .single-div ul li {
    display: flex;
    margin-bottom: 0.5rem;
}

.section-get-it-now .right-div .listing-div .single-div ul li::marker {
    font-size: 0; 
}

.section-get-it-now .right-div .listing-div .single-div ul li::before {
    content: '';
    margin-top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/prepaid-and-postpaid/icn_bullet.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.section-get-it-now .right-div .listing-div .single-div ul li p { 
    width: calc(100% - 10px);
    margin-bottom: 0;
    padding-left: 10px;
}

.section-get-it-now .right-div .listing-div .single-div ul li p strong { 
    font-weight: 500; 
}

.section-get-it-now .right-div .listing-div .single-div .data-spec {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    background: url('../images/prepaid-and-postpaid/img_orange_data_block.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 75px;
    display: flex;
    align-items: center;
}

.section-get-it-now .right-div .listing-div .single-div .data-spec h4 {
    font-size: 30px;
    color: #fff;
    line-height: 0.7;
    margin: 0;
    text-align: center;
}

.section-get-it-now .right-div .listing-div .single-div .data-spec h4 .gb {
    font-size: 16px;
}

.section-get-it-now .right-div .listing-div .single-div .data-spec h4 .g {
    font-size: 14px;
    font-weight: 400;
}

.section-get-it-now .right-div .tnc {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.section-get-it-now .right-div .tnc-pdf {
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
}

.section-get-it-now .right-div .tnc-pdf li {
    margin-bottom: 0;
    display: flex;
}

.section-get-it-now .right-div .tnc-pdf li::before {
    content: '';
    margin-top: 7px;
    margin-right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/prepaid-and-postpaid/icn_bullet.png) no-repeat;
    background-size: contain;
    background-position: center;
}
/* End Section 3 */

/* Start Section 4 */
.section-add-on {
    padding: 40px 0 50px;
    background: #FEF5EE;
}

.section-add-on  > div { 
    max-width: 1440px; 
}

.section-add-on .title-div {
    position: relative;
    z-index: 0;
}

.section-add-on .title-div::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 2px solid #E1DCED;
}

.section-add-on .title-div h2 {
    position: relative;
    text-align: center;
    z-index: 1;
}

.section-add-on .title-div h2 p {
    background: #FEF5EE;
    padding: 0 30px; 
    width: fit-content;
    margin: auto;
}

.section-add-on .listing-div{
    padding: 0 20px;
}

.section-add-on .listing-div .single-div {
    background: #fff;
    padding: 20px;
    width: calc((100% - (15px * (4 - 1))) / 4);
}

.section-add-on .listing-div .single-div h3, 
.section-add-on .listing-div .single-div p {
    margin-bottom: 0;
}

.section-add-on .listing-div .single-div h3 { 
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.section-add-on .listing-div .single-div .price {
    color: #FE5E00;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
}
/* End Section 4 */

/* Start Section 5 */
.section-faq {
    padding: 80px 0 100px;
}

.section-faq .title-div h2 {
    color: #000;
    text-align: center;
}

.section-faq .accordion-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-faq .accordion-div h3 {
    margin-bottom: 0;
}

.section-faq .accordion-div p {
    margin-bottom: 10px;
}

.section-faq .accordion-div .question {
    position: relative;
    background: #FAFAFA;
    color: #FE5E00;
    padding: 20px 35px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.section-faq .accordion-div .question.active {
    background: #FDF5EE;
}

.section-faq .accordion-div .question::after {
    content: '';
    background: url('../images/prepaid-and-postpaid/icn_up.png') no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%) rotate(180deg);
    transition: 0.5s ease;
}

.section-faq .accordion-div .question.active::after {
    transform: translateY(-50%) rotate(0);
}

.section-faq .accordion-div .answer { 
    font-size: 16px;
    padding: 20px 35px;
    display: none;
}

.section-faq .accordion-div .answer .text-div {
    display: flex;
    gap: 5px;
}

.section-faq .accordion-div .answer .text-div .marker {
    font-size: 20px;
    font-weight: 600;
    color: #FE5E00;
}
/* End Section 5 */

/* Start Section 6 */
.section-reviews .title-div {
    width: 55%;
    margin-top: 40px;
}

.section-reviews .title-div h2 {
    color: #fff;
}

.section-reviews .row {
    display: flex;
    gap: 20px;
}

.section-reviews .row::after {
    display: none;
}

.section-reviews .reviews {
    padding: 0;
    background: none;
    width: 45%;
    max-height: 600px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    flex-wrap: wrap; 
    justify-content: center;
    overflow: hidden;

    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px; */
}

.section-reviews .reviews::before,
.section-reviews .reviews::after {
    display: none;
}

.section-reviews .reviews .single-div {
    position: relative;
    background: #205DA3;
    padding: 20px;
    width: calc((100% - (15px * (2 - 1))) / 2);
    flex-basis: 1%;
}
    
/* .section-reviews .reviews .single-div:nth-child(1) { grid-area: 1 / 1 / 4 / 2; }
.section-reviews .reviews .single-div:nth-child(2) { grid-area: 4 / 1 / 7 / 2; }
.section-reviews .reviews .single-div:nth-child(3) { grid-area: 2 / 2 / 6 / 3; } */

.section-reviews .reviews .single-div::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/quotes-open@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.section-reviews .reviews .single-div p {
    text-align: left;
    margin: 10px 0 20px;
    font-size: 16px;
}

.section-reviews .reviews .single-div .img-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-reviews .reviews .single-div .img-div img{
    margin: 0;
    width: 40px;
}

.section-reviews .reviews .single-div .img-div h4{
    font-size: 16px;
}
/* End Section 6 */

/* Start Responsive */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-banner {
        min-height: auto;
    }
}

@media only screen and (max-width: 1023px) {

    /* Start Section 3 */
    .section-get-it-now > div { 
        flex-wrap: wrap;
        gap: 60px;
    }

    .section-get-it-now .left-div,
    .section-get-it-now .right-div{
        width: 100%;
        padding: 0;
    } 

    .section-get-it-now .right-div .listing-div {
        gap: 50px 15px;
    }
    
    .section-get-it-now .right-div .listing-div .single-div { 
        width: calc((100% - (15px * (2 - 1))) / 2);
        padding: 15px;
    }

    .section-get-it-now .right-div .listing-div .single-div h3 {
        width: 60%;
    }
    
    .section-get-it-now .right-div .listing-div .single-div .choice {
        top: -30px;
        left: 0;
    }

    .section-get-it-now .right-div .listing-div .single-div .price {
        font-size: 22px;
    }

    .section-get-it-now .right-div .listing-div .single-div .data-spec {
        padding: 0 8px;
        height: 65px;
    }

    .section-get-it-now .right-div .listing-div .single-div .data-spec h4 {
        font-size: 20px;
    }

    .section-get-it-now .right-div .listing-div .single-div .data-spec h4 .gb {
        font-size: 14px;
    }

    .section-get-it-now .right-div .listing-div .single-div .data-spec h4 .g {
        font-size: 12px;
    }  

    .section-get-it-now .right-div .listing-div .single-div ul li::before {
        margin-top: 4px;
    }

    .section-get-it-now .right-div .listing-div .single-div ul li p {
        padding-left: 5px;
        line-height: 1.4;
    }

    .section-get-it-now .right-div .tnc { 
        width: 85%;
        margin: auto;
        margin-top: 20px;
        line-height: 1.5;
    }
    /* End Section 3 */

    /* Start Section 6 */
    .section-reviews .title-div { 
        margin-top: 0;
    }

    .section-reviews .reviews {
        flex-direction: row;
    }
    
    .section-reviews .reviews .slick-track {
        height: 100%;
    }

    .section-reviews .reviews .single-div {
        margin: 0 5px;
        flex-basis: auto;
    }

    .section-reviews .reviews .single-div p {
        max-width: 100%;
        padding-bottom: 40px;
    }

    .section-reviews .reviews .single-div .img-div {
        position: absolute;
        bottom: 20px;
    }
    /* End Section 6 */
}

@media only screen and (max-width: 767px) {

    h2 {
        font-size: 20px;
    }

    button {
        font-size: 12px;
    }

    /* Start Banner */
    .section-banner .single-div .img-div .text-div {
        width: 90%; 
        top: 78%;
        left: 50%; 
        max-width: 100%;
    }
    /* End Banner */

    /* Start Section 1 */
    .section-why .listing-div > .single-div {
        position: relative;
        width: 100%; 
        padding: 20px;
    }

    .section-why .listing-div > .single-div img {
        margin: 0;
        width: 10%;
        object-fit: contain;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-why .listing-div > .single-div > h3,  
    .section-why .listing-div > .single-div > p {
        width: 80%; 
        text-align: left; 
        margin-left: 20%;

    }

    .section-why .listing-div > .single-div > h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .section-why .listing-div > .single-div > p {
        font-size: 14px;
        line-height: 1.5;
    }

    .section-why .listing-div > .single-div:last-child {
        width: 100%;
        display: block;
    }

    .section-why .listing-div > .single-div:last-child .left-div, 
    .section-why .listing-div > .single-div:last-child .right-div {
        width: 100%;
    }

    .section-why .listing-div > .single-div:last-child .left-div img {
        position: static;
        transform: translateX(-20%);
        margin: 30px 0 10px;
        width: 80%;
    }

    .section-why .listing-div > .single-div:last-child .left-div .text-div {
        top: 26%;
        left: auto;
        right: 3%;
        width: 135px;
        height: 135px;
    }

    .section-why .listing-div > .single-div:last-child .left-div .text-div p:first-child {
        line-height: 1.3;
    }

    .section-why .listing-div > .single-div:last-child .right-div {
        gap: 10px;
    }
    /* End Section 1 */
    
    /* Start Section 2 */
    .section-how .listing-div .slick-track {
        height: 100%;
    }
    
    .section-how .listing-div .single-div {
        display: block;
        margin: 0 5px;
        padding: 10px 25px 20px;
    }

    .section-how .listing-div .single-div span {
        font-size: 75px;
    }

    .section-how .listing-div .single-div h3 {
        position: relative;
        padding: 0;
    }
    .section-how .listing-div .single-div img,
    .section-how .listing-div .single-div:nth-child(3) img {
        bottom: 0;
        right: 5%;
    }

    .section-how .listing-div .single-div:nth-child(5) img {
        bottom: 10px;
        right: 0;
    }
    /* End Section 2 */

    /* Start Section 3 */
    .section-get-it-now { 
        background-size: 165%;
    }
    /* End Section 3 */

    /* Start Section 4 */
    .section-add-on .listing-div {
        padding: 0;
    }

    .section-add-on .listing-div .single-div { 
        width: calc((100% - (15px * (2 - 1))) / 2);
    }
    /* End Section 4 */

    /* Start Section 5 */
    .section-faq > div {
        padding: 0;
    }

    .section-faq .accordion-div h3 {
        width: 85%;
        font-size: 17px;
    }
    
    .section-faq .accordion-div .answer .text-div .marker {
        font-size: 17px;
    }

    .section-faq .accordion-div .question,
    .section-faq .accordion-div .answer {
        padding: 20px;
    }

    .section-faq .accordion-div .question::after {
        right: 20px;
    }
    /* End Section 5 */

    /* Start Section 6 */
    .section-reviews .row {
        display: block; 
    }

    .section-reviews .title-div {
        padding-top: 50px;
        width: 100%;
        text-align: center;
    }

    .section-reviews .reviews {
        width: 100%;
    }
    /* End Section 6 */
}

@media only screen and (max-width: 479px) {

    /* Start Banner */
    .section-banner .single-div .img-div .text-div h2 { 
        line-height: 1.3;
    }
    
    .section-banner .single-div .img-div .text-div p { 
        line-height: 1.4;
    }
    /* Start Banner */

    /* Start Section 1 */
    .section-why .listing-div > .single-div { 
        padding: 15px 20px;
    }

    .section-why .listing-div > .single-div img {
        width: 20%;
        left: 15px;
    }

    .section-why .listing-div > .single-div > h3,  
    .section-why .listing-div > .single-div > p {
        width: 70%; 
        margin-left: 30%;
    }
    /* End Section 1 */

}
/* End Responsive */
