@font-face {
    font-family: 'Avenir';
    src: url("../fonts/Avenir-Heavy.otf");
}

@font-face {
    font-family: 'Aileron';
    src: url("../fonts/Aileron-Bold.otf");
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url("../fonts/Avenir-Medium.ttf");
}

@font-face {
    font-family: 'Aileron-Regular';
    src: url("../fonts/Aileron-Regular.otf");
}


ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

.logo {
    width: 146px;
    transition: .5s all;
}

#logoText {
    color: #ffffff;

}

.logo .scrollLogo {
    display: none
}

.logo:hover {
    transform: scale(1.1);
    transition: .5s all;
}

.navbar {
    padding-top: 44px;
    padding-bottom: 44px;
    width: 100%;
}

body {
    font-family: 'Avenir';

}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    color: white;
    padding: 11px;
    position: relative;
}

.scrollNav .navbar-expand-lg .navbar-nav .nav-link {

    color: #222D39;

}

.scrollNav .nav-link:before {
    background-color: #222D39;
}

.nav-link:before {
    position: absolute;
    content: "";
    left: 32%;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
    width: 0;
    bottom: 0;
    transition: .5s ease-in-out;
}

.nav-link.active:before, .nav-link:hover:before {
    width: 30%;
    transition: .5s ease-in-out;
}

.laptop, .person1, .person2, .person3 {
    position: absolute;
    width: 41%;
    z-index: 1;
    right: 29%;
    top: 16%;
}

.person1 {
    top: 50%;
    right: 18%;
    width: 25%;
}

.person2 {
    top: 30%;
    width: 12%;
    left: 24%;

}

.person3 {
    left: 23%;
    top: 52%;
    width: 11%;
}

.bigBackground {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 600px;
}

.bigBackground img {
    height: 100%;
}

.bigBackground:hover {
    top: 50px;
}

.HeroTitle {
    font-size: 37px;
    color: #222d39;
}

#heroSection {
    padding-top: 150px;
    padding-bottom: 128px;
    position: relative;
    margin-bottom: 100px;
}

.heroDetails {
    font-size: 16px;
    font-weight: 500;
    /*color: #677294;*/
    color: #000000;

}

.contactBtn {

    box-shadow: 0 2px 13px rgba(35, 148, 224, .5);
    width: 151px;
    border-radius: 24.5px;
    color: #2394E0;
    background-color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-top: 21px;
    transition: .5s all;
}

.contactBtn:hover {
    background-image: linear-gradient(250deg, #443FE4, #2394E0);
    color: #ffffff;


    border: 1px solid #2394E0;
    transition: .5s all;


}

.signupBtn {

    box-shadow: 0 2px 13px rgba(35, 148, 224, .5);
    width: 151px;
    border-radius: 24.5px;
    background-image: linear-gradient(250deg, #443FE4, #2394E0);
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-top: 21px;
    transition: .5s all;
}

.signupBtn:hover {


    color: #2394E0;
    background-image: linear-gradient(
        250deg, #ffffff, #ffffff);
    border: 1px solid #2394E0;
    transition: .5s all;


}

.categ {
    font-size: 17px;
    font-weight: 500;
    color: #677294;
}

#howTo {
    padding: 50px 0;
    background-color: #f9f9fc;
}

#distractions {
    padding: 50px 0;
    background-color: #f9f9fc;
}

#productivity {
    padding: 50px 0;
    background-color: white;
}

#stress {
    padding: 50px 0;
    background-color: #f9f9fc;
}

.sectionTitle {
    font-size: 31px;
    color: #222d39;
}

.sectionPar {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #677294;
    font-family: "Avenir-Medium";
}

.howToSec {
    margin-top: 86px;
}

.serviceIcon {
    margin: 0 auto;
    padding: 10px;
}

.serviceIcon .serviceImg {
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 22px;
}

.serviceIcon {
    color: white;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    background-image: linear-gradient(135deg, #255ef5, #8665fc);
    object-fit: contain;
    box-shadow: 0 2px 42px 0 rgba(91, 87, 208, 0.7);
}

.serviceCont h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222D39;
    margin-top: 15px;
    margin-bottom: 10px;
}

