/*-- Header CSS
  ================================================== --*/
body{background: url('../images/white-bg.jpg') no-repeat;
    background-attachment: fixed;}
.bg-theme{background-color: #4b348f}
.mh65{max-height: 40px;}
@media (min-width:768px){
.mh65{max-height: 65px;}
}
.offwhitebg{
background-color: #f8f9fa;
}

.nav-bg{
background: #4b348f;
background: -moz-linear-gradient(left, #4b348f 0%, #8f3478 100%);
background: -webkit-linear-gradient(left, #4b348f 0%,#8f3478 100%);
background: linear-gradient(to right, #4b348f 0%,#8f3478 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b348f', endColorstr='#8f3478',GradientType=1 );
}

.gardient{
background: #fc926f;
background: -moz-linear-gradient(-45deg, #fc926f 0%, #fc4db4 100%);
background: -webkit-linear-gradient(-45deg, #fc926f 0%,#fc4db4 100%);
background: linear-gradient(135deg, #fc926f 0%,#fc4db4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc926f', endColorstr='#fc4db4',GradientType=1 );
}


@media(min-width: 1366px){
.mywidth{
max-width: 1300px;
}
}
@media(min-width: 1500px){
.mywidth{
max-width: 1470px;
}
}



/*-- Content Middle Part CSS
================================================== --*/

.theme-clr{
color: #4b348f;
}

.banner,.contentsection{
padding: 40px 0;
}
.banner{
background: url('../images/bg1.png') no-repeat;
background-size: cover;
padding-bottom: 140px;
}
.my-badge{
  background: #940370;
  padding: 7px 25px;
  border-radius: 100px;
}







.service-box{
    padding: 30px;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    border-radius: 24px;
    color: #ffffff;
}
.service-box-bg1{
background-image: linear-gradient(to right top, #dc2430, #d40d55, #c01d73, #a1338a, #7b4397);
}
.service-box-bg2{
background-image: linear-gradient(to right top, #051937, #4c275b, #982d61, #d44749, #eb8112);
}
.service-box-bg3{
background-image: linear-gradient(to right top, #ff512f, #fc3f44, #f53056, #eb2667, #dd2476);
}

.service-icon{
  width: 120px;
  height: 120px;
  background: #e1dfe7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
@media(min-width: 768px){
  .head-hr:before,
.head-hr:after{
  content: '';
  width: 50px;
  height: 3px;
  background: #4b348f;
  position: absolute;
  left: -65px;
  top: 50%;
}
.head-hr:after{
  left: inherit;
  right: -65px;
  top: 50%;
}
.head-hr.white:before,.head-hr.white:after{background: #ffffff;}
}

.laptop-bg{
    border: 2px solid #6b6b6b;
    background: #ffffff;
    padding: 20px;
    border-bottom: none;
    width: calc(100% - 100px);
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    position: relative;
}
 .laptop-bg:before{
  content: '';
  background: url('../images/cam.png') no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.clr1{color: #f8b64c;}
.clr2{color: #ffeb00;}
.preheadline{display: inline-block; padding: 10px 30px; background: rgba(0, 0, 0, 0.5);border-radius: 50px;}
.launch-datebox{background: rgba(0, 0, 0, 0.5); padding: 25px; border-radius: 12px;}
.big-text{font-size: 150px; line-height: 100%; font-weight: 700; color: #ffffff;text-align: center;}
.big-text>sup{font-size: 25px;top: -100px;}
.past-launches{background: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 12px; margin: auto;}
.past-launches>img{max-height: 120px;}
.lipoints li{
    list-style: none; 
    background: url('../images/check.png') no-repeat;
    background-position: top left;
    margin-bottom: 15px;
    padding: 3px 0 3px 50px;
  }
.logobox{padding: 25px; border: 2px solid #4b348f; border-radius: 7px; text-align: center;}
.earnings{
  background: #4b348f;
  padding: 7px 20px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  border-radius: 5px;
}
.profile-pic{
  width: 250px;
  height: 250px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}


/* Shape After Heading */
.after-shape {
    background: url(../images/shape1.png) no-repeat;
    width: 80px;
    height: 81px;
}

.state-li li{list-style: none; position: relative; margin-bottom: 20px; padding-left: 30px;}
.state-li li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background: #4b348f;
    border-radius: 4px;   
}

.introbg{
  background: url('../images/bg1.jpg') no-repeat;
  background-size: cover;
  padding: 5% 0;
}

.comparebox{
  background: #eeeeee;
  box-shadow: 0 0 10px 2px #cccccc;
  padding: 30px;
}

.comparebox ul li {
    list-style: none;
    background: url(../images/check.png) no-repeat;
    background-position: top left;
    margin-bottom: 25px;
    padding: 0px 0px 0px 50px;
}
.comparebox ul li.head{
  background: #4b348f;
    background: -moz-linear-gradient(left, #4b348f 0%, #8f3478 100%);
    background: -webkit-linear-gradient(left, #4b348f 0%,#8f3478 100%);
    background: linear-gradient(to right, #4b348f 0%,#8f3478 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b348f', endColorstr='#8f3478',GradientType=1 );
}

.cross-li li {
    list-style: none;
    background: url(../images/error.png) no-repeat;
    background-position: top left;
    margin-bottom: 25px;
    padding: 0px 0px 0px 50px;
}

.icon-height img{
  max-height: 150px;
}

.title-tag{
  background: #4b348f;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  box-shadow: 7px 8px 1px #8f3478;
  white-space: normal;
}

.bonusbox{
  padding: 30px;
  box-shadow: 7px 8px 1px #8f3478;
}
.with-drop li{position: relative;}
.with-drop li:before {
    content: '';
    background: url(../images/right-shadow.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    z-index: 1;
    background-size: contain;
}
.faqbox{
    padding: 25px;
    background: #efefef;
    box-shadow: 7px 7px 0px 1px #cccccc;
}


/* Offer Compare CSS */

.offercompare{background:#ffffff; padding:3% 0;}
.offercompare li{
    background: url(../images/check.png) no-repeat scroll left 4px;
    margin: 0 0;
    padding: 0 0 0 60px;
    list-style: none;
  }
.blacktext{color:#000000;}


.featurebox {
    border: 1px solid #dbdcde;
    border-radius: 4px;
    color: #7c7c7c;
    float: left;
    width: 100%;
    -webkit-border-radius: 4px;
    
}

.feoffer {
    background:url(../images/bg1.jpg) no-repeat center center;
    padding: 11% 2%;
    min-height: 90px;
    overflow: hidden;
    position: relative;
}

.featurepoints {
    background: #fafafa;
    border-bottom: 1px solid #dbdcde;
    padding: 55px 6px;
    float: left;
    width: 100%;
    min-height: 150px;
}


.upsellfeaturebox {
    border: 1px solid #dbdcde;
    border-radius: 4px;
    color: #7c7c7c;
    float: left;
    width: 100%;
    -webkit-border-radius: 4px;
    
}

.upselloffer {
    background: url(../images/bg1.jpg) no-repeat center center;
    padding: 11% 2%;
    min-height: 90px;
}

.upsellfeaturepoints {
    background: #fafafa;
    border-bottom: 1px solid #dbdcde;
    padding: 18px 6px;
    float: left;
    width: 100%;
    min-height: 50px;
}
.ribbon1 {
    background: #ffeb00;
    padding: 10px 50px;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    right: -50px;
    top: 25px;
    width: auto;
    color: #e62117;
    font-weight: 900;
}
img{transition: ease 1s all;}
img:hover{transform: scale(1.2);}
[src*="lapi-base.png"]{transform: unset !important;}

.img-frame{position: relative;z-index: 1; padding: 15px;overflow: hidden;
background: #4b348f;
  background: -moz-linear-gradient(left, #4b348f 0%, #8f3478 100%);
  background: -webkit-linear-gradient(left, #4b348f 0%,#8f3478 100%);
  background: linear-gradient(to right, #4b348f 0%,#8f3478 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b348f', endColorstr='#8f3478',GradientType=1 );
  }
.stepsarea .img-frame img{width: 100%;}
/* .img-frame:after{
  content: '';
  width: 100%;
  height: 100%;
  background: #4b348f;
  background: -moz-linear-gradient(left, #4b348f 0%, #8f3478 100%);
  background: -webkit-linear-gradient(left, #4b348f 0%,#8f3478 100%);
  background: linear-gradient(to right, #4b348f 0%,#8f3478 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b348f', endColorstr='#8f3478',GradientType=1 );
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: -1;
} */

/*Testimonial CSS*/
  .testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial .description{
  background:#efefef;
    position: relative;
    line-height: 26px;
    padding: 30px 20px;
    border: 1px solid #767070;
    border-left: 3px solid #4b348f;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #efefef;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #4b348f;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof{
    /*text-transform: capitalize;*/
    margin: 0 30px;
}
.testimonial .testimonial-prof h4{
    color: #4b348f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 16px;
    color: #212121;
}

/*-- Footer CSS
  ================================================== --*/
.post-footer{background: #292929; padding: 15px 0; border-top: 1px solid #55535c;}





/* Responsive CSS */

@media(max-width: 575px){
  .laptop-bg{
    padding: 12px;
    width: calc(100% - 30px);
}
 .laptop-bg:before{
  top: 1px;
}

}


/* Exit Popup */
@media(min-width:240px) {
  #exitmodal .modal {
    width: 315px;
    height: auto;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #454545;
    border-radius: 0px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
  }

}

@media(min-width:768px) {
  #exitmodal .modal {
    width: 650px;
    height: 500px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #454545;
    border-radius: 0px;
    -webkit-animation: popin .3s;
    animation: popin .3s
  }
}

#exitmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#exitmodal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  cursor: pointer;
  -webkit-animation: fadein .5s;
  animation: fadein .5s
}

#exitmodal .popupbg {
  color: #ffffff;
  background: #035892;
  padding: 8px 0px;
  border: 10px solid #035892 !important;
  border-radius: 15px !important;
  display: block;
}


@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

/* Exit Popup End*/

/* Timer CSS */
#countdown > div > span, 
#countdown1 > div > span, 
#countdown2 > div > span, 
#countdown3 > div > span, 
#countdown4 > div > span, 
#countdown5 > div > span
{
  display: block;
}

#countdown, #countdown1, #countdown2, #countdown3, #countdown4, #countdown5 {
    text-align: center;
}

@media (min-width:240px){
#countdown > div, 
#countdown1 > div,
#countdown2 > div,
#countdown3 > div, 
#countdown4 > div, 
#countdown5 > div
 {
  background: #4b348f;
background: -moz-linear-gradient(left, #4b348f 0%, #8f3478 100%);
background: -webkit-linear-gradient(left, #4b348f 0%,#8f3478 100%);
background: linear-gradient(to right, #4b348f 0%,#8f3478 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b348f', endColorstr='#8f3478',GradientType=1 );

    width: 50px;
    height: 50px;
    margin: 0px 1%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
#countdown > div > span:first-child, 
#countdown1 > div > span:first-child, 
#countdown2 > div > span:first-child, 
#countdown3 > div > span:first-child, 
#countdown4 > div > span:first-child, 
#countdown5 > div > span:first-child
{
  font-size: 22px;
  line-height: 50px;
}
#countdown > div > span:last-child, 
#countdown1 > div > span:last-child, 
#countdown2 > div > span:last-child, 
#countdown3 > div > span:last-child, 
#countdown4 > div > span:last-child, 
#countdown5 > div > span:last-child
{
  font-size: 12px;
  line-height: 20px;
}
}

@media (min-width:768px){
#countdown > div, 
#countdown1 > div,
#countdown2 > div,
#countdown3 > div, 
#countdown4 > div, 
#countdown5 > div {
    width: 100px;
    height: 100px;
}
#countdown > div > span:first-child, 
#countdown1 > div > span:first-child, 
#countdown2 > div > span:first-child, 
#countdown3 > div > span:first-child, 
#countdown4 > div > span:first-child, 
#countdown5 > div > span:first-child
{
  font-size: 50px;
  line-height: 100px;
}
#countdown > div > span:last-child, 
#countdown1 > div > span:last-child, 
#countdown2 > div > span:last-child, 
#countdown3 > div > span:last-child, 
#countdown4 > div > span:last-child, 
#countdown5 > div > span:last-child
{
  font-size: 22px;
  line-height: 40px;
}
}
/* Timer CSS End*/





















