/*
	Theme Name: CIECS RUTAS
	Theme URI: https://vikrapp.com
	Author: Virk App
	Author URI: https://vikrapp.com
	Description:
	Version: 1.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: ciecs
	Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/
:root{
  --primary-color : #1A446B;
  --accent-color : #FF6666;
  --cian-color : #00B3CC;
  --gray : #C2C2C2;
  --gray2 : #777777;
  --purple : #A56CAD;
  --gray3 : #667F96;
  --gray4 : #0C1219;
  --gray5 : #F3F3F3;
}

body{
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
}

h1,h2,h3,h4,h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1a446b;
  position: relative;
}

.text-decoration-none, .text-decoration-none *{
  text-decoration: none !important;
}
h6{
  color:  #1a446b;
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 28px;
}
h5{
  font-size: 21px;
}
p{
  font-size: 16px;
  font-weight: 500;
  color: #1a446b;
  line-height: 28px;
}

b.blue{
  color: #1a446b;
}

h1.title,h2.title,h3.title{
  margin-bottom: 30px;
  font-size: 18px;
}
h1.title:after,h2.title:after,h3.title:after{
  position: absolute;
  content: '';
  width: 100%;
  bottom: -5px;
  height: 4px;
  left: 0px;
  right: 0px;
  background-color: #667F96;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.text-center{
  text-align: center;
}
header{
  -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
          box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
  background-color: white;
}
header .navbar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .navbar .logo{
  max-width : 250px;
}
header .navbar-wrapper{
  margin-left: auto;
}
ul.nav{
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin:0px;
  padding: 0px;
}
ul.nav li{
  padding-left: 5px;
  padding-right: 5px;
  max-width:130px;
  margin:0px 15px;
  text-align: center;
  position: relative;
}

ul.nav > li{
  padding-bottom:10px;
}
ul.nav li:last-child{
  padding-right: 0px;
}
ul.nav li:first-child{
  padding-left: 0px;
}
ul.nav li a{
  color: #1A446B;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
ul.nav li.active a, ul.nav li.current-menu-item a, ul.nav li:hover > a, .current-menu-ancestor > a{
  color: var(--cian-color) !important;
}

ul.nav .sub-menu{
  /*display: none;*/
  -webkit-box-shadow: 0px 3px 6px #1A446B26;
          box-shadow: 0px 3px 6px #1A446B26;
  border: 1px solid #CCCCCC;
  padding:15px 0px;
  list-style: none;
  min-width:200px;
  display: none;
  position: absolute;
  z-index:99;
  background:white;
  left:calc(-50%);
  border-radius: 15px;
  margin-top:10px;
}

ul.nav .sub-menu:after{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top:-10px;
  left:50px;
  border-width: 0 10px 10px;
  border-bottom-color: #FFF;
}

ul.nav .sub-menu:before{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top:-12px;
  left:48px;
  border-width: 0 12px 12px;
  border-bottom-color: #ccc;
}

ul.nav li:hover .sub-menu{
  display: block;
}

ul.nav .sub-menu li{
  max-width: 100%;
  text-align: left;
  padding:0px !important;
  margin:15px 10px;
}

ul.nav .sub-menu li a{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1A446B;
}

footer{
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a446b;
}