.serviceIcon i {
    font-size: 14px;
    line-height: 44px;
    opacity: .9;
}

.serviceCont2 .serviceIcon {
    background-image: linear-gradient(135deg, #26bfbd, #5bdac0);
    box-shadow: 0 2px 42px 0 rgba(124, 231, 210, .7)
}

.serviceCont3 .serviceIcon {
    background-image: linear-gradient(135deg, #ff6480 0%, #f22e63 100%);
    box-shadow: 0 2px 42px 0 rgba(241, 110, 145, .7)

}

.serviceCont4 .serviceIcon {
    background-image: linear-gradient(135deg, #ffab86, #ffd969);
    box-shadow: 0 2px 42px 0 rgba(245, 217, 135, .7)

}

#steps {
    padding: 60px 0 100px;
    background-image: linear-gradient(45deg, #2394E0, #4944E9);
    color: white;
}

#steps .sectionTitle {
    color: white;
    font-size: 31px;
}

#steps .sectionPar {
    color: white;
}

#steps .owl-nav {
    position: absolute;
    right: 0;
    top: -62px;

}

#steps .owl-nav button {
    width: 49px;
    height: 49px;
    background-color: white !important;
    border-radius: 50%;
    margin-right: 10px;
    transition: .5s;
    text-align: center;

}

#steps .owl-nav button:hover {
    background-color: rgba(255, 255, 255, .2) !important;
    transition: .5s;

}

#steps .owl-nav button:hover i {
    color: white;
}

#steps .owl-nav button i {
    color: #2F5BEA;
    font-size: 26px;
}

.stepsslider {
    margin-top: 107px;
}

.stepDetails {
    display: inline-block;
    width: 45%;
    margin-top: 55px;
}

#services {
    padding: 125px 0 90px;
    background-color: white;
}

.servicessec span {
    font-size: 13px;
    font-family: 'Aileron';
    margin-bottom: 15px;
}

.servicesSec .row .ng-scope {
    background-color: #f9f9fc;
    padding: 20px;
    border-radius: 10%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin-right: 20px;
}

.servicesCon {
    margin-top: 77px;
}

.moreVideos {
    margin-top: 46px;
    background-color: white;
    color: #2394E0;
    border: .5px solid #2394E0;
    width: 151px;
    border-radius: 24.5px;
    font-size: 16px;
    box-shadow: 0 2px 13px rgba(35, 148, 224, .5);
    transition: all .5s;
}

.moreVideos:hover {
    color: white;
    background-color: #2394E0;
    transition: all .5s;
}

.servicesVideo {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 322px;
}

.additionVideo {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 322px;
}

iframe {
    width: 100%;
    height: 100%;;
}

#Packages {
    padding: 150px 0 220px;
    background-color: #F6F8F9;
    position: relative;

}

.pakageBox {
    background-color: white;
    border: 15px;
    padding: 28px 45px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 10px 22px 14px rgba(235, 235, 235, .5)
}

.packagesCon {
    position: absolute;
    width: 100%;
    top: 66%;

}

.pakageBox h2 {
    font-size: 24px;
    font-family: 'Aileron-Regular'
}

.pakageBox .price {
    color: #2394E0;
    font-family: 'Avenir';
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 17px;

}

.pakageBox .days {
    font-size: 24px;
    font-family: 'Aileron-Regular';
    color: #353637
}

.pakageBox .days span {
    font-size: 16px;
    font-family: 'Avenir';
    color: #677294;
}

.pakageBox .price span {
    font-size: 14px;
}

.pakageBox p {
    font-size: 16px;
    font-family: 'Avenir-Medium';
    color: #677294

}

.contactBtn.joinBtn:hover {
    color: #2394E0
}

#screenShots {
    background-image: url("../images/bgscreen.png");
    /*margin-top: 250px;*/
    padding-top: 120px;
    padding-bottom: 152px;
}

.screenshotItem {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.screenShotsSlider {
    margin-top: 85px;
    position: relative;
}

.screenShotsSlider .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;

}

