@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root {
    --black-color: #333;
    --dark-color: #333;
    --grey-color: #808080;
    --grey-light-color: #b3b1b1;
    --white-color: #fff;
    --green-color: #00dd99;
    --green-light: #00ff99;
    --blue-color: #087ab6;
    --font-montserrat: 'Montserrat', sans-serif;
}
html{
    overflow-x: hidden;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
.page-container{
    width: 100%;
    height: auto;    
}
.b-padding-top{
    padding-top: 65px;
}
section{
    padding: .5rem 1rem;    
}

section:after {
    content: '';
    width: 100%;
    background-image: url(../../images/frontend/zyra-new-design/sec-divider1.png);
    background-size: 100%;
    display: block;
    height: 62px;
    margin: 0;
    background-repeat: no-repeat;
}
section.dim-divider::after{
    background-image: url(../../images/frontend/zyra-new-design/sec-divider.png);
}
section.dim-divider.set-z-index::after{
    position: relative;
    z-index: -1;
}
section.sec-opacity:after{
    opacity: 0.42;
}

button:focus {    
    outline: 0;
}
section.sec-for-it:after {
    display: none;
}
section.show-divider:after {
    display: block;
}
section.hide-divider:after {
    display: none;
}

.signin-btn {
    color: var(--black-color);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-montserrat);
}

.signin-btn:hover {
    text-decoration: none;
    color: var(--blue-color);
}

.btn-outline {
    background: #01d19f;
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    border-radius: 20px;
    box-sizing: border-box;
    color: var(--dark-color);
    display: inline-block;
    padding: 3px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-outline span {
    align-items: center;
    background: var(--white-color);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding: 0 14px;
}


.btn-bg {
    background: #01d19f;
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    border-radius: 20px;
    padding: 0 17px;
    color: var(--white-color);
    height: 40px;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-outline:hover {
    color: inherit;
    text-decoration: none;
}

.btn-bg:hover {
    color: var(--white-color);
    text-decoration: none;
}

.hero-padding {
    padding: 30px 22px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-heading {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 900;
    font-family: var(--font-montserrat);
}
.home-bg  .hero-heading{
    font-size: 3rem;
}
.hero-heading span {
    background-color: var(--green-color);
    padding: 2px;
}

.hero-heading span:last-child {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.hero-text,
.intro-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-color);
    margin: 40px 20px 0px 0px;
    font-family: var(--font-montserrat);
    line-height: 24px;
}

.intro-text {
    font-size: 23px;
}

.button-row a {
    width: 158px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 28px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-montserrat);
    white-space: nowrap;
}

.button-row a span {
    border-radius: 28px;
}

.client-heading,
.title2,
.title1 {
    font-size: 35px;
    font-weight: 900;
    font-family: var(--font-montserrat);
}

.title1 {
    font-size: 39px;
}

.client-heading {
    text-align: center;
}

.client-heading span:first-child {
    background-color: var(--dark-color);
    color: var(--white-color);
    display: inline;
    /* padding: 4px 5px; */
}

.client-heading span:last-child {
    background-color: var(--green-color);
    display: inline;
    /* padding: 4px 5px; */
}

.client-logo img {
    width: 100%;
    max-width: 172px;
    margin: 12px 30px;
}

.title2 span:first-child {
    background-color: var(--green-color);
    display: inline;
    /* padding: 4px 6px; */
}

.title2 span:last-child {
    background-color: var(--dark-color);
    color: var(--white-color);
    display: initial;
    /* padding: 4px 6px; */
    line-height: 1.6;
}
.sec-conversations .title2 span:last-child {    
    display:initial;    
    line-height: 1.6;
}

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 50px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--blue-color);
    background-color: transparent;
}

.nav-pills .nav-link {
    position: relative;
}

.nav-pills .nav-link i,
.nav-pills .nav-link.active i {
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
}

.nav-pills .nav-link {
    padding-left: 50px;
    color: var(--grey-light-color);
}

.nav-pills .nav-link.active:after {
    content: '';
    width: 90px;
    height: 6px;
    background-color: var(--green-color);
    position: absolute;
    right: 0;
    top: 22px;
    border-radius: 6px;
}

