* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.resume-container-2 {

    width: 870px !important;
}
.resume-container_Template11 {
    width: 948px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 20px 60px 0 rgba(186, 200, 227, .1), 0 16px 36px 0 rgba(186, 200, 227, .3);
    overflow: hidden;
}
.role,.organisation{
    font-size: 14px;
}
#Template11-master-container {
    max-width: 100%;

}


.CV1_profile img {
    width: 120px;
    height: 120px;
    border-radius: 100px;

}

.CV1_profile {
    left: 0;
    top: -10px;
}

.CV1_person-name {
    width: 50%;
    margin: 0 auto;
}

.linked-text-CV1 span {
    font-size: 14px;
    font-weight: 600;
}




.social-links .links {
    margin: 4px 10px;
}

.grey {
    color: #384347;

}

.exp_se_border-bottom {
    border-bottom: 1px dashed #ccc !important;

}

.CV1-details-box_left {
    width: 50%;
}

.details-separation {
    border-bottom: 1px dashed #3030304d;
    padding-bottom: 7px;
}

.CV1-details-box_right {
    width: 55%;
}

#template-heading {
    font-weight: 600;
    color: #535252;
}

.template-para {
    font-size: 14px;
    color: #333333;
}

.dot-color {
    color: #E4E4E4;
}

.text-end {
    text-align: start !important;
}

.text-end i {
    color: #1E90FF;
    font-size: 8px;
    margin: 0 1px;
}

.sm_se p {
    margin: 0px !important;
    font-size: 14px;
    color: #333333;
}

.trvals {
    font-size: 14px;
    font-weight: 600;
    color: #1e90ff;
}

.sm_se h5 {
    margin: 0px !important;
    font-size: 14px;
    color: #333333;
}

.ul_section {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.exp_se {
    font-size: 22px;
    border-bottom: solid 2px #00000022;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 3px !important;
    font-weight: 600;
}

.template1_second-part {
    padding-top: 40px;
}

.master-box {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #39393938;
}
.template1_left_details,
.template1_right_details {
padding: 0 15px 0 15px;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.common-text {
    font-size: 14px;
    color: rgb(56, 67, 71);
}

.master-box h1 {
    font-size: 22px;
    font-weight: 600;
}

.master-box h3 {
    font-size: 18px;
    color: #1E90FF;
}
.awards-text{
    font-size: 14px;
}
.date-achievement{
    font-size: 14px!important;
    font-weight: 600;
}

.master-box a {
    font-size: 14px;
    color: #384347;
    font-weight: 700;
}


.master-box i {
    color: #1E90FF
}

.grey {
    font-size: 14px;
}

.gm_border {
    border-bottom: dashed 1px #ccc;
    padding: 6px 0;
}

.dot-color {
    color: #E4E4E4 !important;
}

.uls_section li {
    font-size: 14px;
    float: left;
    padding: 5px 0px;
    font-weight: 700;
    border-bottom: solid 1px #ccc;
    margin: 0px 5px;
    color: #384347;
    list-style-type: none;
}

.linked-text-CV1 {
    font-size: 14px;
    font-weight: 600;
}

.linked-text-CV1 i {
    color: #1E90FF;
    font-size: 16px;
    margin: 10px 0;
}

.ul_section li {
    font-size: 14px;
    color: #384347;
}

.margin-top {
    margin-top: 20px;
}

.sre {
    font-weight: 600;
}



/* -------------print media----------------  */
@media print {
    .col-7,
    .width-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-5,
    .width-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .hide-on-print {
        display: none;
    }

    .sticky-bottom-special {
        display: none;
    }

    .resume-background-color {
        background-color: #fff;
    }

    .margin-top {
        margin-top: 0;
    }

    .resume-container_Template11 {
        width: 210mm;
        height: auto;
        border: 1px solid #5f5f5f3a!important;
        box-shadow: none !important;
        overflow: hidden;
    }

    .left_details-section {
        padding-left: 0;
    }

    .spacing {
        margin: 0 auto;

    }
}

/* Media query ------------ */

@media only screen and (max-width: 900px) {
    .resume-container-2 {
        width: 100% !important;
    }

    .resume-container_Template11 {
        height:auto;
    }

    .master-box h1 {
        font-size: 22px;
    }



   
}
@media only screen and (max-width: 768px) {
    .width-7,
    .width-5{
    width: 100%;
    }
}
@media only screen and (max-width: 580px) {
    .master-box h1 {
        font-size: 22px;
    }
    .span-hide4{
        display: none;
    }
    .views-count{
        font-size: 14px;
    }
    .redirect-btn_Resume-level a {
       
        padding: 8px 15px;
        font-size: 14px;
    
    }
}
@media only screen and (max-width: 510px) {
    .CV1_person-name{
        margin-left: 0!important;
    }
    .span-hide2{
        display: none;
    }
    .top-details-box{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 413px) {
    .span-hide3{
        display: none;
    }
}

    @media only screen and (max-width: 400px) {
        .bottom-sticky-buttons .social-icons2 a {
            margin: 10px 6px;
        }

        .bottom-sticky-buttons a span {
            vertical-align: middle;
            font-size: 21px;
        }
        .CV1_profile img {
            width: 80px;
            height: 80px;
         
        }
       
      
    }
    @media only screen and (max-width: 330px) {
        .span-hide1{
            display: none;
        }
    }
