/*
 
 Template: Appino - Responsive App Landing Page
 Author: iqonicthemes.in
 Version: 1.0
 Design and Developed by: iqonicthemes.in
 
 NOTE: You can use your styling layout by this file to your website.
 
 */

/* Custom Home page Slider */

.remember-checkbox input[type="checkbox"] {
    display: none;
}

.remember-checkbox label {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.remember-checkbox label:before {
    border: 2px solid #ea7229;
    content: "";
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.remember-checkbox label:before, label:after {
    position: absolute;
    top: -3px;
    left: 0;
    padding-left: 2px;
    font-family: FontAwesome;
    font-size: 17px;
}

.remember-checkbox input[type="checkbox"] {
    display: none;
}

.register {
    min-height: 100vh;
    background: linear-gradient(to right, rgb(255 255 255) -10%, rgb(148 200 15) 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.error {
    color: red !important;
}

.error-text {
    border: 1px solid red !important;
}

.register-left {
    text-align: center;
    color: #2a2f64;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 40px 60px;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    /* width: 100%; */
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 0 10% 0 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10px;
    border: none;
    border-radius: 1.5rem;
    padding: 7px;
    background: #2a2f64;
    /* #0062cc; */
    color: white;
    /*#00008B;*/
    font-weight: 600;
    width: 180px;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    /* margin-top: 3%; */
    /* margin-bottom: 40px; */
    color: #495057;
    font-weight: normal;
    margin-bottom: 30px;
}

.carousel-indicators {}

.carousel-indicators li {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #000;
}

.carousel-indicators li.active {
    background-color: #94c80f;
}

#header-wrap.affix-top {
    background: linear-gradient(to right, rgb(255 255 255) -10%, rgb(148 200 15) 100%)
}

.banner-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#myCarousel {
    /* padding-top:120px ; */
}

.iq-plr-90 {
    padding: 0 50px!important;
}

.form-control {
    font-size: 12px!important;
}

.banner-form {
    padding: 10px 20px;
}

.steps-section {
    padding-top: 100px;
}

.banner-form .form-group .form-control {
    height: 32px!important;
}

.mfp-figure figure {
    background: #fff;
}

/*carousel-caption General*/

@media screen and (min-width:992px) {
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-caption h3 {
        font-size: 60px;
        font-style: normal;
        line-height: 44px;
        font-weight: bold;
    }
    .carousel-caption p {
        font-size: 28px;
        font-style: normal;
        line-height: 44px;
        margin-top: 30px;
        /* max-width: 450px; */
    }
}

/*carousel-caption Right */

@media screen and (min-width:992px) {
    .carousel_caption-right {
        text-align: left;
        right: 120px;
        left: auto;
    }
}

/*carousel-caption Left */

@media screen and (min-width:992px) {
    .carousel_caption-left {
        text-align: left;
        right: auto;
        left: 120px;
    }
}

@media screen and (max-width: 766px) {
    .carousel-caption h3 {
        font-size: 22px;
        font-style: normal;
        line-height: 44px;
    }
}

@media screen (min-width:567px) and (max-width: 768px) {
    .carousel-caption {
        bottom: 40%;
    }
}

.carousel-caption h3 {
    color: #fff;
}

.heading-title {
    margin-bottom: 40px!important;
}

/**Download pages Style*/

.register {}

.iq-great-feature {
    padding-bottom: 0!important;
}

@media (max-width:992px) {}

.iq-how-it-work h3 {}

.copyright_content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:768px) {
    .copyright_content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.iq-footer {
    border-top: 1px solid #ccc;
    margin-top: 100px;
}

.iq-footer .copyright_content {
    padding: 30px 0;
}

.footer-copyright {
    border: 0!important;
}

@media (max-width:768px) {
    .footer-copyright {
        margin-bottom: 15px;
    }
    .iq-footer {
        margin-top: 30px;
    }
    .iq-footer .copyright_content {
        padding: 20px 0;
    }
}

.iq-map iframe {
    height: 100%;
}

@media (max-width:992px) {
    .about-us {
        margin-top: 0!important;
    }
}

@media (min-width:992px) {
    .about-us {
        margin-top: 126px!important;
    }
}

.heading-title p {
    margin-bottom: 0!important;
}

#features .center-block {
    margin-top: 30px;
}

#screenshots .img-responsive {
    margin-top: 30px;
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    .register-right {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
        padding: 40px 15px;
        margin-top: 40px;
    }
    .register-right h3 {
        font-size: 20px;
    }
    .banner-form {
        padding: 20px 20px;
        margin-top: 30px;
    }
}