.screenshotItem {
    box-shadow: 10px 22px 14px rgba(199, 199, 199, .2)

}

.screenShotsSlider.owl-carousel .owl-stage-outer {
    height: 420px;
}

.screenshotItem:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    display: none;
}

.screenshotItem:hover:before {
    display: block;
}

.screenShotsSlider .owl-nav button {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: white !important;
    border-radius: 50%;
    left: -26px;
    border: 1px solid rgba(0, 0, 0, .2) !important;

}

.screenShotsSlider .owl-nav button:focus {
    outline: 0 !important;;
}

.screenShotsSlider .owl-nav button.owl-next {
    right: -26px;
    left: auto;
}

.screenShotsSlider .owl-nav button i {
    font-size: 18px;
    color: #007bff
}

.screenShotsSlider .owl-nav button:hover {
    background-color: #007bff !important;
}

.screenShotsSlider .owl-nav button:hover i {
    color: white !important;
}

#sales {
    padding-top: 110px;
    padding-bottom: 270px;
    background-color: #F6F8F9;
}

.salesSlider {
    margin-top: 41px;
}

.salesSlider .owl-dots {
    width: 100%;
    position: absolute;
    text-align: center;
}

.salesSlider .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 2px;
    background-color: #D8D8D8;
    border-radius: 5.5px;
    margin-top: 43px;
}

.salesSlider .owl-dots .owl-dot.active {
    background-color: #2394E0;;
}

.salesSliderBox {
    background-color: white;
    border-radius: 15px;
    border: 1px solid #E9E9E9;
    padding: 23px 30px;
}

.salesImg {
    height: 158px;
    width: 195px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.salesImg img {
    height: 100%;
}

.newPrice {
    color: #222D39;
    font-size: 15px;
    font-family: 'Aileron-Regular';
}

.oldPrice {
    color: #c4c4c4;
    position: relative;
    margin-left: 5px;
    font-size: 15px;
    font-family: 'Aileron-Regular';
}

.oldPrice:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    content: "";
    top: 50%;
    font-family: 'Aileron-Regular';
}

.priceSales p {
    font-size: 15px;
    color: #677294;
    margin-top: 20px;
}

.saler {
    width: 54px;
    margin-top: 20px;

}

.scrollNav {
    top: 0 !important;
    z-index: 555;
    transition-duration: 1s;
    background-color: white;
    position: fixed !important;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 7px 3px;
    left: 0;
    width: 100%;
    height: 90px;
}

.scrollNav .navbar {
    padding: 20px;
}

#Savings {
    padding: 150px 0 220px;
    background-color: white;
    position: relative;

}

#join {
    background-image: url("../images/joinbg.png");
    padding: 30px 0;
    margin-top: 128px;
    color: white;
    position: relative;
    background-size: cover;
}

#join h4 {
    font-size: 31px;
    font-weight: 700;

}

#join p {
    opacity: 0.66;
    font-size: 14px;
    font-weight: 500;
}

.joinBtn {
    border-radius: 24.5px;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: center;
    padding: 13px 33px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s all;
    box-shadow: 0 2px 13px rgba(35, 148, 224, .5);

    background-color: transparent;
    color: #255ef5;
    border: solid 1px #255ef5;
}

.buyBtn {
    margin-top: 11px;
    margin-bottom: 11px;
    border-radius: 24.5px;
    text-align: center;
    padding: 3px 30px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s all;
    box-shadow: 0 2px 13px rgba(35, 148, 224, .5);

    background-color: transparent;
    color: #255ef5;
    border: solid 1px #255ef5;
}

#join .joinBtn {
    box-shadow: none;
    border: 1px solid white;
    color: white;
}

#join .joinBtn:hover {
    background-image: none;;
    background-color: white;
    color: #443FE4;
}

.joinBtn:hover {
    background-image: linear-gradient(250deg, #443FE4, #2394E0);
    color: #ffffff;

    transition: .5s all;
}

#Blog {
    padding: 92px 0;
}

#additional_video_content {
    padding: 92px 0;
}

.BlogCarousel {
    margin-top: 45px;
}