.nav-pills .nav-link.active i {
    color: var(--green-color);
}

.right-container .tab-pane {
    padding: 0 50px;
}

.round-shadow {
    border-radius: 1rem;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.convers-text {
    margin-top: 45px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray);
    font-family: var(--font-montserrat);
    padding: 0 5px;
}

.convers-logo {
    margin: 40px 0;
    padding: 0 5px;
}

.convers-logo strong {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-montserrat);
    color: var(--gray);
}

.convers-logo img {
    max-width: 105px;
    margin: 0 12px;
}

.sec-our-team .title2,
.sec-our-team .title1 {
    text-align: center;
    width: 100%;
}

.sec-our-team .title2 {
    font-size: 25px;
}
.sec-our-team .title1 {
    font-size: 35px;
}
.covid-19 {
    width: 100%;
    background-color: var(--green-color);
    padding: 40px 0;
    border-radius: 15px;
}

.covid-content {
    margin: 2% 17%;
}

.learn-more {
    font-size: 20px;
    text-transform: uppercase;
    background-color: var(--white-color);
    padding: 18px 32px;
    border-radius: 6px;
    text-decoration: none !important;
    color: var(--dark-color);
    font-weight: 700;
    display: flex;
    white-space: nowrap;
    line-height: 20px;
}
.learn-more:hover{
    color:#087ab6;
}

.right-arrow-icon {
    position: relative;
    display: inline-block;
}

.right-arrow-icon::after {
    content: '';
    width: 32px;
    height: 15px;
    background-image: url(../../images/frontend/zyra-new-design/arrow-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
}

.covid-heading {
    font-size: 20px;
    font-weight: 900;
    padding-right: 50px;
    font-family: var(--font-montserrat);
    position: relative;
    line-height: 27px;
    margin-top: 25px;
}

.covid-heading::after {
    content: '';
    width: 120px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--white-color);
    display: block;
    margin-top: 24px;
    margin-bottom: 20px;
}

.covid-heading span {
    background-color: var(--white-color);
    padding: 2px 6px;
}

.covid-text {
    font-weight: 800;
    font-family: var(--font-montserrat);
    font-size: 13px;
}

.header-text {
    width: 100%;
    position: relative;
}

.header-text h2,
.header-text p {
    width: 100%;
    text-align: center;
}
.review-intro{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px 40px;
    max-width: 1000px;
    margin: auto;
    color:var(--dark-color);
    font-family: var(--font-montserrat);
}

/* owl */

.carousel-wrap {
    width: 94%;
    position: relative;
    margin: 0 3%;
}