.register h3 {
    line-height: 36px;
}

.register-left img {
    max-width: 100%;
}

.carousel-inner>.item {
    /* max-height: 80vh; */
}

/*Start Last News*/

@media (max-width:992px) {
    .last_news-content {
        margin-top: 40px;
    }
}

.last_news-content h2 {
    margin-top: 0!important;
}

.last_news-block {
    display: block;
}

.last_news-block .date {
    color: #a9a9a9;
    font-size: 14px;
    text-align: right;
    display: block;
}

.last_news-content .block-details .title {
    color: #2a2f64;
    margin: 0;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .last_news-content .block-details .news-paragraph {}
}

@media (max-width:992px) {
    .last_news-content .block-details .news-paragraph {
        max-height: 120px;
    }
}

.last_news-content .block-details .news-paragraph {
    overflow: hidden;
    color: #666666;
    max-height: 90px;
}

.last_news-content .last_news-block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.news_block-link {}

.last_news-content .block-img {
    height: 100px;
    margin-bottom: 20px;
}

.last_news-content .block-img img {
    max-width: 100%;
    max-height: 100%;
}

.last_news-block:hover p.news-paragraph {
    color: #f37022!important;
}

/*End Last News*/

.iq-how-it-work .heading-title p {
    padding: 0!important;
}

/***Start Single Pages Head**/

.news-list .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
}

.news-list .container {}

.news-list .row>div {
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .head-single_page {
        display: none;
    }
    .mobile_nav-space {
        margin-top: 70px;
    }
}

@media (min-width:768px) {
    .single_page-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
}

.head-single_page {
    background: #f5f7fb;
    padding-bottom: 0;
    margin-top: 130px;
    padding: 10px 0;
}

@media (max-width:500px) {
    .g-recaptcha>div {
        width: 100% !important;
    }
    #capotcha iframe {
        width: 100%;
        display: block;
        min-width: unset;
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .head-single_page {
        margin-top: 86px;
    }
    .head-single_page h1.title {
        font-size: 16px;
        margin-bottom: 1px;
    }
    .single_page-content {
        text-align: left;
    }
    .head-single_page ol {
        padding-left: 0!important;
    }
}

.head-single_page h1.title {
    line-height: 1!important;
    font-size: 20px;
    color: #2a2f64;
}

.breadcrumb {
    margin: 0!important;
    padding: 0!important;
    background: transparent!important;
}

.breadcrumb a {
    color: #f37123;
}

/***Start Single Pages Head**/

/**Start Cutum Class*/

.single_page-padding {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .nav_bottom {
        margin-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav_bottom {
        margin-top: 106px;
    }
}

@media (max-width: 768px) {
    .nav_bottom {
        margin-top: 80px;
    }
    .single_page-padding {
        padding: 30px 0;
    }
}

/**End Cutum Class*/

.last_news-content {
    display: none;
}

/******Start Resources Section****/

.resources {}

.resources .resources_block {
    display: block;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: ease-in-out 0.5s all;
}

.resources .resources_block:hover .resources-title {
    color: #2a2f64;
}

.resources .resources_block:hover {
    box-shadow: 0 0 20px #c5c5c5;
    background: #fff;
}

@media (min-width:992px) {
    .resources .resources_block:hover {
        transform: scale(1.1);
        box-shadow: 0 0 20px #c5c5c5;
        background: #fff;
    }
}

.resources-icon {
    margin-bottom: 20px;
    /* max-height: 8px; */
    margin: 0 auto;
}

.resources-icon img {
    height: 80px;
}

.resources-title {
    color: #2a2f64;
    font-weight: normal;
    transition: ease-in-out 0.5s all;
    margin-top: 30px;
    font-size: 19px;
}

/******End Resources Section****/

.heading-left {
    margin-top: 0;
}

.iq-amazing-tab-one .nav.nav-tabs li {
    width: 12.5%!important;
}

.iq-amazing-tab-one .nav.nav-tabs li a {
    padding: 20px 10px;
}

.iq-amazing-tab-one .nav.nav-tabs li a span {}

#features .nav-tabs li i {
    display: block;
    margin: 0 auto;
    width: 20px;
}

