*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.resume-container-2 {

    width: 870px !important;
}

.organisation,.role{
    font-size: 14px;
}
.CV2_left-box{
    width:50%;
}
.CV2_right-box{
    width:50%;
}
.Cv2-linethrough{
    border: none;
    border-top: 1px solid #aeaeae8d;
    width: 100%;
    margin:2px!important;
}

.resume-container_Template12 {
    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;
}
.key-skills-Cv2{
    font-size: 14px!important;
    font-weight: 600;
    
}

#Template12-master-container {
    max-width: 100%;

}
.sub-head-text{
    font-size: 18px;
    font-weight: 500;
}
.text-normal{
    font-size: 14px;
    font-weight: 500;
}
.Template_left-col {
    background-color: #242834;
    height: auto;
    padding: 15px 15px 0 15px;
}

.Template_right {
    height: 100%;
    padding: 20px;
    padding: 15px 15px 0 15px;
}
.linked-text-CV12{
    font-size: 14px;
    color: #fff!important;
}

.spacing {
    margin: 50px auto
}
.CV2_socials-links a{
    margin: 0 5px;
    font-size:  14px;
    color: #fff;
}



.container2 {
    padding-top: 5px !important;
}

.left_profile-section h2,
.left_profile-section h3 {
    color: var(--resume-template2-white-text);
}

.left_profile-section img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
}

.left_profile-section h2 {
    font-size: 22px;
    color: #fff;
   
}
.designation{
    border-bottom: 1px solid #ffffff37;
}
.line {
    background-color: #434750;
    width: 20px;
    height: 2px;
    top: 134px;
}
.common-text{font-size: 14px;}

.CV2_left-box_1{
    width: 45%;
}
.CV2_right-box_1{
    width: 55%;
}

.left_profile-section h3 {
    margin-top: 4px;
    font-size: 18px;
    color: #EBF1F9;
}
.bi-circle-fill{
    color: #fff;
    margin: 0 1px;
    font-size: 8px;
}
.circle-fill_not-selected{
    color: #fff!important;
}
.left_details-section h1 {
    font-size: 18px;
    color: #fff
}

.left_details-section h2 {
    font-size: 16px;
    color: #4E525E
}

.left_details-section p,
.left_details-section a {
    font-size: 14px;
    color: #c9c9c9;
}

.Template_right h1 {
    font-size: 18px;
    font-weight: 600;
}

.right-template-p {
    font-size: 14px;
}

.Template_right h3 {
    font-size: 16px;
    font-weight: 600;
 
}

.faded-text {
    font-size: 14px;
    color: #7f7f7f;
}

.CV2_skill_left-box i{
    margin: 0 1px;
    color: #fff;
    font-size: 8px;
}
.circle-fill_not-selected{
    color: #6d6d6d!important;
}
.CV2_skill_right-box{
    width: 40%;
}

.margin-top{
    margin-top: 20px;
}
/* bottom btn styling ---------------- */

/* -------------print media----------------  */
@media print {
    .col-4,
    .width-4{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-8,
    .width-8{
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .hide-on-print{
        display: none;
    }
    .sticky-bottom-special{
        display: none;
    }
    .resume-background-color {
        background-color: #fff;
    }
    .margin-top{
        margin-top: 0;
    }
    .resume-container_Template12 {
        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;

    }
      .order-left{
        order: 1!important;
    }
    .order-right{
        order:2!important
    }
}
/* Media query ------------ */

@media only screen and (max-width: 900px) {
    .resume-container-2 {
        width: 100% !important;
    }

    .resume-container_Template12 {
        height:auto;
    }

   
}
@media only screen and (max-width: 768px) {
    
    
    .width-4,
    .width-8{
    
        width:100%;
    }
    .Template_left-col {
       
        height: auto;
      
    }
    .Template_left-col {
      
        padding: 30px;
    }
    .Template_right {
     padding: 30px;
     padding-top: 20px;
    }
 
  
   
}

@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: 18px;
    }
    .redirect-btn_Resume-level a {
     
        padding: 7px 16px;
        font-size: 15px;
      
    }
  
   
  
}