/* fixed social icons*/

.line {
    background-color: #fff;
}

#fixed-social {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 9;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #3a589e;
}

.fixed-facebook span {
    background-color: #3a589e;
}

.fixed-twitter {
    background-color: #429cd6;
}

.fixed-twitter span {
    background-color: #429cd6;
}

.fixed-gplus {
    background-color: #cd2029;
}

.fixed-gplus span {
    background-color: #cd2029;
}

.fixed-linkedin {
    background-color: #0d77b7;
}

.fixed-linkedin span {
    background-color: #0d77b7;
}

.fixed-pintrest {
    background-color: #FF0000;
}

.fixed-pintrest span {
    background-color: #FF0000;
}


/* //end fixed social */

.timeline {
    padding-top: 30px;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #cb172e;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #141618;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}


/*sign up*/

.thank-you {
    border: 1px solid #f2f2f2;
    height: 280px;
    border-radius: 20px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.thank-you-header {
    background: #08c;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.check i {
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
}

.content {
    text-align: center;
}

.content h1 {
    font-size: 25px;
    padding-top: 25px;
}

.content a {
    width: 200px;
    height: 35px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    background: #08c;
    transition: all ease-in-out 0.3s;
}

.content a:hover {
    text-decoration: none;
    background: #000;
}


/*pop up*/

.modal-newsletter {
    color: #999;
    font-size: 15px;
    min-width: 600px;
}

.modal-newsletter .modal-content {
    padding: 40px;
    border-radius: 0;
    border: none;
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.modal-newsletter h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: capitalize;
}

.modal-newsletter .close {
    background: #c0c3c8;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 19px;
    text-align: center;
    padding: 0;
}

.modal-newsletter .close span {
    position: relative;
    top: -1px;
}

.modal-newsletter .close:hover {
    opacity: 0.8;
}

.modal-newsletter .icon-box {
    color: #7265ea;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.modal-newsletter .icon-box i {
    font-size: 110px;
}

.modal-newsletter .form-control,
.modal-newsletter .btn {
    min-height: 46px;
    border-radius: 3px;
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}

.modal-newsletter .form-control:focus {
    border-color: #08c;
    box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}

.modal-newsletter .btn {
    color: #fff;
    border-radius: 4px;
    background: #08c;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}

.modal-newsletter .btn:hover,
.modal-newsletter .btn:focus {
    background: #000;
    outline: none;
}

.modal-newsletter .input-group {
    margin: 30px 0 15px;
}

.hint-text {
    margin: 100px auto;
    text-align: center;
}

.number {
    font-size: 6.80rem;
    color: #fff;
}

@media screen and (max-width: 980px) {
    .number {
        display: none;
    }
    .month {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .month-phone {
        display: none;
    }
}
.slider-div{
padding-top: 138px;
}

.form-style-2 .form-control:not(textarea) {
  height:auto;
}
.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.carousel .overview {   
    font-style: italic;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #db584e;
}
.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {    
    background: #555;       
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testi-p{
    padding-right: 10%;
padding-left: 10%;
}
.features-ul{
    list-style: none;
padding-left: 0px;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 26px;
  font-size: 20px;
  color: #212529;
  letter-spacing: 1px;
}

.pricing h4 {
  font-size: 48px;
  color: #0b1882;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;

}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  height: 400px;
overflow-y: scroll;
scrollbar-width: thin;
scrollbar-color: #0b1b84 #ccd7f8;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 6px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #0a0a78;
  color: #fff;
  border: 1px solid #0a0a78;
}

.pricing .featured {
  border-top-color: #ffc107;
  transition: transform .2s; /* Animation */
}
.featured:hover {
  transform: scale(1.1);
}
.basic-plan
{
    transition: transform .2s; /* Animation */
}
.basic-plan:hover {
  transform: scale(1.1);
}
.msub
{
  font-weight: 400;
right: 0;
bottom: 3px;
white-space: nowrap;
line-height: 1;
font-size: 15px;
letter-spacing: 1px;
padding-left: 5px;
}

.pricing .featured .buy-btn {
  background: #ffc107;
color: #020202;
font-weight: 600;
border: 1px solid #ffc107;
}

.pricing .featured .buy-btn:hover {
  background: #0a0a78;
  color: #fff;
  border: 1px solid #0a0a78;
}
.aboutse1
{
    margin-top: 80px;
}
@media (max-width: 980px) {
  /*.pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }*/
  .aboutse1
  {
    margin-top: 363px;
  }
  .pricing h3 {
  font-weight: 500;
  margin-bottom: 26px;
  font-size: 14px;
  color: #212529;
  letter-spacing: 1px;
}

}
@media(max-width:480px)
{
  .aboutse1
  {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.pricing-div
{
    padding-top: 10px;
    /*background: #282667;*/
    background-image: url('../images/slide-1.jpg');
    margin-bottom: -400px;
    padding-bottom: 31px;
}
.fetures-div
{
    padding-top: 330px!important;
}
/*benifits*/
.basic-bn
{
    border: 1px solid #e7e1fa !important;
transition: transform .2s;
padding: 20px !important;

}
.basic-bn:hover {
  transform: scale(1.1);
  background: #ffc107 !important;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #ffc107 !important;
  content: "/";
}
.slider-contact-form-wrapper{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9892156691778273) 38%, rgba(0,202,255,1) 100%);
}
.about-sec
{
  /*  min-height: 543px;*/
    /*background-image: url('../images/back-about.jpg');*/
    background-size: cover;
}
.cloud-sec
{
    /*background-image: url('../images/cloud-pbx-bg.jpg');*/
    background-size: cover;
    height: 663px;
}


#footer .footer-copyright {
  background: #04041a !important;
  color: #fff;
  border-top: 1px solid #2e2e39;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
  border: none !important;
}

.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
  border: 0;
  width: 347px !important;
}
/*model*/
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: .85rem;
  line-height: 0 !important;
}
.s-icons-2
{
    padding: 8px;
background: #76787c;
width: 33px;
height: 33px;
}


.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far {
 color:#4285f4
}
.modal-dialog.modal-notify.modal-danger .modal-header {
 background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9892156691778273) 38%, rgba(0,202,255,1) 100%);
}
.modal-dialog.modal-notify.modal-danger .fas,
.modal-dialog.modal-notify.modal-danger .fab,
.modal-dialog.modal-notify.modal-danger .far {
 color:#ff3547
}
.modal-dialog.modal-notify.modal-danger .badge {
 background-color:#ff3547
}
.modal-dialog.modal-notify.modal-danger .btn .fas,
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far {
 color:#fff
}
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
 color:#ff3547
}
.modal-dialog.modal-notify.modal-warning .modal-header {
 background-color:#fb3
}
.modal-dialog.modal-notify.modal-warning .fas,
.modal-dialog.modal-notify.modal-warning .fab,
.modal-dialog.modal-notify.modal-warning .far {
 color:#fb3
}
.modal-dialog.modal-notify.modal-warning .badge {
 background-color:#fb3
}
.modal-dialog.modal-notify.modal-warning .btn .fas,
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far {
 color:#fff
}
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far {
 color:#fb3
}
.modal-dialog.modal-notify.modal-success .modal-header {
 background-color:#00c851
}
.modal-dialog.modal-notify.modal-success .fas,
.modal-dialog.modal-notify.modal-success .fab,
.modal-dialog.modal-notify.modal-success .far {
 color:#00c851
}
.modal-dialog.modal-notify.modal-success .badge {
 background-color:#00c851
}
.modal-dialog.modal-notify.modal-success .btn .fas,
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far {
 color:#fff
}
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far {
 color:#00c851
}
.modal-dialog.modal-notify.modal-info .modal-header {
 background-color:#33b5e5
}
.modal-dialog.modal-notify.modal-info .fas,
.modal-dialog.modal-notify.modal-info .fab,
.modal-dialog.modal-notify.modal-info .far {
 color:#33b5e5
}
.modal-dialog.modal-notify.modal-info .badge {
 background-color:#33b5e5
}
.modal-dialog.modal-notify.modal-info .btn .fas,
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far {
 color:#fff
}
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far {
 color:#33b5e5
}
.modal {
 padding-right:0 !important;
}
.modal.modal-scrolling {
 height:-webkit-min-content;
 height:-moz-min-content;
 height:min-content
}
@media(min-width:768px) {
 .modal .modal-dialog.modal-top {
  top:0
 }
 .modal .modal-dialog.modal-left {
  left:0
 }
 .modal .modal-dialog.modal-right {
  right:0
 }
 .modal .modal-dialog.modal-bottom {
  bottom:0
 }
 .modal .modal-dialog.modal-top-left {
  top:10px;
  left:10px
 }
 .modal .modal-dialog.modal-top-right {
  top:10px;
  right:10px
 }
 .modal .modal-dialog.modal-bottom-left {
  bottom:10px;
  left:10px
 }
 .modal .modal-dialog.modal-bottom-right {
  /*! right:10px; *//*! bottom:10px */
 }
}
.modal.fade.top:not(.show) .modal-dialog {
 -webkit-transform:translate3d(0,-25%,0);
 transform:translate3d(0,-25%,0)
}
.modal.fade.left:not(.show) .modal-dialog {
 -webkit-transform:translate3d(-25%,0,0);
 transform:translate3d(-25%,0,0)
}
.modal.fade.right:not(.show) .modal-dialog {
 -webkit-transform:translate3d(25%,0,0);
 transform:translate3d(25%,0,0)
}
.modal.fade.bottom:not(.show) .modal-dialog {
 -webkit-transform:translate3d(0,25%,0);
 transform:translate3d(0,25%,0)
}
@media(min-width:992px) {
 .modal.modal-scrolling {
  position:relative
 }
}
 /*process*/
 .process
{
  background-image: url("../images/slide-1.jpg");
  height: 100%;
padding-bottom: 12px;
background-position: center;
 background-size: cover;
background-repeat: no-repeat;
}
.card-process
{
  background-color: rgba(12, 14, 15, 0.4);
padding: 35px;
color: #fff;
border: 1px solid;
height: 259px;
margin-bottom: 8px;
}
.card-process h3{
  font-weight: 700;
color: #fff;
letter-spacing: 0.5px;
margin-bottom: 13px;
font-size: 20px;
}
.card-process p{
  color: #fff;
}
.card-img {
  width: 70px;
  height: 71px;
  /*border: 1px solid;*/
  padding: 7px;
  font-weight: 800;
  border-radius: 50px;
  margin-left: 26%;
  margin-bottom: 10px;
}
/*.card-img
{
  width: 60px;
height: 60px;
border: 1px solid;
padding: 18px;
font-weight: 800;
border-radius: 50px;
margin-left: 30%;
margin-bottom: 10px;
}*/
/*.card-process:hover
{
  background:#ffc107;
}*/
.section-title p{
    padding-left: 25%;
    padding-right: 25%;
  }
  .rc-anchor 
  {
    width: 100%!important;
  }
