.student-contact-page{
    min-height: 100vh;
    /* padding-top: 6rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #D0E8FF 0%, #FFFFFF 100%);
}
.student-contact-page>section{
    min-width:100vw;
}

.nav-sec-bg-img {
  background-image: url('/assets/images/studentform1-img/studentform-bg-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* min-height: 900px; */
  min-height: 100vh;
}


* {
  font-family: 'Inter';
  letter-spacing: 0em;
}
.field-icon {
  float: right;
  margin-right: 11px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  color: #D1D5DB;
  cursor: pointer;
}
p,
a,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}
.select_country{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.select_country>svg{
  cursor: pointer;
}
.select_country>span{
  display: block;
  text-align: center;
  color: #0149a9;
}
.select_country.active>svg>g>circle{
  fill: #0149a9;
}
.select_country.active>svg>path{
  fill: white;
}
.select_country>svg:hover circle{
  fill: #0149a9;
}
.select_country>svg:hover path{
  fill: white;
}

label.error{
  color: red;
  font-size: 16px;
}
.ui-helper-hidden-accessible{
  display: none;
}
#selectedDiv{
  gap: 20px;
}
.ui-widget.ui-widget-content{
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  @media (max-width:375px) {
    width: 295px !important;
    max-height: 150px;
  }
}
.iti--inline-dropdown .iti__dropdown-content{
  z-index: 5 !important;
}
#error_message{
  color: red;
}
#error_message1{
  color: red;
}
.model-container .modal-header {
  background-color: #0414ac !important;
  padding: 40px 0px;
}

.model-container {
  position: relative;
}

.model-container .modal-header .img-container {
  position: absolute;
  transform: translate(320px, 65px);
  @media (min-width:768px) and (max-width:991.99px) { 
    transform: translate(171px, 43px);
  }
  @media (min-width:425px) and (max-width:767px) { 
    transform: translate(130px, 43px);
  }
  @media (min-width:321px) and (max-width:375.99px) { 
    transform: translate(105px, 43px);
  }
  @media (width:320px){ 
    transform: translate(75px, 43px);
  }
}

#model-msg-two{
  @media (min-width:320px) and (max-width:425.99px) { 
    font-size: 16px !important;
  margin-top: 15px;
  }
}
.referimg_model{
  width: 40px;
  height: 40px;
}

.model-container .modal-body {
  margin-top: 5.5rem;
}
.sign_upModel{
  margin-top: 10px;
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 10px 16px;
  border-radius: 5px; 
  cursor: pointer;
  width: 126px;
  height: 41px;
  text-decoration: none;
  transition: transform 0.5s ease-in-out !important;
}
/* .sign_upModel:hover {
  transform: scale(1.10);
} */
.refer_and_Earn{
  border: none;
  background-color: white;
  color: black;
}
.std-back-btn:hover, .std-c-btn:hover{
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  color:white !important;
  border-color:white !important;
}
#phoneNumber::-webkit-outer-spin-button,
#phoneNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#model-msg-three{
  line-height: 17px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    padding-top: 6px;
    height: 36px;
    padding-bottom: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  padding: 5px 23px 5px 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border-right: 0px solid #aaa !important;
  border-left: 1px solid #aaa !important;
  left: unset !important;
  right: 0;
  top: 4px !important;
}
.select2-selection__choice span{
  font-size: 15px;
}
.select2-container .select2-selection--multiple {
  min-height: 50px;
}
.modelredirect:hover{
  color: rgb(13 110 253) !important;
}
#cuntry{
  caret-color: transparent;
}

/* Steps CSS */


.thead_crm:hover {
    color: #FFFFFF !important;
}

.head_stu a:hover,
.thead_chat:hover {
    color: #ffffff !important;
}

.thead_crm {
    font-size: 16px !important;
    font-weight: 200;
    line-height: 23px;
    text-align: left;
    color: #FFFFFF5e !important;
}

.thead_crm img {
    width: 20px;
    height: 20px;
}

.thead_chat {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
}

.thead_dis {
    padding-left: 9rem;
    border-right: 2px solid #ffffff4d;
}

