﻿#avsingle-app
{
    background:#fff;  color: #333;
font-family: 'Open Sans';
    font-size: 16px;
    }
#avsingle-app h1, #avsingle-app h2, #avsingle-app h3, #avsingle-app h4, #avsingle-app h5, #avsingle-app h6 {
    font-family: 'Open Sans';
    color: #6769fa;
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 10px;
    margin: 7px 0 10px;
}
#avsingle-app p {
    margin: 0 0 20px;
     text-align:inherit;
}
.clear {
    clear: both;
}
img{ max-width:100%;}
.no-padding{ padding:0;}
a{color:#6769fa;}
a:hover{ color:#004cb6; text-decoration:none; transition:all 0.5s ease-in-out 0s;}
.position-rel{position:relative;}

.avapp-banner {
    background: url(https://www.astroved.com/wp-content/uploads/2019/06/app-bg2.jpg) no-repeat center bottom;
    background-size: auto;
    width: 100%;
    background-size: cover; height:641px;
}
.banner-content {
    padding: 50px 25px 10px 1px;
}
.banner-content { font-size:1.2em;}
#avsingle-app .banner-content h1 {
    font-size: 2.5em;
    font-weight: 500;
}
.banner-content 
.banner-content h1 {
    font-size: 2.3em;
    font-weight: 500;
}
.banner-btn {
    clear: both;
    margin: 40px auto 10px;
}
.banner-btn a {
    display: inline-block;
    padding: 10px 26px;
    margin: 10px 20px 10px 0;
    border: 2px solid #6769fa;
    border-radius: 30px;
    font-weight: 600;
}
.banner-btn a.down-btn {
    background: #6769fa;
    color: #fff;
}
.banner-btn a.down-btn:hover {
    background: #fff;
    color: #6769fa;
}
.banner-btn a.default-btn:hover {
    background: #6769fa;
    color: #fff;
}
.sec-padding {
    padding: 5em 0;
}
.header-txt {
    text-align: center;
}
.appsection-2 {
    background: #f4f8ff;
}

.tittle-bg {
    text-align: center;
      padding-bottom: 50px;
}
#avsingle-app .tittle-bg h2 {
    font-weight:600;
    font-size: 2.1em;
    position: relative;
}
#avsingle-app .tittle-bg:after {
    position: absolute;
    content: "";
    background: #6769fa;
    width: 120px;
    left: calc(50% - 60px);
    height: 2px;
    bottom: 55px;
}

#avsingle-app .tittle-bg:after {
    /* bottom: 15px; */
}

.app-screen-sec .tittle-bg.grad-txt {
    padding-bottom: 10px;
}

#avsingle-app .app-screen-sec .tittle-bg::after {
    bottom: 15px;
}
.feature-cont-left {
    float: left;
    width: 33%;
    padding: 0 25px 0 0;
}
.feature-img {
    float: left;
    width: 34%;
    padding: 0 20px;
}
.feature-cont-right {
    float: left;
    width: 33%;
    padding: 0 0 0 25px;
}
.feature-cont-left ul, .feature-cont-right ul {
    margin: 0;
    padding: 70px 0 0;
    list-style: none;
}
.feature-cont-left li, .feature-cont-right li {
    clear: both;
    padding: 10px 0 20px 0;
    width: 100%;
    text-align: right;
    float: left;
    line-height: 1.7;
}
 .feature-cont-right li{ text-align:left;}