@media(max-width:600px)
{
  .process
  {
    background-image: none;
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,202,255,1) 100%);
  }
  .card-img
  {
    margin-left: 37%;
  }
  
  .section-title h4{
    line-height: 36px;
  }
  .section-title p{
    padding-left: 0px;
    padding-right: 0px;
  }
  .rc-anchor 
  {
    width: 250px!important;
  }

}
.stater-btn{
    background: #825ffd;
color: #fff!important;
}
.unlimited-btn
{
    background:#5fb3fd;
    color: #fff!important;
    
}
.my-height{
   height: 547px;
}
.about-sec2
    {
    margin-top: 14px;
    }
@media(max-width:600px)
{
    .my-height{
   height: 100%;
    }
    .about-sec2
    {
    margin-top: 140px;
    }
}
.m-head{
    letter-spacing: 1px;
color: #fff;
}
.modal-bg{
 background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9892156691778273) 38%, rgba(0,202,255,1) 100%);
}
.icon-app{
    background: #f5f5f5;
padding: 2px;
border-radius: 15px;
}
.m-padd
{
    m
margin-top: -38px}
@media(max-width:480px)
{
.icon-app{

    background: #f5f5f5;
    padding: 2px;
    border-radius: 15px;
    width: 150px;
}
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:19px;
    background-color:#318f06 !important;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}
.float:hover{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:19px;
    background-color:#246407 !important;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 1px 1px 9px #fff;
}
.my-float{
    margin-top:22px;
}
.rc-anchor-compact {
  border: 0px solid #d3d3d3 !important;
  box-shadow: none !important;
}
.m-bgcolor
{
    background-color: #f5f5f5;
    width: 100%;
}
.m-ul
{
    margin-left: 0px;
list-style: none;
padding-left: 0;
}