.head_stu a,
span.head_stu {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.mobi_gift_img {
    display: none !important;
}

.sign_up {
    border: 0;
    background: linear-gradient(90.33deg, #EA516C 2.81%, #F29379 77.27%);
    border-radius: 11px;
    color: #fff;
    padding: 5px 16px;
}

.sign_up span {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
}

.head_earn {
    border: 0;
    border-radius: 24px;
    padding: 2px 10px;
}

.head_earn span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.thead_nav {
    position: relative;
}

.thead_nav::after {
    content: '';
    color: #fff;
    width: 100%;
    position: absolute;
    height: auto;
    border-bottom: 0.2px solid dimgray;
    bottom: 0px;
    border-style: 1px dotted;
}

.navbar-toggler .line {
    width: 80%;
    float: left;
    height: 3px;
    background-color: #fff;
    margin-bottom: 7px;
}

.navbar-toggler {
    width: 69px;
    height: 63px;
    background-color: transparent;
}

/* / / ------------top nav new offcanvas / / */
.dis_cove h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF4D;
}

a.thead_crm_can img {
    width: 40px;
    height: 40px;
    text-align: center !important;
}

.thead_crm_can p {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF4D;
    padding-top: 0.5rem;
}

.canv_back {
    background: #082930 !important;
}

@media (min-width:320px) and (max-width:768px) {
    .top_nav {
        display: none !important;
    }

    .gift_img {
        display: none;
    }

    .mobi_gift_img {
        display: block !important;
    }

    .mobi_list {
        padding-top: 1.7rem !important;
    }

    .sear {
        display: flex;
        justify-content: center;
        margin: 0px !important;
    }

    .navbar-toggler .line {
        width: 80%;
        float: left;
        height: 2px;
        background-color: #fff;
        margin-bottom: 7px;
    }

    .navbar-toggler {
        margin-top: 9px !important;
    }

    .head_stu a {
        text-align: left;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        color: #ffffff;
        padding: 1.5rem 0rem;
        border-bottom: 0.5px solid #FFFFFF1A
    }

    .offcanvas-backdrop.show {
        opacity: 0 !important;
    }
}

@media (min-width:426px) and (max-width:768px) {
    .top_nav {
        display: none !important;
    }

    .gift_img {
        display: none;
    }

    .mobi_gift_img {
        display: block !important;
    }

    .mobi_list {
        padding-top: 1.7rem !important;
    }

    .sear {
        display: flex;
        justify-content: center;
        margin: 0px !important;
    }

    .navbar-toggler {
        margin-top: 1rem !important;
    }

    .navbar-toggler .line {
        width: 80%;
        float: left;
        height: 2px;
        background-color: #fff;
        margin-bottom: 7px;
    }
}

@media (max-width:1280px) {
    .top_nav {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1279.99px) {
    .head_stu a {
        font-size: 14px;
    }

    .sign_up {
        padding: 7px 11px;
    }

    .sign_up span {
        font-size: 16px;
    }

    .mobi_list {
        margin-top: 0.25rem !important;
    }
}

/* section-1-css */
.std-form-para {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: center;
    color: #0149a9 !important;
}

.std-col-box-name {
    border: 1px solid #0149a9 !important;
    color: #0149a9 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
    padding: 10px !important;
    border-radius: 0px !important;

}

.std-col-box-name:hover {
    background-color: #0149a9 !important;
    color: white !important;
}

.std-cols {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 60% !important;
    column-gap: 30px;
}

.std-yr-col {
    /* display: grid;
    grid-template-columns: repeat(5,1fr); */
    width: 50% !important;
    gap: 30px;
}

.std-back-btn {
font-size: 18px !important;
font-weight: 700 !important;
line-height: 23px !important;
text-align: center !important;
color:#0149a9 !important;
border: 1px solid #0149a9 !important;
padding: 10px 45px !important;
}

.std-c-btn {
    background-color: transparent;
    border: 1px solid #0149a9 !important;
    color: #0149a9 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 23px !important;
    text-align: center !important;
    padding: 10px 40px !important;

}

.std-center-all {
    margin-top: 3rem !important;
}


.std-col-box-name.active {
    background-color: #0149a9 !important;
    color: white !important;
}

@media (min-width:320px) and (max-width:426px) {
    .std-form-para {
        font-size: 28px !important;
        line-height: 40px !important;
    }
    
    .std-cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100% !important;
        row-gap: 20px !important;
    }

    .std-yr-col {
        /* display: grid;
        grid-template-columns: repeat(3, 1fr); */
        width: 100% !important;
        gap: 14px !important;
    }

    .std-col-box-name {
        font-weight: 400 !important;
    }

    .std-sm-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 65% !important;
        column-gap: 14px !important;
    }

    .std-back-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 40px !important;
    }

    .std-c-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 35px !important;
    }
}

