    @media (max-width: 399px) {
      .pDivText{
        margin-left: 40px;
      }
      .nomelImgs{
        border-right: none;
      }
      .NumbersB10{
        border-right:none;
      }
      .logoLoaderOpacity{
        left:20% !important;
      }
      .frame-1{
        left:-12%;
      }
      .frame-2, .frame-3{
        left:-11%;
      }
    }
    @media (min-width:400px) and (max-width: 575.98px) {
      .pDivText{
        margin-left: 50px;
      }
      .nomelImgs{
        border-right: none;
      }
      .NumbersB10{
        border-right:none;
      }
      .logoLoaderOpacity{
        left:30% !important;
      }
      .frame-1{
        left:-10%;
      }
      .frame-2, .frame-3{
        left:-9%;
      }
    }
     /* Small devices (landscape phones, 576px and up) */
     @media (min-width: 576px) and (max-width: 767.98px) {
      .pDivText{
        margin-top: 161px;
        margin-bottom: -50px;
        margin-left: 70px;

      }
      .logoLoaderOpacity{
        left:50% !important;
      }
    
      .NumbersB10{
        border-right:none !important;
      }
      .frame-1{
        left:-7%;
      }
      .frame-2, .frame-3{
        left:-6%;
      }
     }
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {
      .pDivText{
        margin-top: 72px;
        margin-bottom:-55px;
        margin-left: 90px;
      }
      .logoLoaderOpacity{
        left:46%;
      }
      .NumbersB10{
        border-right: 1px solid #BFBF01;
      }
      .frame-1{
        left:-7%;
      }
      .frame-2, .frame-3{
        left:-6%;
      }
    }  
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .pDivText{
        margin-top: 72px;
        margin-bottom: -80px;
        margin-left: 100px;
      }
      .logoLoaderOpacity{
        left:48%;
      }
      .NumbersB10{
        border-right: 1px solid #BFBF01;
      }
      .frame-1{
        left:-7%;
      }
      .frame-2, .frame-3{
        left:-6%;
      }
    }
     /* Extra large devices (large desktops, 1200px and up) */
     @media (min-width: 1200px) {
      .pDivText{
        margin-top: 72px;
        margin-bottom: -80px;
        margin-left: 100px;

      }
      .logoLoaderOpacity{
        left:47%;
      }
      .NumbersB10{
        border-right: 1px solid #BFBF01;
      }
      .frame-1{
        left:-8%;
      }
      .frame-2, .frame-3{
        left:-6%;
      }
     }
	 
	 @media only screen and (max-device-width:480px) and (min-device-width:400px){
      .loadertext{
        font-size: 3vw;

      }
	  .mobile-br{
		display: block;
	  }
	  }
	  
	  @media only screen and (min-width: 960px)  {
      .loadertext{
        font-size: 1.4vw;

      }
	  .mobile-br{
		display: none;
	  }
	  }
	  
	  
	  
	  @media (max-width: 767px) {
	
	.word1, .word1 span, .os-phrases h2 {
        font-size: 10px !important;
        letter-spacing: 0px !important;
    }
	
	
}