@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



section.header-sec {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}
.iphone-img img {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid::placeholder {
    color: #fff;
}
.cont-form input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #fff;
}
.msg-btn textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff;
}
section.home-sec1 {
    padding-top: 10%;
}
.down-text.fgfg{
	display: none;
}
.leon-img img {
    width: 42%;
    position: relative;
    left: -13px;
}
#navbar a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
#navbar {
    margin-top: 0px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: end;
}
#navbar a:hover {
    text-decoration: none;
}
.header {
    padding: 10px 16px;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 999;
}
.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #333e50;
    z-index: 99999;
}
.sticky + .content {
  padding-top: 102px;
}
section.home-sec1:after {
    content: '';
    background-image: url("./image/header-background.jpg");
    position: absolute;
    top: 0px;
    width: 100%;
    height: 750px;
    bottom: 0px;
}
.home-sec1 .container {
    position: relative;
    z-index: 9999;
}
.call-to-action {
    margin-top: 20%;
}
.call-to-action h1 {
    color: #fff;
    width: 74%;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.call-to-action h2 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 2rem;
}
.playstore-btn i.fa.fa-play {
    color: #fff;
}
.playstore-btn i.fa.fa-play {
    color: #fff;
    padding: 15px 30px;
    background: #F32F45;
    border-radius: 4px;
    display: flex;
    gap: 10px;
}
.store-btn i.fa.fa-apple {
    color: #fff;
    background: #F32F45;
    padding: 15px 30px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
}
.store-btn a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.playstore-btn a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.playstore-btn a:hover {
    text-decoration: none;
}
.store-btn a:hover {
    text-decoration: none;
}
.playstore-btn img {
    width: 40%;
}
.playstore-btn {
    cursor: pointer;
}
.store-btn {
    cursor: pointer;
}
.power-text a {
    color: #F32F45;
}
.power-text a:hover{
    text-decoration: none;
}
.deadline-1{
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
}
.deadline-1 i {
    color: #F32F45;
}
section.home-sec2 {
    margin-top: 6%;
    background: #eeeeee;
    padding: 30px;
    height: auto;
}
section.home-section2 {
    background: #f4f4f4;
    padding: 30px;
}
.deadline i {
    color: #F32F45;
}
.power-text h1 {
    color: #333e50;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.power-text h2 {
     font-weight: 300;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.power-text p {
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.power-text {
    position: relative;
    top: 60px;
}
.slider-row {
    margin-top: 12%;
    display: flex;
    gap: 30px;
}
.calender-img i.fa.fa-calendar-times-o {
    font-size: 50px;
}
.deadline {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
}
.text-line h3 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.text-line p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.expand-img i.fa.fa-expand {
    font-size: 50px;
}
.user-img i.fa.fa-user {
    font-size: 50px;
}
.picture-iphone img {
    height: 400px;
    width: 90%;
}
.calender-img i.fa.fa-language {
    font-size: 50px;
}
.expand-img i.fa.fa-tablet {
    font-size: 50px;
}
.user-img i.fa.fa-bookmark-o {
    font-size: 50px;
}
.row-description {
    display: flex;
}
.choose-text {
    padding-top: 25px;
    padding-bottom: 25px;
}
.description-img img {
    width: 100%;
}
.descript .col-sm-6 {
    width: 100% !important;
    max-width: max-content !important;
}
.choose-text p {
    color: #333e50;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.choose-text h1 {
    color: #333e50;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.faq-btn {
    position: relative;
    top: 10px;
}
.faq-btn a {
    background: #F32F45;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.faq-btn a:hover{
	text-decoration: none;
}
.description-img {
    background: #333e50;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.row-description .col-sm-6 {
    padding: 0px !important;
}
.home-sec3 .container {
    width: 100% !important;
}
.row-tab {
    display: flex;
}
/*.down-text {
	display: none;
}*/
.custom-text{
	display: none;
}
.ipone-pic img {
    width: 100%;
    padding: 12%;
}
.home-sec4 .container {
    width: 100% !important;
    max-width: inherit;
    padding: 0px !important;
}
.row-tab .col-sm-6 {
    padding: 0px !important;
}
.ipone-pic {
    background: #27c79a;
}
.tab-btn {
    padding: 15%;
    margin-top: 8%;
}
.tab-btn a.support-hadding {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}
.down-text.fgfg {
    position: absolute;
    margin-top: 4%;
    width: 60%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a.support-hadding.active {
    background: #333e50;
    color: #fff !important;
}
.down-text.fgfg a {
    background: #27c79a;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    top: 10px;
}
.custom-text.fgfg p {
    margin-top: 8%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 80%;
}
.down-text.fgfg a:hover{
	text-decoration: none;
}
.home-sec5 .row {
    display: block;
}
.screen-text {
    text-align: center;
}
section.home-sec5 {
    background: #eeeeee;
    padding: 5%;
}
.slider-img .row-slider {
    display: flex;
}
.slider-img img {
    width: 100%;
}
.carousel-indicators {
    bottom: -45px !important;
}
.slider-img {
    margin-top: 5%;
}
.row-check {
    display: flex;
}
section.home-sec6 {
    background: #333e50;
    padding: 5%;
}
.video-link iframe {
    width: 100%;
    height: 280px;
}
.check-text h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.check-text p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.check-text {
    padding: 5%;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
/*.row-pricing {
    display: flex;
    margin-top: 4%;
}*/
.easy-head h6 {
    color: #333e50;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.price-text h1 {
    color: #333e50;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.price-text h2 {
    text-align: center;
    color: #333e50;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 25px;
}
.dropbtn {
    background-color: unset;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
button.dropbtn:hover {
    background: unset !important;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #333e50;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

.number {
    border: 1px solid #F32F45;
}
.number h3 {
    font: 400 26px/1.4em "Roboto", sans-serif;
    text-align: center;
    border-bottom: 1px solid #F32F45;
    padding: 15px;
    cursor: pointer;
}
.number p.price-dollar {
    font: 300 50px/1em "Roboto", sans-serif;
    text-align: center;
    border-bottom: 1px solid #F32F45;
    padding: 15px;
    cursor: pointer;
}
.number p.pricing-first-p {
    font: 300 17px/1.6em "Roboto", sans-serif;
    color: #333e50;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}
.number p {
    font: 300 17px/1.6em "Roboto", sans-serif;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.number span.checkmark {
    color: #F32F45;
    font-size: 18px !important;
    font-weight: bold;
}
.number a {
    color: #fff;
}
.company-text li {
    margin-bottom: 10px;
}
span.fa.fa-mobile-phone.location-icons {
    font-size: 25px;
}
.number a:hover{
	text-decoration: none;
}
.trail-btn {
    background-color: #F32F45;
    padding: 15px;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.apps-text {
    margin-top: 8%;
}
.apps-text h1 {
    font: 400 44px/1.25em "Roboto", sans-serif;
    text-align: center;
}
.apps-text h2 {
    font: 300 22px/1.5em "Roboto", sans-serif;
    text-align: center;
}
.row-fa {
    display: flex;
}
.row-fa i.fa.fa-globe {
    width: 110px;
    height: 110px;
    background: #333e50;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    border-radius: 3px;
}
.row-fa i.fa.fa-coffee {
    width: 110px;
    height: 110px;
    background: #333e50;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    border-radius: 3px;
}
.row-fa i.fa.fa-map-signs {
    width: 110px;
    height: 110px;
    background: #333e50;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    border-radius: 3px;
}
.row-fa i.fa.fa-file-text-o {
    width: 110px;
    height: 110px;
    background: #333e50;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    border-radius: 3px;
}
.market {
    text-align: center;
}
.market h3 {
    font: 400 22px/1.5em "Roboto", sans-serif;
    color: #333E50;
}
.market p {
    font: 300 17px/1.6em "Roboto", sans-serif;
    color: #333E50;
}
.detail-btn a {
    font: 500 15px/26px "Roboto", sans-serif;
    background-color: #27c79a;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.price-text {
    margin-top: 5%;
}
.trail-btn:hover {
    background-color: #333E50;
    color: #fff;
}
.trail-btn a:hover {
	color: #fff;
}
section.home-sec10 {
    background-color: #eeeeee;
    margin-top: 5%;
    padding: 20px;
    height: 200px;
}
/*.number:hover {
	border: 1px solid #F32F45;
}*/
button:focus {
    outline: 0px !important;
}
.row-social {
    display: flex;
}
.social-follow h3 {
    font: 400 22px/1.5em "Roboto", sans-serif;
    color: #333E50;
    text-align: center;
}
.social-follow {
    margin-top: 5%;
}
.subscribe h3 {
    font: 400 22px/1.5em "Roboto", sans-serif;
    color: #333E50;
    text-align: center;
}
.subscribe {
    margin-top: 5%;
}
.input-btn input.form-control {
    width: 70% !important;
    border: 1px solid #F32F45;
    text-align: center;
}
.input-btn input#mc-embedded-subscribe {
    display: inline-block;
    font: 500 15px/26px "Roboto", sans-serif;
    background-color: #F32F45;
    color: #fff;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
    border: 0px !important;
    cursor: pointer;
}
.input-btn input#mc-embedded-subscribe:hover {
	background: #333E50;
}
.social-links {
    text-align: center;
}
.social-links i {
    border: 1px solid #F32F45;
    padding: 15px;
    border-radius: 25px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    color: #F32F45;
    cursor: pointer;
}
.social-links i:hover {
	border: 1px solid #333E50;
	color: #333E50;
}
.downn-btn i:hover {
    background: #333E50;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #F32F45 !important;
}
form {
    display: flex;
    width: 100%;
    column-gap: 10px;
    justify-content: center;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #F32F45;
}
.detail-btn a:hover {
	background: #1cb187;
}
.down-text.fgfg a:hover{
	background: #1cb187;
}
.faq-btn a:hover {
	background: #1cb187;
}
.playstore-btn i.fa.fa-play:hover {
    background: #333E50;
}
.store-btn i.fa.fa-apple:hover{
	background: #333E50;
}
section.home-sec11 {
    padding: 6%;
}
.downn-text {
    text-align: center;
}
h1 {
    font: 400 44px/1.25em "Roboto", sans-serif;
    color: #333e50;
}
h2 {
    font: 300 22px/1.5em "Roboto", sans-serif;
    color: #333E50;
}
p {
    font: 300 17px/1.6em "Roboto", sans-serif;
    color: #333E50;
}
h3 {
    font: 400 22px/1.5em "Roboto", sans-serif;
}
.downn-btn i {
    text-transform: uppercase;
    display: inline-block;
    background-color: #F32F45;
    color: #fff;
    border: none;
    padding: 0 32px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    outline: none;
    border-radius: 4px;
    margin-right: 5px;
}
.downn-btn a {
    font: 500 17px/1.5em "Roboto", sans-serif;
    color: #fff;
    position: relative;
    left: 4px;
}
.downn-btn a:hover {
	text-decoration: none;
}
.downn-text h2 {
    margin-bottom: 15px;
}
p.downn-p {
    margin-bottom: 30px;
}
.row-footer {
    display: flex;
    column-gap: 10px;
}
section.footer {
    padding: 2%;
    background-color: #333e50;
}
.cont-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    width: 33%;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}
.msg-btn textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    height: 100px;
    margin-bottom: 25px;
    padding: 10px;
}
.cont-form {
    display: flex;
    gap: 5px;
}
.cont-form input.wpcf7-form-control.wpcf7-text {
    width: 35%;
    background: transparent;
    margin-bottom: 25px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff !important;
    padding: 10px;
}
.msg-btn input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    display: inline-block;
    width: auto;
    font: 500 17px/1.5em "Roboto", sans-serif;
    text-transform: uppercase;
    background-color: #F32F45;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0 32px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    cursor: pointer;
}
.sub-btn {
    text-align: center;
}
.touch-text h3 {
    color: #fff;
}
.touch-text p {
    color: #fff;
}
.company-text h3 {
    color: #fff;
}
.company-text ul {
    list-style: none;
    padding: 0px !important;
}
.company-text span.location-item {
    color: #fff;
}
.company-text a {
    color: #c4c4c4;
    text-decoration: underline;
}
.company-text a:hover {
	color: #fff;
}
.company-text p.important-links {
    color: #fff;
}
section.footer2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333e50;
}
.copy-text p {
    color: #fff;
    text-align: center;
}
.copy-text a {
    color: #c4c4c4;
    text-decoration: underline;
}
.copy-text a:hover {
     color: #fff;
}
.company-text span.fa.fa-map-marker.location-icons {
    margin-right: 5px;
}
.touch-text {
    margin-top: 4%;
}
.footer-contact {
    margin-top: 4%;
}
section.testimonial-text {
    background-color: #27c79a;
    padding: 5%;
    margin-top: 5%;
}

.testimonial-text .media-body {
	flex: inherit !important;
}
.testimonial-heading {
	text-align: center;
	margin-top: 62px;
}

.carousel-item {
	background: transparent !important;
}
.carousel-item{
	padding-bottom: 35px;
}

.testimonial p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 0px;
    text-align: left;
    margin-left: 42px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonial-heading h1 {
	font-weight: 500;
	line-height: 1.55;
	font-weight: 700;
	font-family: "Montserrat", "Droid Arabic Kufi", sans-serif;
	font-size: 28px;
}
.testimonial {
	border: 1px solid #e0e0e0;
	position: relative;
	padding: 35px 0px;
	height: 200px;
}
.testimonial-heading p {
	color: #999;
	font-size: 15px;
	margin-bottom: 74px;
}
.details h6 {
	color: #e0e0e0;
}
.name h5 {
	font-weight: bold;
	font-size: 18px;
}
.media {
    position: absolute;
    top: 138px;
    left: 36px;
    height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27c79a;
}
.media .mr-3 img {
    border-radius: 60px;
    width: 100%;
}
.media .mr-3 {
    border-radius: 60px;
    margin-top: 0px;
    width: 40%;
}
.dot-dubble {
    font-family: georgia;
    font-size: 90px;
    position: absolute;
    left: 5px;
    bottom: 0px;
    color: #fff;
    top: 6px;
}
.slider-pagination {
	padding-top: 30px;
}
.quotes {
	font-family: georgia;
	font-size: 90px;
	position: absolute;
	top: 101px;
	color: #e0e0e0;
	right: 45px;
}
.carousel-indicators {
	bottom: -46px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
    border-radius: 50%
}
.carousel-indicators li.active {
    color: #fff;
    background: #F32F45;
    border-radius: 50%;
}
.col-sm-12.standard {
    width: 80%;
    margin: auto;
}
.slider-4 {
	padding-bottom: 10px;
}
.details h6 {
	color: #fff;
}



.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
  display: none;
}

.topnav {
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  height: 50px;
  background: #F32F45;
    position: relative;
}
a.active.feat-back {
    background: transparent;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: transparent;
  color: white;
}
a.active.feat-back:hover {
    background: transparent;
}




@media (min-width:240px) and (max-width:479px) {

	html {
    overflow: auto;
}
body {
    overflow: auto;
}
section.home-sec1 {
    padding-top: 18%;
}
.social-links i {
    padding: 10px;
    width: 42px;
    height: 42px;
}
.col-sm-12.standard {
    width: 100%;
    margin: auto;
}
.easy-head h6 {
    text-align: center;
}
form {
    display: grid;
    width: 100%;
    column-gap: 10px;
    justify-content: unset;
}
.leon-img img {
    width: 100%;
}
.leon-img {
    width: 70%;
}
.tab-btn a.support-hadding {
    margin-left: 15px;
}
.mobile-container {
    display: block;
    position: absolute;
    right: 8px;
    width: 45%;
    height: 200px;
    background: transparent;
}
.topnav #myLinks {
    display: none;
    position: relative;
    z-index: 9999;
}
.home-sec1 .container {
    position: relative;
    z-index: 111;
}
#navbar {
    display: none;
}

.copy-text p {
    padding: 10px;
}
.power-text h2 {
    padding: 10px;
}
.call-to-action h1 {
    font-size: 30px;
}
.testimonial-text .col-sm-4 {
    margin-bottom: 40px;
}
.slider-4 {
    padding-bottom: 50px;
}
.row-social {
    display: grid;
}
.input-btn input.form-control {
    width: 100% !important;
    border: 1px solid #F32F45;
    text-align: center;
    margin-bottom: 10px;
}
section.home-sec10 {
    height: 300px;
    padding: 0px;
}
.apps-text h2 {
    padding: 10px;
}
.price-text h2 {
    padding: 10px;
}
.check-text h1 {
    text-align: center;
}
.check-text p {
    text-align: center;
}
.home-sec5 .col-md-3 {
    padding: 10px;
}
.input-btn input#mc-embedded-subscribe {
    width: 50%;
    margin: auto;
}
.subscribe h3 {
    font: 400 20px/1.5em "Roboto", sans-serif;
}
.row-fa {
    display: grid;
    gap: 50px;
}
.downn-btn i {
    margin-bottom: 10px;
}
.row-footer {
    display: grid;
    column-gap: 10px;
}
.cont-form {
    display: grid;
    gap: 5px;
}
.cont-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    width: 100%;
}
.cont-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px;
}
.msg-btn textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
}
.touch-text {
    margin-top: 4%;
    text-align: center;
}
.company-text {
    text-align: center;
}
.row-pricing {
    display: grid;
    margin-top: 4%;
}
.col-sm-3.standard {
    margin-bottom: 20px;
}
.col-sm-3.bronze {
	margin-bottom: 20px;
}
.col-sm-3.gold {
	margin-bottom: 20px;
}
.col-sm-3.complete {
	margin-bottom: 20px;
}
.row-check {
    display: grid;
    column-gap: 10px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;;
}
.home-sec6 .col-sm-6 {
    padding: 0px !important;
}
section.home-sec4 {
    height: 610px !important;
    margin-top: 10px;
}
.down-text.fgfg {
    position: absolute;
    margin-top: 4%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.down-text.fgfg p {
    padding: 10px;
}
.choose-text {
    margin-top: 8%;
    padding-right: 2%;
    padding-left: 2%;
}
.row-description {
    display: grid;
    gap: 35px;
}
.slider-row {
    margin-top: 25%;
    display: grid;
    gap: 8px;
}
section.home-sec2 {
    margin-top: 8%;
    background: #eeeeee;
    height: 100%;
    padding: 10px; 
}
.description-img {
    background: #333e50;
    padding: 20px;
    text-align: center;
}
.description-img img {
    width: 100%;
}
.choose-text h1 {
    font-size: 30px;
    text-align: center;
}
.choose-text p {
    text-align: center;
}
.faq-btn {
    text-align: center;
}
.picture-iphone img {
    height: 400px;
    width: 100%;
}
section.home-sec1:after {
    height: 750px;
    background-size: 100% 100%;
}
.row-tab {
    display: grid;
}
.tab-btn {
    padding: 2%;
    margin-top: 8%;
}
.carousel-indicators {
    bottom: -18px !important;
}
.down-text.fgfg a {
    top: 0px;
    left: 12px;
}
.custom-text.fgfg p {
    width: 100%;
    padding: 5px;
}
.store-btn i.fa.fa-apple {
    width: 50%;
    margin: auto;
}
.playstore-btn i.fa.fa-play {
    width: 54%;
    margin: auto;
}
.app-btn {
    display: grid;
    gap: 20px;
    align-items: center;
}
.call-to-action h1 {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.call-to-action h2 {
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.iphone-img img {
    padding: 20px;
    width: 100%;
}
.call-to-action {
    margin-top: 0%;
}
h1 {
    font: 400 30px/1.25em "Roboto", sans-serif;
    color: #333e50;
}
p {
    font: 300 14px/1.6em "Roboto", sans-serif;
    color: #333E50;
}
.power-text p {
    width: 100%;
}
}




@media (min-width:375px) and (max-width:479px) {


	.app-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px;
    justify-content: center;
}
.leon-img img {
    width: 70%;
}
.playstore-btn i.fa.fa-play {
    width: 100%;
    margin: auto;
}
.store-btn i.fa.fa-apple {
    width: 100%;
    margin: auto;
}
section.home-sec10 {
    height: 300px;
    padding: 0px;
}
}

@media (min-width:375px) and (max-width:424px) {

    section.home-sec1:after {
    height: 790px;
}
}


@media (min-width:425px) and (max-width:479px) {

	 	 	section.home-sec2 {
    margin-top: 8%;
    background: #eeeeee;
}
section.home-sec1:after {
    height: 850px;

}
}



@media (min-width:280px) and (max-width:319px) {

   section.home-sec2 {
    margin-top: 8%;
    background: #eeeeee;
}
.store-btn i.fa.fa-apple {
    width: 55%;
    margin: auto;
}
.playstore-btn i.fa.fa-play {
    width: 60%;
    margin: auto;
}
.tab-btn a.support-hadding{
    margin-left: 0px;
}
    section.home-sec1:after {
    height: 690px;
}
.input-btn input#mc-embedded-subscribe {
    width: 60%;
    margin: auto;
}
.social-links i {
    padding: 9px;
    width: 38px;
    height: 38px;
}
}


