@font-face {
    font-family: 'ARLRDBD';
    font-style: normal;
    font-weight: normal;
    src: local('ARLRDBD'), url(../fonts/ARLRDBD.TTF) format('truetype');
}




@media screen and (min-device-width: 1024px){
    #RegBtn{
    color: #fff;
    font-weight: bold;
    background: #00b0ff;
    border: none;
    outline: #000;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0,2);
}


.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    display: block;
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header3 {
    padding: 5px;
    background-color: rgb(137, 184, 232);
    color: white;
    font-weight: bold;
    text-shadow: -5px 5px 5px rgba(0,0,0,0,2);
    text-align: center;
    font-family: 'ARLRDBD';
}

.modal-body3 {
    padding: 5px 10px;
    margin-top: -10px;
    text-align: center;
    font-family: 'ARLRDBD';
}

.close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.law_succ{
    font-family: 'ARLRDBD';
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    color: #01216b;
}

.law_succ b{
    font-style:italic;
    color: black;
}

.up{
     font-size: 25px;
     font-family: 'ARLRDBD';
}
.law_close{
        font-family: 'ARLRDBD';
    font-size: 25px;
    text-align: center;
    height: 50px;
    width: 228px;
    background: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #0eb3dc;
    position: absolute;
    line-height: 46px;
    text-decoration: none;
    color: #01216b;
    margin-left: -100px;
    margin-top: 20px;
}

    
}
/*==============================================================*/
/*==============================================================*/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

/*@media (min-width: 1281px) {
  
  //CSS
  
}

 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px


@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
        #RegBtn{
    color: #fff;
    font-weight: bold;
    background: #00b0ff;
    border: none;
    outline: #000;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0,2);
}


.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header3 {
    padding: 5px;
    background-color: rgb(137, 184, 232);
    color: white;
    font-weight: bold;
    text-shadow: -5px 5px 5px rgba(0,0,0,0,2);
    text-align: center;
    font-family: 'ARLRDBD';
}

.modal-body3 {
    padding: 5px 10px;
    margin-top: -10px;
    text-align: center;
    font-family: 'ARLRDBD';
}

.close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.law_succ1{
    font-family: 'ARLRDBD';
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #01216b;
}

.law_succ1 b{
    font-style:italic;
    color: black;
}

.up1{
     font-size: 25px;
     font-family: 'ARLRDBD';
}
.law_close1{
    font-family: 'ARLRDBD';
    font-size: 25px;
    text-align: center;
    height: 50px;
    width: 228px;
    background: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #0eb3dc;
    position: absolute;
    line-height: 46px;
    text-decoration: none;
    color: #01216b;
    margin-left: -215px;
    margin-top: 130px;
}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
       #RegBtn{
    color: #fff;
    font-weight: bold;
    background: #00b0ff;
    border: none;
    outline: #000;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0,2);
}


.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header3 {
    padding: 5px;
    background-color: rgb(137, 184, 232);
    color: white;
    font-weight: bold;
    text-shadow: -5px 5px 5px rgba(0,0,0,0,2);
    text-align: center;
    font-family: 'ARLRDBD';
}

.modal-body3 {
    padding: 5px 10px;
    margin-top: -10px;
    text-align: center;
    font-family: 'ARLRDBD';
}

.close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.law_succ1{
    font-family: 'ARLRDBD';
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #01216b;
}

.law_succ1 b{
    font-style:italic;
    color: black;
}

.up1{
     font-size: 25px;
     font-family: 'ARLRDBD';
}
.law_close1{
    font-family: 'ARLRDBD';
    font-size: 25px;
    text-align: center;
    height: 50px;
    width: 228px;
    background: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #0eb3dc;
    position: absolute;
    line-height: 46px;
    text-decoration: none;
    color: #01216b;
    margin-left: -215px;
    margin-top: 130px;
}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
      #RegBtn{
    color: #fff;
    font-weight: bold;
    background: #00b0ff;
    border: none;
    outline: #000;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0,2);
}


.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header3 {
    padding: 5px;
    background-color: rgb(137, 184, 232);
    color: white;
    font-weight: bold;
    text-shadow: -5px 5px 5px rgba(0,0,0,0,2);
    text-align: center;
    font-family: 'ARLRDBD';
}

.modal-body3 {
    padding: 5px 10px;
    margin-top: -10px;
    text-align: center;
    font-family: 'ARLRDBD';
}

.close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.law_succ1{
    font-family: 'ARLRDBD';
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #01216b;
}

.law_succ1 b{
    font-style:italic;
    color: black;
}

.up1{
     font-size: 25px;
     font-family: 'ARLRDBD';
}
.law_close1{
    font-family: 'ARLRDBD';
    font-size: 25px;
    text-align: center;
    height: 50px;
    width: 228px;
    background: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #0eb3dc;
    position: absolute;
    line-height: 46px;
    text-decoration: none;
    color: #01216b;
    margin-left: -215px;
    margin-top: 130px;
}
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  #RegBtn{
    color: #fff;
    font-weight: bold;
    background: #00b0ff;
    border: none;
    outline: #000;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0,2);
}


.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    
    padding: 0;
    border: 1px solid #888;
    width: 318px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header3 {
    padding: 5px;
    background-color: rgb(137, 184, 232);
    color: white;
    font-weight: bold;
    text-shadow: -5px 5px 5px rgba(0,0,0,0,2);
    text-align: center;
    font-family: 'ARLRDBD';
}

.modal-body3 {
    padding: 5px 10px;
    margin-top: -10px;
    text-align: center;
    font-family: 'ARLRDBD';
}

.close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.law_succ1{
    font-family: 'ARLRDBD';
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #01216b;
}

.law_succ1 b{
    font-style:italic;
    color: black;
}

.up1{
     font-size: 25px;
     font-family: 'ARLRDBD';
}
.law_close1{
    font-family: 'ARLRDBD';
    font-size: 25px;
    text-align: center;
    height: 50px;
    width: 228px;
    background: white;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #0eb3dc;
    position: absolute;
    line-height: 46px;
    text-decoration: none;
    color: #01216b;
    margin-left: -215px;
    margin-top: 107px;
}
}

 