@media (min-width:426px) and (max-width:768px)  {
    .std-form-para {
        font-size: 28px !important;
        line-height: 40px !important;
    }
    
    .std-cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100% !important;
        row-gap: 20px !important;
    }

    .std-yr-col {
        /* display: grid;
        grid-template-columns: repeat(3, 1fr); */
        width: 100% !important;
        gap: 14px !important;
    }

    .std-col-box-name {
        font-weight: 700 !important;
    }

    .std-sm-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 65% !important;
        column-gap: 14px !important;
    }

    .std-back-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 40px !important;
    }

    .std-c-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 35px !important;
    }
}

@media (min-width:769px) and (max-width:991px)  {    
    .std-cols {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100% !important;
    }

    .std-yr-col {
        /* display: grid;
        grid-template-columns: repeat(3, 1fr); */
        width: 100% !important;
        gap: 14px !important;
    }

    .std-col-box-name {
        font-weight: 700 !important;
    }

    .std-sm-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 65% !important;
        column-gap: 14px !important;
    }

    .std-back-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 40px !important;
    }

    .std-c-btn {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 10px 35px !important;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .std-yr-col {
        width: 65% !important;
    }

    .std-cols {
        width: 80% !important;
    }
}
/* Steps CSS */

/* Steps CSS Form 3*/
.which{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}
p.which_title {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    /* color: #ffffff; */
}

