@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Oswald:400,500&display=swap');

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
}

.h1, .h2, .h3, h1, h2, h3{
   font-family: 'Oswald', sans-serif;
}
h4, h5, h6, p, table, ul, li{
   font-family: 'Montserrat', sans-serif;
}

.full{
    padding-left: 0px;
    padding-right: 0px;
}

.center{
    margin: 0 auto;
}
.text-center{
  text-align: center;
}
.fit{
    object-fit: fill;
}
/* HEADER */
.trading-header{
    background-image: url(../images/trading-account/img-header.jpg);
    width: 100%;
    padding-top: 20px;
    height:768px;
    background-repeat: no-repeat;
    background-position:center center;
}

.logo-holder{
  padding-bottom: 15px;
}
.logo-holder a{
  text-decoration: none;
}
.logos{
    width:220px;
    margin-top: 30px;
    display: inline-flex;
}

.text-logo{
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border-left: 2px solid#2fa8df;
  padding-left: 15px;
  font-size: 14px;
  color:#fff;

}
.contact-info{
  padding-top: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color:#fff;
  font-weight: 500;
  text-align: right;
}
.contact-info span:after {
    content: "";
    display: block;
    margin-left:73%;
    width: 27%;
    padding-top: 20px;
    border-bottom: 2px solid#2fa8df;
}
.contact-info h5{
  padding-top:10px;
  font-size: 15px;
}
.contact-info h5:after {
    content: "";
    display: block;
    margin-left:52%;
    width: 48%;
    padding-top: 5px;
    /*border-bottom: 1px solid#2fa8df;*/
    /*border-bottom-style: dashed;*/
}


.getInfo{
    width: auto;
    padding-top: 5px;
    border-bottom: 1px solid#2fa8df;
    border-bottom-style: dashed;
    float: right;
}






.social-icons [class*="fa fa-"] {
    border:3px solid#2fa8df;
    border-radius: 35px;
    color: #2fa8df;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: auto 6px;
    width: 35px;
    font-size: 20px;
    text-align: center;
}
.header-text h1{
  font-family: 'Oswald', sans-serif;
  font-size: 62px;
  color:#fff;
  font-weight: 500;
}

.header-text h3{
   font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color:#fff;
  font-weight: 300;
  padding-top: 10px;
}
.btn-register{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 26px;
  height: 64px;
  width: 350px;
  background: #12a72e;
  max-width: 100%;
  margin-bottom: 20px;
}

.btn-register:hover, .btn-register:focus{
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #2986c8;
  color:#fff;
}
.time{
  padding-top: 10px;
}
.time p{
  display: inline-block;
  padding-left: 10px;
  color:#aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;

}
.live-quotes-holder{
  margin-top:300px;
}
.live-quotes{
  background:rgba(17,17,17,.7);
  padding: 15px 10px;
  color:#fff;
}
.live-quotes h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#777777;
}
.live-quotes h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color:#fff;
  margin-top: -7px;
  letter-spacing:-2px;
}
.live-blue{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color:#2fa8df;
  letter-spacing:-2px;
}

.currency{
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding-inline-start: 0px;
}

.currency li{
   display: inline-block;
   margin-right: 40px;
   cursor: pointer;

}
.currency li:last-child{
   margin-right: 0px;

}

.currency li.active {
  padding-bottom: 5px;
    border-bottom: 2px solid #2fa8df;
}

.header-text-bottom{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.header-text-bottom h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color:#fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.header-text-bottom p{
  display: inline;
  padding-top: 30px;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  color:#aaaaaa;
  font-size: 14px;
  font-weight: 400;
}

.mouse-scroll {
  padding: 7px;
  height: 40px;
  display: inline-block;
  position: relative;
  width: 36px;
}