.feature-cont-left li img {
    margin: 5px 10px 0 0;
    width: 30px;
    vertical-align: middle;
    float: right;
}
.feature-cont-right li img {
    margin: 5px 10px 0 0;
    width: 30px;
    vertical-align: middle;
    float: left;
}
.feature-cont-left li span {
    float: left;
    width: 80%;
}
.feature-cont-right li span {
    float: right;
    width: 80%;
}
.downbtn-img-wrap {
    clear: both;
    margin: 50px auto 0;
    text-align: center;
    float: left;
    width: 100%;
}
.downbtn-img-wrap a{ margin:0 20px;}
.downbtn-img-wrap img {
    width: 180px;
}
.video-box 
{
    background: #D9378B url(https://www.astroved.com/wp-content/uploads/2019/06/video-bg1.jpg) center center no-repeat fixed;
    background-size: cover !important;
    position: relative;
    padding: 126px 0;
}
.video-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 29, 131, 0.67);
}
.embed-responsive{ margin:0 auto;}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.video-box a.video-btn i {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 84px;
    color: #fff;
    font-size: 20px;
    line-height: 84px;
    border-radius: 50%;
    background: #004cb6;
}
.video-box a.video-btn {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
    line-height: 109px;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse {
 25% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 75% {
  -webkit-transform:scale(0.9);
  transform:scale(0.9)
 }
}
@keyframes hvr-pulse {
 25% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 75% {
  -webkit-transform:scale(0.9);
  transform:scale(0.9)
 }
}
.hvr-pulse {
 display:inline-block;
 vertical-align:middle;
 -webkit-transform:perspective(1px) translateZ(0);
 transform:perspective(1px) translateZ(0);
 box-shadow:0 0 1px transparent
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
 -webkit-animation-name:hvr-pulse;
 animation-name:hvr-pulse;
 -webkit-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite
}
#avsingle-app .video-box h3 {
    font-size: 2.1em;
    color: #fff;
    z-index: 99;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
}
 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
 .app-screen-sec .container {
    width: 90%;
    max-width: 1600px;
}
    .screen-mobile-image {
    background-image: url(../images/app/iphone-moc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 645px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    z-index: 2;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}
div.swiper-container{ padding-top:52px;}
.appsection-3 {
    background:#3c94f9 url(../images/app/ios-bg.png) no-repeat left bottom;
    padding:0;
    overflow:hidden; position:relative;
}
.appsection-3::before {
    background:url(../images/app/and-bg.png) no-repeat right bottom;
    overflow: hidden;
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    top: 0;
    background-size: contain;
}
.consult-page-skew{ position:relative; height:100%;}

.consult-page-skew:after {
  overflow: hidden; content:"";
  position: absolute;
  top: 0;
  width: 170%;
  height: 100%;
  background: #6769fa;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.appsize-info {
    padding: 80px 0;
    color: #fff;
    position: relative;
    z-index: 9;
}
#avsingle-app .appsize-txt {
    color: #fff;
    font-weight: 400;
}
.appsize-txt1 {
    line-height: 2.4;
}
.appsize-txt1 span {
    font-weight: 500;
    display: inline-block;
    padding-right: 5px;
}
.qrcode-button {
    clear: both;
    margin: 30px auto;
}
.qr-img {
    width: 120px;
}
.qrcode-button a {
    margin: 0 20px;
}
.consult-page-skew .appsize-info.wow {
    padding-left: 100px;
}
.whatnew-sec
{   background:#f8f9fb url(../images/app/Ai-bg.png) no-repeat right bottom fixed;
    
    }
    .whatnew-img {
    padding: 1px 35px 0;
}
.whatnew-con {
    text-align: center;
}
.grad-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
.grad-txt h2{
 
  background: linear-gradient(to right, #6769fa 0%, #29a8a9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
}
.abs-ico {
    position: absolute;
    bottom: 50px;
    background: #323d83;
    height: 2px;
    left: calc(50% - 70px);
    width: 140px;
}
.tittle-bg.grad-txt .abs-ico::before {
    content: "";
    width: 30px;
    background: #f8f9fb;
    height: 20px;
    bottom: -8px;
    position: absolute;
    left: calc(50% - 15px);
}
.tittle-bg.grad-txt .abs-ico::after {
    position: absolute;
    left: 50%;
    content: "\f130";
    font-family: FontAwesome;
    color: #23c7d5;
    font-size: 2em;
    bottom: -32px;
    margin-left: -10px;
}
.whatnew-con h3, .whatnew-con h4 {
    font-size: 1.5em;
    padding-bottom: 10px;
}
.whatnew-con1 h5 {
    font-size: 1.5em;
}
.whatnew-con1 ul {
    list-style: none;
}
.whatnew-con1 li {
    padding-bottom: 10px;
}
.whatnew-con1 ul i {
    margin-right: 7px;
    color: #3c76d7;
}
.black {
    color: #000;
}
.whatnew-feedback {

    background:#ecf1fb url(../images/app/feedback-img.jpg) no-repeat left top ;
    float: left;
    width: 100%;
    clear: both;

}
#avsingle-app .feedback-cont h3{ font-weight:500;}
.feedback-cont {

    padding: 4em 3em 4em;
    background: #ecf1fb;

}
.feedback-form {

    list-style: none;
    padding: 0;

}
.feedback-form li {

    padding-bottom: 20px;

}
.feedback-form li input[type="text"]{ width:80%;}
.feedback-form li input[type="email"]{ width:80%;    padding: 5px 7px;
    border: 1px solid #dedcdc;
    max-width: 100%;
}
textarea {

    border: 1px solid #ddd;
    height: 120px;
    margin:0;
    width: 80%;

}
.feedback-form li .submit-btn {

    background: #6769fa;
    border: 1px solid #6769fa;
    color: #fff;
    padding: 8px 29px;
    font-weight: 500;
    font-size: 1.25em;

}
.feedback-form li .submit-btn:hover {

    background: #fff;
    color: #6769fa;

}
button.btn.btn-default.close_btn {
    position: absolute;
    top: -12px;
    right: -13px;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font-size: 1.2em;
    background: #333;
    color: #fff;
}
.modal-body {
    overflow: inherit;
}
.ios-dw-bun {
    width: 170px;
}
.homenl-pop .modal-content{ float:left;}
@media (min-width:0px) and (max-width:980px) 
{
    #avsingle-app{ font-size:15px;}
    .whatnew-feedback {
    background: #ecf1fb;
}
.feedback-img {
    background: url(../images/app/feedback-img.jpg) no-repeat left top;
    min-height: 250px;
       background-size: 100%;
}

.modal
{top:20%;
    }
    .feedback-cont{ padding:1em 2em 2em;}
}
@media (min-width:768px) and (max-width:980px) 
{
    
    .sec-padding {
    padding: 3em 0;
}
.appsection-3.sec-padding{ padding:0;}
.feature-cont-left ul, .feature-cont-right ul {
    padding-top: 0;
}
.ios-dw-bun img {
    width: 130px;
}
img.qr-img {
    width: 100px;
}
.consult-page-skew .appsize-info.wow {
    padding-left: 60px;
}
.consult-page-skew::after {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.appsection-1.sec-padding ul {
    padding: 0 0 0 20px;
    margin-bottom: 0;
}
.avapp-banner {
    height: auto;
    background-size: cover;
    background-position: left top;
}
}
@media (min-width:0px) and (max-width:767px) 
{
.avapp-banner {
    height: auto;
    background-size: cover;
    background-position: left top;
}
.banner-content {
    padding-top: 30px;
}
.banner-btn {
    margin-top: 10px;
    text-align: center;
}

.sec-padding {
    padding: 4em 0;
}
.tittle-bg {
    padding-bottom: 10px;
}
.feature-cont-left, .feature-img, .feature-cont-right {
    width: 100%;
}
.feature-cont-left ul, .feature-cont-right ul {
    padding-top: 10px;
}
.feature-cont-left li span {
    float: right;
    text-align: left;
}
.feature-cont-left li img {
    float: left;
    margin: 5px 10px 0 20px;
}
.downbtn-img-wrap {
    margin-top: 20px;
}
.downbtn-img-wrap a {
    margin: 20px 10px;
    display: inline-block;
}
.qrcode-button {
    margin: 0 auto;
}
span.ios-dw-bun {
    margin: 15px auto;
}
.appsize-info {
    padding: 30px 0;
}
.appsection-3.sec-padding {
    padding: 0;
}
.consult-page-skew::after {
    background: #6769fa;
    left: -15px;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.consult-page-skew .appsize-info.wow {
    padding-left: 0;
}
.tittle-bg.grad-txt {
    padding-bottom: 50px;
}
.appsection-1.sec-padding {
    padding: 3em 0 1em;
}
.appsection-1.sec-padding {
    padding: 3em 0 1em;
}
.feedback-form li input[type="email"], .feedback-form li input[type="text"], .feedback-form textarea{ width: 95%; }
.appsection-1.sec-padding ul {
    padding: 0 0 0 20px;
    margin-bottom: 0;
}
.appsection-2.sec-padding {
    padding: 3em 0;
}
}
div.wpcf7-mail-sent-ok {
    text-align: center;
    border-radius: 3px;
    background: #e8f9e7;
}

   #avsingle-app .banner-content h1{ font-size: 2.4em; font-weight: 600; }
   .avapp-banner{ height: auto; padding-bottom: 25px; background-image: url(https://www.astroved.com/wp-content/uploads/2021/09/av-appbg-4-min.jpg);

background-position: top left; }

#avsingle-app .avapp-banner h2 {
  font-size: 1.7em;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
}
.left-feature li {
  list-style: none;
  position: relative;
  padding: 0 0 40px;
}
.left-feature li img {
    position: absolute;
    left: 0;
    top: 2px;
    background:linear-gradient(to right, #6769fa 0%, #29a8a9 100%);
    border-radius: 50%;
}
#avsingle-app .left-feature h3 {
    padding: 0 0 8px 65px;
    font-size: 1.3em;
    font-weight: 600;
    color: #6769fa;
    margin: 0;
    line-height: 1.3;
      display: block;
}
#avsingle-app .left-feature h4 {
    font-size: 1.1em;
    padding: 0 0 0 65px;
    color: #444;
    margin: 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
}
.left-feature {
  padding: 0 35px 0 0;
}
.left-feature.leftright-feature {
  padding: 0 0 0 35px;
}
#avsingle-app .video-box h3{z-index: 9;}
.app-heder-img {
    padding: 40px 20px;
}
.more-feature-link {
    text-align: center;
    margin: 20px auto 0;
    padding: 20px 0;
    font-size: 1.3em;
    text-decoration: underline;
}

.more-features {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 0;
    display: none;
}

a.close1.custom-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #ddd;
    width: 30px;
    text-align: center;
    color: #000;
}

.more-features .left-feature li img {
    background: transparent;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    background: #fff;
    padding: 10px;
}
@media only screen and (max-width:991px) {
.left-feature.leftright-feature, .left-feature{ padding: 0 }
}
@media only screen and (max-width:991px) {
img.app-heder-img {
    display: none;
}
}
@media (min-width:415px) and (max-width:767px) 
{
.screen-mobile-image {
    display: none;
}
}
@media (min-width:769px) and (max-width:1365px) 
{
.screen-mobile-image {
    display: none;
}
}
#at-image-sharing-tool {
    overflow: hidden;
}
