*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.resume-container{

    width: 870px !important;
}

.CV3_left-box-job{
    width: 27%;
}
.CV3_right-box-job{
    width: 73%;
}
.Template8-resume-container {
    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(188, 188, 188, 0.051), 0 16px 36px 0 rgba(201, 202, 202, 0.077);
    overflow: hidden;
}
.colored{
    color: #0d3e68;
}
#Template8-master-container {
    max-width: 100%;

}
.social-icons{
    right: 0;
}
.margin-top{
    margin-top: 20px;
}
.left-padding{
    padding: 15px;
}
.right-padding{
    padding:15px 15px 0 15px;
}
.img-box img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 4px solid rgb(108 154 195);
}
.user-name{
    font-size: 22px;
    font-weight: 600;
    color: rgb(50 59 76);
}
.number2{
    margin-left:4px;
}
.designation{
    font-size: 18px;
    color: rgb(108 154 195);
    border-bottom: 2px solid rgb(187, 222, 252);
    width: fit-content;
    font-weight: 500;
}

.social-links .box i{
  color:rgb(108 154 195); ;
}
.social-links .links{
    font-size: 14px;
    color: #565656;
    font-weight: 500;
}
.bold-line-break{
    border:1px solid rgba(0, 115, 215, 0.293)!important;
    border-color: rgb(108 154 195)!important;
    margin: 0;
}
.border-right{
    border-right: 1px solid rgba(108, 154, 195, 0.299)!important;
    height: auto;
}
.common-heading1{

    font-size: 18px;
    font-weight: 600;
    background-color:rgb(194, 214, 232); 
    text-align: center;
    padding: 5px;
}
.common-text{
    font-size: 14px;
    color: #3f3f3f;
}
.CV3_left-box,
.CV3_right-box{
    width: 50%;
}
.light-line-break{
    border: 1px solid #a8a8a859!important;
    margin: 1px;
}
.sub-heading{
    font-size: 16px;
    color: #353535;
    font-weight: 600;
}
.location,
.field-of-study{
    font-size: 14px;
    color:  rgb(54, 54, 54) ;
    font-weight: 600;
}
.college-name{
    font-size: 14px;
    color: #353535;
    font-weight: 600;
}
.CV3_left-box-special .icons{
    font-size: 8px;
    margin: 0 1px;
    color: rgb(0, 115, 215);
}
.not-filled{
    color:rgb(180, 215, 246)!important;
}
.CV3_right-box-special{
    width: 63%;
}


.top-margin{
    margin-top: 80px!important;
}

/* Bottom buttom Styling-------------- */


/* -------------print media----------------  */
@media print {
   
    .col-5,
    .width-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-7,
    .width-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    
    .top-margin{
        margin-top: 0!important;
    }
    .hide-on-print{
        display: none;
    }
    .sticky-bottom-special{
        display: none;
    }
    .background-color {
        background-color: #fff;
    }
    .margin-top{
        margin-top: 0;
    }
    .Template8-resume-container {
        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 queries-------------- */
@media only screen and (max-width: 768px){
    .top-box{
        margin: 0 auto;
    }
    .left-padding{
        padding: 15px;
    }
    .CV3_left-box-job{
        width: 20%;
    }
    .CV3_right-box-job{
        width: 80%;
    } 
  
  .social-links{
    width: 400px;
  }
    .width-7,
    .width-5{
        width: 100%;
    }
    .resume-container{

        width: 100%!important;
      
        
    }
 

}
@media only screen and (max-width:668px){
    .CV3_left-box-job{
        width: 25%;
    }
    .CV3_right-box-job{
        width: 75%;
    } 
}
@media only screen and (max-width:545px){
    .CV3_left-box-job{
        width: 30%;
    }
    .CV3_right-box-job{
        width: 70%;
    } 
    .user-name {
        font-size: 22px;
        margin-top: 20px;
   
    }
    .designation {
        font-size: 16px;
     
    }
}
@media only screen and (max-width:466px){
    .user-info{
        margin-left: 0!important;
    }
    .email-box{
        width: 100%!important;
        margin-left: 0!important;
    }
    .CV3_left-box-job{
        width: 33%;
    }
    .CV3_right-box-job{
        width: 67%;
    } 
}
@media only screen and (max-width:423px){
    .CV3_left-box-job{
        width: 37%;
    }
    .CV3_right-box-job{
        width: 63%;
    } 
}
 
@media only screen and (max-width:378px){
    .CV3_left-box-job{
        width: 40%;
    }
    .CV3_right-box-job{
        width: 60%;
    } 
}
