/*------------------------------------------------------------------
    Template Name:  Sooper
    Template URI:
    Description :: Music TEMPLATE
    Author:
    Author URI:
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/

/*========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - Index Page
    # -  2.0 - About
    # -  3.0 - Contact
    # -  4.0 - Price
    # -  5.0 - Desktop
    # -  6.0 - Feature
    # -  7.0 - Web Apps
    # -  8.0 - Dark Version
*/

/* -----------------------------------
** Index Page
-------------------------------------*/
/* THIS IS FOR MAX */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    overflow-x: hidden;
}
body {
    font-family: 'Raleway', sans-serif!important;
    background-color: #F7F7FA;
    overflow-x: hidden;
    margin: 0 auto;
}
h2,
h4 {
    color: #3a3161;
    font-weight: 700;
}
.navbar.scroll-nav {
    min-height: 35px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    transition: all 0.3s ease;
    background: #FFFFFF !important;
box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.1);
}
iframe {
    height: 600px;
    width: 100%;
}
.btn:focus {
    outline: none;
}
.nav > li > a > img {
    max-width: 30px;
    width: 30px;
}
body .navigation .menu-left li a:empty{
    padding: 0;
}
.dropdown-menu > li > a {
    color: #000 !important;
}
.website-banner-image img {
    width: 90%;
}
.website-banner {
    padding-top: 210px;
    background-image: url(../images/banner.png);
    background-size: 90%;
    background-position-x: right;
    background-color: #F7F7FA;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}
div#mndashbrdrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#mndashbrdrow .map-details {
    height: 100%;
}
.website-banner-content {
    color: #fff;
}
.website-banner-image img {
    margin-right: 0px;
}
.website-banner-image {
    text-align: right;
}
.navigation .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px 0px;
}
.navigation .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 38px;
}
.navigation .nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}
.navigation .navbar-nav {
    margin-top: 16px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
}
.navigation .button-right {
    border-radius: 4px;
}
.navigation .button-right li a:hover {
    background-color: #a99dba;
    border-radius: 4px;
    color: #46356b;
    font-weight: 600;
    transition: 0.4s;
}
.navigation .button-right li a:focus {
    background-color: #a99dba;
    border-radius: 4px;
    color: #46356b;
    font-weight: 600;
    transition: 0.4s;
}
.navigation .navbar {
    padding: 35px 0px;
}
.navigation .navbar-brand {
    height: auto;
    padding: 24px 15px;
    padding-left: 10px;
}
#myNavbar {
    position: relative;
    z-index: 9;
}
li.button-right a {
    padding: 5px 22px;
    color: #fff;
    background-color: #f0274f;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    line-height: 38px!important;
    /* width: 150px; */
    display:inline-block;
}

