a{
text-decoration: none
}
a:link {
text-decoration: none;
color: black;
}
a:visited {
text-decoration: none;
color: black
}
body{
width: 100%; margin: 0px; padding: 0px; font-family: calibri; background: whitesmoke
}
::-webkit-scrollbar{
display: none;
}
.bm{
width: 98%; background: rgba(98,171,222,1); border-radius: 0px; padding: 10px
}
.cav{
width: 350px; margin-left: auto; margin-right: auto
}
th{
font-size: 13.5px; text-align: left
}
.tb1{
font-size: 13.5px; text-align: left
}
.tb2{
font-size: 13.5px; text-align: left; color: #222
}
.tb3{
background: #5F9EA0; color: gold; font-size: 15px; text-align: left; padding-left: 5px
}
.bg{
width: 50%; float: left; background: none; margin-right: 0%; margin-left: 25%; margin-bottom: 20px; margin-top: 10px; text-align: center
}
.bg1{
width: 25%; float: left; background: none; margin-right: 0%; margin-left: 0%; margin-bottom: 20px; margin-top: 10px; text-align: center
}
.bg2{
width: 100%; height: 320px
}
.bg3{
border-radius: 10px; margin-left: 5%; text-align: center; width: 90%; box-shadow: 0px rgba(0,0,0,0.1); padding-bottom: 15px;
/**background: rgb(255, 99, 132); color: white**/
}
.bg7{
padding-bottom: 30px
}
.bg8{
margin-top: 0px; border-radius: 5px; margin-left: 2%; text-align: center; width: 96%; box-shadow: 0px rgba(0,0,0,0.1); padding-bottom: 15px; background: white
/**background: rgb(255, 99, 132); color: white**/
}
.cover{
display: block; width: 250px; height: 180px; margin-top: 0px; margin-left: 40%; margin-right: auto; background-image: url(../../eclass.png); background-size: 100% 100%
}
.cover3{
display: block; width: 250px; height: 180px; margin-top: 0px; margin-left: 40%; margin-right: auto; background-image: url(../../cbt.png); background-size: 100% 100%
}
option {
  outline: none !important;
}
select {
  outline: none !important;
}
.pop{
display: none; width: 40%; height: 270px; background: white; top: 50; left: 30%; z-index: 3; position: fixed; border-radius: 10px; box-shadow: 1px 1.5px 1.5px 2px steelblue; padding-top: 10px
}
.pop1{
display: none; width: 40%; height: 80px; background: white; top: 50; left: 30%; z-index: 3; position: fixed; border-radius: 10px; box-shadow: 1px 1.5px 1.5px 2px steelblue; padding-top: 10px
}
input[type=text],
[type=password],
input[type=calender] {
    width: 88%;
    padding: 12px 20px;
    /*margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;*/
    display: inline-block;
    border: 1px solid 1px solid rgba(135,149,170,1);
    box-sizing: border-box;
    border-radius: 30px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
input[type=email] {
    /*width: 94%;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(135,149,170,1);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(135,149,170,1);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(135,149,170,1);
}
input[type=date] {
font-size: 17px;
font-weight: 500
}
input[type=range] {
height: 2px; 
width: 55%; 
position: absolute; 
margin-top: 10px; 
margin-left: 3px;
}
input[type=text]:focus {
  border: 3px solid rgba(58,241,197,1);
}
input[type=password]:focus {
  border: 3px solid rgba(0,204,255,1);
}
input[type=calender]:focus {
  border: 3px solid rgba(0,204,255,1);
}
input[type=email]:focus {
  border: 3px solid rgba(0,204,255,1);
}
input.blur1:focus {
  border: 3px solid rgba(0,204,255,1);
}
input.blur5:focus {
  border: 3px solid rgba(0,204,255,1);
}
input.details:focus {
  border: 3px solid rgba(0,204,255,1);  
}
input.blur12:focus {
  border: 3px solid rgba(0,204,255,1);  
}
.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.slide-right {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.lmove{
animation: 0.7s ease-out 0s 1 slideInFromLeft;
}
.lmove1{
animation: 0.7s ease-out 0s 1 slideInFromLeft1;
}
.js-scroll {
opacity: 0;
transition: opacity 500ms;
}
        
.js-scroll.scrolled {
opacity: 1;
animation: slideInFromLeft 0.8s ease-in-out both;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0
  }
  100% {
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes slideInFromLeft1 {
  0% {
    transform: translateX(-100%);
    opacity: 0
  }
  100% {
    transform: translateX(0);
    opacity: 1
  }
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media only screen and
 (max-width: 610px){
.bm{
width: 95%; background: rgba(98,171,222,1); border-radius: 0px; padding: 10px
}
.cav{
width: 95%; margin-left: auto; margin-right: auto
}
.bg{
width: 95%; float: left; background: none; margin-left: 2.5%; text-align: left; padding: 0px
}
.bg1{
width: 49%; float: left; background: none; margin-left: 0.5%; text-align: left; padding: 0px
}
.bg2{
width: 100%; height: 320px
}
.bg8{
margin-top: -20px; border-radius: 3px; margin-left: 2%; text-align: center; width: 96%; box-shadow: none; padding-bottom: 10px; background: white
/**background: rgb(255, 99, 132); color: white**/
}
.pop{
display: none; width: 70%; height: 270px; background: white; top: 150; left: 15%; z-index: 3; position: fixed; border-radius: 10px; box-shadow: 1px 1.5px 1.5px 2px steelblue; padding-top: 10px
}
.pop1{
display: none; width: 70%; height: 80px; background: white; top: 50; left: 15%; z-index: 3; position: fixed; border-radius: 10px; box-shadow: 1px 1.5px 1.5px 2px steelblue; padding-top: 10px
}
}
.snav{
width: 100%; height: 38px; background-size: 100% 100%; position: fixed; z-index: 2;  background: white; border-bottom:1px solid rgba(0,0,0,0.2)
}
.snav1{
font-size: 23px; font-weight: 600; color: rgba(38,68,130,1); margin-top: 2px; margin-left: 12px; float: left; cursor: pointer
}
.snav2{
display: none; font-size: 38px; font-weight: 300; color: rgba(38,68,130,1); margin-top: -8px; margin-left: 12px; float: left; cursor: pointer
}
.snav3{
width: 100%; height: 70px; background-image: url(../border4.png); background-size: 100% 100%; position: fixed; z-index: 1
}
.lnav{
display: none; position: fixed; left: 0; z-index: 1; width: 220px; height: 100%; background: rgba(38,68,130,1); transition: 0.5s ease-in-out; overflow-y: scroll
}
.lnav1{
width: 150px; height: 110px; margin-top: 65px; margin-left: 35px; background-image: url(../../home.png); background-size: 100% 100%;
}
.lnav2{
width: 80%; height: 30px; margin-left: 10%; margin-top: 10px; border: none; border-radius: 15px; background: rgba(255,42,42,1); color: white; font-size: 15px; font-weight: 600
}
.pb{
width: 96%; padding: 2%; margin: 0px
}
.hg{
width: 250px; height: 180px; margin-top: 65px; margin-left: auto; margin-right: auto; background-image: url(../../home.png); background-size: 100% 100%
}
.pn{
font-size: 25px; font-weight: 1000; margin-top: 10px; text-align: center
}
.tx1{
text-align: left; margin-left: 18px; font-size: 15px; font-weight: 600
}
.in1{
width: 90%; margin-left: 0.5%; height: 40px; font-size: 15px; font-weight: 800; background: white; padding: 10px; border-radius: 10px; border: 1.5px solid steelblue
}
.st1{
width: 88%; margin-left: 0.5%; height: 40px; font-size: 15px; font-weight: 600; background: white; padding: 10px; border-radius: 5px; border: 1.5px solid steelblue
}
.img1{
background: #fff; color: #000; margin-top: 0px; margin-left: -25%; margin-bottom: 15px; padding: 0px; height: 24px; box-shadow:0 0px 0px #fff; border-radius: 5px
}
.pt1{
width: 30px; height: 30px; float: right; margin-right: 0px; font-size: 35px; font-weight: 400; color: steelblue; cursor: pointer; margin-top: -10px
}
.pt2{
margin-left: 15px; margin-top: 40px; font-size: 17px; font-weight: 600; color: #777
}
.ptb{
width: 90%; height: 32px; margin-left: 5%; margin-top: 15px; border: none; border-radius: 15px; background: rgb(255, 99, 132); color: white; font-size: 15px; font-weight: 600
}
.bd1{
width: 100%; height: 50px
}
.bnav{
position: fixed; width: 100%; height: 60px; background-size: 100% 100%; bottom: 0; background-image: url(../../border3.png)
}
.bnav1{
width: 45px; height: 45px; border-radius: 50%; background: rgb(255, 99, 132); bottom: 5; right: 20; position: fixed; z-index: 4;
}
.bnav2{
position: fixed; bottom: 0; z-index: 3; width: 100%; height: 50px; background-image: url(../../border.png); background-size: 100% 100%
}
.dimg{
margin-top: 10px; width: 200px; height: 140px
}
.pt3{
margin-top: 2px
}
.ct{
text-align: center;
}
.img2{
width: 60px; height: 60px; margin-top: 40px
}
.pt4{
z-index: 0; color: black; font-weight: 800; margin-top: 5px; opacity: 0.8
}
.pt5{
color: steelblue; font-weight: 800; margin-top: -10px
}
.dv1{
width: 100%; text-align: center
}
.img3{
width: 100px; height: 100px; border-radius: 50%; background-size: 100% 100%
}
.pt6{
margin-top: -15px; font-size: 14px; font-weiggt: 800
}
.dv2{
width: 96%; padding: 2%; margin: 0px
}
.pt7{
color: white; font-weight: 600; font-size: 15px; margin-left: 20px
}
.pt8{
margin-left: 15px; font-size: 15px; font-weight: 600
}
.in1{
width: 90%; margin-left: 0.5%; height: 40px; font-size: 15px; font-weight: 800; background: white; padding: 10px; border-radius: 30px; border: 1.5px solid steelblue
}
.pt9{
width: 90%; margin-left: 5%; height: 40px; font-size: 15px; font-weight: 600; background: white; padding: 10px; border-radius: 30px; border; 1px solid steelblue
}
.btn3{
width: 90%; height: 38px; margin-left: 5%; margin-top: 25px; border: none; border-radius: 30px; background: rgba(38,68,130,1); color: white; font-size: 15px; font-weight: 600
}
.lnav{
display: none; position: fixed; left: 0; z-index: 1; width: 220px; height: 100%; background: rgba(38,68,130,1); transition: 0.5s ease-in-out; overflow-y: scroll
}
.lnav2{
width: 80%; height: 30px; margin-left: 10%; margin-top: 10px; border: none; border-radius: 15px; background: rgba(255,42,42,1); color: white; font-size: 15px; font-weight: 600
}
.btn2{
width: 90%; height: 38px; margin-left: 0.5%; margin-top: 20px; margin-bottom: 20px; border: none; border-radius: 30px; background: rgba(38,68,130,1); color: white; font-size: 15px; font-weight: 600
}
.tp1{
float: left; width: 100%; height: 55px
}
.bn1{
float: left; width: 100%; height: 110px; padding-top: 95px; background-image: url(../../images/banner2.jpg); background-size: 100% 100%
}
.bn2{
float: left; width: 100%; height: 110px; padding-top: 95px; background-image: url(../../images/banner1.jpg); background-size: 100% 100%
}
.img4{
float: left; margin-left: 10px; width: 35px; height: 35px; margin-top: 2px
}
.img6{
float: right; margin-right: 10px; width: 30px; height: 25px; margin-top: 5px
}
.img5{
width: 75%; height: 120px; margin-top: 15px
}
.img7{
width: 75%; height: 230px; margin-top: 15px
}
.img8{
float: right; margin-right: -26px; width: 13px; height: 15px; margin-top: 2px; background: rgba(255,42,42,1); border-radius: 50%; color: white; font-weight: 800; z-index: 5; padding-left: 1.5px; font-size: 13px
}
.lpt{
float: left; padding-top: 5px; margin-left: 17px; font-size: 15px; font-weight: 800
}
.lpt1{
padding-top: 5px; margin-left: 17px; font-size: 15px; font-weight: 800
}
.lpt2{
float: right; padding-top: 5px; margin-right: 17px; font-size: 15px; font-weight: 800
}
.lpt3{
float: right; margin-top: -32px; margin-right: 17px; font-size: 15px; font-weight: 800
}
.pt10{
float: left; margin-left: 5px; font-size: 20px; font-weight: 800; margin-top: 7px
}
.pt11{
font-size: 14px; font-weight: 600; margin-top: 10px; margin-left: 10px; margin-right: 10px; 
}
.pt12{
font-size: 15px; margin-top: 15px; font-weight: 800
}
.pt13{
font-size: 14px; margin-top: 15px; font-weight: 600; background: lightgreen; border-radius: 5px; width: 50%; margin-left: 25%; padding: 1px
}
.pt14{
margin-left: 15px; font-size: 20px; font-weight: 800; margin-top: 15px
}
.pt15{
text-align: center; font-size: 16px; font-weight: 800; margin-top: -10px; color: red
}
.lnav4{
width: 80%; height: 30px; margin-top: 0px; border: none; border-radius: 15px; background: rgba(255,42,42,1); color: white; font-size: 15px; font-weight: 600; margin-bottom: 5px
}
.bs1{
float: left; width: 100%; height: 60px
}
@keyframes ldio-sk53xbcrcms {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-sk53xbcrcms div {
  left: 48.5%;
  top: 40%;
  position: absolute;
  animation: ldio-sk53xbcrcms linear 1s infinite;
  background: #6dac22;
  width: 1.3%;
  height: 2%;
  border-radius: 2.4px / 2.4px;
  transform-origin: 9px 25px;
  opacity: 1
}.ldio-sk53xbcrcms div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9s;
  background: #6dac22;
}.ldio-sk53xbcrcms div:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.8s;
  background: #f91a10;
}.ldio-sk53xbcrcms div:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.7s;
  background: #b670d5;
}.ldio-sk53xbcrcms div:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.6s;
  background: #edb195;
}.ldio-sk53xbcrcms div:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.5s;
  background: #2aa7c9;
}.ldio-sk53xbcrcms div:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
  background: #06628d;
}.ldio-sk53xbcrcms div:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.3s;
  background: #04284d;
}.ldio-sk53xbcrcms div:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.2s;
  background: #6dac22;
}.ldio-sk53xbcrcms div:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.1s;
  background: #f91a10;
}.ldio-sk53xbcrcms div:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
  background: #b670d5;
}
.loadingio-spinner-spinner-doergl2vcm8 {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #ffff;
  position: fixed;
  z-index: 15;
  top: 0px;
  opacity: 0.8
}
.ldio-sk53xbcrcms {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-sk53xbcrcms div { box-sizing: content-box; 
}
div.livesearch{
width: 100%; font-size: 14px; margin-left: 20px; text-align: left
}
div.livered{
color: red; font-size: 13.5px; margin-left: 25px; margin-bottom: 0px; text-align: left; margin-top: 10px
}
div.livered1{
color: green; font-size: 14px; text-align: center
}
div.live1{
margin-left: 10px; font-size: 13.5px; margin-bottom: 10px
}