.container-fluid .icon-selection-wrapper .row-fluid .page-center {
  float: none !important;
  max-width: 1300px;
  margin: 0 auto;
}

.inner-selection-wrap {
  padding: 20px 0;  
}

.inner-selection-wrap li .icon-img img {
  width: auto;
  height: auto;
}

.inner-selection-wrap > ul {  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}


.inner-selection-wrap > ul > li {
  margin-bottom: 0;
  width: calc(calc(100% / 5) - 24px);
}

.inner-selection-wrap > ul > li:not(:last-child) {
  margin-right: 15px;
}

.inner-selection-wrap > ul > li a {
  display: block;
  min-height: 140px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 2px;
  border: 1px solid #e5e8ed;
  padding: 27px 10px 26px;
  position: relative;
  background-color: #fafafa;
  color: #192225;
  font-weight: 400;
  cursor: pointer;
}

.inner-selection-wrap > ul > li.current a {
  background-color: #fff;
  color: #192225;
  -webkit-box-shadow: 0 5px 10px 0 rgba(3,27,78,.08);
  box-shadow: 0 5px 10px 0 rgba(3,27,78,.08);
}

.inner-selection-wrap > ul > li a:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  width: auto;
  border-top: solid #FFF;
  border-left: solid transparent;
  border-right: solid transparent;
  border-width: 20px;
  -webkit-filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
  filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  border-top-color: #f7f7f7;
}

.inner-selection-wrap > ul > li.current a:before {
  opacity: 1;
  visibility: visible;
  border-top-color: #fff;
}

.content-area-box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.06);
  padding: 50px 80px;
  display: none;
}

.content-area-box.current {
  display: block;
}

.content-area-box.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


.content-area-box .image {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

.content-area-box .main-text {
  padding-left: 15px;
  padding-right: 15px;
}

.content-area-box .main-text h4 {
  color: #0c5adb;
  margin: 0 0 20px;
}

.content-area-box .main-text .content-text p a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  padding: 0 51px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: normal;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 10px 10px 0 #f1f1f1;
  background-color: #0c5adb;
  color: #fff;
  text-decoration: none;
}

.content-area-box .main-text .content-text p a:hover {  
  background-color: #00138e;
  color: #fff;
}

.primary-btn {
  line-height: 48px;
  padding: 0 45px;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(to right, #acbff3 0%, #83a0ee 51%, #5980e8 100%);
  background: -moz-linear-gradient(to right, #acbff3 0%, #83a0ee 51%, #5980e8 100%);
  background: -ms-linear-gradient(to right, #acbff3 0%, #83a0ee 51%, #5980e8 100%);
  background: -o-linear-gradient(to right, #acbff3 0%, #83a0ee 51%, #5980e8 100%);
  background: linear-gradient(to right, #acbff3 0%, #83a0ee 51%, #5980e8 100%);
  cursor: pointer;
  background-size: 200% auto;
  background-origin: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.copyright-area .playstore-btns {
    text-align: right;
}

.playstore-btns .primary-btn {
    position: relative;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 38px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.copyright-area .primary-btn {
  background: transparent;
  border-color: #ccc;
  text-decoration: none;
  display: none;
}


.primary-btn span {
  margin-left: 10px;
  font-weight: 500;
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.playstore-btns .primary-btn span {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  color: #6d6d6d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn span {
  margin-left: 10px;
  font-weight: 500;
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.playstore-btns .primary-btn:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 30px 0 rgba(89, 128, 232, 0.3);
}

.playstore-btns .primary-btn h4 {
  padding-left: 45px;
  padding-bottom: 0px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 20px;
}

.playstore-btns .primary-btn p {
  font-size: 12px;
  color: #6d6d6d;
  padding-left: 45px;
  line-height: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.copyright-area .primary-btn:hover p {
  color: #ffffff;
}

.copyright-area .primary-btn:hover span {
  color: #ffffff;
}


@media (max-width: 767px) {
  
  .row-fluid .page-center {
    padding: 0 10px; 
  } 
  
  .inner-selection-wrap > ul > li a:before {
    display: none; 
  }
  
  .inner-selection-wrap > ul > li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  
  .content-area-box {
    padding: 20px 10px;
  }
  
}

@media (max-width: 480px) {
  
  .inner-selection-wrap > ul {
    margin: 0 15px; 
  }
  
  .inner-selection-wrap > ul > li {
    margin-bottom: 0px; 
  }
  
  .inner-selection-wrap > ul > li a {
    min-height: auto;
    padding: 10px;
    border: none;
    font-size: 20px;
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
  }
  
  .inner-selection-wrap li .icon-img {
    float: left;
    margin: 0;
  }
  
  .inner-selection-wrap li .icon-img  img {
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
    filter: grayscale(1);
    width: 35px;
    margin-right: 15px;
  }
  
  .inner-selection-wrap > ul > li.current .icon-img img {
    filter: brightness(0) invert(1);
    -webkit-filter:  brightness(0) invert(1);
  }
  
  .inner-selection-wrap > ul > li.current a {
    background: #0c5adb;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.48);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.48);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.48);
    border-radius: 5px;
  }
}