

  /*-------------------Main Banner-------------------*/

  .WorkMainBanner{
  	display: block;
    font-size: 0;
    width:100%;
    height:96vh;
    background: url("../../links/TimeOwl/TO_MainBanner.svg") no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  

  .Banner_Overlay{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;

    width:100%;
    height:800px;

    z-index: 1;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }


  @keyframes FadeInOut {
    0% {
      opacity: .4;
    }
    50%{
    	opacity: 1;
    }
    100% {
      opacity: .4;
    }
  }

  @keyframes MoveUPDown {
    0% {
      transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
    }
    100% {
          transform: translateY(0px);
    }
  }



  /*-------------------Video-------------------*/

  .videoWrapper {
    display: block;
  }


  /* ----------- Line Seperator ----------- */
  .line-separator{
    height:1px;
    background:#ebecec;

  }


  /* ----------- Work_Details_Holder ----------- */
  .Work_Details_Holder_P1{
    width: 100%;
    background-color: white;
  }





  /* Feature */

  .Slider_WorkDetails{
    overflow: hidden;
  }

  .slick-slide:focus { outline: none; }



  /* F 1 */

  .F1_Holder{
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .F1B_Holder, .F2B_Holder{
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    display: block;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .F1B_Holder > div, .F2B_Holder > div{
    max-width: 1200px;
    margin: auto;
  }

  .F1_Mac{
    width: 100%;
    display: block;
    position: relative;
    margin: 40px auto 0;
    z-index: 10;
    max-width: 1200px;
  }

  .F1B_Details{
    position: relative;
    width: 100%;
    display: block;
    margin-top: 15vh;
    z-index: 2;
    text-align: left;
  }


  .Gradient_Blue{
    position: absolute;
    top: 55vh;
    opacity: .2;
    left: 0;
    width: 100vw;
    height: 70vh;
    z-index: 0;

    background: rgba(91,169,255,1);
    background: -moz-linear-gradient(top, rgba(91,169,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91,169,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(91,169,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(91,169,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(91,169,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(91,169,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba9ff', endColorstr='#ffffff', GradientType=0 );
  }

  .PosLower{
    top: 97.5vh;
  }

  .SocialIcons{
    display: block;
    width: 100%;
    padding: 80px 40px 160px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
  }
  .SocialIcons img{
    width: 100%;
  }

  /* F 2 */

  .F2_Holder{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 160px;
    padding: 0 40px;
    box-sizing: border-box;
  }


  .F2_Details{
    width: 50%;
    margin: 0 auto;
    position: absolute;
    display: block;
    max-width: 600px;
    z-index: 1;
    top: 20vw;
  }

  

  .F2_Mac{
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block;
      z-index: 0;
  }

  .F2_Mac img{
    display: inline-block;
    text-align: right;
    position: relative;
    width: 100%;
    right: -110px;
  }



/*=========================================Main Features=================================================*/
  .Feature-Holder{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 160px;
    text-align: center;
  }

  .Feature-Content{
    width: 100%;
    z-index: 1;
    position: relative;
    font-size: 0;
  }

  .Feature-Content img{
    width: 100%;
  }

  .Feature-Details {
    padding: 40px;
    box-sizing: border-box;
    max-width: 600px;
    text-align: left;
  }

  .max-width1200{
    padding: 0 40px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    max-width: 1600px;
  }

  .Feature-Holder.Mobile, .F5_Right_Holder.Mobile{
    display: none;
  }


/*=========================================F2B_1=================================================*/

.F2B_Holder .F2B_1_Holder{
    display: block;
    margin: 80px auto;
    text-align: left;
    font-size: 0;
  }

  .F2B_1_Holder > div{
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 7vh;
    position: relative;
  }

  .BlueTitle{
    width: 85vw;
    font-weight: 400;
    color: #5ba4ff;
    padding-bottom: 7vh;
  }

  .AlignRight1{
    display: none;
    text-align: right;
  }

  .F2B_Icons_Left{
    width: 17vw;
    padding-right: 4vh;
    vertical-align: top;
    display: inline-block !important;
  }

  .F2B_Icons_Left img{
    width: 100%;
  }

  .F2B_Icons_Right{
    cursor: pointer;
    opacity: .3;
    width: 13%;
    text-align: right;
    margin-left: 36%;
    vertical-align: middle;
    display: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right img{
    width: 100%;
  }

  .F2B_Details{
    width: 60vw;
    vertical-align: middle;
    display: inline-block;
  }

  .F2B_Lines{
    width: 35%;
    opacity: .3;
    position: absolute;
    right: 12.9%;
    top: 50%;
    border: 0;
    border-top: 1px solid #5ba4ff;
  }

  .F2B_HoverText1{
    display: none;
    position: absolute;
    right: 15%;
    top: 25%;
    opacity: 0;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    color: #5ba4ff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }


/*=========================================F2B_2=================================================*/

.Wrapper_F2B_2_IconHolder{
  display: block;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

 .F2B_2_IconHolder {
    display: block;
    width: 45%;
    /*max-width: 540px;*/
    font-size: 0;
    position: relative;
    margin: auto;
    margin-top: 20%;
  }

  .F2B_Icons_Mid{
    position: absolute;
    width: 37%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }


  .F2B_Icons_Out{
    position: absolute;
    width: 24%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  #F2B_Icon_ActAudit2 {
    top: 0;
    margin: auto;
    display: block;
    position: relative;
  }

  #F2B_Icon_Filter2 {
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 3%;
    right: initial;
  }

  #F2B_Icon_Community2 {
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 3%;
    left: initial;
  }

  #F2B_Icon_Plan2 {
    display: inline-block;
    position: absolute;
    top: 17.5%;
    left: 3%;
  }

  #F2B_Icon_Track2 {
    display: inline-block;
    position: absolute;
    top: 17.5%;
    left: initial;
    right: 3%;
  }

  #F2B_Icon_Review2{
    display: block;
    position: relative;
    top: 0;
    margin: 40% auto 0;
  }

  #F2B_2_ActAudit2 {
    position: absolute;
    top: -12.5%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
  }

  #F2B_2_Plan2 {
    position: absolute;
    right: 98%;
    top: 17%;
    color: #003761;
  }

  #F2B_2_Track2 {
    position: absolute;
    left: 98%;
    right: initial;
    top: 17%;
    color: #003761;
  }

  #F2B_2_Review2 {
    position: absolute;
    margin: auto;
    top: 105%;
    right: 0;
    left: 0;
    color: #003761;
  }

  #F2B_2_Filter2 {
    position: absolute;
    right: 98%;
    top: 75%;
  }

  #F2B_2_Community2 {
    position: absolute;
    left: 98%;
    right: initial;
    top: 75%;
  }


  .F2B_BG1{
    display: block;
    position: relative;
    width: 30%;
    /*max-width: 360px;*/
    margin: 0 auto;
    margin-top: -37%;
    opacity: .2;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }



  .F2B_BG2{
    position: relative;
    width: 70%;
    /*max-width: 845px;*/
    margin: 0 auto;
    margin-top: -50.5%;
    opacity: .2;
    z-index: -10;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_ScaleUp{
    transform: scale(1.15);
  }

  .F2B_ScaleDown{
    transform: scale(.8);
  }

  /* F3 */

  .F3_Holder{
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    background-color: #5ba4ff;
    margin-bottom: 5%;
  }

  .F3B_Holder{
    margin: 0 auto 160px;
    position: relative;
    display: block;
    text-align: center;
  }

  .F3B_Holder .Call-Out{
    padding: 40px 40px;
  }

  /* F4B */
  .F4B_Holder{
    display: block;
    width: 100%;
    margin: 0 auto 160px;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1200px;
  }

  .GraphHolder{
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 160px;
    max-width: 1200px;
    position: relative;
  }

  .GraphHolder span{    
    margin: auto;
    padding-bottom: 40px;
  }

  .GraphHolder img{
    width: 100%;
  }


  .F4B_LineOwl{
    display: block;
    position: absolute;
    width: 20%;
    right: -10%;
    bottom: -7%;
  }

  .F4B_LineOwl img{
    width: 100%;
  }

  .F4B_GraphEndLine{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";

    margin-top: 6vh;
  }


  /* Feature 5 */
  .Feature5_Holder{
    display: none;
    width: 100%;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 4%;
    position: relative;
    display: block;
    font-size: 0;
  }

  .TO_F5_Mid{
    margin:auto;
    z-index: 100;
  }


  .TO_F5_Mid_Owl{
    width:13%;
    position:absolute;
    left: 42%;
    top:25%;
    z-index: 2;
  }


  .TO_F5_Mid_PC{
    width:23%;
    position:absolute;
    left: 38.5%;
    top:39%;
    z-index: 1;
  }


  .F5_Left_Holder{
    display: inline-block;
    text-align: left;
    width: 50%;
    background: #e0f0ff;
    font-size: 0px;
    vertical-align: top;
  }

  .F5_Wrap1{
    padding: 10% 15% 15% 25%;
  }

  .F5_Wrap2{
    padding: 10% 25% 15% 15%;
  }

  .Essentials{
    color: #5bb3ff;
  }

  .TO_F5_PadLeft2{
    padding-left: 5%;
    box-sizing: border-box;
  }

  .TO_F5_Icon{
    width: 18%;
    display: inline-block !important;
    vertical-align: top;
  }

  .Feature5_Details{
    width: 60%;
    display: inline-block;
  }


  .TO_F5_SmallHolder{
    display: block;
    padding-top: 8%;
    font-size: 0;
  }

  .F5_Right_Holder{
    display: inline-block;
    text-align: right;
    width: 50%;
    font-size: 0px;
    vertical-align: top;
    background: #005482;
  }

  .TO_F5_PadRight2{
    padding-right: 5%;
  }

  .WhiteText{
    color:white;
  }

  .FloatRight{
    float: right;
  }


  /* ----------- TO Naming ----------- */
 
  .TO-ProcessPic{
    padding: 0 40px;
    box-sizing: border-box;
    margin: auto;
  }

  .TO-ProcessPic > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 160px;
  }

  .TO-ProcessPic > div.TO_LogoDev {
    max-width: 360px;
  }


  .TO_Naming img{
    width: 100%
  }


  .TO_LogoDev img{
    width: 100%
  }

  .TO_ProgressDesk{
    display: block;
    position: relative;
    width: 100%;
  }
  
  .TO_ProgressDesk img{
    width: 100%
  }

  .F2B_Lines {
    display: none;
  }

  .TO-Process-End .Call-Out{
    padding: 160px 40px 80px;
  }

  .TO-ProcessBook{
    display: block;
    position: relative;
    width: 100%;
    height: 800px;
    margin-bottom: 160px;
  }


/*=========================================TO Screens=================================================*/

  .swiper-slide div{
    line-height: 0;
  }

  .TO-Screens{
    display: block;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 0;
    margin: 160px auto 0;    
    max-width: 1600px;
  }

  .TO-Screens > div:nth-child(1){
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 0;
  }

  .TO-Screens > div:nth-child(2){
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 24%;
    line-height: 0;
  }
  
  .TO-Screens img{
    width: 100%;  
    line-height: 0;  
  }

  .TO-Screens > div > div{    
    border: 4px solid #ebebeb;
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 0;
  }



/*=========================================Tablets (Portrait)=================================================*/
@media only screen and (min-width: 600px) {

  .Gradient_Blue {
    position: absolute;
    top: 48vh;
  }



/*------------------------------Features---------------------------------*/


  /* Feature 5 */
  .Feature5_Holder{
    width: 100%;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 4%;
    position: relative;
    display: block;
    font-size: 0;
  }

  .TO_F5_Mid{
    margin:auto;
    z-index: 100;
  }


  .TO_F5_Mid_Owl{
    width:13%;
    position:absolute;
    left: 42%;
    top:25%;
    z-index: 2;
  }


  .TO_F5_Mid_PC{
    width:23%;
    position:absolute;
    left: 38.5%;
    top:39%;
    z-index: 1;
  }


  .F5_Left_Holder{
    display: inline-block;
    text-align: left;
    width: 50%;
    background: #e0f0ff;
    font-size: 0px;
    vertical-align: top;
  }

  .Essentials{
    color: #5bb3ff;
  }

  .TO_F5_PadLeft2{
    padding-left: 5%;
  }

  .TO_F5_SmallHolder{
    display: block;
    padding-top: 8%;
  }

  .F5_Right_Holder{
    display: inline-block;
    text-align: right;
    width: 50%;
    font-size: 0px;
    vertical-align: top;
    background: #005482;
  }


  .TO_F5_PadRight2{
    padding-right: 5%;
  }

  .WhiteText{
    color:white;
  }

  .FloatRight{
    float: right;
  }

  /*------------------------------Behind the Scene---------------------------------*/
 
  .F1B_Details {
      position: relative;
      width: 85%;
      max-width: 580px;
      display: block;
      margin-top: 15vh;
      margin-left: 0vw;
      z-index: 2;
      text-align: left;
  }

  .AlignLeft {
    margin-left: 7.5vw;
    text-align: left;
  }


/*------------------------------F2B Icons---------------------------------*/

  .F2B_Holder .AlignLeft{
    margin-left: 0vw;
  }

  .PosLower {
      top: 62vh;
  }

  #F2B_ActAudit{
    top: 23%;
  }

  #F2B_Filtering{
    top: 23%;
  }

  #F2B_Community{
    top: 23%;
  }

  .AlignRight1{
    text-align: right;
  }

  .F2B_Icons_Left{
    width: 13%;
    padding-right: 3%;
    vertical-align: middle;
    display: inline-block !important;
  }

  .F2B_Icons_Left img{
    width: 100%;
  }

  .F2B_Icons_Right{
    cursor: pointer;
    opacity: .3;
    width: 13%;
    text-align: right;
    margin-left: 36%;
    vertical-align: middle;
    display: inline-block !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right img{
    width: 100%;
  }

  .F2B_Details{
    width: 35%;
      vertical-align: middle;
    display: inline-block;
  }

  .F2B_Lines{
    display: block;
    width: 35%;
    opacity: .3;
    position: absolute;
    right: 12.9%;
    top: 50%;
    border: 0;
    border-top: 1px solid #5ba4ff;
  }

  .F2B_HoverText1{
    position: absolute;
    text-align: right;
    right: 16%;
    top: 25%;
    opacity: 0;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    color: #5ba4ff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

}

@media only screen and (max-width:800px){

  .F5_Wrap1, .F5_Wrap2{
    padding: 8%;
  }

  .Feature_SmallContent{
    max-width: inherit;
  }

  .TO-Screens > div:nth-child(1) {
    padding-right: 12px;
  }

  .TO-Screens > div:nth-child(2){
    padding-left: 12px;
  }

  .TO-Screens > div > div{    
    border-radius: 8px;
    margin-bottom: 24px;
  }

  .F4B_LineOwl{
    display: none;
  }
 
  .F1_Holder > div > span, .F1_Holder > div{
    width: 100%;
  }
  
  .F1B_Holder > div > div, .F2B_Holder > div > div, .F4B_Holder > div{
    width: 100%;
  }


}

@media only screen and (max-width:600px){
  .Feature-Content{
    width: 100%;
  }

  .Feature5_Details {
    width: 82%;
  }

  .F1B_Details{
    width: 85vw;
  }
}

@media only screen and (max-width:1024px){

  .F2_Details{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: initial;
    max-width: initial;
  }

  .F2_Mac{
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 40px;
}

  .F2_Mac img{
    display: block;
    right: 0;
  }
  
  .Feature-Content .width-50{
    display: block;
    margin-bottom: 40px;
    width: 100%;
    max-width: initial;
    padding: 0;
  }

  .Feature-Holder.Desktop, .F5_Right_Holder.Desktop{
    display: none;
  }
  .Feature-Holder.Mobile, .F5_Right_Holder.Mobile{
    display: block;
  }

  .F5_Left_Holder, .F5_Right_Holder{
    width: 100%;
  }

  .F5_Right_Holder.Mobile{
    text-align: left;
  }

  .TO_F5_Mid_Owl, .TO_F5_Mid_PC{
    display: none;
  }

  .F5_Wrap1{
    padding: 80px 40px;
  }

  .F5_Wrap2{
    padding: 80px 40px;
  }

  .TO_F5_Icon{
    width: 12%;
    display: inline-block !important;
    vertical-align: middle;
  }

  .Feature5_Details{
    width: 88%;
    display: inline-block;
    vertical-align: middle;
  }

}





/*=========================================Tablet Screens=================================================*/


@media only screen and (min-width:1024px) and (orientation: landscape) { /* big landscape tablets, laptops, and desktops */ 

  .Gradient_Blue {
    top: 60%;
  }

  .F3_Slider{
    width: 85%;
    margin: auto;
    margin-top: 4%;
    max-width: 1000px;
  }

  .Feature5_Holder{
    display: block !important;
  }

  .F5_Wrap1 {
      padding: 10% 15% 15% 14%;
  }

  .F5_Wrap2 {
    padding: 10% 14% 15% 15%;
  }

  .PosLower{
    top: 70vh;
  }

  div .F4B_GraphEndLine {
    margin-top: 15vh;
  }

}





/*=========================================Computer Screens=================================================*/


@media only screen and (min-width:1025px){


  .PosLower {
    top: 65%;
  }

  #F2B_Filtering {
    top: 23%;
  }

  #F2B_Community {
    top: 27%;
  }

  .F4B_GraphHolder2{
    text-align: right;
    margin-right: 0;
    width: 49%;
    float: right;
  }

  .F4B_GraphHolder2 .Title-3{
    vertical-align: top;
    text-align: right;
    padding-right: 7.5vw;
    padding-bottom: 0;
  }

  .F4B_GraphHolder2 img{
    text-align: right;
    width: 95%;
  }

  .F4B_GraphHolder3{
    text-align: left;
    width: 49%;
    margin-left: 0;
    margin-top: 50vh;
  }

  .F4B_GraphHolder3 .Title-3{
    vertical-align: top;
    margin-left: 7.5vw;
    padding-bottom: 0;
  }

  .F4B_GraphHolder3 img{
    width: 95%;
  }

  .TO_Line4 .F4B_GraphEndLine{
    margin-top: 7vh;
  }

  .Wrapper_F2B_2_IconHolder{
    width: 80%;
    margin-top: -8%;
  }

}