.mouse-scroll img {
  border-radius: 9999px;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

@keyframes cycle-colors {
  0% { border-color: hsl(0, 100%, 50%); }
  25% { border-color: hsl(90, 100%, 50%); }
  50% { border-color: hsl(180, 100%, 50%); }
  75% { border-color: hsl(270, 100%, 50%); }
  100% { border-color: hsl(360, 100%, 50%); }
}

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.mouse-scroll::before,
.mouse-scroll::after {
  animation: pulse 2s linear infinite;
  border: #fff solid 3px;
  border-radius: 9999px;
  content: ' ';
  height: 140%;
  left: -20%;
  opacity: .3;
  position: absolute;
  top: -20%;
  transform: scale(0.714);
  width: 140%;
  z-index: 1;
}

.mouse-scroll::after {
  animation-delay: 1s;
}

.mouse-scroll:hover::before,
.mouse-scroll:hover::after {
  animation: pulse 1s linear infinite, cycle-colors 6s linear infinite;
}

.mouse-scroll:hover::after {
  animation-delay: .5s;
}


/* KONTEN */

.main-advantages{
  background-color: #f5f5f2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-advantages-group{
    display: flex;
}
.main-advantages-icon-holder{
   /*padding-right: 10px;*/
   /*padding-top: 25px;*/
}

.main-advantages-icon{
  padding-right: 15px;
  padding-top: 20px;
}
.main-advantages-desc h2{
  font-family: 'Oswald', sans-serif;
  color:#333333;
  font-size: 30px;
  font-weight: 500;
}

.main-advantages-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:#333333;
  font-weight: 500;
}

.main-advantages-desc h2:after {
    content: "";
    display: block;
    margin-right:65%;
    width: 35%;
    padding-top: 20px;
    border-bottom: 2px solid#2fa8df;
}

.advantages{
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.advantages h1{
  font-family: 'Oswald', sans-serif;
  color:#333333;
  font-size: 50px;
  font-weight: 500;
}
.advantages h1 b{
  font-family: 'Oswald', sans-serif;
  color:#2fa8df;
  font-size: 50px;
  font-weight: 500;
}
.advantages h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#aaaa;
  font-weight: 500;
}
.advantages-icon{
  padding-top: 50px;
  padding-bottom: 15px;
}
.advantages p{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#333;
  font-weight: 500;
}

.devices{
  background-image: url(../images/trading-account/img-middle.jpg);
    width: 100%;
    padding-top: 70px;
    height:763px;
    background-repeat: no-repeat;
    background-position:center center;
}

.devices h1{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 50px;
  font-weight: 500;
}
.devices p{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#aaaaaa;
  font-weight: 500;
}

.devices-group{
    display: flex;
    padding-bottom: 35px;
}
.devices-icon-holder{
   padding-right: 10px;
   padding-top: 25px;
}

.devices-icon{
    padding-right: 17px;
    padding-left: 17px;
}

.devices-desc h2{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 30px;
  font-weight: 500;
}

.devices-desc h2 b{
  color:#226b8e;
}

.devices-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color:#fff;
  font-weight: 400;
}

/*.devices-desc h2:after {*/
    /*content: "";*/
    /*display: block;*/
    /*margin-right:85%;*/
    /*width: 15%;*/
    /*padding-top: 20px;*/
    /*border-bottom: 3px solid#2fa8df;*/
/*}*/


.webTraderHeader{
    width: max-content;
    border-bottom: 3px solid#2fa8df;
    padding-bottom: 20px;
}

/*.webTraderHeader:hover{*/
    /*border-bottom: 3px solid#F44336;*/

/*}*/

.regulationDiv:hover h2.webTraderHeader {
    border-bottom: 3px solid#F44336;
}

.steps{
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}

.steps h1{
  font-family: 'Oswald', sans-serif;
  color:#333333;
  font-size: 50px;
  font-weight: 500;
}

.steps h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color:#aaaa;
  font-weight: 400;
  padding: 10px 50px;
}

.steps p{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color:#333;
  font-weight: 400;
    text-align: center;
}
.steps-icons-selected [class="fa fa-num"] {
    border:2px solid#2fa8df;
    border-radius: 280px;
    color: #2fa8df;
    display: inline-block;
    height: 280px;
    line-height: 280px;
    margin: auto 6px;
    width: 280px;
    font-size: 140px;
    text-align: center;
}
.steps-icons [class="fa fa-num"] {
    border:2px solid#aaaaaa;
    border-radius: 280px;
    color: #aaaaaa;
    display: inline-block;
    height: 280px;
    line-height: 280px;
    margin: auto 6px;
    width: 280px;
    font-size: 140px;
    text-align: center;
}