/*Start New Feature Section*/

.feature-block {
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
    padding: 25px;
    height: 377px;
    margin-bottom: 30px;
}

.feature-block .feature-icon {
    margin-bottom: 20px;
    height: 65px;
}

.feature-block .feature-img {
    height: 100%;
}

.heading-left {
    /* font-size: 16px; */
}

.feature-link {
    color: #666666;
    background: rgb(245, 247, 251);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all ease-in-out 0.5s;
}

.feature-block:hover .feature-link {
    background: #ea7229;
    color: #fff;
}

/*End New Feature Section*/

.iq-fancy-box-02 .iq-icon {
    line-height: 80px!important;
}

.info-share li a {
    border: 0!important;
}

/*Valadiation Form*/

.required_message {
    display: none;
    color: #f00;
}

.required_check.error {
    border: 1px solid #f00!important;
}

/*Valadiation Form End*/

.contact-form .section-field {
    margin-bottom: 25px;
}

.contact-form .section-field input {
    margin-bottom: 4px!important;
}

.iq-fancy-box-02 .iq-icon i {
    font-size: 35px!important;
}

.iq-fancy-box-02 .iq-icon i {
    font-size: 35px!important;
}

.iq-fancy-box-02 .iq-icon i.fa-mobile {
    font-size: 40px!important;
}

.terms-content h2, .terms-content h3 {
    color: #666666;
}

.terms-content .pag_title {
    color: #2a2f64;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center
}

.terms-content p {
    margin-bottom: 20px;
}

.terms-content h2 {
    font-size: 30px;
    /* font-weight: bold; */
    color: #252b63;
    margin-top: 40px;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 10px 0;
    /* border-bottom : 1px solid #ccc; */
}

h4 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 22px;
}

h4>* {
    display: inline-block;
    vertical-align: top;
}

fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 345px;
    background-color: #fff;
    border-radius: 5px;
}

section {
    padding: 0 15px;
}

.CaptchaWrap {
    position: relative;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

@media (max-width:567px) {
    #UserCaptchaCode {
        font-size: 12px!important;
    }
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 100%;
    height: 20p;
    overflow: hidden;
}

.capcode {
    width: 100%;
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}

.ReloadBtn {
    background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline none;
    position: absolute;
    bottom: 30px;
    left: 350px;
    outline: none;
    cursor: pointer;
    /**/
}

@media (max-width:360px) {
    .ReloadBtn {
        left: 210px;
    }
}

@media (max-width:260px) {
    .ReloadBtn {
        display: none!important
    }
}

@media (min-width:360px) and (max-width:568px) {
    .ReloadBtn {
        left: 240px;
    }
}

.btnSubmit {
    margin-top: 15px;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 12px;
    /* display: none; */
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #94c80f;
}

.footer-copyright a:hover {
    color: #94c80f;
}

@media (max-width:768px) {
    .pricing_table-first {
        margin-bottom: 30px;
    }
}

@media (max-width:992px) {
    .about_us-img {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .feature-block {
        height: 393px;
    }
}

@media (max-width: 766px) {
    .feature-block {
        height: auto!important;
    }
}

@media screen (min-width:768px) and (max-width:992px) {
    .carousel-caption {
        bottom: 70px!important;
    }
}

@media (max-width:768px) {
    .carousel-caption {
        bottom: 40px!important;
    }
}

header .navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
}

@media (min-width:992px) {
    .row_center {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block!important;
    }
}

