
.phonelink {
  position: fixed;
  /* Lock location always on the scree */
  bottom: 60px;
  /* Set to the bottom */
  right: 0;
  /* Set to the right */
  margin: 30px;
  /* Add space around background */
  margin-right: 20px;
  z-index: 99999;

}

.calclink {
  position: fixed;
  /* Lock location always on the scree */
  bottom: 125px;
  /* Set to the bottom */
  right: 0;
  /* Set to the right */
  margin: 30px;
  /* Add space around background */
  margin-right: 20px;
  z-index: 999999;

}

.phoneicon {
  width: 40px;
  /* Set width of icon */
  height: 40px;
  /* Set height of icon */
  z-index: 99999;

}

@media screen and (max-width: 480px) {
  .lgscreenphone {
    display: none;
    /* On small screens make phone icon disappear */
  }

  .mbscreenphone {
    display: block;
    /* On small screens make phone icon appear */
  }
}

@media screen and (min-width: 481px) {
  .mbscreenphone {
    display: none;
    /* On large screens make phone icon disappear */
  }

  .lgscreenphone {
    display: block;
    /* On large screens make phone icon appear */
  }
}

@media screen and (max-width:839px) {
  .mb1 {
    display: block;
  }

  .lg1 {
    display: none;
  }
}

@media screen and (min-width:840px) {
  .mb1 {
    display: none;
  }

  .lg1 {
    display: block;
  }
}




@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);


/* body {
font-family: "Lato", sans-serif;
font-size: 18px;
background: #fff;
line-height:26px;
} */

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #98c23d;
  color: black;
  text-align: center;
  font-size: 32px;

}


.content1 {
  margin: 0 auto;
  margin-top: 2vw;
  /* margin-right: 6%; */

  width: 80%;
  /* padding: 20px;

padding: 0 60px 0 0; */
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  color: rgb(255, 254, 254);
  position: relative;
  background: #e4d124;
  background: #C0392B;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid white;

}

