@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
    --primary-bg: #002055;  
}

body {
    font-family: "Roboto", sans-serif;
    background: #4ab6d3 url("../images/bg-amazon.jpg") no-repeat left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
body:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 400px;
    background-image: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-position: center 90%;
    z-index: -111;
    background-size: 40%;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
button:focus {
    outline: none;
}
 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mob_logo p {
    margin-top: 10px;
    color: var(--primary-bg);
    font-weight: 500;
    line-height: 21px;
    font-size: 15px;
}
.gift_voucher h2 {
    font-size: 48px;
    font-weight: bold;
    color: var(--primary-bg);
    margin: 0;
}
.myntra_logo {
    position: absolute;
    right: 35px;
    top: 17px;
}
.gift_voucher h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-bg);
    text-transform: uppercase;
}
.btn-danger{
    background-color: #ed3338 !important;
}
.text-danger{
    color: #ed3338 !important;
}
.bg-danger{
    background-color: #ed3338 !important;
}



.gift_voucher ul li a {
    font-size: 11px;
    color: #ed3338;
    padding-right: 2px;
    position: relative;
}

.gift_voucher ul li:first-child:after {
    content: "";
    position: absolute;
    right: 1%;
    top: 35%;
    width: 2px;
    background: #dc354573;
    height: 50%;
}
 form#msform fieldset button:focus {
    box-shadow: none;
}
.gift_voucher ul li a:hover{
    text-decoration: none;
}
.multi_form form#msform {
    margin-top: 10px;
}
.gift_voucher ul li {
    width: 50%;
    position: relative;
}
  form#msform fieldset button {
    font-size: 12px;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
 
 form#msform fieldset label {
    color: var(--primary-bg);
    font-weight: 500;
}
fieldset input:focus, input:select {
    outline: none;
}
.submit_frm .modal-dialog {
    max-width: 385px;
    margin: auto;
}
.submit_frm .modal-dialog .modal-content {
    padding: 55px;
}
.submit_frm .modal-dialog .modal-content h3 {
    font-size: 33px;
    font-weight: 600;
    color: var(--primary-bg);
}
.submit_frm .modal-dialog .modal-content p {
    font-size: 18px;
    padding: 0px 14px;
    line-height: 27px;
    color: var(--primary-bg);
}

.dashed_dv{

}
.dashed_dv:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 97%;
    left: 10px;
    height: 5px;
    background-image: url(../images/dashed.jpg);
}

.dashed_dv:after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 97%;
    left: 10px;
    height: 5px;
    background-image: url(../images/dashed.jpg);
}


.submit_frm .modal-dialog .modal-content button.close {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 25px;
    height: 25px; 
    line-height: 25px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 18px;
}
.abt_program .modal-dialog .modal-content button.close {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 25px;
    height: 25px; 
    line-height: 25px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 18px;
}
.submit_frm .modal-dialog .modal-content p strong {
    font-size: 30px;
}
.term_mod .modal-dialog .modal-content button.close {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 25px;
    height: 25px; 
    line-height: 25px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 18px;
}
.term_mod h3 {
    background: #ed3338;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
}
.abt_program h3 {
    background: #ed3338;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
}
 
 .mob_logo {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mob_logo img {
    /*width: 90%;*/
}
 .multi_form{
     height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .gift_voucher{
     height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
.mob_logo:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #dad9d7;
}
.multi_form:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #dad9d7;
}
#msform input, select {
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #002055;
}
 .abt_program p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.abt_program .modal-dialog.modal-lg {
    margin-top: 55px;
}
.term_mod .modal-dialog.modal-lg {
    margin-top: 55px;
}
.term_mod ul {
    margin: 0px 15px;
}
.term_mod ul li {
    font-size: 15px;
    margin-bottom: 5px;
}
@media (max-width: 1199px){
    .mob_logo:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 2px;
        height: 100%;
        border-right: 2px dashed #dad9d7;
    }
}
@media (max-width: 991px){
   /* body {
        padding-bottom: 200px;
        background-size: 100%;
    }*/
    .mob_logo:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #dad9d7;
}
 .mob_logo{
    height: 200px;
 }
 .multi_form{
    height: 200px;
 }
 .gift_voucher{
    height: 200px;
 }
form#msform fieldset label { 
    font-size: 14px;
    padding-top: 20px;
}

}

@media (max-width: 767px){
    body {
    background-size: contain;
    padding-bottom: 150px;
}
.dashed_dv {
    margin-bottom: 135px;
    padding-bottom: 20px;
}
.dashed_dv:before {
    content: "";
    position: absolute; 
    left: 4px; 
}
.dashed_dv:after {
    content: "";
    position: absolute; 
    left: 4px; 
}

.mob_logo img {
    width: auto;;
}
    .abt_program .modal-dialog .modal-content button.close { 
    right: 0px; 
}
.term_mod .modal-dialog .modal-content button.close { 
    right: 0px; 
}
form#msform fieldset label { 
    padding-top: 10px;
}
 .mob_logo:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #dad9d7;
}
.multi_form:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #dad9d7;
}
.min-vh-100 {
    min-height: auto !important;
}
.myntra_logo {
    position: unset;
    right: 0;
    top: 0;
    text-align: center; 
    margin: 15px;
}

}
@media (max-width: 430px){
    .submit_frm .modal-dialog .modal-content button.close { 
    right: 2%; 
}
.submit_frm .modal-dialog {
    max-width: 300px;
}
.submit_frm .modal-dialog .modal-content {
    padding: 20px;
}
.submit_frm .modal-dialog .modal-content p {
    font-size: 18px; 
    padding: 0px 0px; 
}


}


@media (max-width: 576px){

    .myntra_logo {
    position: unset;
    right: 0;
    top: 0;
    text-align: center;
    background: #fff;
    margin: 15px;
}
body:after {
    content: "";
    position: absolute; 
    background-position: center 98%;
    z-index: -111;
    background-size: 95%;
}
}