.review-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
    background: #01cba0;
    background: -webkit-linear-gradient(to right, #01cba0, #06a1ac);
    background: linear-gradient(to right, #01cba0, #06a1ac);
    border-radius: 25px;
}

.review-carousel .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.review-carousel .owl-nav i {
    font-size: 42px;
    color: var(--blue-color);
}

.review-carousel .owl-nav .owl-prev {
    left: -60px;
}

.review-carousel .owl-nav .owl-next {
    right: -60px;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    left: 0;
    color: #097ab6;
}

.owl-nav .owl-next {
    position: absolute;
    top: 48%;
    right: 0;
    color: #097ab6;
}

/* owl */
.green{color: var(--green-color);}
.star-yellow{color: var(--green-light);}
.star-yellow{color: #e8e820;}
.white{color: var(--white-color);}
.green-bg{background-color: var(--green-color) !important;}
.dark-bg{background-color: var(--dark-color) !important; color: var(--white-color);}
.review-star{margin-top: 30px;margin-bottom: 30px;}
.review-star i{
    font-size: 32px;
    margin-right: 9px;
}
.caroc-left{
    padding: 62px 100px;
}
.title2.review-heading {
    font-size: 25px;
    line-height: 30px;
    /* min-height: 140px; */
}
.title2.review-heading span:last-child {    
    display: initial;    
    line-height: 1.8;
}
.review-text{
    color: var(--white-color);
    font-size: 14px;
    font-family: var(--font-montserrat);
}
.caros-img {
    border-radius: 22px;
    max-width: 390px;
    margin-top: 45px;
}
footer {
    background-color: #1d2a3b;
    color: var(--white-color);
}

.f-padding {
    padding: 40px 0 50px;
}

.f-column h4,
.phone-number {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 25px;
    font-family: var(--font-montserrat);
    line-height: 2;
}

.social-media {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-media a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: inline-block;
    margin-right: 5px;
    color: #01cf9e;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
}
.social-media a:hover {
    color: #fff;
}

.social-media a:hover {
    background-color: var(--green-color);
}

.f-column ul {
    padding: 0;
}

.f-column li {
    list-style: none;
}

.f-column li a,
.address,
.email {
    color:#f3f4f9;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    font-family: var(--font-montserrat);
}

.copyright {
    background-color: #e6e6e6;
    margin: -0.5rem -1rem;
    padding: 0.5rem 1rem;
    color: var(--grey-color);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-montserrat);
}
.nav-pills.tabs-after-none .nav-link.active:after{
    display: none;
}
.employee-img, .employee-add{
    width: 100%;
}
.btn-bg.big {    
    border-radius: 28px;
    padding: 0 28px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}
.spacer{
    width: 100%;
    height: 52px;
}
.yr-topmenu{
    background-color:#fff;
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
}
.free-demo{
    font-size: 2.7rem;   
    font-weight: 900;
    line-height: 1.1;
    font-family: var(--font-montserrat);
}
.free-demo span:first-child, .free-demo span:last-child{
    /* padding: 4px 5px; */
}
.free-demo span:last-child{
    /* padding: 4px 5px; */
    display: initial;
    line-height: 1.5;
}
.request-form{
    max-width: 480px;
    padding: 30px;
    border: 3px solid #ddd;
    border-radius: 10px;
    margin-top:35px;
    position: relative;
}
.actions-btn{
    width: 100%;
    display:flex;
    justify-content: center;
}
.request-form .form-control{
    border:0;
    background-color: #f7f7f7;
    color:#4e4e4e;
    height: 38px;
    font-size: 0.8rem;
    font-weight: 500;
}
.request-form .form-control:focus{
    outline: none;
    box-shadow: none;    
    color: #000;   
}
.request-form .demo-btn{
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    height: 55px;
    font-size: 17px;
    border-radius: 30px;
    padding: 0 20px;
    border: 3px solid#fff;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: var(--white-color);
}

/* our-team carousel*/
.our-team.owl-carousel .owl-stage{
    margin-bottom: 40px;
}
.our-team .active.center {
transform: scale(1);
/* -webkit-filter: grayscale(0); 
    filter: grayscale(0); */
}
.our-team .active.center .team{
    border-left: 16px solid var(--green-color);
    border-radius: 1rem 1rem 1rem 0;
}
.our-team .active {
transform: scale(.8);
transition: .6s ease;
/* -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); */
}

/* end our-team carousel*/
.sec-our-team::after{
    background-size: 88%;
    background-position: center;
}
.team{
    position: relative;
    height: 270px;    
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
    padding:20px;
    border-radius: 1rem;
}
.team .item-bg{
    background-image:url(../../images/frontend/zyra-new-design/teambg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 160px;
    height: 100%;
}
.team h4{
    font-weight: 900;
    font-size: 1.1rem;
}
.team p{    
    font-size: 15px;
}
.team .item-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border:6px solid #0781b4;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.blackbghighlight{
    background-color: var(--dark-color);
    color: var(--white-color);
    /* display: inline-block; 
    padding: 2px 1px;*/
}
.greenbghighlight{
    background-color: var(--green-color);
    /* display: inline-block;
    padding: 2px 1px; */
    color: #333;
}

/* Get a demo model css */
#demo-a-demo, body.modal-open{
    padding-right: 0 !important;
}
.modal-dialog {
    max-width: 830px;
}
.modal-content{
    border: 0;
    border-radius: 0.8rem;
}
button.close {        
    position: absolute;
    right: -6px;
    top: -6px;
    background-image: linear-gradient(45deg, #03bfa4, #0797a9);
    padding: 4px;
    border: 3px solid;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 82%;
    color: #fff;
    opacity: 1;
    z-index: 9999999;
}
button.close:hover, button.close:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: 0;
}
.model-logo{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 50%;
}
.model-logo img{
    box-shadow: 1px 0px 25px 10px #f1f0f0;
    border-radius: 50%;
}
.model-logo img{
    width: 80px;
}
.model-logo h5{
    margin-top:0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    /* letter-spacing: 1.1px; */
}
.get-demo-form .form-control{
    border:0;
    background-color: #f7f7f7;
    color:#4e4e4e;
    height: 35px;
    margin-bottom: 1.7rem;
    font-size: 0.85rem;
    font-weight: 500;
}
.get-demo-form .form-control:focus{
    outline: none;
    box-shadow: none;    
    color: #000;   
}
.get-demo-form .demo-btn{
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    padding: 0 55px;
    border: 3px solid#fff;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: var(--white-color);
}
.get-a-demo {
    padding: 22px;
}
.get-a-demo h5{
    text-align: center;
    color: #6b6969;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 1.7rem;
}
/* End Get a demo model css */

