

/*=============================
       Click TO Call CSS        
===============================*/
.ht-cta-box {
  position: fixed;
  bottom: 90px;
  padding: 0 30px;
  z-index: 9999;
}

.ht-cta-box.ht-cta-box--right{
  right: 0px;
  left: auto;
}

.ht-cta-box.ht-cta-box--left{
  right: auto;
  left: 35px;
}

.ht-cta-box--button-left .ht-cta-button {
  right: 0px;
  left: 10px;
}

.ht-cta-box--button-center .ht-cta-button {
  right: 0px;
  left: 0px;
}

.ht-cta-box--button-right .ht-cta-button {
  right: 20px;
}

.ht-cta-box--button-right .ht-cta-button {
  right: 20px;
}

.ht-cta-box--content-left .ht-cta-content-box {
  right: auto;
  left: 20px;
}

.ht-cta-box--content-right .ht-cta-content-box {
  right: 20px;
  left: auto;
}

.ht-cta-content-box {
  min-width: 370px;
  padding: 35px 20px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  bottom: 0;
  background: #F8F8FE;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
  z-index: 999;
}

.ht-cta-box.ht-cta-box--right .ht-cta-content-box{
  margin-left: auto;
  right: 50px;
  left: auto;
}

.ht-cta-box.ht-cta-box--left .ht-cta-content-box{
  margin-right: auto;
  right: auto;
  left: 10px;
}

.ht-cta-content-box::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.ht-cta-content-box.top{
  top: 0px;
  bottom: unset;
  margin-top: 42px;
  margin-bottom: 0px;
}

.ht-cta-content-box.active {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ht-cta-content-box.top.active{
  bottom: unset;
  top: 0px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.ht-cta-content-box .title {
  color: #7B7B7B;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin:0px 0px 10px 0px;
  font-size: 28px;
}
.ht-cta-content-box img{
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.ht-cta-content-box a{
  text-decoration: none;
}
.ht-cta-content-box a.ht-simple-call{
  background: #FFFFFF;
  border-radius: 35px;
  font-family: "Titillium Web", sans-serif;
  padding: 6px 25px;
  color: #1A338E;
  font-size: 28px;
}

.ht-cta-content-box .select-country {
  background: #fff;
  border-radius: 35px;
  padding: 7px 25px 7px 10px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.ht-cta-content-box .select-country a {
  margin:0px 0px 0px 5px;
  color: #1A338E;
  font-size: 20px;
}

.ht-cta-content-box .select-country .cuntry-code {
  margin-left: 8px;
  color: #1A338E;
}

.ht-cta-content-box .select-country .select-item {
  border: none;
  font-size: 16px;
  background: #202A60;
  color: #fff;
}

.ht-cta-content-box .author-image {
  margin-bottom: 10px;
}
.ht-cta-content-box .author-image img{
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.ht-cta-content-box .flag-image img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: middle;
}

.ht-cta-content-box .name {
  color: #333;
  font-weight: 700;
  margin-top: 5px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 5px;
  font-size: 28px;
}

.ht-cta-content-box p {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.ht-cta-content-box .ht-cta-message {
  font-size: 15px;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0px 0px 16px 0px;
  color: #000;
}

.ht-cta-button {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 20px;
  bottom: 20px;
}

.ht-cta-button .button-box {
  width: 100%;
  background: #0A3ACA;
  height: 60px;
  padding: 0 12px;
  min-width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
}

.ht-cta-button .button-box .ht-button-text {
  color: #ffffff;
  font-weight: 600;
  margin-left: 10px;
}

.ht-cta-button img{
  display: inline-block;
  vertical-align: middle;
}

.ht-cta-button .images-one {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ht-cta-button .images-one img {
  width: 28px;
}

.ht-cta-button .images-two {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ht-cta-button .open .images-one {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ht-cta-button .open .images-two {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ht-cta-content-box--02 {
  background: #004DFD;
  padding: 35px 20px;
  max-width: 370px;
  border-radius: 5px;
  text-align: center;
}

.ht-cta-content-box--02 .select-country {
  background: #0141D4;
  border-radius: 35px;
  font-size: 16px;
  display: inline-block;
}

.ht-cta-content-box--02 a.ht-simple-call{
  background: #0141D4;
  color: #fff;
}

.ht-cta-button--02 .button-box {
    background: #5CD99D;
}

.ht-cta-content-box--01 {
  background: #F8F8FE;
  padding: 35px 20px;
  max-width: 370px;
  border-radius: 5px;
  text-align: center;
}

.ht-cta-button--01 .button-box {
    background: #2B9E52;
}

.ht-cta-content-box--03 {
  background: #131B46;
  padding: 35px 20px;
  max-width: 370px;
  border-radius: 5px;
  text-align: center;
}

.ht-cta-button--03 .button-box {
  background: #825FFE;
}
.ht-cta-content-box--03 .select-country,.ht-cta-content-box--04 .select-country {
  background: #202A60;
  border-radius: 35px;
  font-size: 16px;
  display: inline-block;
}

.ht-cta-content-box--03 .select-country a,.ht-cta-content-box--04 .select-country a,.ht-cta-content-box--02 .select-country a{
  margin: 0px 0px 0px 5px;
  color: #fff;
  font-size: 20px;
}

.ht-cta-button--04 .button-box {
    background: #825FFE;
}

.ht-cta-content-box--03 .title,.ht-cta-content-box--02 .title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.ht-cta-content-box--03 a.ht-simple-call{
  background: #202A60;
  color: #fff;
}
.ht-cta-content-box--03 .ht-cta-message,.ht-cta-content-box--02 .ht-cta-message{
  color: #fff;
}
.ht-cta-content-box--03 p,.ht-cta-content-box--02 p{
  color: #fff;
}

.ht-cta-content-box--03 .name,.ht-cta-content-box--02 .name{
  color: #fff;
}

.ht-cta-content-box.ht-cta-content-box--04 a.ht-simple-call{
  background: #131B46;
  color: #fff;
}

.ht-cta-content-box--05 {
  background: #E1F2FB;
  padding: 35px 20px;
  max-width: 370px;
  border-radius: 5px;
  text-align: center;
}

.ht-cta-content-box--05 .select-country a{
  background: #FFFFFF;
  border-radius: 35px;
  color: #1A338E;
  font-size: 22px;
  font-weight: 600;
}
.ht-cta-content-box--06{
  background: #fff;
}
.ht-cta-button--05 .button-box {
    background: #4285F4;
}

.ht-cta-content-box--06 .select-country a{
  color: #34A853; 
}
.ht-cta-button--06 .button-box {
    background: #4285F4;
}
.ht-cta-content-box--06 .select-country{
  background: #E1F2FB;
}
.ht-cta-content-box--06 .name {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}
.ht-cta-content-box--06 p {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.ht-cta-content-box.ht-cta-content-box--06 a.ht-simple-call{
  background: #E1F2FB;
  color: #34A853;
}
/*=====  End of Header  ======*/