@media (min-width:480px) and (max-width:767px) {

html {
    overflow: auto;
}
body {
    overflow: auto;
}
section.home-sec1 {
    padding-top: 18%;
}
form {
    display: grid;
    width: 100%;
    column-gap: 10px;
    justify-content: unset;
}
.leon-img img {
    width: 38%;
}
.power-text p {
    width: 100%;
}
.easy-head h6 {
    text-align: center;
}
.col-sm-12.standard {
    width: 100%;
    margin: auto;
}
.power-text {
    padding: 1px;
}
.mobile-container {
    display: block;
    position: absolute;
    right: 8px;
    width: 45%;
    height: 200px;
    background: transparent;
}
.topnav #myLinks {
    display: none;
    position: relative;
    z-index: 9999;
}
.home-sec1 .container {
    position: relative;
    z-index: 111;
}
#navbar {
    display: none;
}
.call-to-action h1 {
    font-size: 30px;
}
.testimonial-text .col-sm-4 {
    margin-bottom: 40px;
}
.slider-4 {
    padding-bottom: 50px;
}
.row-social {
    display: grid;
}
.input-btn input.form-control {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
}
section.home-sec10 {
    height: 300px;
    padding: 0px;
}
.apps-text h2 {
    padding: 10px;
}
.price-text h2 {
    padding: 10px;
}
.check-text h1 {
    text-align: center;
}
.check-text p {
    text-align: center;
}
.home-sec5 .col-md-3 {
    padding: 10px;
}
.input-btn input#mc-embedded-subscribe {
    width: 45%;
    margin: auto;
}
.subscribe h3 {
    font: 400 20px/1.5em "Roboto", sans-serif;
}