.fa-num span{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.steps-desc .steps-icons-selected h2{
  font-family: 'Oswald', sans-serif;
  color:#333333;
  font-size: 27px;
  font-weight: 400;
}
.steps-desc{
  margin-top: 50px;
  margin-bottom: 50px;
}
.steps-desc .steps-icons h2{
  font-family: 'Oswald', sans-serif;
  color:#aaaaaa;
  font-size: 27px;
  font-weight: 400;
}
hr.blue-lines {
border: 0;
height: 2px;
width: 70%;
background: #2fa8df;
}
.block-form{
  background-color: #f5f5f2;
  padding-top: 50px;
  padding-bottom: 70px;
}
.block-form h1{
  font-family: 'Oswald', sans-serif;
  color:#333;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.block-form h1 b{
  color:#2fa8df;
  font-weight: 500;
}

.block-form h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#aaa;
  font-weight: 400;
  text-align: center;
}

.form-register{
  padding-top: 50px;
  padding-bottom: 30px;
}
.form-register label{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:#333;
  font-weight: 500;
}
.form-register .form-control{
  height: 64px;
}

.block-form p{
  color:#aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;

}
.block-form p u{
  text-decoration-style: dotted;
}
.secure{
  text-align: center;
}
.secure p{
  display: inline-block;
  padding-left: 10px;

}
/* FOOTER */
.footer{
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-desc{
    background-image: url(../images/trading-account/img-footer.jpg);
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position:center center;
    padding-top:20px;
    /*padding-bottom: 30px;*/
    color:#fff;
}
.footer-logos{
  padding-bottom: 30px;
  opacity: 0.5;
}
.footer-left p {
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-size: 15px;
   color:#aaaaaa;
}
.footer-right {
  padding-top: 0px;
  text-align: justify;
  margin-top: -10px;

}

.footer-right p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
   font-size: 15px;
   color:#aaaaaa;
    text-align: justify;

}