/* pricing page css */
.pricing-wrap{
    padding-top: 60px;
    padding-bottom: 30px;
}
.pricing-wrap .title2{
    font-size: 42px;
}
.pricing-wrap h4{
    margin: 20px auto;
    font-size: 26px;
    font-weight: 500;
    color: var(--grey-color);
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
table {    
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0px;
    border: 1px solid #bbb;
}
th:first-child {    
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
}
th:last-child {    
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
}
table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bbb;
}
.table-bordered td, .table-bordered th, .table thead th {
    border: 1px solid #bbb;
    border-bottom:0;
    border-right:0;
    white-space: nowrap;
}
.table-bordered td:last-child, .table-bordered th:last-child {
    border: 1px solid #bbb;
    border-bottom:0;    
    border-right:1px solid #bbb;
}
.table-bordered tr:last-child td{
    border-bottom: 1px solid #bbb;
}
.table {    
    background-color: #fff;
}
.table thead th{    
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    vertical-align: top;
    padding: 0.9rem .75rem;
}
.table thead th:first-child{
    vertical-align: middle;
}
.table thead th div{
    font-size: 14px;
    opacity: 0.9;
}
.table thead th div a{    
    text-decoration: none;
}
.table thead th div .old-price, .table thead th div .new-price{
    font-weight: 700;
    color: #666666;
    padding-left: 7px;
}
.table td strong{    
    font-weight: 600;
    font-size: 17px;
}
.old-price{
    position: relative;
    display: inline-block;
}
.old-price::after{
    content: '';
    position: absolute;
    left: 20%;
    top: 11px;
    width: 42px;
    height: 1px;
    background-color: #cf0031;
    transform: rotate(30deg);
}
.old-price::before{
    content: '';
    position: absolute;
    left: 20%;
    top: 11px;
    width: 42px;
    height: 1px;
    background-color: #cf0031;
    transform: rotate(-30deg);
}
.table tr td{
    text-align: center;
}
.table tr td:first-child{
    text-align: left;
}
.table .fa-check:before {
    content: "\f00c";
    color: #2dc648;
    font-size: 22px;
}
.table .fa-times:before {
    content: "\f00d";
    color:#176bb3;
    font-size: 22px;
}
.best-value{
    position: relative;
}
.best-value::after{
    content: 'Best Value';
    width: 125px;
    height: 33px;
    background-color: #ff8b00;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 33px;
}
.upgrade-sec p{
    font-size: 22px;
    text-align: center;
    color:var(--grey-color);
    font-weight: 500;
}
.upgrade-sec .title2{
    font-size: 36px;
}
.upgrade-box{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 25px;
}
.upgrade-box h4{
    padding: 32px 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
}
.upgrade-box .vs{
    font-size: 68px;
    font-weight: 800;
    color: var(--dark-color);
}
.btn-outline.big {
    background: #01d19f;
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    border-radius: 30px;
    box-sizing: border-box;
    color: var(--dark-color);
    display: inline-block;
    padding: 3px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.btn-outline.big span {
    align-items: center;
    background: var(--white-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding: 0 25px;
    white-space: nowrap;
}
.table td, .table th {
    padding: .67rem .75rem;
}
.free-text{
    font-weight: 800;
}
/*Start New Page Pricing */
.pricing .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 560px;
}
.pricing .hero-text, .pricing .intro-text {
    font-size: 14px;
}
.req-heading{
    color: var(--grey-color);
    font-weight: 600;
    font-size: 21px;
}
.price-quote{
    max-width: 370px;
    width: 100%;
}

/* End pricing page css */

/* products-enterprise css */
.testimonialsTitle .title2{
    font-size:2.8rem;
    }
.quotes-box{
    padding: 0;
    text-align: center; 
    margin-bottom: 1.5rem;   
}
.quotes{
    color: var(--grey-color);
    font-family: var(--font-montserrat);
    font-size: 0.8rem;
    line-height: 26px;
}
.quotesby{
    color:var(--grey-color);
    font-size: 16px;
    font-weight: 800;
    font-family: var(--font-montserrat);
    line-height: 10px;
}

mark.quo-greenbg{
    background-color: var(--green-color);    
    color: var(--dark-color);
}
mark.quo-blackbg{
    background-color: var(--dark-color);
    color: var(--white-color);
}
.pe-conversion.nav-pills .nav-link.active:after{
    opacity: 0;
    display: none;
}
/* End products-enterprise css */

/* maintenance-in-progress css */
.maintenance-sec .title1{
    font-size: 55px;
}
.maintenance-text, .text-404{
    display: flex;
    flex-flow: column;   
}
.maintenance-text{
    justify-content: center;
}

/* End maintenance-in-progress css */

/* onboarding css */
.onboarding-stepper{
    max-width: 650px;
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
}
.onboarding-stepper .bs-stepper .step-trigger{
    padding: 20px 0;
}
.onboarding-stepper .bs-stepper-circle{
    margin: 0;
    width: 1.25em;
    height: 1.25em;
    padding: .15em 0;
    background-color: #c7c7c7;
    border-radius: 50%;
    font-size: 22px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    color: #c7c7c7;
}
.onboarding-stepper .bs-stepper-line{
    min-height: 2px;    
    background-color: rgba(0,0,0,.5);
}
.onboarding-stepper .active .bs-stepper-circle, .onboarding-stepper .hightlight .bs-stepper-circle {
    background: linear-gradient(45deg, #01d19f, #0978b7);
    color: #fff;
}
.onboarding-stepper .bs-stepper .step-trigger:hover{
    background-color: transparent;
}
.onboarding-stepper .bs-stepper{
    width: 100%;
}
.onboarding-stepper .bs-stepper-header{
    max-width: 300px;
    margin: 0 auto;
}
.onboarding-stepper .bs-stepper-content{
    max-width: 100%;
    margin: 0 auto;
}
.onboarding-stepper .bs-stepper-content .onboarding-form .bs-stepper-pane{
    max-width: 380px;
    margin: 0 auto;
}
.onboarding-stepper .bs-stepper-content .onboarding-form .bs-stepper-pane.account-set{
    max-width: 100%;
    margin: 0 auto;
}
.smt-btn {
    background: -webkit-linear-gradient(to left, #01d19f, #0978b7);
    background: linear-gradient(to left, #01d19f, #0978b7);
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    padding: 0 55px;
    border: 3px solid#fff;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: var(--white-color);
    font-family: var(--font-montserrat);
}
.onboarding-form .form-control {
    border: 0;
    background-color: #f7f7f7;
    height: 35px;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
}
.onboarding-form .form-control:focus{
    color: var(--dark-color);
    box-shadow: none;
}
.onboarding-form h6{
    font-weight: 600;
    color: var(--grey-color);
}
.onboarding-form select.form-control:not([size]):not([multiple]){
    height: 35px;
}
.selectdiv {
    position: relative;
    min-width: 98px; 
}
.selectdiv:after {
    content: '\f078';
    font: normal normal normal 13px/1 "Font Awesome 5 Free";
    right: 2px;
    top: 0px;
    height: 34px;
    padding: 12px 5px 0px 5px;
    position: absolute;
    pointer-events: none;
    background-color: #c7c7c7;
    color: #fff;
}
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
}
.onboarding-form p{
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-color);
}
.script-code{
    width: 100%;
    position: relative;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: left;
    padding: 10px;
}
.add-teammate{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.add-teammate .input-wrapper{
    display: flex;
    flex-flow: column;
    width: 100%;
    /* max-height: 110px;
    overflow: auto; */
    
}
/* .add-teammate .input-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.add-teammate .input-wrapper::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}   
.add-teammate .input-wrapper::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 0;
} */
.add-teammate .input-wrapper div{
    display: flex;    
    width: 100%;
}
.add-more{
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: var(--blue-color);
    cursor: pointer;
}
.add-more:hover{
    text-decoration: none;
}
.remove_field{
    margin-right: -23px;
    margin-left: 7px;
    height: 25px;
    margin-top: 7px;
    color: var(--grey-light-color);
    cursor: pointer;
    /* width: 32px; */
}
.account-set .col-lg-4{
    padding-right: 10px;
    padding-left: 10px;
}
.select-opt-box{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    border-radius: 9px;
    box-shadow: 0px 10px 16px -14px rgba(0,0,0,0.8);
}
.select-opt-box p{
    font-size: 15px;
    font-weight: 500;
}
.select-opt-box .free-text{
    font-weight: 700;
    color: var(--grey-color);
}
/* End onboarding css */

/* 404 page css */
.text-404 .hero-text{
    margin-top: 2px;
}
.text-404 p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: var(--grey-color);
}
.text-404 a{
    text-decoration: none;
    color: var(--blue-color);
    font-weight: 500;
    line-height: 32px;
    font-size: 20px;
}
/* End 404 page css */

/* home-services css */
.home-services .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 540px;
}
.home-services .hero-text, .home-services .intro-text {
    font-size: 14px;
}
.home-services-img{
    max-width: 540px;
    width: 100%;
}
/* End home-services css */
.title2.line-space span{
    display: initial;
    line-height: 1.5;
}

/* legal page css */
.legal .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 575px;
}
.legal .hero-text, .legal .intro-text {
    font-size: 14px;
}
.legal-img{
    max-width: 570px;
    width: 100%;
}
/* End legal page css */

