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: rgba(196,231,209,0.7); background-image: url(../cover3.png); background-size: 100% 100%; background-repeat: no-repeat; background-attachment: fixed;
}
.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: 48%; float: left; background: none; margin-right: 1%; margin-left: 1%; margin-bottom: 20px; text-align: center
}
.bg2{
width: 100%; height: 320px
}
.bg3{
border-radius: 10px; margin-left: 2.5%; text-align: center; width: 95%; box-shadow: 1px 1.5px 1.5px 2px steelblue; padding-bottom: 15px;
/**background: rgb(255, 99, 132); color: white**/
}
.bg7{
padding-bottom: 30px
}
.bg8{
margin-top: 30px; border-radius: 10px; margin-left: 15%; text-align: center; width: 70%; box-shadow: 1px 1.5px 1.5px 1px rgba(0,0,0,0.1); padding-bottom: 15px; background: white
/**background: rgb(255, 99, 132); color: white**/
}
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; 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: 0px
}
.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;
}
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);  
}
.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);
  }
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 4s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); } 
}
.loader {
  border: 7px solid rgba(196,231,209,1); /* Light grey */
  border-top: 7px solid rgba(46,70,158,1); /* Blue */
  border-right: 7px solid rgba(46,70,158,1);
  border-bottom: 7px solid rgba(46,70,158,1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and
 (max-width: 720px){
body{
width: 100%; margin: 0px; padding: 0px; font-family: calibri;  background: rgba(196,231,209,1); background-image: url(../cover3.png); background-size: 100% 100%; background-repeat: no-repeat; background-attachment: fixed;
}
.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: 100%; float: none; background: none; margin-left: 0%; text-align: left; padding: 0px
}
.bg2{
width: 100%; height: 320px
}
.bg8{
margin-top: -20px; border-radius: 10px; margin-left: 5%; text-align: center; width: 90%; box-shadow: 1px 1.5px 1.5px 1px rgba(0,0,0,0.1); padding-bottom: 15px;
/**background: rgb(255, 99, 132); color: white**/
}
.hg{
width: 150px; height: 120px; margin-top: 5px; margin-left: auto; margin-right: auto; background-image: url(../home.png); background-size: 100% 100%
}
.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: 0px
}
.pn{
font-size: 25px; font-weight: 1000; margin-top: 10px; text-align: center; color: white
}
.pn1{
font-size: 25px; font-weight: 1000; margin-top: 70px; text-align: center; color: white
}
.pn2{
font-size: 20px; font-weight: 1000; margin-top: 10px; text-align: center; color: black
}
.bruby11{
width: 100px; height: 100px; border-radius: 100px; margin-top: 15%; margin-bottom: auto; margin-left: auto; margin-right: auto; background: white
}
.hom7{
text-align: left; font-size: 18px; font-weight: 600; padding-left: 20px; padding-right: 20px; color: rgba(44,160,90,1); margin-top: 5px; margin-bottom: 30px; text-shadow: 2px 1px white; font-family: georgia
}
}
.snav{
width: 100%; height: 58px; background-image: url(); background-size: 100% 100%; position: fixed; z-index: 2
}
.snav1{
font-size: 26px; font-weight: 600; color: white; margin-top: 2px; margin-left: 12px; float: left; cursor: pointer
}
.snav2{
display: none; font-size: 43px; font-weight: 300; color: white; margin-top: -8px; margin-left: 12px; float: left; cursor: pointer
}
.snav3{
width: 100%; height: 70px; background-image: url(); 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(204,147,229,1); transition: 0.5s ease-in-out
}
.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: 230px; margin-top: 5px; 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; color: white
}
.pn1{
font-size: 25px; font-weight: 1000; margin-top: 40px; text-align: center; color: white
}
.pn2{
font-size: 20px; font-weight: 1000; margin-top: 10px; text-align: center; color: black
}
.tx1{
text-align: left; margin-left: 18px; font-size: 15px; font-weight: 600
}
.in1{
width: 88%; margin-left: 0.5%; height: 40px; font-size: 15px; font-weight: 800; background: white; padding: 10px; border-radius: 30px; border: 1.5px solid #87ceeb
}
.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
}
.img2{
width: 60px; height: 60px; margin-top: 0px; text-align: center
}
.pt1{
width: 30px; height: 30px; float: right; margin-right: 0px; font-size: 35px; font-weight: 400; color: steelblue; cursor: pointer
}
.pt2{
margin-left: 15px; margin-top: 30px; 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: 30px
}
.bnav{
position: fixed; width: 100%; height: 60px; background-size: 100% 100%; bottom: 0; background-image: url()
}
.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(); background-size: 100% 100%
}
.bnav4{
box-shadow: 2px rgba(38,68,130,0.6); position: fixed; bottom: 18; left: 10; z-index: 4; width: 33px; height: 32px; background-image: url(../cart.png); background-size: 100% 100%; border-radius: 0px; font-size: 32px;
}
.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
}
.bruby{
position: fixed; background: rgba(196,231,209,1); background-image: url(); background-size: 100% 100%; width: 100%; height: 100%; z-index: 15;
}
.bruby1{
width: 130px; height: 130px; border-radius: 130px; margin-top: 200px; margin-bottom: auto; margin-left: auto; margin-right: auto; background: rgba(196,231,209,1)
}
.bruby11{
width: 100px; height: 100px; border-radius: 100px; margin-top: 25%; margin-bottom: auto; margin-left: auto; margin-right: auto; background: white
}
.bruby2{
margin-left: 0px; margin-top: -20px; width: 140px; height: 140px; background-image: url(); background-size: 100% 100%
}
.pt5{
text-align: center; font-size: 35px; font-weight: 900; color: rgba(46,70,158,1); margin-top: 30px; font-family: georgia
}
.pt6{
text-align: center; font-size: 40px; font-weight: 900; color: rgba(46,70,158,1); margin-top: 5px; font-family: georgia
}
.tx3{
font-size: 16px; font-weight: 400; font-family: georgia; color: rgba(55,63,62,1); padding: 15px; text-align: center; margin-top: -10px
}
.hom7{
text-align: center; font-size: 21px; font-weight: 600; padding-left: 20px; padding-right: 20px; color: rgba(44,160,90,1); margin-top: 5px; text-shadow: 2px 1px white; font-family: georgia
}
.hom7a{
text-align: left; font-size: 16px; font-weight: 400; padding-left: 20px; padding-right: 20px; color: rgba(46,70,158,1); margin-top: 10px; font-family: georgia
}