@media (max-width: 1200px) {
    .navbar-toggle {
        display: block!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        margin: 15px 0 0 0;
        border-color: #fff;
        background: #fff;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .navbar-header {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    header .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        color: #333;
        padding: 12px 20px;
    }
    .navbar-collapse {
        /* background: #fff; */
        border: none;
        margin-top: 10px;
    }
    .navbar-collapse.collapse {
        background: #fff;
        border: none;
        margin-top: 10px;
    }
    .navbar-right {
        float: left!important;
    }
    header .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        color: #333;
        padding: 12px 20px;
        margin: 0;
    }
    #myCarousel .iq-mt-25 {
        margin: 0!important;
    }
    header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>li.active>a, header .navbar-default .navbar-nav>li.active>a:focus, header .navbar-default .navbar-nav>li.active>a:hover {
        background: #ea7229!important;
    }
    header .navbar-nav>li.active {}
}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 60px!important;
    }
    .navbar-toggle {
        display: none!important;
        float: right;
    }
    .navbar-right {
        float: left;
    }
    .nav>li {
        display: block;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse.collapse {
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-nav>li {
        float: left;
    }
}

@media (max-width:360px) {
    .button {
        font-size: 10px;
        padding: 4px 15px!important;
       
    }


    #registerFORM .button {
        font-size: 14px;
        padding: 7px 12px!important;
        margin-left: 0!important;
        margin-right: 0!important;
        display: inline-block;
        float: left;
        margin-right: 16px !important;
    }
}

@media (max-width:568px) {
    .iq-fancy-box-02 {
        margin-bottom: 20px;
    }
    .iq-fancy-box-02 .iq-icon {
        float: none!important;
        margin: 0 auto;
        margin-bottom: 7px;
    }
    .iq-fancy-box-02 .fancy-content {
        text-align: center;
        margin-top: 30px;
        margin: 0 auto;
        width: 100%;
        display: block;
    }
    .lead {
        font-size: 12px;
    }
    .overview-block-ptb {
        padding: 30px 0;
    }
    .info-share {
        margin-top: 37px;
        text-align: center;
    }
    .footer-copyright {
        padding: 0 1px;
    }
    .overview-block-ptb {
        padding: 40px 0;
    }
}

@media (min-width:766px) and (max-width:992px) {
    .carousel-caption {
        bottom: 90px;
    }
    .carousel-caption h3 {
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 20px;
        margin-top: 15px;
    }
}

.orange_td {
    color: #94c80f;
}

.orange_td_k {
    color: #2a2f64;
}

.label_Subscription {
    font-size: 23px;
    font-weight: 400;
    color: #94c80f;
    padding: 10px 0px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-top: 4px;
    margin-bottom: 0px;
}

.carousel-inner>.item {
    min-height: 550px !important;
    height: auto !important;
}

.mob {
    display: none !important;
}

@media (max-width:768px) {
    .desc {
        display: none !important;
    }
    .mob {
        display: block !important;
    }
    .carousel-inner>.item {
        min-height: 100%!important;
        height: auto !important;
    }
    .carousel-caption {
        bottom: 39px!important;
        top: 20px;
    }
}

@media (max-width:943px) {
    .carousel-caption {
        bottom: 87px;
        top: 18px;
        left: 122px;
        text-align: left;
    }
}






@media (max-width:570px) {
    .carousel-caption {
        bottom: 39px!important;
        top: 0;
        left: 41px;
        text-align: left;
        line-height: 30px;
    }
    .item .button {
        font-size: 14px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -35px;
        top: auto;
    }
    .item .button {
        font-size: 13px;
        padding: 1px 15px;
    }
    .carousel-caption p {
        font-size: 16px;
        padding: 0;
        margin: 0;
        line-height: 54px;
    }
    #myCarousel .iq-mt-25 {
        margin-top: 5px;
    }
}


@media (max-width:480px) {
    .carousel-caption p {
        line-height: 38px;
    }

}


@media (max-width:386px) {
    .carousel-caption p {
        line-height: 32px;
    }

}

@media (max-width:358px) {
    .carousel-caption {
        bottom: 39px!important;
        top: 0;
        left: 43px;
        text-align: left;
        line-height: 13px;
    }
    .item .button {
        margin-top: 3px;
        font-size: 7px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -35px;
        top: auto;
    }
}

.arrows_img {
    width: 31px;
    height: 31px;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: ' ';
}

.carousel-control.mob:hover {
    background: transparent;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    transform: translate(0, -50%);
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 15%;
    margin-right: 0;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 15%;
    margin-left: 0;
}

@media (max-width:330px) {

    .carousel-caption {
        top: -5px;
    }


    .carousel-caption p {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3px;
        line-height: 16px;
    }


    .carousel-caption h3 {
        font-size: 19px;
        font-style: normal;
        line-height: 32px;
    }

}


@media (max-width: 330px)
{
    .carousel-caption p {
        font-size: 12px;
    }
}


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    min-width: 100%;
}


@media (max-width: 330px)
{
    
}