.row-fa {
    display: grid;
    gap: 50px;
}
.downn-btn i {
    margin-bottom: 10px;
}
.row-footer {
    display: grid;
    column-gap: 10px;
}
.cont-form {
    display: grid;
    gap: 5px;
}
.cont-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    width: 100%;
}
.cont-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px;
}
.msg-btn textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
}
.touch-text {
    margin-top: 4%;
    text-align: center;
}
.company-text {
    text-align: center;
}
.row-pricing {
    display: grid;
    margin-top: 4%;
}
.col-sm-3.standard {
    margin-bottom: 20px;
}
.col-sm-3.bronze {
	margin-bottom: 20px;
}
.col-sm-3.gold {
	margin-bottom: 20px;
}
.col-sm-3.complete {
	margin-bottom: 20px;
}
.row-check {
    display: grid;
    column-gap: 10px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;;
}
.home-sec6 .col-sm-6 {
    padding: 0px !important;
}
section.home-sec4 {
    height: 675px !important;
    margin-top: 10px;
}
.down-text.fgfg {
    position: absolute;
    margin-top: 4%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.down-text.fgfg p {
    padding: 10px;
}
.choose-text {
    margin-top: 8%;
    padding-right: 2%;
    padding-left: 2%;
}
.row-description {
    display: grid;
    gap: 35px;
}
.slider-row {
    margin-top: 25%;
    display: grid;
    gap: 30px;
}
section.home-sec2 {
    margin-top: 8%;
    background: #eeeeee;
    height: 100%;
}
.description-img {
    background: #333e50;
    padding: 20px;
    text-align: center;
}
.description-img img {
    width: 100%;
}
.choose-text h1 {
    font-size: 30px;
    text-align: center;
}
.choose-text p {
    text-align: center;
}
.faq-btn {
    text-align: center;
}
.picture-iphone img {
    height: 740px;
    width: 100%;
}
section.home-sec1:after {
    height: 890px;
}
.row-tab {
    display: grid;
}
.tab-btn {
    padding: 2%;
    margin-top: 8%;
}
.carousel-indicators {
    bottom: -18px !important;
}
.down-text.fgfg a {
    top: 0px;
    left: 12px;
}
.custom-text.fgfg p {
    width: 100%;
    padding: 5px;
}
.store-btn i.fa.fa-apple {
    width: 100%;
    margin: auto;
}
.playstore-btn i.fa.fa-play {
    width: 100%;
    margin: auto;
}
.app-btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.call-to-action h1 {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.call-to-action h2 {
    padding: 10px;
    text-align: center;
}
.iphone-img img {
    padding: 20px;
    width: 100%;
}
.call-to-action {
    margin-top: 0%;
}
section.footer2 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #333e50;
}
.copy-text p {
    padding: 10px;
}
}




