@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    /* width: 100vw; */
    /* height: 100vh; */
    font-family: 'Roboto', sans-serif;
    background-color: #e3e8eb;
    color: #061e30;
}
#totalPointsWrapId{
    position: absolute;
}
#secondSectionWrapId,#secondBSectionWrapId,#fifthASectionWrapId, #fifthBSectionWrapId,#thirdSectionWrapId{
    display: none;
}
#fourthSectionWrapId,#fifthSectionWrapId,#sixthSectionWrapId, #seventhSectionWrapId,#eightSectionWrapId{
    display: none;
}
#ninthSectionWrapId,#tenthSectionWrapId,#eleventhSectionWrapId{
    display: none;
}
.scoreSectionWrap{
    display: none !important;
}
.fifthSectionSelect{
    width: 30rem;
}
.fifthSectionOptions{
    word-wrap: break-word;
}


.visaSubClassWrap{
    background-color: #fff;
    padding: 0rem;
    border: 1px solid;
    /* border-bottom: 1px solid; */
    margin-top: 3rem;
}
.headingSectionWrap{
    display: flex;
    justify-content: space-between;
    /* margin-top: 3rem; */
    background-color: #fff;
    padding: 0 0.5rem;
    /* border-top: 1px solid; */
    border-bottom: 1px solid;
}
.scoreSectionWrap{
    display: flex;
    justify-content: space-between;
    align-self: center;
}
.scoreHeadingPoints{
    align-self: center;
    background-color:#194798;
    color: #fff;
    margin: 0rem 0.5rem;
}
.headingOptionSectionWrap{
    padding: 0rem 0.5rem;
}
.headingQuestion{
    color: #194798;
    margin: 0.5rem 0.1rem;
    font-weight: 500;
}
.visaSubClassInput{
    display: inline !important;
    width: fit-content;
}
.pointsCalculatorContainer{
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    position: relative;
}
.visaSubClassWrap,.secondSectionWrap,.thirdSectionWrap,.fourthSectionWrap,.fifthSectionWrap,.totalScoreWrap{
    justify-self: start;
    /* padding: 1.2rem 6rem; */
}
.pointsHeadingWrap{
    text-align: center;
    background-color: #557A95;
    color: #fff;
    height: 5rem;
    display: flex;
    position: rel;
}
.pointsHeading{
    width: 100%;
    align-self: center;
    justify-self: center;
    text-align: center;
}
.subheading{
    font-weight: 500;
    padding: 0.5rem 0;
}
.visaSubClassLabel{
    font-size: 0.9rem;
}
.pointsTableLink,.englishSkill{
    font-size: 0.8rem;
    text-decoration: none;
}
.secondSubHeading,.secondQuestion,.thirdSubHeading,.thirdQuestion,.fourthQuestion,.fifthQuestion{
    padding: 0.5rem 0;
    font-size: 0.9rem;
}
.secondSectionOptions,.secondSectionSelect,.thirdSectionSelect,.thirdSectionOptions,.fourthSectionSelect,.fourthSectionOptionsTwo,.fifthSectionSelect,.fifthSectionOptions{
    /* appearance: none; */
    background-color:#FFF;
    border: none;
    padding: 0.2rem 0.5rem;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    font-size: 0.9rem;
}
.totalScoreWrap{
    color: #557A95;
}
.totalScore{
    font-weight: 500;
}
.submitBtn{
    display: block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #557A95;
    border: none;
    font-weight: 600;
    /* font-size: 1.2rem; */
}

/* Media query */



/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
    .totalScoreWrap{
        position: relative;
        padding-left: 11rem;
    }
    .visaSubClassWrap, .secondSectionWrap, .thirdSectionWrap, .fourthSectionWrap, .fifthSectionWrap, .totalScoreWrap {
        justify-self: start;
        padding: 1.2rem 3rem;
    }
}
 
/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    .totalScoreWrap{
        position: relative;
        padding-left: 11rem;
    }
    .visaSubClassWrap, .secondSectionWrap, .thirdSectionWrap, .fourthSectionWrap, .fifthSectionWrap, .totalScoreWrap {
        justify-self: start;
        /* padding: 1.2rem 3rem; */
    }
}
 
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .totalScoreWrap{
        position: absolute;
        right: 0rem;
        top: 5rem;
    }
}
 
/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    .totalScoreWrap{
        position: absolute;
        right: 5rem;
        top: 5rem;
    }
}
 
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {}



/* ----------- OnePlus 6 ----------- */
@media only screen and (min-width: 412px) and (max-width: 869px) {}


/* ----------- iPhone 11 ----------- */
/* 1792x828px at 326ppi */ 
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) { }

/* ----------- iPhone 12, 12 Pro ----------- */
 
/* 2532x1170 pixels at 460ppi */ 
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) { }


/* ----------- iPhone 12 Mini ----------- */
 
/* 2340x1080 pixels at 476ppi */ 
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) { }