/* 1. New Grid System */

.col-sms-1,
.col-sms-2,
.col-sms-3,
.col-sms-4,
.col-sms-5,
.col-sms-6,
.col-sms-7,
.col-sms-8,
.col-sms-9,
.col-sms-10,
.col-sms-11,
.col-sms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/* Portrait and Landscape */

@media only screen and (min-width: 320px) and (max-width: 640px)
{
/* 23-10-2023 START*/
    .vision_rectangle {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 15px 1.5px rgb(114 98 98 / 15%);
    padding: 25px;
    margin-bottom: 50px;
    text-align: left;
}
/* 23-10-2023 END*/
.denomination-img img 
{
    width: 100px;
}
.denomination-img
{
    margin-right: 10px;
}
.denominator-title
{
    margin-bottom: 5px;
}
.row-sms
{
    justify-content: center !important;
}
.how-to-list
{
    text-align: left !important;
}
.header-main .navbar-brand img
{
    width: 75% !important;
}
.jio-top-up-bg {
    background-size: 25%;
    z-index: -1;
}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .main_top_banner {
        height: auto;
    }
    .main_top_banner .navbar-nav li {
        padding: 2px 0;
    }
    .main_top_banner .navbar-nav li a {
        font-size: 14px;
        padding: 2px;
    }
    .we_deliver_mobile_wrapper {
        height: 110vh;
    }
    .fast-safe-main
    {
        margin-top: 40px;
    }
    .fast-save-image-content 
    {
        padding-top: 30px;
    }
#lang-select li span, 
.btn-select li span {
    font-size: 14px;
}
}

@media only screen and (max-width: 991.5px) {
    .main_top_banner .navbar-nav li.login_btn,
    .main_top_banner .navbar-nav li.register_btn {
        margin-bottom: 10px;
    }
    .main_top_banner {
        height: 650px;
    }
    .we_deliver_mobile_wrapper {
        height: 100vh;
    }
    .h1.page_main_heading br,
    .section_small_heading br,
    .section_big_heading br,
    .customer_feedback_wrapper::after,
    .customer_feedback_wrapper::before,
    .international_mobile_Wrapper::before {
        display: none;
    }
    .international_main_wrapper .section_big_heading span,
    .section_big_heading span,
    .section_big_heading {
        font-size: 35px;
    }
    h1.page_main_heading {
        font-size: 30px;
    }
    .section_title,
    .section_small_heading,
    .mobile_first_wrapper h4 {
        font-size: 25px;
    }
    .section_rectangle,
    .section_rectangle img {
        min-height: auto;
        height: auto;
    }
    .main_top_header .navbar-nav li.login_btn, .main_top_header .navbar-nav li.register_btn
    {
        margin: 0;
    }

    /*  */
    .fast-safe-main::after
    {
        width: 100%;
        z-index: 55;
        content: unset;
        position: relative;
    }
    .fast-safe-main::after 
    {
        background-color: transparent;
    }
    .fast-safe-main 
    {
        margin-top:-2px;
    }
    .fast-save-image-content 
    {
        padding: 30px 20px 0px 20px;
    }
    .signup-form-main 
    {
        padding-top:30px;
        padding-bottom:30px;
    }
    .fast-save-image-content h1{
        line-height: 35px;
    }
    .fast-safe-main .container 
    {
        max-width:100%;
    }
    .signup-form-main .row 
{
    justify-content: center;
}
.fast-save-image-content .section_paragraph
{
    margin-top:15px;
    margin-bottom: 15px;
}
.mobile-first-content 
{
    padding: 15px !important;
}
    /*  */
    h3
    {
        font-size: 35px;
    }
    .img-and-toggle
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header-buttons {
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header-buttons .btn {
      margin-left: 0px;
      margin-right: 10px;
    }
}

@media (min-width: 320px) and (max-width: 732px) {
    .we_deliver_mobile_wrapper {
        height: 120vh;
    }
    .main_top_banner {
        height: 600px;
    }
    .mobile_first_wrapper {
        background-image: none;
    }
    .main_top_header .navbar-nav li.login_btn, .main_top_header .navbar-nav li.register_btn
    {
        margin: 0;
    }

}
@media (min-width: 768px) and (max-width: 1024px){
    .jio-img .card
    {
        width: 200px;
        height: 200px;
    }
    .jio-img img {
        width: 100px;
    }
    .jio-top-up-bg
    {
        background-size: 20%;
    }
    .denomination-img img 
    {
        width:80px;
        margin-right: 10px;
    }
    .footer_wrapper img {
        width: 30%;
    }
}
@media (min-width: 992px) and (max-width: 1366px){
    .header-main .nav-link 
    {
        font-size:14px !important;
    
    }
    .btn 
    {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1550px) and (max-width:2500px)
{
    .jio-top-up-bg
    {
        background-size: 15%;
    }
}