.BlogCarousel .owl-stage-outer {
    height: 500px;
    padding: 15px 0;

}

.BlogItem .card {
    border: 0;

}

.BlogItem .card-body {
    padding: 0
}

.BlogHeader {
    margin-top: 8px;
}

.BlogHeader span {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.9;
    letter-spacing: normal;
    color: #677294;
    margin-right: 15px;
}

.card img {

    border-radius: 20px;
    max-height: 260px;
    min-height: 260px;
}

.card-title {
    font-size: 19px;
    line-height: 1.53;
    color: #222d39;
    margin-bottom: 4px;

}

.card-title:hover {
    color: #5842dd
}

.readMore:hover {
    color: white
}

.card-text {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #677294;
    margin-bottom: 11px;
    display: block;
    height: 130px;
    width: 324px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.readMore {
    margin: 0;
    font-size: 14px;
    line-height: 33px;

    color: #000000;
    margin-right: 5px;
    border-radius: 24px;
    border: 1px solid #2394E0;
    color: #2394E0;
    font-family: 'Aileron-Regular';
    width: 112px;
    display: block;
    height: 36px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(35, 148, 224, .5)
}

.readMore:hover {
    background-color: #2394E0
}

.card i {
    font-size: 13px;;
}

#Careers {
    padding-top: 75px;
    padding-bottom: 69px;
    background-color: #f9f9fc;
}

.contactTitle {
    font-size: 31px;
    font-weight: 900;
    color: #222d39;
    margin-bottom: 4px;
}

.contactText {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.06;
    color: #677294;
    margin-bottom: 25px;
}

#aboutUs {
    margin-top: 50px;
    padding-top: 75px;
    padding-bottom: 69px;
    background-color: #f9f9fc;
    text-align: center;
}

.aboutUsTitle {
    font-size: 31px;
    font-weight: 900;
    color: #222d39;
    margin-bottom: 4px;
}

.aboutUsItem {
    text-align: left;
}

.aboutUsText {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.06;
    color: #677294;
    margin-bottom: 25px;
}

.contactInfo li span {
    font-size: 14px;
    font-weight: 500;
    color: #677294;
}

.contactInfo li span a {
    font-size: 14px;
    font-weight: 500;
    color: #007bff;
}

.contactForm h5 {
    font-size: 18px;
    font-weight: 900;
    color: #222d39;
    margin-bottom: 13px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    height: 49px;
    border-radius: 10px;
    background-color: #ffffff;
}

.form-control:focus {
    border: solid 1px #2394E0;
    box-shadow: none;
}

.form-control.phoneEmail {
    width: 46.5%;
    display: inline-block;
}

.btn {
    cursor: pointer;
}

.form-control {
    width: 94.5%;
}

.firstform {
    margin-right: 32px;
}

.form-control::placeholder {
    opacity: 0.68;
    font-size: 12px;
    font-weight: 500;
    color: #677294;
}

textarea {
    resize: none;
    font-size: 1rem !important;
    font-weight: 500;
    color: #495057 !important;
}

.sendMessage {
    padding: 8px 19px;
    border-radius: 24.5px;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    transition: .5s all;
    background-color: transparent;
    color: #2394E0;
    border: solid 1px #2394E0;
}

