#cv2 fieldset,
#cv2 .div1 {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}

#cv2 .divright .title {
    padding: 2.5vw 0px 0.625vw 1.25vw;
}

#cv2 .divright .title h2 {
    font-size: 1.92vw;
    margin-bottom: 0.4vw;
    color: #1f5f7a;
}

#cv2 .divright .header {
    position: relative;
}

#cv2 .divright .header h3 {
    position: absolute;
    top: 1.6vw;
    left: 5.6vw;
    font-size: 1.44vw;
    color: white;
}

#cv2 .divright .header img {
    position: absolute;
    width: 2.8vw;
    top: 1.04vw;
    left: 1.4vw;
}

#cv2 .divright .title h3 {
    font-size: 1vw;
    color: #1f5f7a;
}

#cv2 .divright .information .info1 {
    margin-left: 2vw;
    margin-bottom: 0.4vw;
}

#cv2 .divright .information .emptydiv {
    height: 0.8vw;
    width: 100%;
}

#cv2 .divright .experience {
    margin: 0px 0 0.8vw 0px;
}


/*Hide all except first fieldset*/

#cv2 fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#cv2 input,
#cv2 textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}


/*buttons*/

#cv2 .action-button {
    width: 100px;
    background: #5050ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#cv2 .action-button:hover,
#cv2 .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #5050ff;
}

.cveditimg {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 2px #2C3E50;
    object-fit: cover;
}

#cv2 .divcvimg {
    margin: 2.4vw auto;
    text-align: center;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    width: 70%;
}

#cv2 .cvimg {
    object-fit: cover;
    border-radius: 50%;
    border: solid 2px white;
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 97%;
}

#cv2 .divleft .title {
    width: 100%;
    padding: 10px;
}

#cv2 .divleft .title h2 {
    font-size: 48px;
    color: #1f5f7a;
}

#cv2 .divleft .header {
    position: relative;
}

#cv2 .divleft .header .spclh3 {
    font-size: 1.12vw;
}

#cv2 .divleft .header h3 {
    position: absolute;
    top: 1.6vw;
    left: 5.6vw;
    font-size: 1.44vw;
    color: white;
}

#cv2 .divleft .header img {
    position: absolute;
    width: 2.4vw;
    top: 1.115vw;
    left: 1.64vw;
}

#cv2 .divleft .title h3 {
    font-size: 36px;
    color: #1f5f7a;
}

#cv2 .divleft .information .info1 {
    margin-left: 2vw;
    margin-bottom: 0.4vw;
    overflow: auto;
    width: 85%;
}

#cv2 .divleft .information .info1 .subinfo1 h3 {
    font-size: 1vw;
    color: white;
}

#cv2 .divleft .information .info1 .subinfo1 .eml {
    font-size: 0.65vw;
}

#cv2 .divright .information .subinfo2 h3 {
    font-size: 0.88vw;
    color: #1f5f7a;
}

#cv2 .divright .information .subinfo3 h3 {
    font-size: 0.72vw;
    color: #1f5f7a;
}

#cv2 .container {
    padding: 0;
    width: 40vw;
    height: 56.58vw;
    margin: auto;
}

#cv2 .divleft .information .info1 .skill {
    float: left;
    margin: 0.4vw;
}

#cv2 .divleft .emptydiv {
    height: 2vw;
}

#cv2 .gapbetween {
    height: 4vw;
    width: 100%;
}

#cv2 .divleft .information .info1 .tbl .wh45px {
    width: 2vw;
    height: 2vw;
}

#cv2 .line {
    width: 100%;
    height: 5px;
    border-bottom: dashed 2px gray;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1020px) {
    #cv2 .cvimg {
        border: solid 1px white;
    }
}

@media only screen and (max-width: 600px) {
    #cv2 .cvimg {
        border: solid 0px white;
    }
}