body {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
}

/* title */
h1 {
    font-size: 3vw;
    color: #fff;
    text-align: center;
    padding: 2.5vw 1vw 1vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

/* //title */

.sub-main-s3 {
    margin: 1.5vw 16vw;
    margin: 0vw auto;
    max-width: 1067px;
}


/* vertical tabs */
.vertical-tab {
    color: #333;
    display: block;
    margin: auto;
    position: relative;
    float: left;
    /* width: 70%; */
}

.image-style {
    float: left;
    width: 25%;
}

.vertical-tab input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.vertical-tab .section-s3ls {
    display: block;
}

/*.vertical-tab .section-s3ls label {
    background: #fff;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
    display: block;
    font-size: 17px;
    padding: 33px 20px;
    position: relative;
    width: 189px;
    z-index: 100;
    color: #111;
    text-align: center;
}
*/
.vertical-tab .section-s3ls label {
    background: #fff;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 11px 15px;
    position: relative;
    width: 110px;
    z-index: 100;
    color: #111;
    text-align: center;
}
.vertical-tab .section-s3ls article {
    display: none;
    left: 125px;
    min-width: 343px;
    position: absolute;
    top: 0;
}

/* .vertical-tab .section-s3ls article:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
} */

.vertical-tab input[name="sections"]:checked+label {
    background: #ff8507; /*green #44c709  gold :#ffc107*/ 
    border-right: 1px solid #ff8507; /* green #44c709 gold #ffc107 #000*/
    color: #fff;
}

.vertical-tab input[name="sections"]:checked~article {
    display: block;
}

label.icon-left-s3pvt span {
    display: block;
    font-size: 30px;
    margin-bottom: 7.8px;
}

/* //vertical tabs */

/* form style */
.sub-main-s3 form {
    background: #fff9; /*#ffff*/
    padding: 0em;
}

.legend {
    color: #000;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0.6em;
    font-weight: 400;
}

p.para-style-register {
    margin-bottom: 0.5em;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 2.5;
}

p.para-style {
    margin-bottom: 0.5em;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

u.para-start_here {
	 cursor: pointer;
	 color: blue;
	 font-family: system-ui;
}

u.para-start_here:hover {
	 cursor: pointer;
	 color: #ff8507;
	 font-family: system-ui;
}

p.para-style-2 {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-bottom: 0em;
}

p.para-style-2 a {
    color: blue;
}

.input {
    margin-bottom: 1em;
    padding: 5px 15px;
    border: 1px solid #eee;
    background: #f3f3f354;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input_forgot {
    margin-bottom: 0.1em;
}
.input span {
    font-size: 15px;
    color: #464646;
    margin-right: 10px;
}

.input input {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

.submit {
    margin: 0.3em auto 0;
    background: #ff8507; /* green #44c709 gold #ffc107   blue #0a7fbf dark green #00ad45;  #24c717   #64448a Green #2f2763 dark Blue  */
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: block;
    color: #fff;
    padding: 11px 30px;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
}

.submit:hover {
    opacity: .8;
    color: black;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

a.bottom-text-s3ls {
    color: #757474;
    font-size: 14px;
    display: inherit;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 3.2em;
}

/* //form style */



/* responsive */
@media(max-width: 1080px) {
    h1 {
        font-size: 4vw;
    }
}

@media(max-width: 1050px) {
    .sub-main-s3 {
        max-width: 900px;
    }

    .vertical-tab .section-s3ls article {
        min-width: 445px;
    }

    p.para-style-2 {
        font-size: 14px;
        margin-bottom: 1em;
    }

    p.para-style {
        margin-bottom: .7em;
        font-size: 14px;
    }
}

@media(max-width: 900px) {
    .sub-main-s3 {
        max-width: 768px;
    }

    .vertical-tab .section-s3ls article {
        min-width: 400px;
        left: 175px;
    }

    .vertical-tab .section-s3ls label {
        width: 134px;
        font-size: 15px;
        padding: 34px 20px;
    }

    h1 {
        font-size: 5vw;
        padding: 4.5vw 1vw 1vw;
    }
}

@media(max-width: 768px) {
    .sub-main-s3 {
        max-width: 575px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .image-style {
        float: none;
        width: 100%;
        min-height: 300px;
        order: 2;
    }

    .vertical-tab {
        float: none;
        width: 100%;
    }
}

@media(max-width: 667px) {
    h1 {
        font-size: 6vw;
    }
}


@media(max-width: 600px) {
    .sub-main-s3 {
        max-width: 500px;
    }

    .vertical-tab .section-s3ls article {
        min-width: 365px;
        left: 135px;
    }

    .vertical-tab .section-s3ls label {
        width: 114px;
        font-size: 15px;
        padding: 31px 10px;
    }

    h1 {
        font-size: 7vw;
    }
}

@media(max-width: 480px) {
    .vertical-tab .section-s3ls article {
        min-width: 291px;
        left: 109px;
    }

    .vertical-tab .section-s3ls label {
        width: 89px;
        font-size: 14px;
        padding: 26.8px 10px;
    }

    .sub-main-s3 {
        max-width: 400px;
    }

    .image-style {
        min-height: 220px;
    }

    .sub-main-s3 form {
        padding: 1.5em;
    }

    .submit {
        font-size: 14px;
    }

    .input input {
        font-size: 13px;
    }

    p.para-style {
        margin-bottom: .4em;
        font-size: 13px;
    }

    p.para-style-2 {
        font-size: 13px;
    }

    .input {
        padding: 12px 12px;
    }

    a.bottom-text-s3ls {
        margin-top: 3em;
    }

    .last-btn {
        margin: 1em auto 0;
    }

}

@media(max-width: 414px) {
    .sub-main-s3 {
        max-width: 320px;
    }

    .vertical-tab .section-s3ls article {
        position: static;
    }

    .vertical-tab .section-s3ls label {
        width: 100%;
        font-size: 14px;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
    }

    .vertical-tab input[name="sections"]:checked+label {
        border-right: none;
        border-bottom: 1px solid #000;
        border-top: none;
    }

    .image-style {
        min-height: 190px;
    }

    h1 {
        font-size: 1.8em;
        padding: 6.5vw 1vw 3vw;
    }

    .last-btn {
        margin: 1.5em auto 0;
    }

    p.para-style {
        margin-bottom: 1em;
    }

    p.para-style-2 {
        margin-bottom: 2em;
    }

}

@media(max-width: 320px) {
    .sub-main-s3 {
        max-width: 270px;
    }

    .vertical-tab .section-s3ls article {
        min-width: 270px;
    }
}

/* //responsive */


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: khaki;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: gold;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: darkorange;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}