.sendMessage:hover {
    background-image: linear-gradient(45deg, #443FE4, #2394E0);
    color: white;

    transition: .5s all;
}

.subscribe {
    position: relative;
}

.subscribeBtn {
    width: 30%;
    border-radius: 25px;
    background-image: linear-gradient(45deg, #443FE4, #2394E0);
    color: white;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 6%;
    z-index: 2;
    height: 44px;
    line-height: 29px;
}

.subscribe .form-control {
    height: 50px;
    border-radius: 25px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    box-shadow: 0 2px 13px 0 rgba(156, 0, 65, 0.04);

}

footer {
    background-image: url("../images/footerbg.png");
    /* background-image: linear-gradient(45deg, #443FE4, #2394E0 );*/
    width: 100%;
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Avenir';
    position: relative;
    margin-top: 143px;
}

.footerLogo {
    width: 45px;
    margin-bottom: 15px;
}

.newSP {
    font-size: 13px;
    line-height: 1.77;
    color: #ffffff;
    margin-bottom: 20px;
}

.footerSocial li {
    display: inline-block;
}

.footerSocial li i {
    color: white;
    margin-right: 22px;
    font-size: 14px;
}

.footerSocial li i.fa-twitter:hover {
    color: #00acee;
}

.footerSocial li i.fa-facebook-f:hover {
    color: #3b5998;
}

.footerSocial li i.fa-instagram:hover {
    color: #F77737;
}

.footerSocial li i.fa-linkedin-in:hover {
    color: #0072b1;
}

.listTitle {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
}

.footerList li a {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.92;

    color: #ffffff
}

.footerList li {
    font-family: Avenir;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.92;
    color: white;
}

.footerList i {
    margin-right: 15px;
    font-size: 14px;
    color: white;
}

.up {
    position: absolute;
    bottom: 80px;
    right: 103px;
}

.up i {
    padding: 15px;
    border: 1px solid white;
    color: white;
    font-size: 15px;
    border-radius: 50%;
    transition: .5s all;

}

.footerrow {
    margin-top: 25px;
}

.up:hover i {
    background-color: white;
    color: #6d41e0;
    transform: rotate(360deg);
    transition: .5s all;
}

.copyRight {
    background-color: rgba(0, 0, 0, .17);
    margin-top: 31px;
    padding: 14px 0;
    color: white;
    font-size: 10px;
    font-weight: 500;
}

.mobileImg {
    width: 50%;
    position: absolute;
    right: 0;
}

.loginLink {
    padding: 5px;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    border: 1px solid white;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
}

.scrollNav .loginLink {
    border: 1px solid #255ef5;
}

.loginLink a {
    color: white;

}

.scrollNav .loginLink a {
    color: #255ef5;

}

.scrollNav .loginLink:hover {
    border: 1px solid white;
    background-color: #255ef5;
}

.scrollNav .loginLink:hover a {
    color: white;

}

.loginLink:hover {
    /*background-color: white;*/
    border: 1px solid #255ef5;
}

.loginLink:hover a {
    color: white;
}

.loginModal .modal-dialog {
    width: 402px;
    margin: 0px;
}

.loginModal .modal-dialog .modal-content {
    padding: 40px 0;

}

.loginModal .form-group {
    width: 100%;
    margin-bottom: 16px;
}

.loginModal .form-control {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    height: 49px;
}

.loginModal .modal-title {
    color: #222D39;
    font-size: 20px;
    margin-bottom: 22px;
}

.modal-header {
    border-bottom: 0;
}

.loginModal .forgetLink {
    color: #222D39;
    text-align: right;
    display: block;
}

.loginModal .forgetLink:hover {
    color: #2394E0;


}

.loginModal .close, .navbar .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.loginModal .close span {

    display: inline-block;
    background: #E2E2E2;
    /* padding: 10px; */
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: white;

}

.subHeader {
    background-image: url("../images/subheader.png");
    padding-top: 40px;
    padding-bottom: 56px;
    width: 100%;
    background-size: cover;

}

.pageTitle {
    color: white;
    font-size: 50px;
    font-family: 'Avenir';
    margin-top: 60px;
}

.account {
    position: relative;
    cursor: pointer;
}

.account-image {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.account-name, .account-image {
    display: inline-block;
}

.account-name p {
    font-size: 14px;
    color: white;
    font-family: 'Aileron-Regular';
    margin: 0;
}

.account-name h3 {
    color: white;
    font-size: 14;

}

#subBody {
    background-color: white;
    width: 100%;
    padding: 60px 0;
}

.subBox.pakageBox {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    padding: 40px 35px;
    text-align: left;
    box-shadow: none;
    margin-bottom: 45px;

}

.subBox.pakageBox p {
    max-width: 80%;;
}

.subInfoSec {
    border-top: 1px solid #EBEBEB;
    padding-top: 50px;
}

.subInfoSec p {
    font-size: 16px;
    font-family: 'Avenir-Medium';
}

.subForm {
    margin-top: 30px;
}

.subForm h5 {
    font-size: 20px;
    font-weight: 500;
    color: #677294;

}

.subForm .form-group {
    width: 45%;
    display: inline-block;
    margin-top: 20px;

}

.subForm .form-group .form-control {
    width: 100%;
    border-radius: 10px;
}

.selectric-wrapper {
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFFFF);
    border-radius: 10px;
    border: 1px solid #EBEBEB;
}

.selectric-items li:hover {
    color: #677294;
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFFFF);
}

