@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
    .brand_logo{
        height: 40px;
        width: auto;
    }

    .main_form {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .detail_box {
        padding: 40px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .detail_box {
        padding: 35px;
    }

    .package_num {
        height: 50px;
        width: 50px;
    }

    .package_num p {
        font-size: 34px;
    }

    h2{
        font-size: 24px;
    }

    h4{
        font-size: 20px;
    }

    .package_data h3{
        font-size: 18px;
    }

  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    h1 {
        font-size: 36px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .main_form {
        background-color: #ffffff;
        border-radius: 62px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 37px;
    }

    .special_note{
        min-height: 0px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    .main_form {
        background-color: #ffffff;
        border-radius: 62px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 37px;
    }

    /* .package_num {
        margin-bottom: 15px;
    } */

    h1 {
        font-size: 34px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .otp-input-fields input {
        height: 40px;
        width: 40px;
    }

    .otp-input-fields{
        gap: 5px;
    }

    .detail_box{
        padding: 30px;
    }

    h2{
        font-size: 24px;
    }

}

@media only screen and (max-width : 460px) {
    

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    .main_form {
        padding: 30px;
    }

    .modal_popup {
        padding: 40px 20px 20px 20px;
    }
    
    .text_link {
        font-size: 12px;
    }

    .package_data h3 {
        font-size: 16px;
    }

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
  

}


@media only screen and (max-width : 320px) {



}

@media only screen and (min-width: 992px) {
    
    
}