@media (max-width: 575.98px) {
.logos{
    width:220px;
    margin-top: 10px;
    display: inline-flex;
}
.contact-info{
  padding-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.contact-info span:after {
    padding-top: 10px;
}
.contact-info h5{
  padding-top:10px;
  font-size: 14px;
}
.contact-info h5:after {
    margin-left:45%;
    width: 55%;
}
.header-text h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}
.header-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-top: 5px;
}
.btn-register{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-top: 5px;
}
.time{
  padding-top: 5px;
}
.time p{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.live-quotes-holder{
  margin-top:5px;
}
.live-quotes{
  padding: 5px 10px;
}
.live-quotes h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
.live-blue{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
.currency li {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  margin-right: 22px;
}

.header-text-bottom{
  padding-top: 20px;
  padding-bottom: 0px;
}

.header-text-bottom p{
  padding-top: 20px;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.main-advantages{
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-advantages-desc h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.main-advantages-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.advantages{
  padding-top: 40px;
  padding-bottom: 40px;
}
.advantages h1{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
.advantages h1 b{
  font-family: 'Oswald', sans-serif;
  font-size: 38px;

}
.advantages h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.advantages-icon{
  padding-top: 50px;
  padding-bottom: 15px;
}
.advantages p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.devices{
    width: 100%;
    padding-top: 20px;
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
}
.devices h1{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
.devices p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.devices-group{
    display: flex;
    padding-bottom: 25px;
}
.devices-icon-holder{
   padding-right: 10px;
   padding-top: 25px;
}
.devices-icon{
  padding-right: 15px;
}

.devices-desc h2{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 20px;
}

.devices-desc h2 b{
  color:#226b8e;
}
.devices-desc h2:after {
    margin-right:60%;
    width: 40%;
    padding-top: 15px;
}
.devices-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.steps{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.steps h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}

.steps h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.steps p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.steps-icons-selected [class="fa fa-num"] {
    border:2px solid#2fa8df;
    border-radius: 180px;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}
.steps-icons [class="fa fa-num"] {
    border:2px solid#aaaaaa;
    border-radius: 180px;
    display: inline-block;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}

.fa-num span{
  font-family: 'Oswald', sans-serif;
}

.steps-desc .steps-icons-selected h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}

.steps-desc .steps-icons h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}
.block-form{
  padding-top: 30px;
  padding-bottom: 50px;
}
.block-form h1{
  font-family: 'Oswald', sans-serif;;
  font-size: 36px;
  font-weight: 500;
}

.block-form h1 b{
  color:#2fa8df;
  font-size: 36px;
  font-weight: 500;
}

.block-form h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.form-register{
  padding-top: 30px;
  padding-bottom: 20px;
}
.form-register label{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.form-register .form-control{
  height: 64px;
}

.block-form p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.footer-desc{
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
}
.footer-logos{
  padding-bottom: 30px;
  opacity: 0.5;
}
.footer-left p {
   font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
.footer-right {
  padding-top: 15px;
}

.footer-right p{
  font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) {
.logos{
    width:220px;
    margin-top: 10px;
    display: inline-flex;
}
.contact-info{
  padding-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.contact-info span:after {
    padding-top: 10px;
    margin-left:85%;
    width: 15%;
}
.contact-info h5{
  padding-top:10px;
  font-size: 14px;
}
.contact-info h5:after {
    margin-left:70%;
    width: 30%;
}
.header-text h1{
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
}
.header-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding-top: 15px;
}
.btn-register{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-top: 15px;
}
.time{
  padding-top: 15px;
}
.time p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.live-quotes-holder{
  margin-top:10px;
}
.live-quotes{
  padding: 15px 20px;
}
.live-quotes h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
}
.live-blue{
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
}
.currency li {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  margin-right: 40px;
}

.header-text-bottom{
  padding-top: 20px;
  padding-bottom: 10px;
}

.header-text-bottom p{
  padding-top: 10px;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.main-advantages{
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-advantages-desc h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.main-advantages-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.advantages{
  padding-top: 40px;
  padding-bottom: 40px;
}
.advantages h1{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
.advantages h1 b{
  font-family: 'Oswald', sans-serif;
  font-size: 38px;

}
.advantages h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.advantages-icon{
  padding-top: 50px;
  padding-bottom: 15px;
}
.advantages p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.devices{
    width: 100%;
    padding-top: 20px;
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
}
.devices h1{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
.devices p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.devices-group{
    display: flex;
    padding-bottom: 25px;
}
.devices-icon-holder{
   padding-right: 10px;
   padding-top: 25px;
}
.devices-icon{
  padding-right: 15px;
}

.devices-desc h2{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 20px;
}

.devices-desc h2 b{
  color:#226b8e;
}
.devices-desc h2:after {
    margin-right:60%;
    width: 40%;
    padding-top: 15px;
}
.devices-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.steps{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.steps h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}

.steps h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.steps p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.steps-icons-selected [class="fa fa-num"] {
    border:2px solid#2fa8df;
    border-radius: 180px;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}
.steps-icons [class="fa fa-num"] {
    border:2px solid#aaaaaa;
    border-radius: 180px;
    display: inline-block;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}

.fa-num span{
  font-family: 'Oswald', sans-serif;
}

.steps-desc .steps-icons-selected h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}

.steps-desc .steps-icons h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}
.block-form{
  padding-top: 30px;
  padding-bottom: 50px;
}
.block-form h1{
  font-family: 'Oswald', sans-serif;;
  font-size: 36px;
  font-weight: 500;
}

.block-form h1 b{
  color:#2fa8df;
  font-size: 36px;
  font-weight: 500;
}

.block-form h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.form-register{
  padding-top: 30px;
  padding-bottom: 20px;
}
.form-register label{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.form-register .form-control{
  height: 64px;
}

.block-form p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.footer-desc{
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
}
.footer-logos{
  padding-bottom: 30px;
  opacity: 0.5;
}
.footer-left p {
   font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
.footer-right {
  padding-top: 15px;
}

.footer-right p{
  font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.contact-info h5:after {
    margin-left:20%;
    width: 80%;
}
.header-text h1{
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
}
.header-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.live-quotes{
  padding: 10px 20px;
}
.live-quotes h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
.live-blue{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
.currency li {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  margin-right: 12px;
}
.header-text-bottom{
  padding-top: 40px;
  padding-bottom: 0px;
}
.header-text-bottom p{
  padding-top: 10px;
}
.main-advantages-desc h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.main-advantages-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.advantages{
  padding-top: 50px;
  padding-bottom: 50px;
}
.advantages h1{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
.advantages h1 b{
  font-family: 'Oswald', sans-serif;
  font-size: 38px;

}
.advantages h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.advantages-icon{
  padding-top: 50px;
  padding-bottom: 15px;
}
.advantages p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.devices h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}
.devices p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.devices-group{
    display: flex;
    padding-bottom: 15px;
}
.devices-icon-holder{
   padding-right: 10px;
   padding-top: 25px;
}
.devices-icon{
  padding-right: 25px;
}

.devices-desc h2{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size: 20px;
}

.devices-desc h2 b{
  color:#226b8e;
}

.devices-desc p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.steps{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.steps h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}

.steps h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.steps p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.steps-icons-selected [class="fa fa-num"] {
    border:2px solid#2fa8df;
    border-radius: 180px;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}
.steps-icons [class="fa fa-num"] {
    border:2px solid#aaaaaa;
    border-radius: 180px;
    display: inline-block;
    height: 180px;
    line-height: 180px;
    width: 180px;
    font-size: 90px;
}

.fa-num span{
  font-family: 'Oswald', sans-serif;
}

.steps-desc .steps-icons-selected h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}

.steps-desc .steps-icons h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}
.block-form{
  padding-top: 30px;
  padding-bottom: 50px;
}
.block-form h1{
  font-family: 'Oswald', sans-serif;;
  font-size: 40px;
  font-weight: 500;
}

.block-form h1 b{
  color:#2fa8df;
  font-weight: 500;
}

.block-form h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.form-register{
  padding-top: 30px;
  padding-bottom: 20px;
}
.form-register label{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.form-register .form-control{
  height: 64px;
}

.block-form p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.footer-desc{
    height:100%;
    background-repeat: no-repeat;
}
.footer-logos{
  padding-bottom: 30px;
  opacity: 0.5;
}
.footer-left p {
   font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
.footer-right {
  padding-top: 15px;
}

.footer-right p{
  font-family: 'Montserrat', sans-serif;
   font-size: 12px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.contact-info h5:after {
    margin-left:40%;
    width: 60%;
}
.header-text h1{
  font-family: 'Oswald', sans-serif;
  font-size: 54px;
}
.header-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.live-quotes h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}
.live-blue{
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}
.currency li {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  margin-right: 27px;
}
.header-text-bottom{
  padding-top: 30px;
  padding-bottom: 0px;
}
.header-text-bottom p{
  padding-top: 10px;
}
}


.advantages-desc p{
    text-align: center;
}
.steps-desc p{
    text-align: center;

}

.main-advantages-desc p {
    text-align: left;
}


@media (max-width: 575.98px){
    .logos {
        width: 220px !important;
        margin-top: 10px;
        display: inline-flex;
    }

}

.red-border-part {
    border: 1px solid red !important
}
.red {
    color: red;
    text-align: left;
}

span.red p {
    color: red;
    padding-top: 10px;
}





/*animation  start button*/

#callback_widget{width:370px;height:100%;position:fixed;top:0;right:0;z-index:1100;font-family:Helvetica;-webkit-transition:all 1.2s;-moz-transition:all 1.2s;transition:all 1.2s}#callback_widget.callbackblock{opacity:0;visibility:hidden;transition:opacity .5s , visibility 0s linear .5s}#callback_widget.callbackblock.visible{opacity:1;visibility:visible;transition-delay:0s}#callback_widget .callback_form{position:absolute;top:0;right:0;width:290px;background-color:rgba(70,70,70,.8);color:#fff;padding:75px 40px 0;height:100%;-webkit-transition:all 1.2s;-moz-transition:all 1.2s;transition:all 1.2s;z-index:1}#callback_widget.hide_widg{width:0!important}#callback_widget.hide_widg .callback_form.hide{opacity:0}#callback_widget .callback_form.move_right{right:-370px}#callback_widget .close{position:absolute;right:0;top:10px;margin:10px;cursor:pointer}#callback_widget .close .close_text{float:left;margin:0 10px;line-height:30px;font-size:1.25em}#callback_widget .title{width:100%;font-size:1.4em;margin-top:10px}#callback_widget .subtitle{width:100%;font-size:1.1em;margin-top:10px}#callback_widget input,#callback_widget textarea,#callback_widget select,.alt_select_lang,.alt_select_lang ul,.alt_select_country,.alt_select_country ul,.alt_account_number{border-width:1px;border-color:#fff;border-style:solid;border-radius:5px;background-color:#bebebe;color:#000;width:268px;height:48px;margin-top:10px;padding:0 10px}#callback_widget .alt_account_number{margin-top:20px}#callback_widget textarea{padding-top:7px;resize:none;height:67px}#callback_widget select{width:288px}#callback_widget select>option{background-color:transparent;border:0;padding-right:15px;height:31px;width:220px}#callback_widget button{width:290px;height:110px;color:#fff;font-size:1.8em;padding:25px;padding-left:90px;margin-top:10px;cursor:pointer;position:relative;display:inline-block;border-radius:5px;background-color:#7f0c0c;background-image:url(/i/img/site/callback_widget/xcallback.png.pagespeed.ic.CVZxpB3qiO.png);background-repeat:no-repeat;background-position-x:50px;background-position-y:center}#callback_widget select[name="lang"]{display:none}#callback_widget .alt_select_lang{cursor:pointer;position:relative;z-index:5001}#callback_widget .alt_select_lang .select_lang{vertical-align:middle;height:48px;line-height:48px;width:100%;float:left;color:#515658}#callback_widget .alt_select_lang .select_lang.black_text{color:#000}#callback_widget .alt_select_lang .selected_lang{width:calc(100% - 60px);font-weight:bold;height:48px;line-height:48px}#callback_widget .alt_select_lang ul,.alt_select_country ul{display:none;position:absolute;margin:0;left:-1px;height:180px;padding:0;overflow:auto;width:100%;z-index:10}#callback_widget .alt_select_lang ul li,.alt_select_country ul li{height:35px;line-height:35px;clear:both}#callback_widget .alt_select_lang ul li span.f24,#callback_widget .alt_select_lang ul li span.f32{margin:2px 23px;float:left}#callback_widget .alt_select_lang .select_lang span.f24,#callback_widget .alt_select_lang .select_lang span.f32{margin:7px 12px;float:left}#callback_widget .alt_select_lang .select_lang span{margin-left:10px}#callback_widget .alt_select_lang ul li:hover,.alt_select_country ul li:hover{background-color:#6b6b6b}#callback_widget .alt_select_country{cursor:pointer;position:relative}#callback_widget .alt_select_country ul{height:175px}#callback_widget .alt_select_country ul li div.country_code{margin-left:15px;float:left;width:56px}#callback_widget .alt_select_country .select_country{vertical-align:middle;height:48px;line-height:48px;width:60px;float:left;color:#515658}#callback_widget .alt_select_country input,#callback_widget .alt_account_number input{width:100%;margin:0;border:none;padding:0}#callback_widget .ripple-obj{height:100%;pointer-events:none;position:absolute;top:0;left:0;z-index:0;width:100%;fill:rgba(0,0,0,.5)}#callback_widget .ripple-obj use{opacity:0}#callback_widget .bottom_text{font-size:1em;line-height:20px;margin:20px 0 0 0}#callback_widget .bottom_text a{color:#fff}#callback_widget ::-webkit-input-placeholder{color:#515658}#callback_widget ::-moz-placeholder{color:#515658}#callback_widget :-moz-placeholder{color:#515658}#callback_widget :-ms-input-placeholder{color:#515658}#callback_widget .pulse_button{position:relative;margin-right:10px;margin-top:-20px;display:block;opacity:1;font-size:1.3em;font-weight:bold;-webkit-transition:all 1.2s ease;-moz-transition:all 1.2s ease;-o-transition:all 1.2s ease;-ms-transition:all 1.2s ease;transition:all 1.2s ease;padding:15px;display:block;opacity:1;width:25px;height:25px;box-shadow:0 0 0 0 #7f0c0c , inset 0 1px 0 rgba(127,12,12,.21);border-radius:100%;vertical-align:middle;background:#7f0c0c;cursor:pointer;-webkit-animation:pulse 1.5s infinite cubic-bezier(.6,0,0,1)}#callback_widget .callback-widjet.transporent{opacity:0!important}#callback_widget .pulse_button img{width:35px;-webkit-transition:all 1.2s;-moz-transition:all 1.2s;transition:all 1.2s;position:relative;left:-5px;top:-5px}#callback_widget .pulse_button:hover{-webkit-animation:none;padding:20px;width:30px;height:30px;margin-right:3px;margin-top:-30px}#callback_widget .pulse_button:hover.pulse_button>img{width:40px}#callback_widget .error_mess{width:100%;color:#fff;text-align:initial;font-size:.8em}#callback_widget .error_shadow{box-shadow:red 0 0 10px;border-color:#a51a1a}#callback_widget .g-recaptcha{margin-top:10px}#callback_widget .btn_success_wrapper{min-height:120px}#callback_widget .success_message,#callback_widget .error_message{display:none;height:90px;width:100%;text-align:center;font-size:1.2em;padding:10px 0;margin:10px 0;line-height:1.7em}#callback_widget .pulse_button.small-icon{width:30px;height:30px;opacity:.8;padding:12px}#callback_widget .pulse_button.small-icon img{width:30px}#callback_widget .pulse_button.small-icon:hover.pulse_button.small-icon>img{width:50px}#callback_widget .pulse_button.small-icon:hover{padding:10px;width:50px;height:50px}@-webkit-keyframes pulse {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          to {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #e9aeae;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }.messagers_icons{background-size:495px;width:12%;height:33px;display:inline-block;margin:1px 2px;cursor:pointer;padding:2px}.messagers_icons.phone{background-position:-397px -7px}.messagers_icons.phone:hover,.messagers_icons.phone.active{background-color:#7f0c0c;border-color:#7f0c0c}.messagers_icons.skype{background-position:-6px -6px}.messagers_icons.skype:hover,.messagers_icons.skype.active{background-color:#00b1f3;border-color:#00b1f3}.messagers_icons.whatsapp{background-position:-54px -6px}.messagers_icons.whatsapp:hover,.messagers_icons.whatsapp.active{background-color:#00a700;border-color:#00a700}.messagers_icons.viber{background-position:-104px -6px}.messagers_icons.viber:hover,.messagers_icons.viber.active{background-color:#8a509f;border-color:#8a509f}.messagers_icons.telegram{background-position:-153px -6px}.messagers_icons.telegram:hover,.messagers_icons.telegram.active{background-color:#00aae6;border-color:#00aae6}.messagers_icons.qq{background-position:49px -6px}.messagers_icons.qq:hover,.messagers_icons.qq.active{background-color:#009fdd;border-color:#009fdd}.messagers_icons:hover,.messagers_icons.active{border:1px solid;border-radius:7px;padding:2px;margin:0 1px}.callback-widjet{position:fixed;right:24px;top:20px}.callback-widjet__callback__block,.callback-widjet__chat__block,.callback-widjet__social__block{width:54px;height:54px;position:relative}.callback-widjet__setting{display:block;width:34px;height:34px;border-radius:100%;background:#7f0c0c;box-shadow:0 0 0 rgba(127,12,12,.5);position:relative;padding:10px;top:0;z-index:1;border:1px solid #750c0c}.callback-widjet__line:hover .callback-widjet__setting{height:44px;width:44px;margin-left:-5px;top:-5px;border-radius:7px}.callback-widjet__callback{cursor:pointer;animation:callbackpulse 1.5s infinite}.callback-widjet__setting img{display:block;width:100%}.callback-widjet__line:hover .callback-widjet__callback{animation:none}.callback-widjet__line{margin-bottom:25px;position:relative}.callback-widjet__line:last-child{margin-bottom:0}.callback-widjet__chat{cursor:pointer}.callback-sociallist{background:rgba(183,183,183,.75);position:absolute;top:-5px;right:49px;padding:5px;padding-right:15px;border-radius:7px;opacity:0;visibility:hidden}.callback-widjet__line:hover .callback-sociallist{-webkit-transition-delay:400ms;-o-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms;opacity:1;visibility:visible}.callback-sociallist__one{min-width:54px;max-width:54px;height:56px;text-align:center;cursor:pointer;background-color:rgba(0,0,0,.7);position:relative;margin-right:5px;border-radius:100%}.callback-sociallist__one:last-child{margin-right:0}.callback-socialicochat__ico{background:url(/i/img/site/callback_widget/xsprite_social_networks.png.pagespeed.ic.Klt2jZ-Noz.png) -10px -10px no-repeat;width:30px;height:30px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.callback-socialicochat__ico__skype{}.callback-socialicochat__ico__whatsapp{background-position:-57px -7px;width:35px;height:35px}.callback-socialicochat__ico__viber{background-position:-108px -8px;width:33px;height:36px}.callback-socialicochat__ico__telegram{background-position:-157px -8px;width:34px;height:34px}.callback-socialicochat__ico__twitter{background-position:-210px -13px;width:30px;height:25px}.callback-socialicochat__ico__vk{background-position:-307px -16px;width:34px;height:20px}.callback-socialicochat__ico__ok{background-position:-364px -7px;width:22px;height:35px}.callback-socialicochat__ico__skype{}.callback-socialicochat__ico__whatsapp{background-position:-57px -7px;width:35px;height:35px}.callback-socialicochat__ico__viber{background-position:-108px -8px;width:33px;height:36px}.callback-socialicochat__ico__telegram{background-position:-157px -8px;width:34px;height:34px}.callback-socialicochat__ico__twitter{background-position:-210px -13px;width:30px;height:25px}.callback-socialicochat__ico__vk{background-position:-307px -16px;width:34px;height:20px}.callback-socialicochat__ico__ok{background-position:-364px -7px;width:22px;height:35px}.callback-socialicochat__ico__fb{background-position:-417px -9px;width:16px;height:32px}.callback-socialicochat__ico__youtube{background-position:-461px -14px;width:30px;height:22px}.callback-socialicochat__ico__linkedin{background-position:-512px -12px;width:26px;height:25px}.callback-sociallist__one.skype:hover{background-color:#00b1f3}.callback-sociallist__one.whatsapp:hover{background-color:#00a700}.callback-sociallist__one.viber:hover{background-color:#8a509f}.callback-sociallist__one.telegram:hover{background-color:#00aae6}.callback-sociallist__one.twitter:hover{background-color:#00aef1}.callback-sociallist__one.vk:hover{background-color:#2d6691}.callback-sociallist__one.ok:hover{background-color:#ff8728}.callback-sociallist__one.fb:hover{background-color:#465397}.callback-sociallist__one.youtube:hover{background-color:red}.callback-sociallist__one.linkedin:hover{background-color:#118dce}@-webkit-keyframes callbackpulse{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            0%   {-webkit-box-shadow: 0 0 0 0 rgba(127, 12, 12, 0.5);}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            70%  {-webkit-box-shadow: 0 0 0 14px rgba(127, 12, 12, 0);}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            100% {-webkit-box-shadow: 0 0 0 0 rgba(127, 12, 12, 0);}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }@keyframes callbackpulse {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             0%   {-moz-box-shadow: 0 0 0 0 rgba(127, 12, 12, 0.5); box-shadow: 0 0 0 0 white;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             70%  {-moz-box-shadow: 0 0 0 14px rgba(127, 12, 12, 0); box-shadow: 0 0 0 14px rgba(127, 12, 12, 0);}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             100% {-moz-box-shadow: 0 0 0 0 rgba(127, 12, 12, 0); box-shadow: 0 0 0 0 rgba(127, 12, 12, 0);}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }
/*animation  start button*/