/* medical page css */
.medical .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 585px;
}
.medical .hero-text, .medical .intro-text {
    font-size: 14px;
}
.medical-img{
    max-width: 595px;
    width: 100%;
}
/* End medical page css */

/* real-estate css */
.real-estate .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 530px;
}
.real-estate .hero-text, .real-estate .intro-text {
    font-size: 14px;
}
.real-estate-img{
    max-width: 635px;
    width: 100%;
}
/* End real-estate css */

/* financial-services css */
.financial-services .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 480px;
}
.financial-services .hero-text, .financial-services .intro-text {
    font-size: 14px;
}
.financial-services-img{
    max-width: 705px;
    width: 100%;
}
/* End financial-services css */
/* Start Blog Page */
.blogbg {
    background-image: url(../../images/frontend/zyra-new-design/blog-bg.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
}
h1.title-blog span {
    background-color: #0d9;
    color: var(--white-color);
    display: inline-block;
    padding: 2px 6px;
}
h1.title-blog {
    font-weight: 900;
    font-family: var(--font-montserrat);
    font-size: 45px;
    margin-top: 60px;
}
.blogImg img {
    width: 100%;
    height: 160px;
}

.blog-box {
    border: 1px solid #ccc;
    border-radius: 5px !important;
    margin-bottom: 30px;
}

p.blogText {
    font-size: 12px;
    text-align: center;
    padding: 20px;
    color: #949292;
    font-weight: 500;
    margin-bottom: 0px;
}

.blog-readmore-btn {
    text-align: center;
    margin-bottom: 20px;
}

.blog-readmore-btn a {
    display: inline-block;
    background: #f9f9f9;
    padding: 5px 15px;
    color: #403f3f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.yr-pagination {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.yr-paginationRight {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.yr-paginationRight .btn-bg a {
    padding: 5px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
}

.yr-paginationRight .btn-bg {
    border-radius: 5px;
    height: auto;
    line-height: initial;
    padding-left: 10px;
    padding-right: 10px;
}
.yr-pagination>div a.btn-bg {
    padding-left: 25px;
    padding-right: 25px;
}
.yr-paginationRight span {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 50px;
    display: inline-block;
    margin: 0 5px;
}
.error-text {
    font-size: 12px;
    color: red;
    margin-bottom: 10px;
}
.yr-phoneNum {
    flex: 1;
}

@media (max-width:768px){
    .yr-paginationRight {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
}

/* END Blog Page */

/* automotive css */
.automotive .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 560px;
}
.automotive .hero-text, .automotive .intro-text {
    font-size: 14px;
}
.automotive-img{
    max-width: 635px;
    width: 100%;
}
/* End automotive css */

/* in-home-care css */
.in-home-care .hero-heading{
    font-size: 2.5rem;
    line-height: 1.45;
    max-width: 555px;
}
.in-home-care .hero-text, .in-home-care .intro-text {
    font-size: 14px;
}
.in-home-care-img{
    max-width: 600px;
    width: 100%;
}
/* End in-home-care css */

/* self-storage css */
.self-storage .hero-heading{
    font-size: 2.5rem;
    line-height: 1.38;
    max-width: 510px;
}
.self-storage .hero-text, .self-storage .intro-text {
    font-size: 14px;
}
.self-storage-img{
    max-width: 660px;
    width: 100%;
    position: relative;
    z-index: -1;
}

/* End self-storage css */

/* Start Home page YR */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #06a9ab; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
/* Client Slider */
.sec-clients  .our-team{
    padding: 0px;
}
.sec-clients .team{
box-shadow: none !important;
height: auto !important;
border-radius: initial !important;
}
.sec-clients .our-team .active.center .team{
border-left:0px !important;    
border-radius:initial !important;
}
/* Client Slider */
.dark-color{color:#333;}
p.review-text {
    max-height: 150px;
    overflow: auto;
}
/* End YR Client Slider */

/* skills-workflows css */
.skills-workflows .hero-heading{
    font-size: 2.5rem;
    max-width: 830px;
    margin: auto;    
}
.yr-user{
    display: flex;
    align-items: center;
}
.user-test{
    font-size: 23px;
    font-weight: 500;
    color: var(--grey-color);    
    font-family: var(--font-montserrat);
}
.user-img{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}
.sec-title .title2{
 line-height: 1.6;
}
.sec-title .intro-text{
    line-height: 34px;
    font-size: 22px;
}
/* End skills-workflows css */

/* reviews page css */
.reviews-page .hero-heading{
    font-size: 2.5rem;
    max-width: 890px;
    margin: auto;    
}
.reviews-mob{
    max-width: 360px;
    height: auto;
    margin: 0 auto;
}
/* End reviews page css */

/* conversations page css */
.conversations-page .hero-heading{
    font-size: 2.5rem;
    max-width: 890px;
    margin: auto;    
}
.chat-with-us{
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    margin-top: -11px;
}
/* End conversations page css */

 /* customers-analytics css */    
 .customers-analytics .hero-heading{
    font-size: 2.5rem;
    max-width: 890px;
    margin: auto;    
}
/* End customers-analytics css */
.formImg{
    position: relative;
    right: 0;
    max-width: 760px;
    width: 100%;
}

/* generate-more-leads css */
.generate-leads .hero-heading{
    font-size: 2.5rem;
    line-height: 1.48;
    max-width: 466px;
}
.generate-leads .hero-text, .generate-leads .intro-text {
    font-size: 14px;
}
.generate-leads-img{
    max-width: 635px;
    width: 100%;
}
.title2.cust-text{
    font-size: 33px;
    line-height: 1.4;
}
.talk-customers{
    max-width: 480px;
    width: 100%;
}
/* End generate-more-leads css */

/* get-a-demo-thank-you-page css */
.thank-you .title1{
    margin-top: 2px;
    font-size: 45px;
}
.thank-you p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: var(--grey-color);
}
.thank-you a{
    text-decoration: none;
    color: var(--blue-color);
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
}
.calender-icon{
    position: relative;
    display: block;
    padding-left: 35px;    
    font-size: 16px !important;    
    margin-bottom: 2rem;
}
.calender-icon::before{
    content:'';
    width: 24px;
    height: 24px;
    background-image: url('../../images/frontend/zyra-new-design/calender-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 3px;
    position: absolute;
}

/* End get-a-demo-thank-you-page css */