.instantly-box {
    padding: 70px 40px;
    text-align: center;
}
.instantly-box h2 {
    font-size: 3.7rem;
    font-weight: bold;
    font-style: normal;
    /* color: #000000;/ */
    text-align: left;
    margin-bottom: 30px;
}
.instantly-box p {
    max-width: 741px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
        text-align: justify;
    color: #444444;
    line-height: 1.8;
    margin: auto;
}
.topmargin {
    margin-top: 3rem !important;
}
.lady-bg {
    min-height: 45rem;
}
.p-025 {
    padding: 0px 25px;
}
.heading-block h2 {
   
    text-align: center;
    line-height: 2.8rem;
    text-transform: capitalize;
}
.content-wrap {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.in-card1 .feature-box {
    background-color: #e1e9d6;
}
.features-items .feature-box {
    margin-bottom: 30px;
    padding: 45px 20px 22px 20px;
}
.feature-box:first-child {
    margin-top: 0;
}
.in-card2 .feature-box {
    background-color: #D0E9F1;
}
.in-card3 .feature-box {
    background-color: #FFE0E9;
}
.in-card4 .feature-box {
    background-color: #e4e4e4;
}
.in-card5 .feature-box {
    background-color: #E7E5D0;
}
.in-card6 .feature-box {
    background-color: #DEE8E8;
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.media-box .fbox-content {
    min-height: 265px;
    -ms-flex-preferred-size: auto;
}
.fbox-content .h4 {
    color: #000 !important;
    font-size: 1.3rem !important;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 600;
}
.fbox-content .text-black-50 {
     font-size: 18px !important;
    font-weight: 400;
        text-align: justify;
}
.section-features {
    padding: 70px;
}
.section-features ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.section-features ul li {
    list-style: none;
    background-color: #fff;
    min-height: 104px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 26px;
    padding-bottom: 10px;
}
.section-features ul li:hover svg {
    transition: all .2s linear;
    transform: scale(1.2);
}
.section-features ul li:hover{
        background-image: linear-gradient(45deg, #eb43b0, #2cb5e03b);
    color: #fff;
}
.section-features ul li svg{
background: #d54fb5;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    width: 20px;
    color: #fff;
}
.fbox-plain {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.fbox-plain .fbox-icon {
    border: none !important;
}
.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}
.fbox-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 22px;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #444444;
    line-height: 1.8;
}
.line.line-sm {
    margin: 2rem 0;
}
.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #EEE;
}
.device-video-wrap video {
    position: absolute;
    top: 35px;
    left: 33%;
    max-width: 40%;
    z-index: 1;
    transform: translate(-50%);
}
.device-video-wrap {
    position: relative;
}
.device-video-wrap::before, .dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 35%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#3D80E4 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    z-index: -1;
}
.start_on_bg {
    padding: 50px 0px;
    background-color: #d8e1ff;
}
.start_on_bg img {
    width: 52%;
    margin: auto;
}
.start_on_bg h3 {
    font-size: 1rem;
    margin: 20px 0px;
    color: #000;
    font-weight: 600;
}
#content p {
    line-height: 1.8;
}
.center {
    text-align: center;
}
.text_header{
    font-style: normal;
     background: -webkit-linear-gradient(45deg, #f040af 10%, #00cfeb 36%, #f040af 76%, #f040af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100px;
    font-size:3.2rem;
    font-weight: bold;
}

.home-title1 {
    
    font-size: 2.7rem;
    font-weight: bold;
    font-style: normal;
    margin-top: 5%;
    color: #fff !important;
    background: -webkit-linear-gradient(45deg, #f040af 10%, #00cfeb 36%, #f040af 76%, #f040af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.section-pad1 {
    display: flex;
    flex-direction: column;
    flex: 1 0 60%;
    width: 100%;
    align-items: flex-start;
    padding-right: 12px;
}
.sub-title {
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    color: #fff;
}
.typed-cursor {
    opacity: 1;
    display: none;
}
.slider-item{
  width: 100%;  
}
.instantly-box {
    padding: 70px 40px;
    text-align: center;
}
.instantly-box h2 {
    font-size: 3.7rem;
    font-weight: bold;
    font-style: normal;
    /* color: #000000;/ */
    text-align: left;
    margin-bottom: 30px;
}
.instantly-box p {
    max-width: 741px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
        text-align: justify;
    color: #444444;
    line-height: 1.8;
    margin: auto;
}
.topmargin {
    margin-top: 3rem !important;
}
.lady-bg {
    min-height: 45rem;
}
.p-025 {
    padding: 0px 25px;
}
.heading-block h2 {
   
    text-align: center;
    line-height: 2.8rem;
    text-transform: capitalize;
}
.content-wrap {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.in-card1 .feature-box {
    background-color: #e1e9d6;
}
.features-items .feature-box {
    margin-bottom: 30px;
    padding: 45px 20px 22px 20px;
}
.feature-box:first-child {
    margin-top: 0;
}
.in-card2 .feature-box {
    background-color: #D0E9F1;
}
.in-card3 .feature-box {
    background-color: #FFE0E9;
}
.in-card4 .feature-box {
    background-color: #e4e4e4;
}
.in-card5 .feature-box {
    background-color: #E7E5D0;
}
.in-card6 .feature-box {
    background-color: #DEE8E8;
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.media-box .fbox-content {
    min-height: 265px;
    -ms-flex-preferred-size: auto;
}
.fbox-content .h4 {
    color: #000 !important;
    font-size: 1.3rem !important;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 600;
}
.fbox-content .text-black-50 {
     font-size: 18px !important;
    font-weight: 400;
        text-align: justify;
}
.section-features {
    padding: 70px;
}
.section-features ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.section-features ul li {
    list-style: none;
    background-color: #fff;
    min-height: 104px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 26px;
    padding-bottom: 10px;
}
.fbox-plain {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.fbox-plain .fbox-icon {
    border: none !important;
}
.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}
.fbox-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 22px;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #444444;
    line-height: 1.8;
}
.line.line-sm {
    margin: 2rem 0;
}
.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #EEE;
}
.device-video-wrap video {
    position: absolute;
    top: 35px;
    left: 33%;
    max-width: 40%;
    z-index: 1;
    transform: translate(-50%);
}
.device-video-wrap {
    position: relative;
}
.device-video-wrap::before, .dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 35%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#3D80E4 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    z-index: -1;
}
.start_on_bg {
    padding: 50px 0px;
    background-color: #d8e1ff;
}
.start_on_bg img {
    width: 52%;
    margin: auto;
}
.start_on_bg h3 {
    font-size: 1rem;
    margin: 20px 0px;
    color: #000;
    font-weight: 600;
}
#content p {
    line-height: 1.8;
}

.text_header{
    font-style: normal;
     background: -webkit-linear-gradient(45deg, #f040af 10%, #00cfeb 36%, #f040af 76%, #f040af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100px;
    font-size:3.2rem;
    font-weight: bold;
}

.home-title1 {
    
    font-size: 2.7rem;
    font-weight: bold;
    font-style: normal;
    margin-top: 5%;
    color: #fff !important;
    background: -webkit-linear-gradient(45deg, #f040af 10%, #00cfeb 36%, #f040af 76%, #f040af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.section-pad1 {
    display: flex;
    flex-direction: column;
    flex: 1 0 60%;
    width: 100%;
    align-items: flex-start;
    padding-right: 12px;
}
.sub-title {
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    color: #fff;
}
.typed-cursor {
    opacity: 1;
    display: none;
}
.main-slider .slider-item img{
 min-width: 400px !important; 
}
.vcard-template-section h2,#pricing h2{
      line-height: 2.7 !important;  
}
.copyright-links {
    width: 150px;
    margin-left: 20px;
}