footer h3{
  color: white;
  text-transform: uppercase;
}
footer p{
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.load-more{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  color : var(--cian-color);
  margin-top: 15px;
  margin-bottom: 15px;
}
.load-more:hover{
  text-decoration: none;
}
.load-more i{
  margin-left: 5px;
}
.suscriber h1{
  font-size: 36px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.suscriber h2{
  margin-top: 0px;
  font-size: 21px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.contact-us a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-us a:hover{
  text-decoration: underline;
}
.nav-footer{
  margin-top: 30px;
}
.nav-footer ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}
.nav-footer ul li{
  margin-right: 30px;
}
.nav-footer ul li a{
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.nav-footer ul li a:hover{
  color: #00B3CC;
}
.nav-footer .social{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.nav-footer .social a i{
    color: #fff;
    margin-right: 10px;
}
.text-center{
  text-align: center;
}
.mt-tb{
  padding-top: 35px;
  padding-bottom: 35px;
}
.bg-gray{
  background-color: #E9E9E9;
}

.bg-none{
  background : none !important;
  color : #1a446b !important;
}

.color-gray{
  color : var(--gray3) !important;
  text-decoration: none !important;
}
.text-single-gray *,.text-single-event *{
  color : var(--gray3) !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 25px;
}
.text-single-gray h2,.text-single-event h2{
  color: #1A446B !important;
}
.text-single-gray a,.text-single-event a{
  color: #00B3CC !important;
}
.text-single-gray a:hover,.text-single-event a:hover{
  text-decoration: underline !important;
}
.text-single-event strong{
  color: #1A446B !important;
}
.aliados-img{
  height: 100px;
}
.gray{
  color: #0C1219;
}
h2.gray{
  margin: 0px;
}
.white{
  color: #fff;
}
.row-aliados{
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.row-aliados h2, .row-aliados h2 b{
  font-weight: 600 !important;
}

.bg-green{
  background-color: #C9DA2A;
}
.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-none{
  margin: 0px;
}
.align-items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-download{
  width: 148px;
  position: absolute;
  height: 200px;
  right: 0px;
  top:-56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.forms-hide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
label{
  font-size: 13px;
  color: #0C1219;
  padding-left: 20px;
  margin-top: 10px;
}
.forms-hide input, .forms-hide select{
  background-color: #EDEDED;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  height: 42px;
  padding-left: 20px;
  font-size: 13px;
  color: #777777;
}
.forms-hide textarea{
  background-color: #EDEDED;
  border-radius: 15px;
  border: 1px solid #C2C2C2;
  height: 122px;
  padding-left: 20px;
  font-size: 13px;
  color: #777777;
  padding-top: 15px;
}
.modal-header{
  border-bottom: none;
}
.modal-footer{
  border-top: none;
}
.modal-content{
  border-radius: 15px;
  width: 536px;
  margin-top: 60px;
  border:0px !important;
}
.form-check-input, #filters input[type="checkbox"]{
  margin-top: 0px;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#filters label{
  padding-left:10px;
  font-size: 16px;
  color: #777777;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coral-text p{
    font-size: 16px;
    color: #ff0000ad;
    font-weight: bold;
}
.comment-respond p{
    display: flex;
    flex-direction: column;
}
.comment-respond p label{
    padding-left: 0px;
}
/*forms*/
form .form-group label, .acf-field label{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #0C1219;
  padding-left: 15px;
  font-weight: 500;
  text-align: left;
}

form .form-group select , form .form-group input[type="phone"], form .form-group input[type="text"],form .form-group input[type="email"],form .form-group input[type="password"], .acf-field select , .acf-field input[type="phone"],  .acf-field input[type="text"], .acf-field input[type="email"], .acf-field input[type="password"]{
  border:1px solid #C2C2C2;
  border-radius: 5px;
  background-color: rgba(194,194,194,0.3);
}
label.form-check-label{
  margin-top: 0px;
}
label.form-check-label a{
  color: #00B3CC !important;
  cursor: pointer;
  text-decoration: underline !important;
}

.purple{
  background:var(--purple);
}
.bg-yellow{
  background-color: #FFC10E;
}

.cian{
  background-color: var(--cian-color);
}

.text-cian{
  color:var(--cian-color) !important;
  font-size:14px;
  font-weight: 400;
}

/*btns custom*/
.btn.btn-cian, .acf-form-submit input{
  background-color: #00B3CC;
  border-color: #00B3CC;
  color: white;
  width: 100%;
}

.btn.disabled, .btn:disabled {
    opacity: 0.35;
}

.acf-form-submit{
  text-align: center;
  padding: 15px 12px;
}

.acf-form-submit input{
  display: inline-block;
  /*max-width:500px;*/
  margin:15px auto;
  border-radius: 10px;
  font-size:13px;
  font-weight: 600;
  min-height: 42px;
}
.acf-actions a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-login{
  width: 108px !important;
  height: 31px !important;
}
ul.list{
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
ul.list li {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 3px;
}
ul.list li  h3{
  font-size: 18px;
}

ul.list li.active , ul.list li:hover{
  background-color: var(--accent-color);
  cursor: pointer;
}

ul.list li.active  h3 , ul.list li:hover h3 {
  color: white !important;
}
ul.list li .image{
  background-color: white;
}
ul.list li div.item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.image{
  overflow: hidden;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 70px;
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  min-width: 70px;
  margin-right: 15px;
}
.image.big{
  width: 124px;
  height: 124px;
  border-radius: 124px;
  margin: 0px auto;
}

.image.small{
  width:30px;
  height:30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 30px;
  margin-left:15px;
}

.image .image-circle{
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.imager{
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
  min-width: 30px !important;
}
.image .image-circler{
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image.big .image-circle{
  width: 110px;
  height: 110px;
}

.image.small .image-circle{
  width:24px;
  height:24px;
}

.invoice{
  border:1px solid #C2C2C2;
  padding: 15px;
  border-radius: 5px;
}
.box-panel{
  padding: 15px;
  background-color: white;
  margin-bottom: 30px;
}
.el-center{
  margin: 0px auto;
}

.card-credit-card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.card-credit-card button{
  min-width: 100px;
}

.cursor_link{
  cursor: pointer;
  text-decoration: underline !important;
  color: #667F96 !important;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
  display: block;
}

.prices-list{
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  max-width: 400px;
  margin: 0px auto;
  width: 100%;
}
.prices-list li{
  padding: 5px;
  width: 33.33%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prices-list li button{
  border-radius: 5px;
  background-color: #00B3CC;
  border:0px;
  color: white;
  width: 100%;
  max-width: 154px;
  height: 66px;
  font-weight: 500;
  font-size: 28px;
  cursor: pointer;
}

.prices-list li button.active{
  background-color: #1a446b;
}

.prices-list li input{
  width: 100%;
  max-width: 154px;
  height: 66px;
  border-radius: 5px;
  border:1px solid #C2C2C2;
  border-radius: 5px;
  background-color: rgba(194,194,194,0.3);
  padding-left: 5px;
  font-weight: 500;
  font-size: 13px;
}
.beneficio{
  height: 435px;
}
.nav-logoscrooll{
  display: none !important;
}
.h-scrooll-s{
  height: 90px !important;
}
.h-scrooll{
  height: 90px !important;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out ;
  transition: all 1s ease-in-out ;
}
.h-scrooll .navL{
  height: 90px !important;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out ;
  transition: all 1s ease-in-out ;
}
.h-scrooll img{
  height: 65px;
  width: auto !important;
}
.h-scrooll hr{
  display: none !important;
}
.stick-cont{
  z-index: 2;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  background-color: white;
  top: 0px;
}
.stickmenu{
  background-color: white;
  padding-bottom: 20px;
}

.modal-open .stickmenu{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
  z-index: 2000 !important;
}

.modal-open .modal-content{
  margin-top:180px;
}

.stickmenu .logo{
  max-width: 250px;
}
.gray-line{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
}

.card-comming{
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.span-alert{
  color: #00b3cc;
  font-size: 13px;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px !important;
  font-weight: 500;
}
.check-b{
  font-size: 14px;
  color: #00b3cc;
  margin-left: auto;
}
.itemcardr{
  border: 1px solid #C2C2C2;
  background-color: transparent;
  border-radius: 6px;

}
.itemcardr:hover{
  background-color: #75cddd !important;
}
.itemcardr:hover .check-b{
  color: #ffffff;
}
ul.list li.active i{
  color: #ffffff;
}
ul.list li.active{
  background-color: #75cddd !important;
}
.itemcardr h3, .itemcardr:hover h3{
  color: #1a446b !important;
}
.registerlist{
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .prices-list li{
    width: 50%;
  }
}

.card-table-price{
  border:1px solid #E9E9F0 !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.card-table-price .card-body{
  padding: 0px !important;
}

.card-table-price.active .card-price-header{
  background-color : #1A446B;
}
.card-table-price.active .card-price-header h5, .card-table-price.active  .card-price-header h6, .card-table-price.active .card-price-header p{
  color: white !important;
}
.card-table-price .card-price{
  font-size: 49px;
  color: #0C1219;
}
.card-table-price p.card-small{
  font-size: 12px;
  color:#0C1219 ;
  margin: 0px;
  line-height: 16px;
}

.card-price-header{
  padding: 15px;
  border-bottom: 1px solid #E9E9F0;
  min-height: 162px;
}

.card-table-price .btn{
  border:2px solid #00B3CC;
  color : #00B3CC;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 230px;
  font-size: 12px;
}

.card-table-price.active .btn{
  background-color: #00B3CC;
  color : white;
}

.badge-email{
  border:1px solid #686868;
  color : #0C1219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.badge-email span{
  font-size: 11px;
}
.badge-email i{
  font-size: 15px;
  cursor: pointer;
  margin-left: 10px;
}

.modal-experience .form-group label{
  color: #0C1219;
  font-weight: 500;
}

.bg-directorio{
  min-height:450px;
  background:url("images/bg-directorio.png") no-repeat center center / cover;
}

.with-shadow{
  -webkit-box-shadow: 0px 3px 6px #1A446B26;
          box-shadow: 0px 3px 6px #1A446B26;
}

ol.carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin:0px 10px;
}
ol.carousel-indicators{
  z-index: 0;
}

.sticky-top{
  z-index: 16 !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.more-options{
  cursor: pointer;
}

div.ocultar-opciones{
  display: none;
}

div.ocultar-opciones.active{
  display: block;
}

.wp-pagenavi {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nextpostslink{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
}

.wp-pagenavi * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 46px;
}

.banner-go-pro{
  position: relative;
  width: auto;
  height: auto;
  margin: 0px auto;
  margin-bottom: 15px;
  display: table;
}


.banner-go-pro .banner-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-go-pro img{
  width: 100%;
}
.banner-go-pro .banner-content h2, .banner-go-pro .banner-content p{
  color: white;
  text-align: center;
}
.banner-go-pro .banner-content h2{
  font-size: 16px;
  font-weight: 700;
}

.banner-go-pro .banner-content p{
  font-size: 14px;
  font-weight: 400;
}

.banner-unlock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
}

.unlock-alert{
  background-color: #CF9DD6;
  max-width: 90%;
  width: 90%;
  height: 90px;
  border-radius: 5px;
  border:1px solid #5C1965;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.unlock-alert .icon{
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unlock-alert .icon i{
  color : #5C1965;
  font-size: 30px;
}
.unlock-alert .description{
  width: 100%;
}

.unlock-alert h4, .unlock-alert p{
  color : #5C1965;
  margin: 0px;
  padding: 0px;
}
.unlock-alert .description h4{
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .banner-go-pro .banner-content h2{
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 14px !important;
  }
  .banner-go-pro .banner-content p{
    margin: 0px;
    padding: 0px;
    font-size: 12px !important;
  }
  .banner-go-pro a.btn,  .banner-go-pro button.btn{
    width: 150px;
    height: 40px;
    font-size: 12px;
  }

  .unlock-alert .description h4{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
  }
  .unlock-alert .description p{
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 12px;
  }
  ol.carousel-indicators{
    z-index: 0;
  }
  .img-download{
    z-index: 0;
  }
  .footer-xs{
    margin-bottom: 80px;
  }
}


p.acf-spinner {
  width: 100% !important;
  padding-top: 50px !important;
}
.hidden{
  display: none !important;
}

.helprequired{
  color : #FF6666 !important;
}
.box-panel h6{
  color : #667F96;
  font-size: 16px;
  font-weight: 500;
}
.box-panel p{
  color:  #777777;
  font-size: 13px;
  font-weight: 400;
}
.check_box_child{
  margin-left: 20px;
}