.answers {

  font-weight: bold;
  background: #f2f2f2;
  padding: 0px 15px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked~.answers {
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color: #fff;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

@media screen and (min-width: 601px) {
  h1 {
    font-size: 80px;

  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;

  }
}





.popup-btn a {
  top: 200px;
  position: fixed;
  right: -83px;
  z-index: 1000;
  transform: rotate(-90deg);
  background-color: red;
  padding: 10px 20px 35px;
  height: 0px;
  background-color: #000;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);

}

.popup-btn a:hover {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

body {
  font-family: 'Poppins';
}

.question {
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid white;

}

.answers {
  font-size: 18px;
  line-height: 26px;
}

@media(min-width:1000px) {
  .navbar-brand img {
    margin-top: -5px;
  }
}



@media (min-width: 280px) and (max-width: 319px) {


  .mainlogo {
    margin-top: -15px;
  }
}

@media (min-width: 320px) and (max-width: 640px) {

  .header {

    font-size: 40px;
  }

  .navbar-header {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 410px) {

  ul.top-contacts li {
    margin-right: 5px;
    display: inline-block;
  }

}

@media (min-width: 540px) and (max-width: 550px) {

  ul.top-contacts li {
    margin-right: 5px;
    display: inline-block;
  }

  .mainlogo {
    margin-top: -12px;
  }

}

.navbar-collapse.collapse.in {
  margin-top: 5px;
}

form {
  text-align: center;
  border: 1px solid #4A4A4A;
  padding-bottom: 20px;
}

.label {
  display: block;
  letter-spacing: 4px;
  padding-top: 30px;
  text-align: center;
}

/* animation for the text to float up */

.label .label-text {
  color: #9B9B9B;
  cursor: text;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  transition: all 0.3s;
}

/* remove the input box styling */
.label input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #4A4A4A;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  outline: 0;
  padding: 5px 20px;
  text-align: center;
  transition: all 0.3s;
  width: 200px;
}

/* once you click in the input the input width box animates */

.label input:focus {
  max-width: 100%;
  width: 400px;
}

/* the text floats up and turns white */

.label input:focus+.label-text {
  color: #F0F0F0;
  font-size: 13px;
  margin-top: 10px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

/* the text floats up during form validation */

.label input:valid+.label-text {
  font-size: 13px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

.popup-btn a {
  top: 200px;
  position: fixed;
  right: -55px;
  z-index: 1000;
  transform: rotate(-90deg);
  background-color: red;
  padding: 10px 20px 35px;
  height: 0px;
  background-color: #000;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);


}

.popup-btn a:hover {
  text-decoration: none;
  color: #fff;

}

.mb {
  background: transparent;
  color: #F0F0F0;
  border: 2px solid #F0F0F0;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 20px 75px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.mb:hover,
.mb:focus {
  background-color: white;
  color: #333333;
}

.modal-title {
  margin-left: 37%;
}

@media (min-width: 320px) and (max-width: 359px) {

  .modal-title {
    margin-left: 22%
  }

}

@media (min-width: 360px) and (max-width: 410px) {

  .modal-title {
    margin-left: 25%
  }

}

@media (min-width: 411px) and (max-width: 500px) {

  .modal-title {
    margin-left: 28%
  }

}

.overlayk {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlayk a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlayk a:hover,
.overlayk a:focus {
  color: #f1f1f1;
}

.overlayk .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlayk a {
    font-size: 20px
  }

  .overlayk .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {

  .mainlogo {
    margin-top: -11px;
    display: block;

    width: 84%
  }

}

#wrapper {
  background-color: white;
  box-shadow: 1px 2px 5px;


}

.sticky {
  position: fixed;
  top: -5;
  width: 100%;
  margin-top: 0px;
  box-shadow: 1px 2px 5px;

}

.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;

  height: 35px;
  text-align: center;
  border: none;
  background-size: 300% 100%;

  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-11 {
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.calcicon {
  width: 50px;
  /* Set width of icon */
  height: 50px;
  /* Set height of icon */
  z-index: 99999;
}

.phoneimg {
  position: fixed;
  left: auto;
  z-index: 100000;
  top: calc(100% - 240px);
  right: 0;
  width: 230px;
  height: 230px;
}

.phcirc {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50px;
  left: 100px;
  border: 2px solid #fe9129;
  background-color: transparent;
  border-radius: 100%;
  opacity: .1;
  animation: kanim 1.2s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
}

.phcircfill {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 80px;
  left: 140px;
  background-color: rgba(0, 161, 255, .5);
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  animation: kfill 2.3s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
}

.phimg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 100px;
  right: 0;
  margin-right: 20px;
  background: #fe9129 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .99;
  animation: kimg 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

@media (max-width: 767px) {

  .phoneimg {
    position: fixed;
    left: auto;
    z-index: 100000;
    /*top: calc(100% - 220px);*/
    top: calc(100% - 190px);
    right: 0;
    width: 162px;
    /* height: 116px;*/
    height: 0px;
  }
}

@media(min-width:280px) and (max-width:767px) {
  .phcircfill {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 35px;
    left: 77px;
    background-color: rgba(0, 161, 255, .5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: kfill 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
  }

  .phimg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 0;
    margin-right: 20px;
    background: #fe9129 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: kimg 1s infinite ease-in-out;
    transform-origin: 50% 50%;
  }
}

@-moz-keyframes kanim {
  0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }

  30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}

@-webkit-keyframes kanim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-o-keyframes kanim {
  0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1
  }

  30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1
  }
}

@-moz-keyframes kfill {
  0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes kfill {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes kfill {
  0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes kimg {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes kimg {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes kimg {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

/*final responsive check*/
/*slider*/
@media(max-width:768px) {
  .btn-hover {
    width: 150px;
  }
}

@media(min-width :769px) and (max-width:992px) {
  .btn-hover {
    width: 130px;
    font-size: 12px;

  }

}

@media(max-width:741px) {
  .btn-hover {
    display: none;
  }
}

@media(min-width:480px) and (max-width:588px) {
  ul.top-links li {
    margin-left: 0;
  }
}

.emilink {
  position: fixed;
  /* Lock location always on the scree */
  top: 0;
  /* Set to the bottom */
  left: 0;
  /* Set to the right */

  /* Add space around background */
  margin-right: 20px;
  z-index: 999999;

}

.emiicon {

  /* Set height of icon */
  z-index: 99999;
}

.emilink1 {
  position: fixed;
  /* Lock location always on the scree */
  bottom: 20px;
  /* Set to the bottom */
  left: 0;
  /* Set to the right */

  /* Add space around background */
  margin-right: 20px;
  z-index: 999999;

}

.emiicon1 {

  /* Set height of icon */
  z-index: 99999;
  width: 65px;
  height: 65px;
  margin: 10px;
}
