
/* --------------------
:: 1.0 Base CSS
-------------------- */

*,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .5px;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #111d3d;
  line-height: 1.25;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #51545f;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus,
a:active {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  outline: none;
}

li {
  list-style: none;
}
.btn{
  border-radius: 0px;
}
button:focus{
  outline: none;
}
.custom-control-label::before{
  background-color: #ffffff;
}
.custom-radio{
  margin-bottom: .5rem;
}
input[type=checkbox]:focus, input[type=radio]:focus{
  outline: none !important;
  box-shadow: none !important;
  border:0px !important;
}
.box-shadow{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.shadow-lg{
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3) !important;
}
.font-size-12{
  font-size: 13px !important;
}
.font-size-14{
  font-size: 14px !important;
}
.font-size-16{
  font-size: 16px !important;
}
.font-size-18{
  font-size: 18px !important;
}
.font-size-20{
  font-size: 20px !important;
}
.font-weight-500{
  font-weight:500 !important;
}
.font-weight-600{
  font-weight:600 !important;
}
.font-weight-700{
  font-weight:700 !important;
}
.ls-2{
  letter-spacing: 2px;
}
#logo{
  display: block;
}
#logoWhite{
  display: block;
}
.hidden{
  display: none !important;
}
#mainNav .dropdown-menu{
  border:0px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
  padding:0px;
  margin-top: 0px;
  z-index: 1;
}
#mainNav .dropdown-menu a{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding:15px;
  color:#5e5e5e;
}
#mainNav .dropdown-menu img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#mainNav .dropdown-menu a:hover{
  padding-left: 30px;
  color: black;
  font-weight: bold;
}
.header_area #mainNav .nav-link{
  color: #c7c7c7;
}
.header_area #mainNav .nav-link:hover{
  color: #ffffff;
}
.header_area #mainNav .active{
  font-weight: 700 !important;
  color: white;
}
.header_area .navbar-toggler span{
  color: white;
}
.is-sticky .navbar-toggler span{
  color: black;
}
.is-sticky #mainNav .nav-link{
  color: #5e5e5e;
}
.is-sticky #mainNav .nav-link:hover{
  color: #121212;
}
.is-sticky #mainNav .nav-link.active{
  color: black;
}
.dropdown-toggle::after {
    display: none;
}
.menu-icon{
  font-size:12px;
  font-weight:900;
  margin-left: 3px;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Basic CSS */
.section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-padding-100-sm {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-padding-0-100 {
    padding-top: 0px;
    padding-bottom: 100px;
}
.section-padding-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.section-heading h2 {
    margin-bottom: 15px;
    font-size: 38px;
}
.section-heading.heading-white h2,
.section-heading.heading-white p {
    color: #fff;
}
.section-heading-line {
    width: 40px;
    height: 3px;
    border-radius: 5px;
    background-color: #5258a4;
    margin: 0 auto;
}
.bg-gray {
    background-color: #f0f0f0;
}
.bg-softblue{
  background: #e7f0fb;
}
.bg-soft{
  background-color: #f8fbfb
}
.fancy-bg-dark {
    background-color: #131627!important;
}
.bg-primary{
  background: #111d3d !important;
}
.bg-primary-gradient{
  background: rgb(19,15,64);
  background: linear-gradient(90deg, rgba(19,15,64,1) 0%, rgba(48,51,107,1) 100%);
}
.bg-secondary-gradient{
  background: rgb(120,120,187);
  background: linear-gradient(180deg, rgba(120,120,187,1) 0%, rgba(60,60,119,1) 100%);
}
.bg-img {
    background-position: center center !important;
    background-size: cover !important;
}
.bg-overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 50, 73, 0.8);
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn{
  padding:10px 15px;
}
.btn-outline-light{
  border:1.5px solid white;
}
.btn-primary{
  background: #111d3d;
  border:2px solid #171841 !important;
}
.btn-primary:hover{
  background: #171841;
}
.btn-primary:focus{
  box-shadow: none;
  outline: none;
}
.btn-outline-primary{
  color: #111d3d !important;
  border: 2px solid #111d3d !important;
}
.btn-outline-primary:hover{
  color: white !important;
  background: #111d3d !important;
}

.section-title{
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 1.5px;
}
.section-title-reflection{
  position: absolute;
  width: 100%;
  margin-top: -40px;
  text-align: center;
  color: rgba(46, 46, 46, 0.04);
  letter-spacing: 3px;
  font-size: 100px;
}
.step-number{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: content-box;
  font-size: 25px;
  background: #474775;
  border: 5px solid #2c2c53;
  color: white;
  border-radius: 50%;
}
.z-index-5{
  position: relative;
  z-index: 5;
}

/* Header Area CSS */
.header-white{
  background: #ffffff !important;
}
.header_area {
    background-color: transparent;
    position: relative;
    z-index: 90;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 60px;
}
@-webkit-keyframes slide-down { 0% { opacity:0.5; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}
@-moz-keyframes slide-down { 0% { opacity:0.5; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}
@keyframes slide-down { 0% { opacity:0.5; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}
.is-sticky {
  -webkit-animation: slide-down 0.5s;
  -moz-animation: slide-down 0.5s;
  animation: slide-down 0.5s;
  background-color: #ffffff;
  position: fixed !important;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 70px;
  padding: 0px 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header_area .navbar-brand {
    padding: 0 10px;
    margin-right: 0;
    font-size: 30px;
    color: #372828;
    font-weight: 700;
}
.header_area .navbar-brand img{
  height: 35px !important;
}

.header_area .navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #676666;
    transition: 0s;
}


/* hero area css */
.hero-image{
    background-size: cover !important;
    background-position: center !important;
}
.h-85vh{
  height: 90vh;
}
.h-50vh{
  height: 50vh;
}
.h-100vh{
  height: 100vh;
}
.no-border{
  border:0px !important;
}

.hero-area {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.hero-area a{
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  display: inline-block !important;
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.4);
}
.hero-area img{
  z-index: 3;
  position: relative;
}
.hero-area .container{
  position: relative;
  z-index: 2;
}
.hero-title{
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
}
.hero-title span{
  /* font-style: italic; */
  /* color: #e6575c; */
}
.hero-description{
  position: relative;
  font-weight: 500;
  letter-spacing: .7px;
  color: #414196;
  font-size: 16px;
  z-index: 2;
  border-left: 3px solid #6a6ab6;
  padding-left: 20px;
}
.overlay-black{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.img-overlay{
  position: absolute;
  background-size: cover !important;
  background-position: bottom !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

/* About Us Area CSS */
.top-over{
  width: 80%;
  margin-left: 10%;
  margin-top: -50px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .05), 0 3px 10px -2px rgba(0, 0, 0, .05), 0 1px 12px 0 rgba(0, 0, 0, .1);
  z-index: 10;
  position: relative;
  border-radius: 0px;
  background: white;
  padding: 60px;
  border-radius: 10px;
}
.top-over p{
  color: black;
}

.about-us-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us-text > h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-us-text > p {
    line-height: 1.8;
}
.about-us-text > a {
  z-index: 5;
  position: relative;
}

.about-us-text > p:last-of-type {
    margin-bottom: 35px;
}
.about-us-thumb img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  object-fit: cover;
}
.color-primary{
  color: #3f40a6 !important;
}
.text-reflection{
  position: absolute;
  font-size: 50px;
  font-weight: 900;
  color: rgba(127, 127, 201, 0.2);
  left: -25px;
  top: 20px;
  border-radius: 50%;
  padding: 10px;
  background: white;
}
.steps{
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border:0px;
  /* height: 100%; */
  border-radius: 30px;
  box-shadow: 0px 2px 15px rgb(230, 236, 238);
}
.steps img{
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}
.steps h5{
  font-size: 18px !important
}
/* Service Area CSS */
.service-carousel .owl-stage{
  padding:50px 10px;
}
.service-carousel .owl-stage{
  display: flex;
}

.service-carousel .item{
  display: flex;
	flex: 1 0 auto;
}
.service-carousel .single-card{
  padding: 20px 30px 50px 30px;
}
.service-carousel .single-card .btn{
  font-size: 14px;
  bottom:10px;
  display: block;
  left:20px;
  right:20px;
  position: absolute;
  margin-bottom: 20px;
  font-weight: bold;
}
.service-carousel .item h4{
  margin: 1.5rem 0;
  text-align: center;
}
.service-carousel .item p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.service-carousel .item img{
  width: 100px;
  height: 100px;
  padding: 10px;
  display: block;
  margin: 1rem auto;
  box-shadow: none;
}
.service-carousel .owl-nav button{
  display: inline-block;
  position: absolute;
  top: 45%;
  background: rgba(77, 77, 77, 0.6);
  transition: .3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  color: white;
  border-radius: 50%;
  border-style: none;
}
.service-carousel .owl-nav button:hover{
  background: rgba(52, 52, 52, 1);
}
.service-carousel .owl-nav .owl-next{
  right: -50px;
}
.service-carousel .owl-nav .owl-prev{
  left: -50px;
}
.service-info{
  /* border: 1px solid #dedede; */
  /* border-radius: 30px; */
  padding: 50px 0;
}
.currency p{
  font-size: 32px;
  font-weight: bold;
  color: #3f40a6;
  line-height: 1;
  margin-left: 25px;
  margin-bottom: 10px;
}
.currency span{
  font-weight: bold;
  color: #3f40a6;
  font-size: 16px;
  position: absolute;
}


/* CTA Area CSS */

.cta-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 30px;
}

/* Mitra Area CSS */
.mitra-carousel .owl-stage{
  padding-left: 0px!important;
  margin-left: 20px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.mitra-carousel .owl-stage{
  display: flex;
}
.mitra-carousel .item{
  display: flex;
	flex: 1 0 auto;
}
.mitra-carousel .single-card{
  width: 100% !important;
}
 .single-card img{
  margin-top: -70px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  width: 120px !important;
  height: 120px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-card .single-card-footer{
  position: absolute;
  bottom: 0;
  padding:20px;
  left: 0;
  right: 0;
  text-align: center;
}

.mitra-content {
    padding: 10px 15px;
}
.mitra-carousel .single-card{
  height: 360px;
}

.mitra-content h5 a {
    font-size: 16px;
    color: #232d37;
}
.mitra-content > a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #2b6bc1;
    text-decoration: none;
    font-weight: 400;
}
.mitra-content > a:hover {
    color: #14478c;
    text-decoration: underline;
}
.mitra-area i{
  color: rgba(158, 28, 32, 0.5);
}
.mitra-area p{
  font-size: 14px;
}
.rating{
  width: 100%;
  text-align: center;
}
.rating i{
  color:#f7ab00;
}


/* CONTACT US SECTION */
.iframe-container{
  border: 1px solid #d5d1d1;
  height:100%;
}
.iframe-container iframe{
  width: 100%;
  height: 100%;
}
.form{
  background: rgb(65,65,130);
  background: linear-gradient(120deg, rgba(65,65,130,1) 0%, rgba(59,59,115,1) 100%);
  border: 1px solid rgba(213, 209, 209, 0.4);
  padding: 20px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
}
.form input, select, textarea{
  padding:10px 15px !important;
  border-radius: 0px !important;
  background-clip:border-box !important;
  margin-bottom: 30px;
}

/* Footer Area CSS */
footer img{
  width: 70%;
}
.single-footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-footer-widget h6 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.single-footer-widget > p {
    color: #ffffff;
    font-weight: 300;
}

.single-footer-widget form {
    position: relative;
    z-index: 1;
    width: 85%;
    margin-top:15px;
}

.single-footer-widget form > input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #ffffff;
    border: none;
    background-color: #292183;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-footer-widget form > button {
    padding: 5px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 5;
    height: 40px;
    color: #464646;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
}

.footer-social-widegt {
    margin-top: 30px;
}

.footer-social-widegt > a {
    color: #ffffff;
    font-size: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-social-widegt > a:hover {
    color: #d5d5d5;
}

.single-footer-widget ul li {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden
}

.single-footer-widget ul li a {
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.single-footer-widget ul li a:hover {
    color: #b4b4b4;
}

.footer-copywrite-area {
    background-color: #020637;
    height: 50px;
}

.copywrite-text p {
    margin: 0;
}

.copywrite-text p > a {
    font-weight: 300;
    color: #ffffff;
}

.footer-nav ul li {
    display: inline-block;
    float: left;
}

.footer-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    padding: 0 20px;
}

.follow-us-area {
    margin-top: 40px;
}

.follow-us-area h2 {
    margin-bottom: 25px;
}

.follow-us-area > a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.contact-details-area > p {
    font-size: 16px;
}

.follow-us-area > a.facebook {
    background-color: #3a61c9;
}

.follow-us-area > a.twitter {
    background-color: #41a1f6;
}

.follow-us-area > a.google-plus {
    background-color: #fb4343;
}

.follow-us-area > a.instagram {
    background-color: #8f6247;
}

.contact-form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    color: #b5aec4;
    border: 1px solid #ebebeb;
}

.contact-form .form-control:focus {
    border: 1px solid #7f7f7f;
}

.contact-form textarea.form-control {
    height: 80px;
}

/* CARD */

.double-card{
  width:48%;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  border-radius: 10px !important;
  border:0px solid rgb(217, 224, 251);
  box-shadow: 0 2px 2px 0 rgba(2, 1, 47, 0.12), 0 3px 1px -2px rgba(2, 1, 47, .04), 0 1px 5px 0 rgba(2, 1, 47, .1);
}
.double-card h4{
  margin-bottom: .5em;
  font-weight: 700;
  color:#474775;
  font-size: 20px;
}
.text-description{
  padding:10px;
  font-size: 14px;
  color:#3d3c3c;
  letter-spacing: 0.2px;
}

.single-card {
    background: #fefeff;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 15px;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
.single-card li:before{
    content: "\2022";
    color: #bdbdbd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.form-group{
  margin-bottom: 1.5em;
}
label{
  font-weight: 600;
}

/* Nav & Pills */
.tab-pane{
  margin-bottom: 3rem;
}
.tab-form{
  background: #d2d2f2;
}
.tab-form label{
  font-weight: 400;
}
.form-pills .nav-link{
  background: #ccd4f1;
  margin-right: 15px;
  color: #6b6b6b;
  border-radius: 40px;
  margin-bottom: 10px;
}
.form-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #262630;
  background-color:  #a6a6d6;
}
.step-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #afadad;
  color: #343434;
}
.step-pills .nav-link{
  border-radius: 50%;
  margin-right: 10px;
  color: #949494;
  background: #f0eded;
  margin-bottom: 10px;
}
.tab-3 .form-container{
  display: none;
}
.tab-3 .form-container.active{
  display: block;
}
.pills-3{
  margin-bottom: 50px;
}
.pills-3 .form-link{
  border-radius: 30px;
  margin: 20px 10px;
  background-color: #caceed;
  padding:5px 10px 5px 5px;
  line-height: 26px;
  color: #858ab4;
  font-size: 12px;
}
.pills-3 .form-link:hover{
  cursor: pointer;
}
.pills-3 .form-link div{
  border-radius: 25px;
  background-color: #bbc0e4;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-right: 3px;
  text-align: center;
  display: inline-block;
}
.pills-3 .form-link.active{
  background-color: #b1b8eb;
  border-radius: 30px;
  color: #23263d;
}
.pills-3 .form-link.active div, .pills-3 .show>.form-link div{
  background-color: #969ede;
}
.div-line{
  position: relative;
}
.div-line:after{
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  background: #caceed;
  width: 20px;
  left:-20px;
  top: 50%;
}


.form-loading {
    border: 3px solid #fff;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    margin: 0 auto;
    top: 50%;
    width: 30px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 99999
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

#alert{
  display: none;
}
.custom-control-label:hover{
  cursor: pointer !important;
}

.pop-hide{
  position: absolute;
  left: 0;
  right: -20px;
  top: 50px;
  font-size: 12px;
  background: rgb(34, 86, 140);
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
  display: none;
}
.pop-hide:after,
.pop-hide:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pop-hide:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgb(34, 86, 140);
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}

.pop-hide:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: rgb(34, 86, 140);
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#free15menit:hover > .pop-hide{
  display: block;
}

/* Back to top button */

.floating-button {
  position: fixed;
  background: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  right: 25px;
  left: auto !important;
  bottom: 20px;
  font-weight:400;
  z-index: 99;
  -webkit-box-shadow: 3px 4px 10px -4px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 4px 10px -4px rgba(0,0,0,0.6);
  box-shadow: 3px 4px 10px -4px rgba(0,0,0,0.6);
}

.floating-button i {
  padding-top:14px;
  padding-left:2px;
  color: #fff;
}
@media (max-width: 768px) {
  .floating-button{
    right: 15px !important;
    left: auto !important;
    bottom: 20px;
  }
}