li.button-left a {
    padding: 15px 20px;
    color: #3A3161 !important;
    background-color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 22px;
    height: 50px;
    line-height: 38px!important;
    /* width: 152px; */
}
li.button-left-login a {
    font-size: 14px !important;
    padding: 5px 20px !important;
    height: 44px !important;
    line-height: 34px !important;
}
li.button-right-login {
    padding: 0 0;
    right: -15px !important;
}
li.button-right-login a {
    padding: 5px 20px !important;
    font-size: 14px !important;
    height: 44px !important;
    line-height: 34px !important;
}
.select-lang {
    margin-left: 10px;
}
.field {
    background: white;
    box-sizing: border-box;
    font-weight: 400;
    color: #32315E;
    outline: none;
    flex: 1;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    cursor: text;
    margin-top: 16px;
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    /* padding: 24px 32px; */
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin: 15px;*/
    width: 94%;
    border: 2px solid #f6f6f6;
    -webkit-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;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.navigation .navbar-brand img {
    max-height: 51px;
}
.field::-webkit-input-placeholder { color: #CFD7DF; }
.field::-moz-placeholder { color: #CFD7DF; }

.field:focus,
.field.StripeElement--focus {
    border-color: #F99A52;
}
.inputwdth100 input{
    width: 100% !important;
}
div#card-element.iframecard.field:focus,
div#card-element.iframecard.field.StripeElement--focus{
    border-color: transparent;
}
div#card-element.iframecard.field input.InputElement {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
div#card-element.iframecard.field input.InputElement::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
div#card-element.iframecard.field input.InputElement::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
div#card-element.iframecard.field input.InputElement:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
div#card-element.iframecard.field input.InputElement:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    font-weight: 300;
    color: #000;
}



div#card-element.iframecard {
    padding: 0;
    float: right;
    width: 100%;
}
.loader img {
    height: 70px;
    width: 100px;
    margin: 19px;
}
.navigation .menu-left li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;text-align: center;
}
.navigation .menu-left {
    display: inline-block !important;
}
.navigation .menu-left li a:hover {
    color: #fff;
    transition: 0.4s;
    background: transparent;
}
.navigation .menu-left li a:focus {
    color: #fff;
    transition: 0.4s;
    background: transparent;
}
.navigation .menu-left.active:active {
    transition: 0.4s;
    background: transition;
}
.navigation .dropdown-menu li a:hover {
    background-color: transparent;
    color: #f0274f;
}
.website-banner-content h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 62px;
    color: #3A3161!important;
    margin-top: 54px;
}
.iti--separate-dial-code .iti__selected-flag {
     background-color: #fff !important; 
}
.website-banner-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #575A73;
    margin: 30px 0px;
}
.btn-pink {
    background-color: #4221c0;
    color: #fff;
    font-weight: 600 !important;
    margin-right: 10px;
    font-size: 14px;
}
.btn-blue {
    background-color: #f0274f;
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px;
}
.buttons {
    margin-top: 50px;
}
.navigation .navbar-nav {
    float: right;
    margin-right: 0px;
    width: 75%;
}
p {
    color: #575a73;
    font-size: 16px;
    line-height: 30px;
}
a:hover {
    text-decoration: none;
}
.heading {
    margin-bottom: 59px;
}
.headbetter {
    padding-left: 105px;
    padding-top: 60px;
}
.headbetter p {
    margin: 20px 0px;
}
.heading h3 {
    margin: 8px 0px;
    font-size: 30px;
    color: #3a3161;
    font-weight: 600;
}
.overlay {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.overlay img {
    width: auto !important;
    margin: 209px 0px;
}
.overlay-image {
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.overlay-image img {
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.overlay-image:hover .overlay {
    opacity: 1;
}
.overlay-image .overlay {
    background: rgba(58, 49, 97, 0.75);
    border-radius: 4px;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.icon {
    color: #ffff;
    font-size: 33px;
    background-color: #f0274f;
    border-radius: 60px;
    padding: 28px 40px 28px 40px;
}
.icon:hover {
    color: #fff;
}
.buttons {
    margin: 40px 0px 0px;
}
.buttons .btn {
    padding: 18px 40px;
    margin-bottom: 20px;
    margin-right: 13px;
}
.buttons .btn-pink:hover,
.buttons .btn-blue:hover {
    color: #fff !important;
}
.buttons .btn:hover {
    background: #d3d4dc;
    padding: 18px 40px;
    color: #46356b;
    transition: background-color 0.5s ease;
}
.testimonial {
    padding: 100px 0px;
}
.work {
    padding-bottom: 120px;
    padding-top: 100px;
}
.video {
    padding-top: 75px;
    padding-bottom: 5px;
}
.question,
.trust {
    background: #f5f4f8;
    padding: 100px 0px;
}
.question .quest-text {
    border-radius: 4px;
    background: #fff;
    padding: 30px 30px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}
.quest-text h4 {
    margin-bottom: 34px;
    margin-top: 12px;
}
.question .quest-text:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #d3d4dc;
    padding-top: 25px;
}
.feature {
    margin-top: -250px;
}
.feature-text {
    padding: 20px;
    border:0px;
    background: transparent;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    min-height: 300px;
}
.feature-text h4 {
    margin: 20px 0px;
}
.feature-text:hover {
    border-top: 0px solid #f0274f;
    padding-top: 20px;
    box-shadow: none;
}
.quest-text1 {
    padding: 50px;
    margin: 0px 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}
.quest-text1:hover {
    border-top: 6px solid #f0274f;
    padding-top: 45px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.clear-fix {
    clear: both;
}
.footer {
    padding: 100px 0px;
}
.social {
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: 40px;
}
.youtube:hover {
    border-top: 6px solid #e22a2a;
    padding-top: 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.facebook:hover {
    border-top: 6px solid #3768c2;
    padding-top: 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.twitter:hover {
    border-top: 6px solid #33afef;
    padding-top: 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.facebook .fb a {
    background: #3768c2;
    color: #fff;
    font-size: 14px;
    padding: 12px 16px 12px 0px;
    border-radius: 4px;
}
.youtube .ytb a {
    background: #e22a2a;
    color: #fff;
    font-size: 14px;
    padding: 12px 16px 12px 0px;
    border-radius: 4px;
}
.twitter .twitt a {
    background: #33afef;
    color: #fff;
    font-size: 14px;
    padding: 12px 16px 12px 0px;
    border-radius: 4px;
}
.twitter .twitt a span,
.youtube .ytb a span,
.facebook .fb a span {
    padding: 12px 16px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fb,
.ytb,
.twitt {
    margin: 20px 0px;
}
.hrline {
    border-top: 1px solid #ddd;
    margin-top: 110px;
}
.playstore h2 {
    font-size: 50px;
    margin-top: 40px;
}
.playstore p {
    color: #9699b1;
    font-size: 34px;
    padding-top: 4px;
    padding-bottom: 10px;
}
.read {
    background: transparent;
    color: #000;
    display: inline-block;
    padding: 0;
    margin-top: 40px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 15px;
    width: 170px;
    padding: 10px;
}
.color-p {
    font-weight: 600;
    color: #9699b1;
    margin: 12px 0px 12px;
}
.app-store .apple {
    float: left;
    margin-top: 12px;
    font-size: 40px;
    margin-right: 10px;
}
.mleft {
    margin-left: 0px;
}
.app-store p span {
    font-size: 37px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}
.app-store p {
    font-size: 14px;
    /* float: right; */
    color: #000;
    margin-top: 10px;
    line-height: normal;
}
.app-store:hover {
    background: #f9f9f9;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.5s ease;
}
.purple .fa {
    color: #fff !important;
    margin-top: -5px;
    padding: 6px 10px;
    background: #ab9dec;
    border-radius: 50%;
}
.pink .fa {
    color: #fff;
    padding: 6px 10px;
    margin-top: -5px;
    background: #ff91aa;
    border-radius: 50%;
}
.yellow .fa {
    color: #fff;
    margin-top: -5px;
    background: #ffc160;
    padding: 6px 10px;
    border-radius: 50%;
}
.work-text {
    padding: 0px 55px;
}
.work-text h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.work-text p {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
}
.work-text h4 img {
    margin-right: 20px;
    height: auto;
    width: auto;
    box-shadow: none;
    margin-bottom: 0px;
}
.work-text img {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
/* .img-hover1 {
    background: url(../image/mobile.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
} */

.plus-icon.disabledbtn {
    opacity: 0.5;
}
.waitBox{
    text-align: center;
}
.waitBox span{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 600;
    color: #9c9fb1;
}
.feature-text:hover .img-hover1 {
    background: url(../images/mobile-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
/* .img-hover2 {
    background: url(../imagess/icon.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
} */
.feature-text:hover .img-hover2 {
    background: url(../images/hand-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
/* .img-hover3 {
    background: url(../images/desktop.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
} */
.feature-text:hover .img-hover3 {
    background: url(../images/desktop-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.img-hover4 {
    background: url(../images/girl.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.feature-text:hover .img-hover4 {
    background: url(../images/girl-hover2.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
}
.img-hover5 {
    background: url(../images/mobile-lock.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.feature-text:hover .img-hover5 {
    background: url(../images/mobile-lock-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.img-hover6 {
    background: url(../images/pin-map.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
}
.feature-text:hover .img-hover6 {
    background: url(../images/pin-map-hover6.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.img-hover7 {
    background: url(../images/person.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
}
.feature-text:hover .img-hover7 {
    background: url(../images/person-hover5.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.img-hover8 {
    background: url(../images/mobile1.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.feature-text:hover .img-hover8 {
    background: url(../images/mobile1-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.quest-text1 {
    text-align: center;
}
.quest-text1 img {
    display: inline-block !important;
}
.responsive2 .slick-slide:focus {
    outline: none;
}
.img-hover9 {
    background: url(../image/danny.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.quest-text1:hover .img-hover9 {
    background: url(../image/dann-hover.png);
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.no-padding {
    /* padding: 0px; */
    padding-left: 15px;
}
.quest-text1:focus {
    outline: none;
}
.quest-text1:hover h5 a {
    color: #f0274f;
    font-size: 15px;
    transition: 0.4s;
}
.quest-text1 h5 a {
    color: #3a3161;
    font-size: 15px;
    font-weight: 600;
}
.line {
    line-height: 38px;
    font-size: 18px;
}
.testimonial .slick-dots li button {
    background-color: #d6d3df !important;
    border-radius: 50px;
}
.testimonial .slick-dots li button:hover {
    background-color: #3a3161 !important;
    border-radius: 50px;
    transition: 0.4s;
}
.testimonial li.slick-active button {
    background-color: #3a3161 !important;
    border-radius: 50px;
    transition: 0.4s;
}

.subWrapper .cmnSpan{

    display: block;
    max-width: 200px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: right;
    margin-left: 15px;
    color: #999;
    font-weight: normal;
    padding: 0;
    margin-top: 29px;
}

.addonClass .cmnSpan{

    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    color: #999;
    font-weight: normal;
    padding: 0;
    margin-top: 29px;
}
.border-hr {
    border-top: 1px solid #ddd !important;
}
.slick-dots li button:before {
    color: transparent !important;
}
.footer-text p {
    color: #8671a7;
}
.footer-text a {
    color: #fff;
    text-decoration: none;
}
.footer-text a:hover {
    color: #8671a7;
}
.footer-copyright {
    background-image: url(../images/footer-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.footer-section-back {
    padding-top: 250px;
    padding-bottom: 50px;
}
/* -----------------------------------
** End Index
-------------------------------------*/

/* -----------------------------------
** About
-------------------------------------*/

.news-overlay {
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-text a {
    color: #fff;
    font-size: 30px;
}
.about-overlay:hover .news-overlay {
    opacity: 1;
}
.about-box:hover h4 {
    color: #f0274f;
}
.about {
    padding: 100px 0px;
}
.history {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #f5f4f8;
}
.team {
    padding-top: 110px;
    padding-bottom: 110px;
}
.team-border {
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}
.about-overlay {
    position: relative;
}
.about-box img {
    border-radius: 8px;
}
.about-box h4 {
    margin: 35px 0px;
}
.team-member h4 {
    padding-top: 20px;
}
.team-member p {
    padding-top: 0px;
}
.team-member img {
    width: 260px;
    height: 260px;
}
.team-member .main-3-section ul {
    padding: 20px 0px 10px;
    margin-bottom: 0;
}
.history img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
}
.timeline-content p {
    padding-top: 0px;
}
.timeline-info span {
    color: #f0274f;
    font-size: 20px;
}
.main-navigation .navbar-custom {
    background-color: #f5f4f8 !important;
}
.main-navigation .menu-left li a:hover {
    color: #f0274f;
    transition: 0.4s;
    background: transparent;
}
.main-navigation .menu-left li a:focus {
    color: #f0274f;
    transition: 0.4s;
    background: transparent;
}
.main-navigation .menu-left li a {
    color: #575a73 !important;
}
.hr-heading {
    border-top: 1px solid#ddd;
    width: 100%;
}
.text-home-about p {
    text-align: left;
    color: #3a3161;
    font-weight: 600;
}
.nav-pagination {
    padding: 145px 0px 44px;
    background: #f5f4f8;
    padding-top: 160px;
    background-image: url(../images/banner-1.png);
    background-size: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    height: 570px;
}
.nav-pagination1 ul {
    list-style: none;
    padding: 0px;
}
.nav-pagination1 ul li {
    display: inline-block;
}
.nav-pagination1 ul li a {
    color: #575a73;
    font-size: 16px;
    text-decoration: none;
}
.nav-pagination1 ul li {
    color: #575a73;
    font-size: 16px;
    text-decoration: none;
}
.nav-pagination1 ul li:nth-child(2) {
    margin: 0px 5px;
}
.hraing {
    border-top: 1px solid#ddd;
    margin-top: 14px;
    margin-bottom: 54px;
}
.sooper-text h4 {
    margin-top: 0px;
    font-weight: normal;
}
.footer-bottom {
    background-image: url(../images/footer-image-gray.png);
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.hraing1 {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    margin-bottom: 0px;
}
.footer-bottom1 {
    text-align: center;
}
.footer-bottom1 p {
    margin: 50px 0px;
    font-size: 15px;
    color: #575a73;
    font-weight: 500;
}
.footer-bottom1 p a {
    color: #f0274f;
}
.footer-bottom1 p a:hover {
    color: #f0274f;
}
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
    margin-bottom: 30px;
    font-weight: 600;
}
/*----- TIMELINE ITEM -----*/

.timeline-item {
    padding-top: 36px;
    padding-left: 40px;
    position: relative;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}
.timeline-marker:before {
    z-index: 99;
    background: #f0274f;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
    height: 250px;
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
    content: none;
}
/*----- TIMELINE CONTENT -----*/

.timeline-content {
    margin-top: -30px;
    margin-left: 100px;
    margin-right: 0;
}
.timeline-content p:last-child {
    margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/

.period {
    padding: 0;
}
.period .timeline-info {
    display: none;
}
.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #ccd5db;
    border-bottom: 3px solid #ccd5db;
}
.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}
.period .timeline-content {
    padding: 40px 0 70px;
}
.period .timeline-title {
    margin: 0;
}
/*----------------------------------------------
MOD: TIMELINE SPLIT
----------------------------------------------*/

/* -----------------------------------
** End About
-------------------------------------*/

/* -----------------------------------
** Contact
-------------------------------------*/

.contact-section {
    padding-top: 110px;
    padding-bottom: 120px;
}
.contact-section .form-control:focus {
    border-color: #f0274f;
    box-shadow: none;
}
.main-3-section ul {
    padding: 0;
    /* padding: 20px 0px */
}
.main-3-section ul li {
    /* margin: 0px 8px; */
    list-style: none;
    display: inline;margin:0px 3px;
}
.main-3-section ul li a {
    /* padding: 10px 14px;
    background: #d3d4dc;
    border-radius: 50%; */
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.main-3-section ul li.facebook-icon a {
    padding: 10px 16px;
}
.main-3-section ul li.gmail-icon {
    margin-right: 0;
}
.main-3-section ul li.gmail-icon a {
    padding: 10px 12px;
}
.main-3-section ul li.twitter-icon {
    margin-left: 0px;
}

.send-message {
    background: #f0274f;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 20px;
}
.send-message:hover {
    background: #d3d4dc;
    color: #fff;
}

html[lang=es] .navigation > .navbar .container, html[lang=fr] .navigation > .navbar .container {
    padding-right: 154px;
}

html[lang=pt] .navigation > .navbar .container, html[lang=fr] .navigation > .navbar .container {
    padding-right: 154px;
}
html[lang=pl] .navigation > .navbar .container {
    padding-right: 136px;
}
html[lang=it] .navigation > .navbar .container {
    padding-right: 104px;
}
html[lang=cs] .navigation > .navbar .container {
    padding-right: 137px;
}


.input-box::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
color: #B9B9C1;
}
.textarea1::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
color: #B9B9C1;
}
legend.danger.danger-legend{
   font-size: 12px;
    border: none;
    margin: 20px 0 0 0;
}
.bg-section {
    padding-left: 50px;
}
.main-3-section p {
    padding-top: 0px;
    padding-bottom: 20px;
}
.input-box {
    margin-bottom: 20px;
    padding: 28px 24px;
    font-size: 16px;
}
.main-3-section h5 {
    margin-top: 0px;
    color: #3a3161;
    font-size: 16px;
}
.textarea1 {
    padding: 20px;
    font-size: 16px;
}
/* -----------------------------------
** End Contact
-------------------------------------*/

/* -----------------------------------
**  Price
-------------------------------------*/

.pricing-option:hover h1 {
    color: #f0274f;
}
.hr {
    height: 1px;
    width: 50px;
    margin: 25px auto;
    background: #ddd;
}
.pricing-table {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.pricing-table .pricing-option {
    padding-top: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    background: white;
    float: left;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-top: -60%;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
}
.pricing-table .pricing-option:hover {
    border-top: 6px solid #f0274f !important;
    padding-top: 35px;
    cursor: pointer;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.04);
}
.pricing-option:hover .button {
    background: #f0274f;
    color: #fff;
}
.pricing-table .pricing-option h1 {
    font-size: 60px;
    font-weight: normal;
    margin: 40px 0;
    transition: all 0.3s ease-in-out;
}

.pricing-option ul li {
    color: #3a3161;
    font-size: 16px;
    line-height: 52px;
    text-align: left;
    margin: 10px 100px;
    padding: 0 15px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.pricing-list .pricing-top h1,
.pricing-list .pricing-top h4,
.pricing-list .pricing-top p {
    color: #fff;
    font-weight: normal;
}
.pricing-list .pricing-top {
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    background: #d3d4dc;
}
.pricing-list .pricing-option:hover {
    border-top: 0px !important;
    padding-top: 0px;
}
.pricing-list .pricing-option {
    padding: 0px;
}
.pricing-list .pricing-option:hover .pricing-top {
    background: #f0274f;
}
.pricing {
    padding-top: 0px;
    padding-bottom: 115px;
}
.pricing-list {
    padding-bottom: 120px;
}
.pricing-option p {
    color: #3a3161;
    line-height: normal;
}
.pricing-option h4 {
    color: #3a3161;
    font-weight: 700;

    font-size: 39px;
}
.pricing-table {
    color: #3a3161;
}
.button {
    background: #d3d4dc;
    color: #fff;
    padding: 15px 30px;
}
.pricing-option ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
.price {
    /* border-top: 1px solid #ddd; */
    padding: 27px 0px;
}
/* -----------------------------------
** End Price
-------------------------------------*/

/* -----------------------------------
** Desktop
-------------------------------------*/

.main-navigation .menu-left li a {
    color: #575a73;
}
.navigation .menu-left li.button-right a:hover {
    color: #000 !important;
    transition: 0.4s;
    background: #fffefef0;
}
.navigation .menu-left li.button-left a:hover {
    color: #fff !important;
    transition: 0.4s;
    background: #f0274f;
}
.desk-trust ul {
    padding: 0;
}
.desk-trust ul li {
    list-style: none;
    display: inline-block;
    margin: 20px 30px 20px 40px;
}
.desktop {
    padding-top: 220px;
    height: 800px;
    background-color: #f5f4f8;
}
.desktop-mobile-app {
    margin-top: -312px;
}
.desktop-mobile-app img {
    width: 100%;
}
.soft-heading {
    margin-bottom: 30px;
}
.soft-heading h3 {
    font-size: 60px;
    font-weight: 500;
}
.desktop p {
    font-size: 22px;
}
.desktop-img img {
    width: auto;
}
.text-box-image {
    padding-top: 0px;
    padding-bottom: 0px;
}
.desk-trust {
    text-align: center;
}
.discover {
    padding: 100px 0px;
    background: #f5f4f8;
}
.right-text h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.left-text {
    padding-left: 70px;
}
.right-text p {
    line-height: 31px;
}
.button3 {
    padding: 15px 30px;
    color: #fff;
    margin-top: 30px;
    background-color: #d3d4dc;
    margin-bottom: 20px;
}
.button3:hover {
    background: #f0274f;
    color: #fff;
}
.desk-question {
    background: none;
    padding-bottom: 107px;
}
.hreing {
    margin: 100px 0px;
    border-top: 1px solid#ddd;
}
.left-text-desktop h3 {
    color: #3a3161;
    font-size: 50px;
    margin-top: 0px;
}
.left-text-desktop p {
    font-size: 34px;
    padding-top: 4px;
}
.getbutton {
    text-align: right;
    padding-top: 15px;
}
.button4 {
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f0274f;
}
.button4:hover {
    background: #d3d4dc;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.4s;
}
/* -----------------------------------
** End Desktop
-------------------------------------*/

/* -----------------------------------
** Feature
-------------------------------------*/

#features {
    padding: 100px 0px;
}
.feature-tab {
    background: #20082a;
}
.feature {
    padding: 50px 0px;
}
ul.banner-tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
ul.banner-tabs li.active {
    padding-bottom: 22px;
    color: #3a3161;
    display: block;
    border-bottom: 2px solid #f0274f;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
}
ul.banner-tabs li:hover {
    padding-bottom: 22px;
    border-bottom: 2px solid #f0274f;
}
.tab_content {
    display: none;
    margin-top: 60px;
    padding-bottom: 101px;
    border-bottom: 1px solid #ddd;
}
.tab_content img {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 4px;
    width: auto;
    float: right;
}
.tab_content p {
    padding-top: 32px;
    line-height: 35px;
}
ul.banner-tabs li {
    text-align: center;
    float: left;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    margin: 0px 46px;
    padding: 0px 10px;
    line-height: 31px;
    color: #3a3161;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}
.new-feature {
    margin-top: 0px;
}
.tab_content h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
}
.card {
    background: url(../images/mobile.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li:hover .card,
ul.banner-tabs li.active .card {
    background: url(../images/mobile-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card1 {
    background: url(../images/hand.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card1,
ul.banner-tabs li:hover .card1 {
    background: url(../images/hand-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card2 {
    background: url(../images/desktop.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card2,
ul.banner-tabs li:hover .card2 {
    background: url(../images/desktop-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card3 {
    background: url(../images/mobile1.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card3,
ul.banner-tabs li:hover .card3 {
    background: url(../images/mobile1-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card4 {
    background: url(../images/mobile-lock.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card4,
ul.banner-tabs li:hover .card4 {
    background: url(../images/mobile-lock-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
/* -----------------------------------
** End Feature
-------------------------------------*/

/* -----------------------------------
** Web Apps
-------------------------------------*/

.feature-card .img-feature {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.feature-card {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.check-out-text:hover .img-feature {
    display: inline;
}
.no-padd {
    padding-right: 0px !important;
}
.no-padd img {
    width: 100%;
}
.container-app {
    margin-right: 0px;
}
.banner-app {
    background-image: url(../images/banner-image-1.png);
    padding-top: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-color h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.text-color p {
    color: #9789ac;
    font-size: 22px;
}
.button6 {
    padding: 15px 30px;
    margin-top: 20px;
}
.button6:hover {
    background: #d3d4dc;
    color: #46356b;
    transition: background-color 0.5s ease;
}
.circle-img {
    padding: 20px 50px;
}
.web-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.main-container-div {
    padding-top: 8px;
}
.haring {
    border-top: 1px solid#ddd;
    margin: 80px 0px;
}
.main-container-div .right-text {
    padding-top: 35px;
}
.newsletter {
    padding: 100px 0px;
    background: url(../images/newsletter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter .heading h3 {
    color: #fff;
}
.newsletter .heading p {
    color: #9380a7;
}
.btn-subscribe {
    background: #f0274f;
    color: #fff;
    margin-left: 10px;
    padding: 17px 50px;
}
.btn-subscribe:hover {
    background: #d3d4dc;
    color: #fff;
}
.forms .form-group {
    width: 48%;
}
.forms input {
    width: 100% !important;
    height: 58px;
    padding: 6px 10px 6px 41px;
}
.forms input:focus {
    box-shadow: none;
}
.forms input::-webkit-input-placeholder {
    color: #5d4666;
}
.btn-subscribe:focus,
.btn-subscribe:active {
    outline: 0;
}
.forms input:focus {
    border-color: transparent;
}
.screenshot {
    padding: 100px 0px;
}
.newsletter1 {
    margin-top: 0px;
    margin-bottom: 50px;
}
.newsletter1 p {
    padding-top: 5px;
    font-size: 18px;
}
/* carousel*/

#carousel-example-generic .carousel-inner {
    width: 70%;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#carousel-example-generic .carousel-inner img {
    width: 100%;
}
#carousel-example-generic .carousel-control:hover {
    color: #f0274f;
    border: 2px solid #f0274f;
}
#carousel-example-generic .carousel-control {
    background: none;
    text-shadow: none;
    opacity: 1;
    color: #3a3161;
    top: 50%;
    bottom: inherit;
    width: auto;
    padding: 4px 12px;
    border: 2px solid;
    border-radius: 50%;
}
#carousel-example-generic .carousel-control .fa {
    font-size: 16px;
}
.carousel-indicators .active {
    background: #3a3161;
}
.carousel-indicators li {
    background: #d6d3df;
    border-color: transparent;
}
.carousel-indicators {
    bottom: -50px !important;
    margin-bottom: 0;
}
.question-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.newsletter2 .desk-trust ul li {
    margin: 12px;
}
.getone {
    text-align: center;
}
.getone h1 {
    font-size: 40px;
    color: #3f3164;
}
.getone h5 {
    font-size: 18px;
    color: #575a73;
    margin-top: 16px;
    margin-bottom: 40px;
}
.button-text-center {
    text-align: center;
}
/* .button-text-center .button7:hover {
    background-color: #3a3161;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF!important;width: 166px;
    height: 50px;
    background: #4221C0;
    border-radius: 100px;padding: 5px 22px;margin-top:30px;
} */
.check-out-text h4 {
    margin-bottom: 30px;
}
.check-out-text {
    padding: 20px 50px;
}
.button-text-center .button7 {
    font-style: normal;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 35px!important;
    color: #FFFFFF!important;
    height: 50px;
    background: #4221C0;
    border-radius: 100px!important;
    padding: 5px 22px!important;
    margin-top: 10px;
    margin-bottom: 40px!important;
}
.better-section {
    margin-top: -220px;
}
.container-background {
    padding-bottom: 20px;
    padding-top: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    background: #FFFFFF;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
border-radius: 10px;
}
.getone h2{font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin:30px 0px 16px;
    color: #3A3161;}
.getone p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575A73;
    margin: 0 auto 10px;
    width: 90%;
}
html[lang=es] .getone p, html[lang=fr] .getone p {
    width: 71%;
}

.getone  p a{color:#eb4553!important;}
.logo-footer2,
.footer-div1,
.unoorder {
    margin-bottom: 27px;
}
.newsletter2 {
    padding: 100px 0px 300px;
    background: url(../images/newsletter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter1 h3 {
    color: #fff;
}
.section-color-div-footer {
    padding: 70px 0 30px 0;
    background: #262043;
}
.better-section {
    background-color: #f5f4f8;
}
.footer-div1 h5 {
    color: #3a3161;
    font-size: 16px;
    font-weight: bold;
}
.footer-div1 ul {
    padding: 0px;
    list-style: none;
    line-height: 27px;
    margin-top: 0px;
}
.footer-div1 ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    /* or 100% */
    color: #FFFFFF;
    margin-bottom: 28px;
    display: inline-block;
}
.footer-div1 ul li a:hover {
    color: #f0274f;
}

.unoorder h5 {
    color: #3a3161;
    font-size: 16px;
    font-weight: bold;
}
.footer12 {
    border-top: 1px solid#ddd;
    margin-bottom: 50px;
    margin-top: 30px;
}
.bottom-footer3 {
    text-align: right;
}
.bottom-footer3 p {
    padding: 0px;
    font-size: 15px;
}
.bottom-footer3 p a {
    color: #575a73;
}
.bottom-footer4 p a:hover {
    color: #f0274f;
    transition: 0.4s;
}
.bottom-footer3 p a:hover {
    color: #f0274f;
    transition: 0.4s;
}
.bottom-footer4 p {
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bottom-footer4 p a {
    color: #f0274f;
}
.footer-bottom-sectionright {
    padding-bottom: 40px;
}
/* -----------------------------------
** End Web apps
-------------------------------------*/

/* -----------------------------------
** Dark Version
-------------------------------------*/

.card-tab {
    background: url(../images/mobile-dark.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card-tab,
ul.banner-tabs li:hover .card-tab {
    background: url(../images/mobile-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card-tab1 {
    background: url(../images/hand-dark.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card-tab1,
ul.banner-tabs li:hover .card-tab1 {
    background: url(../images/hand-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card-tab2 {
    background: url(../images/desktop-dark.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card-tab2,
ul.banner-tabs li:hover .card-tab2 {
    background: url(../images/desktop-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card-tab3 {
    background: url(../images/mobile1-dark.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card-tab3,
ul.banner-tabs li:hover .card-tab3 {
    background: url(../images/mobile1-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.card-tab4 {
    background: url(../images/mobile-lock-dark.png);
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.banner-tabs li.active .card-tab4,
ul.banner-tabs li:hover .card-tab4 {
    background: url(../images/mobile-lock-hover.png);
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
.dark-nav {
    position: relative;
}
.back-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(32, 8, 43, 0.6);
}
.dark-page {
    background: #25092e;
}
.dark-nav .menu-left li a {
    color: #865380;
}
.top-head {
    padding: 180px 0px 20px;
    color: #fff;
}
.dark-nav {
    background-image: url(../images/header-top.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.dark-head {
    background-color: #20082a;
    color: #fff;
    padding-top: 14px;
}
.dark-head1 h1 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: normal;
}
.dark-head1 p {
    font-size: 22px;
    color: #5d4666;
}
.image-center {
    text-align: center;
    margin-top: 35px;
}
.image-center img {
    display: inline-block;
}
.buttontabs {
    background-color: #f0274f;
    padding: 15px 30px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}
.buttontabs:hover {
    color: #fff;
    background: #d3d4dc;
    transition: 0.4s;
}
.content1 p {
    color: #5d4666;
}
.content1 {
    border-bottom: 0px;
    padding-bottom: 0px;
}
ul.color-tabs li.active {
    color: #fff;
}
ul.color-tabs li {
    color: #5d4666;
}
.tascolor h4 {
    color: #fff;
}
ul.color-tabs {
    border-bottom: 1px solid #372140;
}
.back1 {
    background-color: #1b0723;
}
.back1 .heading h3 {
    color: #fff;
}
.back1 .quest-text {
    background-color: #1b0723;
    border: 1px solid#372140;
}
.back1 .quest-text:hover {
    border-top: 5px solid#372140;
}
.back1 .quest-text h4 {
    color: #fff;
}
.back1 .quest-text p {
    color: #5d4666;
}
.slider-four {
    background-color: #20082a;
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider-four .heading h3 {
    color: #fff;
}
.responsive4 {
    text-align: center;
}
.responsive4 img {
    width: 100%;
    padding: 14px;
}
.container2 {
    background-color: #1b0723;
    padding-bottom: 100px;
    padding-top: 100px;
    border-radius: 4px;
}
.new-screens {
    background-color: #20082a;
}
.new-screens input {
    background-color: #372140;
    border: 1px solid#372140;
}
.new-screens input:focus {
    box-shadow: none;
    border-color: none;
}
.new-screens p {
    color: #5d4666;
}
.two-phone1 {
    padding-top: 34px;
}
two-phone1 img {
    width: 1005%;
}
.dark-b {
    margin-bottom: 85px;
}
.dark-b .apple {
    margin-top: 7px;
}
.dark-b h2 {
    font-size: 40px;
    color: #fff;
}
.dark-b p {
    padding-top: 0px;
    font-size: 22px;
    color: #5d4666;
}
.dark-b p span {
    color: #5d4666;
}
.footer-color {
    background-color: #20082a;
    padding-bottom: 0px;
}
.footer-color .read {
    background-color: #372140;
    border: 1px solid#372140;
    color: #5d4666;
    padding: 8px 33px;
}
.footer-color .read:hover {
    background-color: #f0274f;
    color: #fff;
    border: 1px solid#F0274F;
}
.footer-bottom1 .footer-logo-text {
    text-align: left;
}
.footer-bottom1 .hraing1 {
    border: 1px solid #2b1535;
}
.footer-bottom1 .main-3-section ul li a {
    background-color: #372140;
    color: #5d4666;
}
.footer-bottom1 .main-3-section ul li a:hover {
    background: #f0274f;
    color: #fff;
}
.dark-nav .navbar.scroll-nav {
    background-color: #20082a !important;
}
.responsive4 .slick-dots li button:hover {
    background-color: #42234f !important;
    border-radius: 50px;
    transition: 0.4s;
}
.responsive4 .slick-dots li button {
    background-color: #270d31 !important;
    border-radius: 50px;
}
.responsive4 .slick-prev:before,
.responsive4 .slick-next:before {
    font-size: 14px;
}
.responsive4 .slick-prev:hover:before,
.responsive4 .slick-next:hover:before {
    color: #f0274f;
}
.responsive4 .slick-prev:before,
.responsive4 .slick-next:before {
    color: #372140;
}
.responsive4 .slick-prev,
.responsive4 .slick-next {
    height: auto;
    width: auto;
    border: 2px solid #372140;
    border-radius: 50%;
    padding: 6px 8px;
}
.responsive4 .slick-prev:hover,
.responsive4 .slick-next:hover {
    border: 2px solid #f0274f;
}
.responsive4 .slick-next {
    right: -100px;
}
.responsive4 .slick-prev {
    left: -100px;
}
.responsive4 li.slick-active button {
    background: #42234f !important;
}
.bottom-dark {
    padding: 100px 0px;
    background: #1b0723;
    padding-bottom: 0px;
}
.bottom-dark p {
    color: #5d4666;
}
.question-1 {
    background:#fff;
    padding:80px 0px 30px 0;
    position: relative;
    margin-top: 60px;
}
.img {
    content: "";
    position: absolute;

    top: -50px;
    left: 80px;
}
.img img {
    width: 390px;
}
.icon-1 {
    background: #f0274f;
    padding: 3px 2px 0px 2px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.icon-1 img {
    width: 20px;
    height: 20px;
}
.question-1 .feature-text p {
    line-height: 24px;
    margin-top: 8px;
}
.question-1 .feature-text {
    min-height: 280px;
}
.bias-input-group .input-group-addon + .input-group-btn > .btn {
    border-radius: 0;
}
.bias-input-group .input-group-addon + .input-group-btn + .input-group-addon {
    border-right: 0;
    border-left: 0;
}
.website-banner-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
    padding: 0px 10px;
    border-radius: 50px;
    border: 1px solid #fafafa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.website-banner-content .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}
.website-banner-content .btn {
    display: inline-block;
    padding: 3px 4px;
}
.website-banner-content .btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border: none;
}
.website-banner-content .btn-default {
    background-color: #fff;
    border-color: transparent;
    color: #5B5B62;
}
.website-banner-content .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 14px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.themeBtn3 {
    background: #ff2e4d;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 0.8;
    padding: 5px 22px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    border-radius: 100px;height:50px;width: 134px;
}
.themeBtn3:hover {
    background: rgb(255, 46, 77);
    color: #ffffff;
}
.margin {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -63px;
    z-index: 99999;
    position: relative;
}
.pricing .button {
    background: #f0274f;
    color: #fff;
    padding: 15px 30px;
}
.pricing .btn {
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
}

.pricing i.fa.fa-genderless {
    color: #4221c0;
    margin-right: 20px;
}
.read.active {
    border: #000;
    border: 1px solid #f0274f;
}
.faq ul {
    margin: 0;
    padding: 0;
}
.faq ul li {
    color: #000;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    margin: 25px 0px;
    padding: 21px 15px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    list-style: none;
    font-weight: bold;
    background: #fff;
}
.faq i.fa.fa-genderless {
    margin-right: 20px;
    color: #4221c0;
}
.nav-pagination1 {
    padding: 50px 20px;
}
.website-banner-content ul li p {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}
.faq ul li.text-1 {
    margin: -27px 0 25px 0;
}
.login-page .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.login-page #formContentPay {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 550px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 100px;
}

.login-page #formFooter {
    background-image: url(../images/footer-img.png);
    border-top: 1px solid #dce8f1;
    padding: 35px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#formFooter p {
    color: #fff;
}
.login-page .buttontabs {
    background-color: #f0274f;
    padding: 15px 30px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 1px 6px 0px 0 rgb(30 9 112);
}

/* TABS */

.login-page h2.inactive {
    color: #cccccc;
}

.login-page h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

.login-page .btn {
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
}

/* FORM TYPOGRAPHY*/

.login-page input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: #4221c0;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    /* -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4); */
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 50px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}
.login-page p a {
    color: #000;
    text-decoration: underline;
}
.login-page input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #f0274f;
}

.login-page input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.login-page input[type="text"] , .login-page input[type="tel"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 15px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-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;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.login-page input[type="text"]:focus, .login-page input[type="tel"]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

.login-page input[type="text"]:placeholder, .login-page input[type="tel"]:placeholder {
    color: #cccccc;
}
.login-page .input-group .btn {
    padding: 0;
}
.login-page h5 span {
    background: #4423c0;
    color: #fff;
    border-radius: 50%;
    padding: 0 7px 2px 6px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
}
.login-page .button {
    background: #f0274f;
    color: #fff;
    padding: 10px 40px;
}
.footer-img p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.footer-img span {
    background: #666;
    color: #fff;
    border-radius: 50%;
    padding: 0 7px 2px 6px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
}
.footer-img {
    padding: 30px;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.login-page .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-page .fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.login-page .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.login-page .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.login-page .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.login-page .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.login-page .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.login-page .underlineHover:hover {
    color: #0d0d0d;
}

.login-page .underlineHover:hover:after {
    width: 100%;
}

.login-page h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}
/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 30%;
}
.login-page.website-banner {
    padding-top: 160px;
    background-image: url(../images/banner-2.png);
    background-size: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}
.login-page .navigation .menu-left li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.login-page li.button-right a {
    color: #fff !important;
}
.login-page .first h5 {
    text-align: left;
    margin-left: 41px;
    font-size: 20px;
    padding: 20px 0;
    color: #4625c0;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.login-page h6 span {
    background: #39b54a;
    color: #fff;
    border-radius: 50%;
    padding: 0 7px 2px 6px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
}
.login-page .term .button {
    background: #f0274f;
    color: #fff;
    padding: 10px 40px !important ;
    margin: 15px 0;
}
.term .footer-img {
    padding: 0;
}
.term .footer-img p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
}

.login-page h6 {
    text-align: left;
    margin-left: 41px;
    font-size: 20px;
    padding: 20px 0 0 0;
    color: #39b54a;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.login-page .term #formContent, .login-page .term #formContent2 {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 550px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 100px;
    padding: 30px;
}
.login-page .term .first h5 {
    text-align: left;
    margin-left: 0px;
    font-size: 20px;
    padding: 20px 0;
    color: #4625c0;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.login-page h6 {
    margin-left: 0px;
}
.scroll_text {
    height: 150px;
    overflow: auto;
    padding: 10px 15px;
    margin: 30px 0;
    background: #fafafa;
}
.scroll_text::-webkit-scrollbar {
    width: 10px;
}
.scroll_text::-webkit-scrollbar-track {
    background-color: #e7e7e7;
}
.scroll_text::-webkit-scrollbar-thumb {
    background-color: #ffff;
    border: 1px solid rgba(92, 92, 92, 0.5);
    border-radius: 10px;
}
.scroll_text::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}
.scroll_text p {
    line-height: 24px;
}
#formFooter-1 p {
    color: #fff;
    margin: 0;
    padding: 0;
}
#formFooter-1 h6 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px;
}
.error{
    padding: 10px !important;
}
#formFooter-1 h3 {
    font-weight: 700;
}
#formFooter-1 h1 {
    color: #fff;
    margin: 0;
}
.login-page #formFooter-1 {
    background-image: url(../images/footer-img-1.png);
    border-top: 1px solid #dce8f1;
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.login-page label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    /* float: left; */
    margin-left: 0px;
    color: #999;
    font-weight: normal;
}
.login-page .form-row input[type="text"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 24px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px;
    width: 94%;
    border: 2px solid #f6f6f6;
    -webkit-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;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.login-page .btn-primary {
    color: #fff;
    background-color: #f0274f;
    border-color: transparent;
    padding: 10px 50px !important;
}
.login-page .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 13px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #797878;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 0;
}
form.needs-validation {
    margin: 50px 0 0 0;
}
.login-page form.needs-validation .form-row input[type="text"] {
    margin: 0;
    padding: 0px 15px 0 30px;
    color: #797878;
    color: #32325d;
    background-color: #f6f6f6;
    line-height: 48px;
    font-weight: 400;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    box-shadow: none;
    height: 48px;
}
/*.login-page form.needs-validation .form-row input[type="text"]:focus + i {
    color: #f0274f;
}*/

.login-page form.needs-validation .form-row input[type="text"]::-webkit-input-placeholder {
  opacity: 1;color: #CFD7DF;
}
.login-page form.needs-validation .form-row input[type="text"]::-moz-placeholder {
  opacity: 1;color: #CFD7DF;
}
.login-page form.needs-validation .form-row input[type="text"]:-ms-input-placeholder {
  opacity: 1;color: #CFD7DF;
}
.login-page form.needs-validation .form-row input[type="text"]::placeholder {
  opacity: 1;color: #CFD7DF;
}
.namefldicon{
    position: relative;
}
.namefldicon i.fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    color: #f7e4d5;
    font-size: 16px;
}
.m-tb-20 {
    margin: 20px 0;
}
.nav-pagination-1 {
    padding: 145px 0px 44px;
    background: #fff;
    padding-top: 160px;
    background-image: url(../images/banner-3.png);
    background-size: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    height: 870px;
}
.login-page .nav-pagination-1 #formContent, .login-page .nav-pagination-1 #formContent2 {
    text-align: left;

    padding: 0 30px;
}

.login-page .nav-pagination-1 input[type="text"] {
    margin: 0;
    width: 100%;
}
.login-page .nav-pagination-1 input[type="text"] {
    margin: 0;
    width: 100%;
}
.login-page .nav-pagination-1 input[type="submit"] {
    margin: 28px 0px 40px 0px;
    float: right;
}
.nav-pagination-2 {
    padding: 145px 0px 44px;
    background: #fff;
    padding-top: 160px;
    background-image: url(../images/banner-3.png);
    background-size: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    height: 870px;
}
.p-tb-30 {
    padding: 30px 0;
}
.login-page .nav-pagination-2 #formContent, .login-page .nav-pagination-2 #formContent2 {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px 8px !important;
    width: 90%;
    max-width: 565px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 100px;
}
.terms-condition {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 100px;
    margin-top: 50px;
}
.terms-condition p {
    font-size: 14px;
}   .contact{

      -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 0px 15px !important;
    width: 90%;
    max-width: 850px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 100px;
}
.contact .col-md-3 {
    background: #FAFAFA;
    padding: 10% 1%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    height: 515px;
}.login-page .contact label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: right;
    /* float: left; */
    margin-left: 15px;
    color: #999;
    font-weight: normal;
    padding: 0;
    margin-top: 29px;
}.login-page .contact input[type="text"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 5px 12px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 16px 0;
    width: 100%;
    border: 1px solid #f6f6f6;
    -webkit-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;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.login-page .contact h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-left: 29px;
}
.contact-info{
    margin-top:10%;
}
.contact-info img{
    margin-bottom: 15%;
}
.contact-info h2{
    margin-bottom: 10%;
}

.contact-form label{
    font-weight:600;
}
.contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}
.contact-form button:focus{
    box-shadow:none;
}
.p-30{
    padding: 30px 0px 0 20px;
}.icon-contact i.fa.fa-pencil {
    color: #fff;
    background: #666;
    padding: 5px;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    width: 20px;
    margin-top: 29px;
}
.contact .btn {
    border: 1px solid #989696;
    background-color: white;
    color: #656262;
    padding: 14px 12px;
    font-size: 16px;
    cursor: pointer;
}

/* Green */
.success {
    border-color: #39B54A !important;
    color: #39B54A !important;
    padding: 10px 30px !important;
    border-radius: 14px !important;
    margin-top: 14px;    margin-left: 15px;
}

.danger {
    border-color: #f0274f !important;
    color: #f0274f !important;
    margin-top: 20px;
}


/* Gray */
.default {
    border-color: #e7e7e7 !important;
    color: black;
}
.default:hover {
    background: #e7e7e7;
}
.website-banner-4 {
    padding-top: 160px;
    background-image: url(../images/banner-4.png);
    background-size: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    height: 836px;
}.map-details {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
    height: 330px;
    border-radius: 15px;
}
.map-details ul {
    padding: 10px;
}.map-details ul li img {
    width: 30px;
    padding: 0;
    margin: 0 5px 0 0;
}
.map-details i.fa.fa-paper-plane {
    background: #4221C0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 14px;
}

.map-details ul li{
    padding: 7px 0px;
    list-style: none;
}
.map-details ul li a{
    color:#000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.map img {
    width: 100%;
    /*background: #fff;*/
    padding: 5px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}.progress-section {
    position: absolute;
    width: 50px;
    background: #E6E6E6;
    height: 100%;
    z-index: 999999;
}
.progress-section::after {
    position: fixed;
    height: 100%;
    width: 50px;
    background: #e6e6e6;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}.progress-bar-vertical {
    width: 20px;
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    margin-left: 15px;

    margin-top: 50px;
}
  .progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }
  .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #dfd9f5;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}.progress-bar {

    background-color: #4221C0;}

    .progress-section p{
        font-size: 14px;
        font-family:'Roboto', sans-serif;
        text-align: center;
        padding: 0px;
    }
    .plus-icon{
        text-align: center;
    margin-top: 40px;
    }

    .plus-icon i{
        background-color: #F0274F;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 20px;
    }  .refresh-icon{
        text-align: center;
    margin-top: 20px;
    }
    .refresh-icon i {
        background-color: #F0274F;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 20px;
    }.navbar-toggle {

        background-color: #381ca2;}
        .map{
            position: relative;
        }
        .img-details {
            position: absolute;
            z-index: 999;
            top: 46px;
            left: 100px;
        }
        .img-details.login-page .button:focus {
            outline: none;
        }

        .img-details.login-page #formContent {
            -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
            background: #fff;
            padding: 30px 20px !important;
            width: 100%;
            max-width: 390px;
            position: relative;
            padding: 30px 0;
            -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            text-align: unset;
            margin-bottom: 0;    min-height: 372px;
        }
        .img-details.login-page #formContent2 {
            -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
            background: #fff;
            padding: 20px 40px !important;
            width: 100%;
            max-width: 240px;
            position: relative;
            padding: 30px 0;
            -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            text-align: unset;
            margin-bottom: 0;
        }
        .img-details.login-page #formContent2 .waitBox img {
            max-width: 60px;
        }
        .img-details.login-page #formContent2 .waitBox span{
            font-size: 14px;
            display: block;
            margin-top: 15px;
        }
        .posrel{
            position: relative;
        }
        .img-details.frmcntsecond {
            position: absolute;
            z-index: 9999;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        .notfrmvalidpin {
            margin-bottom: 15px;
            color: #f0274f;
        }
        .img-details p{
            text-align: left;
            margin: 0;
            padding: 0;
        }
        .img-details.login-page input[type="text"] {
            width: 100%;
            margin: 15px 0 5px;
        }
        .img-details.login-page .button{
            float: right;
        }
        .mail-section {
            padding-top: 190px;
            padding-bottom: 50px;
        }.mail-section h1 {
            font-weight: bold;
            word-break: break-all;
        }
        .trust {
        background-image: url(../images/bg.png);
            padding: 0px 0px 0 0;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .trust h3 a{
            color: white;
            font-weight: normal;
            font-size: 16px;
        } .trust .heading h3 {
            margin: 40px 0px;

        }
        .unsubcription-text{
            margin-top: 30px;
        }.unsubcription-text a {
            color: #0071BC;
            text-decoration: underline;
        }
        .mail-section button{
            margin: 0 auto;
            display: block;    background: #f0274f;
            color: #fff;
            padding: 15px 40px;
        border-radius: 50px;

        }

    .info {
        border-color: #4221C0 !important;
        color: #4221C0 !important;
        margin-top: 20px !important;
        background: transparent !important;
        font-size: 18px !important;
        padding: 10px 30px !important;
    }

    .info:hover {
        background: #4221C0 !important;
        color: white !important;
    }
    #geolocate{
        background-color: #4221c0;
        border: none;
        color: white;
        padding: 10px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        font-size: 18px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 50px;
        margin: 5px 20px 40px 20px;
    }
    .login-page input[type="password"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-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;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
a>#forgot_password :hover{
    background-color:pink;
}
#forgot_password{
    background-color: #4221c0;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 50px;
    margin: 5px 20px 40px 20px;
}
#cancel_subs{
    background-color: #4221c0;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 50px;
    margin: 5px 20px 40px 20px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d" !important;
}
.navbar-toggle i.fa.fa-bars {
    color: #4221c0;
    font-size: 31px;
}
.navigation .navbar-toggle {
    border: none!important;
    margin-top: 16px;
    background: transparent;
}


.nav-pagination-3{
    padding: 145px 0px 44px;
background: #fff;
padding-top: 0;

background-size: 100%;
padding-bottom: 0px;
background-repeat: no-repeat;
height: 450px;
}
.login-page .nav-pagination-3 #formContent, .login-page .nav-pagination-3 #formContent2 {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px 8px !important;
    width: 90%;
    max-width: 565px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 0;
    margin-top: 100px;
}

.navbar-brand-1 img{
margin-top: 20px;
}
button#termcheck {
color: #afacac;
border: 2px solid #ccc;
padding: 10px 40px  !important    ;
font-size: 14px;
font-weight: 600;
}

/* -----------------------------------
** End Dark Version
-------------------------------------*/

.marker {
    background-image: url('https://www.charlemagne-icon.ac.uk/wp-content/themes/charlemagne/images/marker-15.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

.img-details:not(.frmcntsecond) {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 370px;
}
.btmrftlist{
    display: none;
}
.rgsmailchckbx label.firstlbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rgsmailchckbx label.firstlbl i.fa {
    line-height: 25px;
    height: 25px;
    width: 25px;
    background: #999;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.welcomepop{
    width: 100%;
    padding: 30px 20px;
    background: #4222c0;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 999999;
}
.welcomepop p{
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.welcomepop p strong{
    font-size: 16px;
}
.welcomepop i{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* new-css */
li.button-right a{font-size:16px;}
.bottom-footer4 p a.emailtext{    color: #fff;text-decoration:underline;}
.logo-footer2{margin-top:10px;}
.navigation .container {
    display: flex;
    align-items: center;
    position: relative;
}
.navigation > .navbar .container {
    padding-right: 99px;
}

.navigation > .navbar .container.container-login {
    padding-right: 116px !important;
}
.navigation > .navbar .container .nav > li:not(.button-left) > a {
    padding: 10px;
}
.navigation > .navbar .container .nav > li.button-left {
    margin-top: -5px;
    line-height: 41px !important;
}
.navigation > .navbar .container li.button-logout {
    margin-top: -10px !important;
}
.feature-text{padding:0px 40px;!important}
.collapse.navbar-collapse{width:100%;}
.navigation .navbar-nav{width: 77%;}
.navigation .navbar-nav{width:auto;}
.navigation .button-right{
    right: 0;
    top: 30px;
    position:absolute;
}
.findphoneheading{font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    max-width:785px;margin:40px auto 28px;

    text-align: center;

    color: #3A3161;}
    .feature-text h3{
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        color: #3A3161;
        margin-top: 15px;
        margin-bottom: 4px;
        }
        .feature-text p{font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 22px;
            color: #575A73;}
.question-1 h2{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    color: #3A3161;
    margin-bottom: 37px;
    }
 .main-3-section  h2{
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
}
.navigation .navbar.scroll-nav  .menu-left li a,nav.navbar.navbar-custom.navbar-fixed-top.scroll-nav ul li>a
{font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #3A3161!important;}
    .navigation .navbar.scroll-nav  .menu-left li.button-right a{color:#fff;}
    .navigation .navbar.scroll-nav  .menu-left li.button-left a{border:1px solid #3A3161;text-align:center;}
    .button-right{list-style:none;}
    .main-3-section  {text-align:left;}
    .main-3-section ul{text-align: right;}
    .website-banner-image img{margin-right:-35px;}
    .question-1 .feature-text h3{margin-top:24px;margin-bottom:8px;}
    .Damm .container-background {max-width:668px;margin-left:auto;margin-right:auto;}
    .main-3-section ul li:last-child{margin-right:0px;}
    .navigation .scroll-nav .navbar-brand{    padding: 5px 15px;}
    .navigation .scroll-nav .navbar-nav{margin-top:7px;margin-bottom:6px;}
    .navigation .scroll-nav .button-right{top: 4px;}
    .website-banner-image img {
        margin-right: -23px;
        width: 100%;
    }
/* new-css(30-08-2022) */


.website-banner-content   .iti__country-name,.website-banner-content   .iti__flag-box{color:#000;}
.website-banner-content .input-group{width:100%;}

#phoneForm{margin-bottom:0px;}
.website-banner-content  .iti.iti--allow-dropdown{width:100%;}
input#phone_no{border-radius:30px;border-radius: 30px;padding-left: 60px;}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:transparent!important;}
.input-group .form-control:focus{z-index:auto;}
.no-cell input#phone_no{padding-left:10px;}
@media(min-width:1168px){
    html[lang="bg"] .feature-text p {
        height: 154px;
    }
}
@media(min-width:1300px){
    .feature-text{padding:0 40px;}
.container{max-width:1240px;width:100%;}
}
@media(max-width:1240px){
    .navigation .menu-left li a{font-size:14px;}
    .main-3-section h2{text-align:left;}

}
@media(max-width:1199px){
    .section-color-div-footer{padding:40px 0px 10px 0px}
    .footer-div1 {margin-bottom:0px;}
    #phoneForm .form-control{background-color:transparent;}
    .navigation .container{padding-right:175px;}
    .nav>li>a{padding:17px 8px!important}
    li.button-left a{padding:5px 10px!important;margin-left: 0px;}
    .website-banner{padding-top:140px;padding-bottom:100px;    height: 519px;}
    .main-3-section ul{text-align:left;}
}
@media (max-width: 1024px){
    .website-banner{height: auto;}
    .navigation .navbar .menu-left li a,.navigation .navigation .navbar.scroll-nav .menu-left li a{font-weight: bold;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #3A3161!important;}
        .navigation .navbar.scroll-nav .menu-left li.button-left a{font-size:16px;margin:0 auto;line-height: 36px!important;}
        .collapse.navbar-collapse{margin:0px;}
    .website-banner-content h1{margin-top:80px;font-size:40px;}
    .navigation .navbar {
        padding: 0px 0;background-color:#fff;
    }
    .navigation .navbar-brand {
        padding: 4px 15px;
    }
    .navigation .button-right{
        right: 4px;
        top: 20px;
    }
    header nav.navbar button.navbar-toggle i.fa{color:#3A3161;}
    .website-banner{margin-bottom:0px;padding-bottom:60px;padding-top:20px;}

    .findphoneheading{font-size:30px;    margin-bottom: 20px;margin-top:0px;}
    .question-1{padding:40px 0px 30px;margin-top:40px;}
    .question-1 h2{font-size:30px;}
    .container-background{margin-top:50px;margin-bottom:50px;}
    .navigation .menu-left li.button-left a{margin:0 auto;border: 1px solid #3A3161!important;font-size:16px!important;}

}
@media(max-width: 992px){
.welcomepop{
    width: calc(100% - 51px);
}
body.dashbrdbody {
    padding-left: 50px;
}
.navigation .navbar {
    padding: 0px;
}
.navigation .navbar-brand{padding: 4px 15px;}
.navigation .button-right {    right: 4px; top: 20px}
.progress-section {
    left:0;
}
.dashbrdbody .container {
    max-width: 100%;
    width: 100%;
}
nav.navbar.navbar-custom.navbar-fixed-top.nosticky{
    position: absolute !important;
}
}

@media(max-width: 991px){
header.navigation .navbar-nav {
    float: right;
    margin-right: 0px;
    width: 100%;
}
.navigation .navbar .container.text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}


@media(max-width: 767px){

    .navigation > .navbar .container {
        padding-right: 15px !important;
    }
    .navigation .navbar-brand img {
        height: auto;
    }
    .navigation .scroll-nav .navbar-brand{    margin-top: 7px;
    }
    .navigation .scroll-nav .button-right {
        top: 13px;
    }
    .question-1{padding-top:60px;}
    .container-background{padding-bottom:30px;}
    .no-padding{padding-left:0px;}
    .website-banner-image img{margin-right:0px;}
    .main-3-section ul{text-align:center;}
    .website-banner{padding-bottom:50px;margin-bottom:0px;}
    .question-1 h2{margin-top:0px;    margin-bottom: 30px;padding:0px 20px;}
    .ftrheadre{padding:0px 20px;}
    .container-background{padding-right:12px;padding-left:12px;}
    .getone p{width:100%;}
    .getone h2{font-size: 20px;margin:0px 0px 12px;}
    .button-text-center .button7{margin-bottom:0px;}
    .main-3-section  {margin-bottom:50px;}
    .webview{display:none;}
    .main-3-section h2{text-align:center;margin-top:30px;font-size:16px;}
    .logo-footer2 img{margin:0 auto 40px;}
    .footer-div1 ul{margin-bottom:0px;}
    .section-color-div-footer {
        padding: 60px 0px 40px 0px;text-align:center;
    }
    .container-background{margin-top:30px;margin-bottom:30px;}

    .question-1 h2{font-size:26px;line-height:30px;padding:0px 20px;}

    .findphoneheading{font-size:26px;line-height:30px;margin-top:0px;}
    .feature-text h3{font-size:20px;}
    .feature-text,.question-1 .feature-text{min-height:auto;padding-bottom:0px;text-align:center;
        padding:20px 10px;}

    .navigation .button-right{    right: 66px;
        top: 10px;}
    .website-banner-content h1{line-height:37px;font-size:30px!important;margin-top:0px;}
    .website-banner-content p{font-size:16px;margin:12px 0 16px;}
    .themeBtn3{width:100%;}
    .website-banner-image img{margin-top:0px;width:100%;}
    li.button-right a{width: 116px;font-size:12px;height:28px;line-height: 20px!important;padding: 5px 10px;}
    .website-banner{    background-image: url(../images/mobile-header.png);    background-position-y: -70px;
        background-position-x: 40px;padding-top:80px!important;}
    .navigation .navbar .container.text-center{padding-right:15px;}
    .navbar-brand>img{width:100px;}
.row.mndashbrdrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
}
.website-banner-4 {
    height: auto;
}
#mndashbrdrow .website-banner-content.wow.fadeInLeft.map-details.animated {
    height: auto !important;
    padding: 30px;
    margin-top: 20px;
}
body.dashbrdbody {
    padding-left: 50px;
}
.progress-section {
    left: 0;
}
.navigation .navbar {
    padding: 5px 0px 5px 0px;
}
.mndashbrdrow .website-banner-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}
.margin{margin-left:0px;}
.navigation .navbar-toggle{margin-top:5px;}
.navigation .navbar-brand{padding:5px 10px}
header.navigation .navbar-toggle{border:0px!important;}
header nav.navbar button.navbar-toggle i.fa{color:#3A3161
    ;}
    .navigation .navbar{background: transparent !important;}
.navigation .navbar.scroll-nav{background: #FFFFFF !important;
            box-shadow: 0px -2px 24px rgb(0 0 0 / 10%);}
.mndashbrdrow .website-banner-content > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding: 0 15px;
}
.navigation .navbar .container.text-center {
    display: block;
}
body .navbar-fixed-top{
    z-index: 99999;
}
.btmrftlist{
    display: block;
}
.btmrftlist ul{
    margin: 0 0 30px;
    padding: 0;
}
.btmrftlist ul li {
    position: relative;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.btmrftlist ul li:last-child{
    margin-bottom: 0px;
}
.btmrftlist ul li i {
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    top: 3px;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btmrftlist ul li.prplrbg i{
    background-color: #4221C0;
}
.btmrftlist ul li.drkpnkbg i{
    background-color: #F0274F;
}
.navigation .navbar .collapse.navbar-collapse{background-color:#fff!important;}

}

@media (max-width: 767px) and (min-width: 481px){
header.navigation i.fa.fa-bars {
    color: #ffffff;
}
header.navigation .navbar-toggle {
    border: 1px solid #fff;
}
}
@media(max-width: 575px){
    .navigation .button-right {
        right: 74px;
        top: 14px;
    }
    .compactMobi  {

        padding: 0px 20px 0px !important;

    }
    .numberBoxWrap{
        display: block;
    }
 legend.danger.danger-legend {
        padding: 0 10px;
    margin-bottom: 23px;
}
#mndashbrdrow .website-banner-content.wow.fadeInLeft.map-details.animated {
    padding: 30px 15px;
}
header.navigation .navbar-brand {
    padding: 10px 15px;    margin-top: 3px;
}
header.navigation .navbar-toggle {
    margin-top: 10px;
    right: 2px;
}
.progress-bar-vertical {
    min-height: 260px !important;
}
.dashbrdbody .website-banner-4 {
    padding-top: 110px;
}
.cmnflgsizefript {
    padding: 0 4px 0 12px !important;
}

.login-page .term #formContent, .login-page .term #formContent2 {
    padding: 30px 0px;
}
.login-page .term .first h5{
    padding-top: 10px;
    padding-bottom: 10px;
}
.rgsmailchckbx{
    margin-top: 0;
}
.scroll_text{
    margin-top: 5px;
    margin-bottom: 10px;
}
.fadeIn.first{
    padding-left: 10px;
    padding-right: 10px;
}
.login-page h6{
    padding-top: 10px;
}

#formContent .row{
    margin-left: 0;
    margin-right: 0;
}

}
@media(max-width: 500px){
.mndashbrdrow .website-banner-content > ul > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.frmphnmain input#login,
.login-page .frmphnmain input[type="text"] {
    padding-left: 0;
    padding-right: 0;
}
}
@media(max-width: 480px){
header.navigation .menu-left li a {
   margin-left: 0;
}
header.navigation .navbar {
    padding: 5px 0px 5px 0px;
}
.img-details:not(.frmcntsecond){
    max-width: 295px;
}
.img-details:not(.frmcntsecond) .input-group img {
    height: 20px !important;
}
.img-details:not(.frmcntsecond) form .input-group{
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.img-details:not(.frmcntsecond) form:after, form:before {
    clear: both;
    content: "";
    display: block;
}
.img-details:not(.frmcntsecond) .button {
    padding: 10px;
    width: 100%;
}
.img-details:not(.frmcntsecond) input[type="text"] {
    margin: 5px 0 0;
    padding: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.img-details:not(.frmcntsecond) h3{
    font-size: 20px;
}
.img-details.login-page #formContent2 {
    padding: 20px !important;
}
}
@media(max-width: 375px){
.navbar-brand > img {
    max-width: 96px;
}
.namefldicon i.fa {
   display: none;
}

.namefldicon .name_on_card {
    padding: 0px 15px 0 0 !important;
}
}
@media(max-width: 360px){
.img-details:not(.frmcntsecond) {
    max-width: 225px;
}
}