@media (min-width:768px) and (max-width:999px) {

		html {
    overflow: auto;
}
body {
    overflow: auto;
}
.leon-img img {
    width: 65%;
    position: relative;
    left: -13px;
}
.mobile-container {
    display: block;
    position: absolute;
    right: 8px;
    width: 25%;
    height: 200px;
    background: transparent;
}
.topnav #myLinks {
    display: none;
    position: relative;
    z-index: 9999;
}
.home-sec1 .container {
    position: relative;
    z-index: 111;
}
#navbar {
    display: none;
}

.copy-text p {
    padding: 10px;
}
.power-text h2 {
    padding: 10px;
}
.call-to-action h1 {
    font-size: 30px;
}
.testimonial-text .col-sm-4 {
    margin-bottom: 40px;
}
.slider-4 {
    padding-bottom: 50px;
}
.row-social {
    display: flex;
}
.input-btn input.form-control {
    width: 100% !important;
    border: 1px solid #000;
    text-align: center;
}
section.home-sec10 {
    height: 175px;
    padding: 0px;
}
.apps-text h2 {
    padding: 10px;
}
.price-text h2 {
    padding: 10px;
}
.check-text h1 {
    text-align: center;
}
.check-text p {
    text-align: center;
}
.home-sec5 .col-md-3 {
    padding: 10px;
}
.input-btn input#mc-embedded-subscribe {
    width: 65%;
    margin: auto;
}
.subscribe h3 {
    font: 400 20px/1.5em "Roboto", sans-serif;
}
.social-links i {
    border: 1px solid #333e50;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    width: 38px;
    height: 38px;
    color: #333e50;
    cursor: pointer;
}
.row-fa {
    display: flex;
    gap: 0px;
}
.downn-btn i {
    margin-bottom: 10px;
}
.row-footer {
    display: flex;
    column-gap: 10px;
}
.cont-form {
    display: grid;
    gap: 5px;
}
.cont-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    width: 100%;
}
.cont-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px;
}
.msg-btn textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
}
.touch-text {
    margin-top: 4%;
    text-align: center;
}
.company-text {
    text-align: center;
}
.row-pricing {
    display: flex;
    margin-top: 4%;
}
.col-sm-3.standard {
    margin-bottom: 20px;
}
.col-sm-3.bronze {
	margin-bottom: 20px;
}
.col-sm-3.gold {
	margin-bottom: 20px;
}
.col-sm-3.complete {
	margin-bottom: 20px;
}
.row-check {
    display: flex;
    column-gap: 10px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;;
}
.home-sec6 .col-sm-6 {
    padding: 0px !important;
}
section.home-sec4 {
    height: 318px !important;
    margin-top: 10px;
}
.down-text.fgfg {
    position: absolute;
    margin-top: 4%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.down-text.fgfg p {
    padding: 10px;
}
.choose-text {
    margin-top: 8%;
    padding-right: 2%;
    padding-left: 2%;
}
.row-description {
    display: flex;
    gap: 35px;
}
.slider-row {
    margin-top: 25%;
    display: flex;
    gap: 0px;
}
.text-line h3 {
    font-size: 16px;
}
.text-line p {
    font-size: 14px;
}
section.home-sec2 {
    margin-top: 8%;
    background: #eeeeee;
    height: 100%;
}
.description-img {
    background: #333e50;
    padding: 0px;
    text-align: center;
}
.description-img img {
    width: 100%;
}
.choose-text h1 {
    font-size: 30px;
    text-align: center;
}
.choose-text p {
    text-align: center;
}
.faq-btn {
    text-align: center;
    top: 0px;
}
.ipone-pic img {
    height: 318px;
}
.picture-iphone img {
    height: 400px;
    width: 100%;
}
section.home-sec1:after {
    height: 460px;
}
.row-tab {
    display: flex;
}
.tab-btn {
    padding: 2%;
    margin-top: 8%;
}
.carousel-indicators {
    bottom: -18px !important;
}
.down-text.fgfg a {
    top: 0px;
    left: 12px;
}
.custom-text.fgfg p {
    width: 100%;
    padding: 5px;
}
.store-btn i.fa.fa-apple {
    width: 100%;
    margin: auto;
}
.playstore-btn i.fa.fa-play {
    width: 100%;
    margin: auto;
}
.app-btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.call-to-action h1 {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.call-to-action h2 {
    padding: 10px;
    text-align: center;
}
.iphone-img img {
    padding: 0px;
    width: 100%;
}
.call-to-action {
    margin-top: 0%;
}
.deadline {
    display: flex;
    column-gap: 24px;
}
}






  @media (min-width:1000px) and (max-width:1200px) {
       

     html {
    overflow: auto;
}
body {
    overflow: hidden;
}
.dropbtn {
    padding: 0px;
}
.leon-img img {
    width: 65%;
    position: relative;
    left: -13px;
}
#navbar {
    gap: 18px;
    padding-top: 2%;
}
section.header-sec .col-sm-5 {
    max-width: 30%;
}
section.header-sec .col-sm-7 {
    max-width: 70%;
}
.iphone-img img {
    width: 90%;
}
section.home-sec1:after {
    height: 585px;
}
section.home-sec1 {
    padding-top: 12%;
}
.slider-row {
    gap: 10px;
}
section.home-sec2 {
    margin-top: 5%;
    height: 100%;
}
.description-img {
    padding: 0px;
    height: 100%;
}
.call-to-action {
    margin-top: 10%;
}
.description-img img {
    width: 100%;
}
.tab-btn {
    padding: 12%;
    margin-top: 0%;
}
}