@media only screen and (min-width:1680px){

  .F2_Details{
    left: 10vw;
  }

}

/*=========================================Tablets (Portrait)=================================================*/
@media only screen and (max-device-width: 480px) {
  .PosLower{
    top: 123.5vh;
  }

  .TO_F2_3, .TO_F3_3, .TO_F4_3{
    width: 30%;
  }

  .TO_F5_Icon, .Feature5_Details{
    vertical-align: top;
  }

  .TO-Screens, .max-width1200, .F1B_Holder, .F2B_Holder, .F4B_Holder{
    padding: 0 24px;
  }
  
  .F1_Holder .Title-1, .F1B_Holder .Title-1, .F2B_Holder .Title-1, .GraphHolder, .TO-ProcessPic{
    font-size: 32pt;
    line-height: 56px;
  }

  .F1_Mac{
    margin: 0;
  }

  .F2_Holder{
    margin-top: 80px;
  }

  .Feature-Holder, .F4B_Holder{
    margin-bottom: 80px;
  }

  .F5_Wrap1, .F5_Wrap2 {
    padding: 80px 24px;
  }

  .SocialIcons{
    padding: 80px 24px 160px;
  }

  .Wrapper_F2B_2_IconHolder{
    display: none;
  }

  .F3B_Holder .Call-Out{
    padding: 40px 24px;
  }

  .TO-ProcessBook{
    height: 400px;
    margin-bottom: 80px;
  }

  .F3B_Holder, .GraphHolder{
    margin: 0 auto 80px;
  }
.TO-ProcessBook
  .TO_ProgressDesk img {
    position: relative;
    width: initial;
    height: 100%;
    left: -240%;
  }

  .TO-Process-End .Call-Out {
    padding: 160px 24px 80px;
  }

}
