*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.resume-container{

    width: 870px !important;
}

.Template3-resume-container {
    width: 948px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 12px ;
    box-shadow: 0 1rem 3rem rgba(15, 23, 42, 0.049);
    overflow: hidden;
}

#Template3-master-container {
    max-width: 100%;

}
.margin-top{
    margin-top: 20px;
}
.padding-left{
    padding-left: 12px;
}


.padding-right{
    padding-right: 12px;
}
.border-left{
    border-left: 1px solid #4b4b4b72;
}
.word-break-text {
    word-break: break-all; 
    overflow-wrap: break-word; 
    white-space: normal;
    
  }
  .custom-col-md-7{
    width: 62%;
  }
    .custom-col-md-5{
        width: 38%;
    }
    .user-name{
        font-size: 28px;
        font-weight: 700;
        color: #000000;
    }
    .designation
    {
        font-size: 17px;
        font-weight: 500;
        color: #284579;
    }
    .social-icons i{
        font-size: 18px;
        margin:0 10px;
        color: #313131;
    }
    .box-top-details{
        background-color: #dee4f0;
        border-radius: 0;
        border: 1px solid #69696941;
        padding: 10px;
    }
    .sub-heading{
        font-size: 18px;
        font-weight: 700;
        color: #232323;
    }
    .box-top-details a,
       .box-top-details p{
        font-size: 14px;
        color: #4d4d4d;
       } 
          .box-top-details .heading{
            font-size: 14px;
           font-weight: 600;
          }
          .heading{
            font-size: 20px;
            font-weight: 600;
            color: #284579;
            border-bottom: 2px solid #262626d3;
            padding-bottom: 3px;
          }
          .common-para,
          .common-text{
            font-size: 14px;
          }
          .job-preferences-text{
            font-size: 15px;
          }
          
.inside-line-break{
    border: 1px solid #c7c7c763;
    margin: 1px;
}
.left-boxTemplate1_resume .icons{
    font-size: 7px;
    margin: 0;
    color:#606f78; 
}
.not-filled{
    color: #d4d4d4!important;
}
.icons-box{
    width: 124px;
}
.date,
.location{
    font-size: 14px;
         color: #284579;
         font-weight: 600;
}
.title{
    font-size: 16px;
     color: #284579;
         font-weight: 600;
}
/* Ash css*/
.right-boxTemplate1_resume {
    width: 82%;
}
.left-boxTemplate1_resume {
    width: 18%;
}
.left-boxTemplate1_resume i {
    margin-right: 3px !important;
}
/* Bottom-btn Styling ---------------- */

/* -------------print media----------------  */
@media print {
    .hide-on-print{
        display: none;
    }
    .sticky-bottom-special{
        display: none;
    }
    .background-color {
        background-color: #EEF3F9;
    }
    .margin-top{
        margin-top: 0;
    }
    .Template3-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:850px){
     .custom-col-md-7{
    width: 100%;
  }
    .custom-col-md-5{
        width: 100%;
    }
    .padding-left,
.padding-right{
    padding: 0;
}
.border-left{
    border-left: none
}
}
@media only screen and (max-width: 768px){
    .resume-container{
        width: 100%!important; 
    }
   
   

}
@media only screen and (max-width: 650px){

    .flex-box{
        flex-wrap: wrap;
    }
   
  

   
}


@media only screen and (max-width: 600px){
    .about-main-box-top{
        margin-left: 0!important;
    }
    .bottom-sticky-buttons {
      
        backdrop-filter: blur(1px);
        background-color: rgba(126, 126, 126, 0.275);
   
}
.top-image-flex-box{
    flex-wrap: wrap;
}

}
@media only screen and (max-width:472px){
    .left-box-job{
        width: 38%;
    }
    .right-box-job{
        width: 62%;
    }
}