.selectric-items li.selected, .selectric-items li {
    color: #677294;
}

.mrformControl {
    margin-right: 20px;

}

.wthformControl {
    width: 30% !important;

}

.form-control:disabled, .form-control[readonly] {
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFFFF);
    border-radius: 10px;
    border: 1px solid #EBEBEB;
}

.paymentMethd {
    margin-top: 70px;
}

.downloadapp {
    margin-top: 25px;

}

.downloadapp h5 {
    font-size: 20px;
    margin-bottom: 10px;


}

.googlePlay {
    display: inline-block;
    margin-right: 18px;
    width: 143px;
    border-radius: 5px;
}

.paymentMethd .form-group {
    display: block;
}

.paymentCard {
    margin-right: 10px;
    display: inline-block;
    width: 66px;
    border-radius: 3px;
    overflow: hidden;
}

.cards {
    margin-top: 16px;
}

.expiration {
    border: 1px solid #bbbbbb;
}

.expiration input {
    border: 0;
}

.dropdown-menu.profileMenu {
    width: 140px;
    border-radius: 12px;
    box-shadow: 10px 22px 14px rgba(0, 0, 0, .25);
    padding: 0;
    overflow: hidden;
}

.profileMenu .dropdown-item {
    padding: 18px 26px;
    font-family: 'Avenir';
    font-size: 14px;
}

.profileMenu .dropdown-item:hover {
    background-color: #255ef5;
    color: white;
}

/*.account.dropdown-toggle::after{
    border-top: .3em solid white;
}*/
.profileBox {
    border-radius: 15px;
    border: 1px solid #EBEBEB;;
}

.profileBox.profilPic {
    padding: 35px 0;
    text-align: center;
}

.profilPic .account-image {
    margin: 0 auto;
    width: 106px;
    height: 106px;
}

.profilPic .account-image, .profilPic .account-name {
    display: block;
}

.profilPic .account-name h3 {
    font-size: 44px;
    color: #222D39;
    margin-top: 15px;
    margin-bottom: 32px;
}

.profileData {
    padding: 40px 34px;
    margin-bottom: 15px;

}

.profileData h4 {
    font-size: 16px;
    color: #353637;
    font-family: 'Aileron-Regular';

}

.profileData h2 {
    font-family: 'Avenir-Medium';
    color: #677294;
    font-size: 27px;
    margin-top: 16px;;
}

.account-image.EditProfileImg {
    width: 186px;
    height: 186px;
    background-color: #F8F8F8;
    padding: 60px 30px;
    text-align: center;
}

.EditProfileImg img {
    width: 47px;

}

#inputImg {
    position: absolute;
    opacity: 0;
}

.EditProfileImg span {
    font-size: 16px;
    color: #DFDFDF;
    display: block;
    margin-top: 10px;

}

.EditProfilePic {
    padding: 65px 0;
    text-align: center;
}

.EditProfileForm .form-group {
    margin-bottom: 20px;
}

.EditProfileForm .form-control::placeholder {
    font-size: 12px;
    color: #677294;
    font-family: 'Avenir-Medium';

}

