.text-right{ text-align:right; }
.saperator{ border-bottom:solid 1px #f2f2f2; }


/*==================================


/*===================
1. Header Area CSS
====================*/



header{ padding:10px 0 !important; }
header>div>.row{ justify-content:space-between; align-items:center;  }


.logo {
    padding: 7px 0;
    max-width:180px;
}
.navigation{ justify-content: flex-end; display: flex; }
.navigation .boxed-btn { margin: 5px 0; display: inline-table; padding: 7px 20px;  }
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: #929292;
    padding: 8px 13px;
}
.mainmenu li a:hover, .mainmenu li.active a {
    color: #ff5a60;
}
.mainmenu ul.dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 200px;
    text-align: left;
    background: #ededed;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.mainmenu ul.dropdown li a {
    padding: 5px 18px;
    display: block;
    color: #929292;
    border-bottom: 1px solid #fff;
}
.color-2 .mainmenu ul.dropdown li a {
    color: #ff5a60;
}
.mainmenu ul.dropdown li a:hover {
    color: #ff5a60;
}
.mainmenu ul.dropdown li {
    display: block;
}
.mainmenu ul.dropdown li:last-child a {
    border-bottom: 0;
}
.mainmenu ul li:hover ul.dropdown {
    top: 51px;
    opacity: 1;
    visibility: visible;
}
.boxed-btn {
    background: #ff5a60;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}
.boxed-btn:hover {
    color: #fff1f6
}
.boxed-btn i.fa {
    padding-left: 5px;
}
.header-top {
    padding: 5px 0;
}
.header-top.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-top.sticky-header.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ededed;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-top.sticky-header.innerPage{
    
    background-color: #ededed;
}
.lmuClolor {
    color: #ee575d;
}
/*===================
2. Welcome Area CSS
====================*/
.welcome-area {
    height:700px !important;
    background-color: #fffafc;
}
/*.container, .row{ height:100% } */
.welcome-area.welcome-bg-color-2, .arrow-box.color-2 {
   background-image: url(../img/light-828547_1920.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    padding-top: 100px; 
}

.welcome-text h1 {
    font-size: 36px;
    line-height:50px;
    color:#fff;
}
.color-2 .welcome-text h1, .color-2 .welcome-text, .color-2 .newsletter-form, .color-2 input::placeholder {
    color: #fff;
}
.color-2 .boxed-btn {
    background-image: linear-gradient(90deg,#ffc75e,#ff2c4f);
    background-size: 100%;
    z-index: 1;
    color: #fff !important;
}
.color-2 .boxed-btn:hover,.color-2 .boxed-btn:visited{
    background-image: linear-gradient(90deg,#ff2c4f,#ffc75e);
}
.color-2 .newsletter-form input[type=email], .color-2 .newsletter-form input[type=search] {
    background: transparent;
}
.newsletter-form input[type=email], .newsletter-form input[type=search] {
    border: 2px solid #ddd;
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
}
.newsletter-form, .welcome-text {
    position: relative;
    z-index: 3;
}
.newsletter-form .boxed-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.newsletter-form form {
    margin: 35px 0 20px;
}
.newsletter-form {
    width: 80%;
}
.header-area.header-area-1 {
    position: relative;
    z-index: 2;
}
/*.header-area.header-area-1::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: url(../img/illustration.png) no-repeat scroll top LEFT / cover;
}*/
.header-area.color-2 .mainmenu li a {
    color: #fff;
}
/*===================
3. Breadcrumb Area CSS
====================*/
.breadcrumb-bg-1 {
    background-image: url(../img/breadcrumb-bg-1.jpg);
}
.breadcrumb-area {
    background-color: #bbb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 285px;
    display: table;
    width: 100%;
}
.breadcrumb-inner {
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-area, .breadcrumb-area a {
    color: #fff;
}
.breadcrumb-area h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.dot-bttom-botder{
    border-bottom: dotted 1px #000;
}
.lmuColor{
    color:#ee565d;
}

/*===================
4. Service Area CSS
====================*/
.service-icon {
    color: #ff5a60;
    font-size: 40px;
    width: 64px;
    margin: 0 auto 15px;
    font-weight: 400;
}
.single-service-box h3 {
    font-size: 20px;
    font-weight: 600;
}
.single-service-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 15px;
    margin: 15px 0;
}
.single-service-box:hover {
    box-shadow: 0px 0px 20px 7px rgba(188, 188, 188, 0.20);
    background: #fff;
}
.horizontal-line {
    position: relative;
}
.horizontal-line::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: -.5px;
    z-index: -1;
}
.arrow-box {
    width: 40px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.arrow-box:hover {
    background-color: #ff5a60;
}
.arrow-box:hover a, .arrow-box.color-2 a {
    color: #fff;
}
.arrow-box a {
    color: #ff5a60;
}
/*===================
5. About Area CSS
====================*/
.about-text {
    margin-top: 30px;
}
.about-text h2 {
    font-size: 30px;
    font-weight: 600;
}
.inline-btn {
    display: inline-block;
    color: #ff5a60;
}
.inline-btn:hover {
    color: #333;
}
/*===================
6. Features Area CSS
====================*/
.bg-color {
    background-color: #fffafc
}
.section-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
}
.section-title {
    margin-bottom: 45px;
}
.feature-tab-list ul.nav.nav-tabs, 
.feature-tab-list li.nav-item {
    margin: 0 auto;
    text-align: center;
}
.feature-tab-list {
    margin-bottom: 50px;
    padding: 0 50px;
}
.feature-tab-list li {
    border-radius: 50%;
}
.feature-tab-list .nav-tabs {
    border-bottom: 0;
}

.feature-tab-list .nav-tabs .nav-link img{ width:50px; height:50px; }
.feature-tab-list .nav-tabs .nav-link:focus, 
.feature-tab-list .nav-tabs .nav-link:hover, 
.feature-tab-list .nav-tabs .nav-link.active {
    border-color: #ff5a60;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 2px rgba(255, 90, 96, 0.35);
}
.feature-tab-list .nav-tabs .nav-link {
    border-color: #ddd;
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 100px;
}
.feature-content ul li { 
    color: #1d2025;
    padding: 8px 0 8px 30px;
    position: relative;
}
.feature-content ul li::before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 10px;
    font-family: "FontAwesome";
    color: #ff5a60;
}
.feature-tab-list {
    position: relative;
    z-index: 1;
}/* 
.feature-tab-list::after, .feature-tab-list::before {
    position: absolute;
    content: "";
    left: 10%;
    top: 45%;
    width: calc(100% - 21%);
    height: 5%;
    background: #ff5a60;
    background: -moz-linear-gradient(left, #ff5a60 1%, #ffe1e2 100%);
    background: -webkit-linear-gradient(left, #ff5a60 1%,#ffe1e2 100%);
    background: linear-gradient(to right, #ff5a60 1%,#ffe1e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a60', endColorstr='#ffe1e2',GradientType=1 );
    z-index: -1;
    border-top: 1px solid #bbb;
} */
.feature-tab-list::after {
    top: auto;
    bottom: 45%;
    border-top: 0;
    border-bottom: 1px solid #bbb;
}
/*===================
7. Video Area CSS
====================*/
.video-bg {
    background: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-color: #333;
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
    height: 425px;
}
.video-area {
    display: table-cell;
    vertical-align: middle;
}
a.play-btn {
    width: 100px;
    height: 100px;
    display: inline-block;
    color: #ff5a60;
    background: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
}
a.play-btn:hover {
    background-color: #ff5a60;
    color: #fff;
}
.video-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    padding: 10px;
}
/*===================
8. Client Area CSS
====================*/
.client-list {
    background: #fff;
    margin-top: -76px;
    height: 152px;
    box-shadow: 0px 3px 7px 2px rgba(255, 90, 96, 0.33);
}
/*===================
9. Pricing Plan Area CSS
====================*/
.pricing-head {
    background: #22293b;
    color: #dddddd;
    padding: 30px 16px 50px;
    position: relative;
    border-left: 1px solid #22293b;
    border-top: 1px solid #22293b;
    border-right: 1px solid #22293b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pricing-head h4 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
span.price {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #ff5a60;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    font-weight: 600;
    line-height: 70px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
}
.pricing-body {
    background: #fffafc;
    padding: 60px 60px 30px;
    border-left: 1px solid #ff5a60;
    border-bottom: 1px solid #ff5a60;
    border-right: 1px solid #ff5a60;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pricing-body li {
    display: block;
    padding: 5px 0;
}
.pricing-body li:hover {
    padding-left: 5px;
}
.purchase-btn {
    display: block;
    background: #fff1f6;
    padding: 12px 35px;
    border-radius: 50px;
    color: #ff5a60;
    border: 1px solid #ff5a60;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}
.purchase-btn:hover {
    background-color: #ff5a60;
    color: #fff;
}
.pricing-marging {
    margin-top: 30px;
}
.single-pricing-box {
    margin: 15px 0;
}
.single-pricing-box.active{
    margin-top: -30px;
    box-shadow: 0px 0px 10px 3px rgba(255, 90, 96, 0.25);
    border-radius: 5px;
}
span.icon-check {
    display: inline-block;
    padding-right: 15px;
}
.fa-check {
    color: #5a94ff;
}
.fa-times {
    color: #ff5a60;
}
/*===================
10. Testimonial Area CSS
====================*/
.testimonial-author img {
    max-width: 70px;
    border-radius: 7px;
    display: inline-block !important;
    margin-top: -10px;
}
.single-testimonial-box {
    text-align: center;
    border: 1px solid #ff5a60;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 1
}
.single-testimonial-box::before {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 66px;
    height: 54px;
    content: "";
    z-index: -1;
    background: url(../img/quote.png) no-repeat scroll center center / cover;
    margin-left: -33px;
}
.testimonial-author h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 20px 0 0 15px;
}
.testimonial-author h4 span {
    display: block;
    font-size: 80%;
    opacity: .5;
    font-weight: 400;
    margin-top: 5px;
}
/*===================
11. Promo Area CSS
====================*/
.promo-bg {
    background: url(../img/promo-bg.jpg) #bbbbbb no-repeat scroll center center / cover;
    background-attachment: fixed;
}
.promo-content, .promo-content h2, .promo-content a {
    color: #fff;
}
.promo-content h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.promo-content .boxed-btn {
    background-color: #fff;
    color: #ff5a60;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-right: 20px;
    margin-top: 25px;
}
.promo-content .boxed-btn:hover {
    background-color: #ff5a60;
    color: #fff;
    border-color: #ff5a60;
}
.bordered-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.bordered-btn:hover {
    color: #ff5a60;
}
.right-side .newsletter-form {
    width: 100%;
    margin-bottom: 40px;
}
.right-side .newsletter-form form {
    margin-top: 0;
}
.right-side .boxed-btn {
    padding: 13px 50px;
}
.single-sidebar {
    margin-bottom: 70px;
}
.single-sidebar h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sidebar-item {
    position: relative;
    margin-bottom: 35px;
}
.sidebar-item img {
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar-item img {
    max-width: 100px;
}
.sidebar-content {
    padding-left: 120px;
    font-size: 15px;
    padding-top: 5px;
}
.sidebar-content a {
    color: #929292;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
.sidebar-content a:hover {
    color: #ff5a60;
}
.single-sidebar ul li {
    display: block;
}
.single-sidebar li a {
    display: block;
    margin-bottom: 30px;
    padding: 15px;
    color: #ff5a60;
    text-transform: capitalize;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.single-sidebar li a:hover {
    background: #ff5a60;
    color: #fff;
    border-color: #ff5a60;
}
/*===================
12. Blog Area CSS
====================*/
.blog-bg-1 {background-image: url(../img/blog-bg-1.jpg);}
.blog-bg-2 {background-image: url(../img/blog-bg-2.jpg);}
.blog-bg-3 {background-image: url(../img/blog-bg-3.jpg);}
.blog-bg-4 {background-image: url(../img/blog-bg-4.jpg);}
.blog-bg-5 {background-image: url(../img/blog-bg-5.jpg);}
.blog-bg-6 {background-image: url(../img/blog-bg-6.jpg);}
.blog-bg-7 {background-image: url(../img/blog-bg-7.jpg);}
.blog-bg-8 {background-image: url(../img/blog-bg-8.jpg);}
.blog-bg-9 {background-image: url(../img/blog-bg-9.jpg);}
.blog-bg {
    background-color: #bbb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 230px;
}
.single-blog-box {
    margin: 15px 0;
}
.blog-content a {
    font-size: 20px;
    display: block;
    color: #1d2025;
    margin-bottom: 15px;
}
.blog-content a:hover {
    color: #ff5a60;
}
.blog-content {
    padding: 30px 30px 20px;
    border: 1px solid #ff5a60;
    border-top: 0;
}
.blog-meta {
    border: 1px solid #ff5a60;
    border-top: 0;
    padding: 15px 30px;
}
.blog-meta, .blog-meta a {
    color: #929292;
}
.blog-meta {
    padding-right: 30px;
}
.blog-meta a {
    padding-right: 20px;
}
.blog-meta a:hover {
    color: #ff5a60;
}
.blog-meta .color1 {
    color: #ff5a60;
    padding-right: 3px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    display: block;
    border: 1px solid #ff5a60;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5a60;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
    margin: 0 8px;
}
.pagination {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.pagination li a:hover, .pagination li.active a {
    background-color: #ff5a60;
    color: #fff;
}
.color-text {
    color: #ff5a60;
}
.left-side img {
    margin-bottom: 30px;
}
.single-blog-meta h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}
.single-blog-meta {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.single-blog-meta a {
    color: #929292;
}
.social-link li {
    display: inline-block;
}
.social-link li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ff5a60;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ff5a60;
    margin: 0 10px;
}
.social-link {
    display: inline-block;
}
.social-link li a:hover {
    background-color: #ff5a60;
    color: #fff;
}
.share-txt {
    display: inline-block;
    font-weight: 600;
}
.social-section {
    padding: 20px 0;
    position: relative;
    margin: 30px 0;
}
.social-section::before, .social-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.social-section::after {
    top: auto;
    bottom: 0;
}
/*===================
13. Contact Form CSS
====================*/
.contact-form h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact-form input[type=text],.contact-form input[type=number], .contact-form input[type=email] {
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    resize: none;
    height: 150px;
    border-radius: 5px;
}
.contact-form input[type=email],.contact-form input[type=number] {
    margin-right: 0;
    margin-left: 15px;
}
.contact-form input[type=submit] {
    background: #ff5a60;
    border: 1px solid #ff5a60;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 50px;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
}
.contact-right li {
    display: block;
    padding: 15px 0;
    position: relative;
    padding-left: 30px;
}
.contact-icon {
    position: absolute;
    left: 0;
    top: 15px;
}
.contact-right { 
    margin-top: 50px;
    background: #ff5a60;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}
/*===================
14. Footer Area CSS
====================*/
.footer-area {
    padding: 100px 0 20px;
    position: relative;
    z-index: 1;
    background-color: #222;
}
.footer-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/footer-map.png) no-repeat scroll center center / cover;
    z-index: -1;
}
.footer-area .horizontal-line {
    position: absolute;
    left: 0;
    top: -21px;
    width: 100%;
}
.footer-logo {
    margin-bottom: 20px;
    max-width:200px;
}
.single-widget h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 18px;
    color: aliceblue;
}
.single-widget li a {
    display: block;
    color: #929292;
    padding: 5px 0;
}
.single-widget li a:hover {
    color: #ff5a60;
}
.copyright {
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}
.copyright::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
/*===================
  Extra CSS
====================*/
.mean-container .mean-bar {
    background-color: transparent;
}
.mean-container .mean-nav {
    background: transparent;
}
.mobile-menu.mean-container {
    margin-top: -50px;
}
.mean-container .mean-nav ul li a {
    padding: 10px 5%;
    color: #ff5a60;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: rgba(255,255,255,.1)
}
.mean-container a.meanmenu-reveal span {
    background: #ff5a60;
}
.mean-container a.meanmenu-reveal {
    color: #ff5a60;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.video-btn span {
    display: none;
}

/*====================
    Additional Css
====================== */
ul.nav.nav-tabs {
    width: 100%;
}
li.nav-item {
    
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 4px;
}
li.nav-item .nav-link.active + .middle-border{
    background: linear-gradient(to right, #ff5a60 1%,#ff5a60 70%,#ffffff 100%);
    border-color: transparent!important;
}
.middle-border {
    height: 15px;
    width: 123%;
    position: absolute;
    top: 50%;
    left: 0;
    background: transparent;
    margin-top: -7.5px;
    z-index: -1;
    border-top:2px solid #ddd;
    border-bottom:2px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s;
}
li.nav-item:last-child {
    width: auto!important;
}
img.hover{
    display: none;
}
a.nav-link.active img,a.nav-link:hover img {
    display: none;
    transition: .3s;
}
a.nav-link.active img.hover,a.nav-link:hover img.hover {
    display: inline-block;
    transition: .3s;
}
span.nav-link-wrap {
    display: block;
    background: #FFF1F6;
    border-radius: 50%;
    width: 86px;
    height: 86px;    line-height: 86px;
    transition: .3s;
}
.nav-link.active span.nav-link-wrap,.nav-link:hover span.nav-link-wrap {
    background: #ff5a60;
}
a.nav-link {
    line-height: 46px!important;
    border-width: 2px!important;
    background: #ededed;
    color: #222;
}
.inline-btn.color-2, .color-2 .single-widget li a:hover, .color-2 .mainmenu ul.dropdown li a:hover, .color-2 .is-sticky .mainmenu li a {
  color: #726664;
}
.color-2 a.play-btn, .color-2 .active .purchase-btn, .color-2 .arrow-box a {
    color: #fff;
}
.color-2 .mainmenu ul li a:hover {
    color: #ff5a60;
}
.color-2 .nav-link.active span.nav-link-wrap, .color-2 .nav-link:hover span.nav-link-wrap, .color-2 a.play-btn, .color-2 .price, .color-2 .active .purchase-btn, .color-2 .arrow-box, .color-2 .purchase-btn:hover {
    background: #726664;
  
}
.mean-container .mean-nav ul li a.mean-expand {
    padding: 6px 12px !important;
}
.pic{
    border-radius: 50%;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
    margin-right: 6%;
    background-color: white;
    color: blue;
    margin-top: 4%;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}

.register-pop .modal-content{ padding-bottom:30px; }

.text-align{
    margin-top: -3%;
    margin-bottom: -9%;

    padding: 10%;
    margin-left: 30%;
}
.form-new{
    margin-right: 22%;
    margin-left: 20%;
}
.register-heading{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.register-heading h1{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.btnLoginSubmit{
    border: none;
    padding: 2%;
    width: 25%;
    cursor: pointer;
    background: #29abe2;
    color: #fff;
}
.btnForgetPwd{
    cursor: pointer;
    margin-right: 5%;
    color: #f8f9fa;
}
.register{
    background-color: #222;
    
    padding: 20px;
    border-radius: 20px;
    margin: 50px;
}
.nav-tabs.dashBoard .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white;
}
.nav-tabs.dashBoard .nav-link {
    border: 1px solid #ededed;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ff5d6a;
    background: #ededed;
}
.nav-tabs.dashBoard .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff5d6a;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs.dashBoard li.nav-item {
    width: auto !important;
}
.nav-tabs.dashBoard a.nav-link {
    line-height: 2 !important;
}
.dashArea{
    padding: 0px 0 40px;
}
.fRight-side{
    float: right;
}
.dashTitleArea {
    background: #222;
    padding: 50px 0 80px;
    text-align: center;
}
.dashTitleArea h2{
    color: #fff;
}
.dashArea h2 a.boxed-btn {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: -5px;
    display: block;
}

.ScheduleMeetingFrm{
    padding: 30px 0 10px 0;
}
.form-group.dash {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: left;
}

.dash .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.dash .form-control:focus + .form-control-placeholder,
.dash .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.dashArea .section-title h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.dashContent-TpBtn {
    /* position: absolute; */
    margin-top: -55px;
    text-align: center;
    margin-bottom: 50px;
}
a.boxed-btn.color2 {
    background: #28a745;
}
.boxed-btn{
    box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
}
.meetingsList-item {
    border-bottom:1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.meetingsList-item:last-child{
    border-bottom:0px solid #ededed;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.meetingInfo, .meetingTimeSec {
    display: inline-block;
    vertical-align: top;
}
.meetingTimeSec {
    width: 100px;
    text-align: center;
    background: #000;
    border-radius: 10px;
    color: #fff;
}
.meetingTime {
    height: 50px;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 5px;
}
.meetingDateSec {
    height: 50px;
    background: #ee565c;
    border-radius: 0 0 7px 7px;
    letter-spacing: 0.5px;
}
.meetingDate, .meetingMnY {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.meetingDate {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}
.meetingMonth {
    font-weight: 600;
    text-transform: uppercase;
}

.meetingInfo {
    width: calc(100% - 105px);
    padding-left: 10px;
}
.meetingTitle {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
span.meetingTime {
    display: inline-block;
    padding: 5px;
    background: #ee575d;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
span.meetingUrl {
    display: inline-block;
    padding: 4px 10px 4px 0;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #717171;
    color: #222;
}
span.meetingUrl a {
    padding: 6px 10px;
    background: #717171;
    border-radius: 5px 0 0 5px;
    color: #fff !important;
    margin-right: 5px;
}
.meetingDisc {
    padding: 5px 0;
}

.meetingsVideo iframe {
    height: calc(100vh - 80px);
    width: 100%;
}
.meetingPageArea{
    position: relative;
}
.meetingPageArea h4 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.light-bg {
    background: #fbfbfb;
}
.footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.footer-social ul li a {
    font-size: 24px;
    color: #999;
}
.footer-social ul li a:hover {
    color: #ee575d;
}

.dashContentArea {
    padding: 30px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-top: -40px;
    background: #fff;
    min-height: 350px;
}
.dashContentArea label{font-weight: 600;}
.dashTitleArea{
    background-image: url(../img/dashboard.jpg);
    background-size: cover;
    background-position: center;
}
.dashArea.bLogin .dashTitleArea {
    padding-top: 100px;
}

.dashArea.bLogin .dashContentArea {
    min-height: 600px;
    background-image: url(../img/meeting-vector.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
div#googleLogin {
    width: 200px;
    margin: 10px auto;
    font-size: 16px !important;
    overflow: hidden;
}
div#lmLoginmodal div#googleLogin .abcRioButton {
    width: 100% !important;
}
div#googleLogin .abcRioButtonContents {
    font-size: 16px !important;
}
.btn{
    border-radius: 50px;
}
.button{  font-size:16px; border-radius:50px; padding:7px 18px; color:#fff;  font-weight:600;    }
.btn-sec{ background:#2acb9f; color: #fff !important;}
.btn-pri{ background:#ff5a60;  color: #fff !important;}

.btn-sec-shadow{ box-shadow: 0px 4px 10px #2acb9f70; }
.btn-pri-shadow{ box-shadow: 0px 4px 10px #ff5a6070; }
textarea,
input[type="text"]{ padding:15px 20px;  border-radius:30px; border:solid 1px #e5e5e5; color:#797979; font-family: 'Poppins', sans-serif;}
input[type="submit"]{ padding:10px 20px;  font-family: 'Poppins', sans-serif; font-weight:600; border:none;   }
textarea{ height:80px; }

input:focus,
button:focus,
a:focus{ outline:none; }

/* --- Join Meeting Start --- */


.join-meeting-content {margin:0 auto; text-align:center; }
.join-meeting .btn-section{  text-align:center; }
.join-meeting .btn-section a{ display:inline-block; margin:0 10px; }
.join-meeting .heading{ font-size:25px; color:#262626; font-weight:600; text-align:center;}
.join-meeting .sub-heading{ font-size:20px; font-weight:300; color:#797979;   }

.join-meeting-form{ margin-top:30px; }
.join-meeting-form input[type="text"] { width:80%; margin:0 auto; font-size:14px; margin-bottom:15px; }

/* --- Join Meeting End --- */




.advertisement-strip {background:#ff5a60; padding:20px 0;}
.advertisement-strip .content{ font-size:20px; font-weight:400; color:#fff; }
.advertisement-strip .content-left h3{ font-weight:700;  color:#fff; padding:0; margin:0; }
.advertisement-strip .content-left p{ font-size:16px; color:#fff; margin-top:10px; margin-bottom:0px; }

.advertisement-strip .content a {font-size:22px;}
.advertisement-strip .content a svg{ margin-right:5px; }


.footer-signup{ background:url(../img/home-footer-bg.jpg); padding:80px 0; }
.footer-signup .content{ width:75%; margin:0 auto; }
.footer-signup .content h2{ color:#fff; font-weight:700; font-size:50px; margin-bottom:20px;  }
.footer-signup .content p{ color:#fff; margin-bottom:40px; }
.footer-signup .content a{ margin:0 5px; background:#fff; color:#ff2c4f }