.month_container{
    max-width: 800px;
}
.month_col{
    display: flex;
    justify-content: center;
    align-items: center;
}
p.card-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0149a9;
    margin: 0;
}
.month_col {
    padding: 0.5rem;
}
.card-body.month_body {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card{
    background: transparent;
    border-color: #0149a9;
    border-radius: 0 ;
    box-shadow: 0px 4px 10px 0px #0000002E;
    border: 1px solid #0149a9
}
.card:hover .card-body .card-title {
    color:white;
}
.card:hover {
    background:#0149a9;  
}
.card.active {
    background:#0149a9;  
}
.card.active>.month_body>p{
    color:white !important; 
}

.card-continue:hover{
    color: inherit !important;
}
.btnback{
padding: 12px 50px 12px 50px;
gap: 0px;
border-radius: 8px;
opacity: 0px;
border: 1px solid #FFFFFF;
background: transparent;
font-size: 18px;
font-weight: 700;
line-height: 23px;
text-align: left;
color: #ffffff;
}
.btncontinue{
background: linear-gradient(90.33deg, #EA516C 2.81%, #F29379 97.27%);
gap: 0px;
border-radius: 8px;
border: none;
font-size: 18px;
font-weight: 700;
line-height: 23px;
text-align: left;
color: #ffffff;
padding: 12px 50px 12px 50px;
}
.month_sec{
    padding-bottom: 5rem;
}



@media (min-width:320px) and (max-width:424.99px){


.card{
    height: 58px !important;
}
.card-body.month_body{
    flex-direction: initial
}
p.which_title{
font-size: 30px;
font-weight: 700;
line-height: 36.31px;
text-align: center;
}
.which{
    padding: 2rem 0rem;
}
p.card-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0149a9;
    margin: 0;
}

}

@media (min-width:426px) and (max-width:767.99px){

}
@media (min-width:769px) and (max-width:1023.99px){

}


@media (min-width:1025px) and (max-width:1440px){

}

/* Steps CSS Form 3*/
/* Steps CSS Form 4*/
.which{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}
p.which_title {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #0149a9;
}
p.subjec{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #0149a9;
}

.btnback{
padding: 12px 50px 12px 50px;
gap: 0px;
border-radius: 8px;
opacity: 0px;
border: 1px solid #FFFFFF;
background: transparent;
font-size: 18px;
font-weight: 700;
line-height: 23px;
text-align: left;
color: #ffffff;
}
.btncontinue{
background: linear-gradient(90.33deg, #EA516C 2.81%, #F29379 97.27%);
gap: 0px;
border-radius: 8px;
border: none;
font-size: 18px;
font-weight: 700;
line-height: 23px;
text-align: left;
color: #ffffff;
padding: 12px 50px 12px 50px;
}
.form-control{
    padding: 1.125rem 1.56rem 1.125rem 1.56rem;
}
input.form-control {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1F2937;
    border-radius: 0px                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ;
}

.box{
width:fit-content;
height:59px;
padding: 10px 10px;
background: #FFFFFF;
border: 1px solid #F3F4F6;
box-shadow: 0px 2px 4px -1px #0000000F;
box-shadow: 0px 4px 6px -1px #0000001A;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.box p{
font-size: 16px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: #082930;
}


@media (min-width:320px) and (max-width:424.99px){

p.which_title{
font-size: 30px;
font-weight: 700;
line-height: 36.31px;
text-align: center;
}
p.subjec{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
}
.which{
    padding: 2rem 0rem;
}
.box {
    width: 100%;
    height: 100%;
    padding: 5px 5px;

}
.box p {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #082930;
}

}

@media (min-width:426px) and (max-width:767.99px){

}
@media (min-width:769px) and (max-width:1023.99px){

}


@media (min-width:1025px) and (max-width:1440px){

}

/* Steps CSS Form 4*/

/* Steps CSS Form 5*/

p.sing_title{
font-size: 40px;
font-weight: 700;
line-height: 54px;
text-align: left;
color: #0149a9;
}

.form-control{
border-radius: 0px ;
}

.btncontinue{
    background: linear-gradient(90.33deg, #EA516C 2.81%, #F29379 97.27%);
    gap: 0px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
    padding: 12px 50px 12px 50px;
    }


    .btnback{
        padding: 12px 50px 12px 50px;
        gap: 0px;
        border-radius: 8px;
        opacity: 0px;
        border: 1px solid #FFFFFF;
        background: transparent;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #ffffff;
        }


.finish_signing{
    min-height: 90vh;
}

@media (min-width:320px) and (max-width:424.99px){

}

@media (min-width:426px) and (max-width:767.99px){

}
@media (min-width:769px) and (max-width:1023.99px){

}


@media (min-width:1025px) and (max-width:1440px){

}

/* Steps CSS Form 5*/

/* Common Css */

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SF Pro Display", sans-serif;
  background: #ffffff;
  margin: 0;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 20px;
}
p, span, ul li, ol li,input{
  font-weight: 400;
}
p{
  font-size: 20px;
      line-height: 1.4;
}
.contain-width{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}

.img-full {
  width: 100% !important;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
h2{
  margin-top: 0;
}


.pb {
  padding-bottom: 40px;
}
.pt {
  padding-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #616161 0%, #232323 100%);
  color: #ffffff;
  padding: 10px 26px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
}

/* Arrow */
.arrow-icon {
  transition: transform 0.2s ease;
}

/* Hover animation */
.view-all-btn:hover .arrow-icon {
  transform: translateX(4px);
}

@media (max-width: 576px) {
  .view-all-btn {
    margin: auto;
  }
  h2{
    font-size: 28px !important;
  }
  h3{
    font-size: 20px !important;
  }
  p{
    font-size: 16px !important;
  }
}
::-webkit-scrollbar {
    width: 8px;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #2563eb, #7c3aed);;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    background: #fff
}
/* Common Css */