.EditProfileForm .contactBtn {
    margin-top: 33px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .navbar {
        padding: 10px;
    }

    .nav-link.active:before {
        display: none;
    }

    .logo {
        width: 130px;
    }

    .HeroTitle {
        font-size: 24px;
    }

    #heroSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .categ {
        font-size: 15px;
    }

    .counterNum {
        font-size: 38px;
    }

    /*.scrollNav {*/
    /*height: 65px;*/
    /*position: absolute !important;*/
    /*}*/
    .loginModal .modal-dialog {
        width: 100%;
        margin: 0 auto;
    }

    .mobileMenu {
        cursor: pointer;
        width: 25px;
        height: 17px;
        margin: auto;
    }

    button.navbar-toggler {
        position: relative;
        border: none;
        height: 40px;
        cursor: pointer;
        border-radius: 0;
        opacity: .7;
        border: 1px solid white;
        text-align: center;
    }

    .scrollNav button.navbar-toggler {
        background-color: #255ef5;
    }

    .scrollNav .loginLink a {
        color: white;

    }

    .mobileMenu i {
        background-color: white;
        border-radius: 2px;
        content: '';
        display: block;
        width: 91%;
        height: 2px;
        margin-bottom: 6px;
    }

    .close {
        color: white;
    }

    .mobileNav {
        padding: 10px;
    }

    .overlay {
        background-color: #000;
        opacity: .2;
        z-index: 222;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        display: none;
    }

    .mobileNav nav.navbar {
        width: 100%;
        position: absolute;
        z-index: 999999;
        top: 0;
        right: 0;
        padding: 0;

    }

    .mobileNav .navbar-collapse {
        background-color: #255ef5;
        text-align: center;
        padding: 30px 0;
    }

    .mobileImg {
        display: none;
    }

    .stepDetails {
        margin-top: 0;
    }

    .stepImg {
        width: 40%;
    }

    #steps .owl-nav {

        top: -62px;
        right: 32%;
    }

    #steps .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .moreVideos {

        display: block;
        margin: 20px auto;
    }

    .packagesCon {
        position: relative;
    }

    .pakageBox {
        background-color: white;
        border: 15px;
        padding: 10px;
        margin-bottom: 10px;
    }

    #Packages {
        padding: 20px 0;
    }

    #screenShots {
        padding: 20px 0;
    }

    .screenShotsSlider .owl-nav {
        top: auto;
        bottom: 116px;;
        text-align: center;

    }

    .screenShotsSlider .owl-nav button, .screenShotsSlider .owl-nav button.owl-next {
        left: auto;
        right: auto;
        position: relative;
    }

    #sales {
        padding: 20px 0;
    }

    .form-control.phoneEmail {
        width: 100%;
        margin-right: 0;
    }

    .form-control {
        width: 100%;
    }

    #screenShots {
        margin-top: 0
    }

    .subForm .form-group {
        width: 100%;
        margin-top: 20px;

    }

    .mrformControl {
        margin: 0;
    }

    #subBody {
        padding: 20px 0;
    }

    .subBox.pakageBox {
        padding: 10px;
    }

    .pageTitle {
        font-size: 29px;
    }

    .account-image {
        width: 30px;
        height: 30px;
    }

    .account-name p,
    .account-name h3 {
        font-size: 12px;
    }

    .subHeader .logo {
        width: 100px;
    }

    .pageTitle {
        margin-top: 10px;
    }
}

@media (min-width: 768px)and (max-width: 1024px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .logo {
        width: 100%;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 6px;
    }

    .loginLink {
        padding: 6px;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 402px !important;
        margin: 1.75rem auto;
    }
}

.scrollNav .account .account-name p, .scrollNav .account .account-name h3 {
    color: #222D39 !important;
}

.scrollNav .account.dropdown-toggle::after {
    border-top: .3em solid #222D39 !important;

}

.account.dropdown-toggle::after {
    border-top: .3em solid white;
}


.account-image img {
    height: 100%;
}

.nav-link {
    cursor: pointer;
}

#logoText {
    color: #ffffff;
    font-size: 11px;
    margin-left: 16px;
}

#scrollLogo {
    color: #000000;
    margin-top: -6px;
    font-size: 9px;
}

.new-width {
    max-width: 1316px !important;
}

.pay-link {
    padding: 12px !important;
}

/* fixed social*/
#fixed-social {
    z-index: 100;
    position: fixed;
    top: 130px;
}

#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;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-site {
    background-color: #00AAE5;
}

.fixed-site span {
    background-color: #00AAE5;
}


/*end fixed social*/
