@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Josefin Slab', serif;
	font-family: 'Poiret One', cursive;*/
}

body {
    overflow-x: hidden;
}


/*----------------scrollbar----------------*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ACACAC;
    border: 2px solid #EAEAEA;
    width: 8px;
}

::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}


/*----------------scrollbar end----------------*/

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

h3 {
    display: table;
    color: #304254;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bolder;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin: 50px auto 30px;
    position: relative;
    padding-bottom: 15px;
}

h3 span {
    color: #00BCD4;
}

p {
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
}

b,
strong {
    font-family: 'Raleway', sans-serif;
}

h4 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #353535;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h4 strong {
    font-family: 'Open Sans', sans-serif;
}

h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    background: #00BCD4;
    height: 3px;
    left: 50%;
    margin-left: -25px;
}

.theme-color {
    color: #00BCD4;
}

hr {
    margin: 20px auto 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: 120px;
    margin-top: 7px;
}

.navbar-default {
    background: rgba(255, 255, 255, 9.5);
    border-color: transparent;
    min-height: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    margin-bottom: 0;
    position: fixed;
    padding: 5px 0;
    top: 0;
    z-index: 111;
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
}

.nav-bar-cetrificate {
    float: left;
    margin-top: 6px;
    display: none;
    margin-left: 80px;
    transition: all 0.4s ease;
}

.navbar-nav {
    margin-top: 0;
    margin-left: 0;
    transition: all 0.4s ease;
    float: right;
}

.navbar-default .navbar-nav>li {
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li.user-login a {
    color: #00bcd4;
}

.navbar-default .navbar-nav>li.user-login a i {
    margin-right: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: #000;
    border: none;
}

.certificate-img {
    float: left;
}

.certificate-img img {
    width: 100%;
}

.nav-top-bar {
    float: left;
    margin-top: 15px;
}

.nav-bar-cetrificate a.tol-free-num {
    font-size: 18px;
    color: #00bcd4;
    float: right;
    margin-top: 18px;
    letter-spacing: 1px;
    margin-left: 20px;
    font-family: 'Open Sans';
    font-weight: normal;
    margin-right: 0;
}

.nav-bar-cetrificate a i {
    margin-right: 5px;
    font-size: 20px;
    color: #00bcd4;
}

.nav-top-bar a.tol-free-num i {
    font-size: 20px;
}

.fix-nav {
    padding: 10px 0;
}

.fix-nav .navbar-nav {
    display: none;
}

.fix-nav .nav-bar-cetrificate {
    display: block;
}

.fix-nav .navbar-brand img {
    margin-top: 8px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 250px;
    background: #fff;
}

.navbar-nav>li>.dropdown-menu {
    z-index: 105;
}

.dropdown-menu>li {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid transparent;
}

.dropdown-menu>li:hover {
    border-left-color: #00BCD4;
}

.dropdown-menu>li:last-child {
    border-bottom: none;
}

.dropdown-menu>li>a {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #777;
}

.dropdown-menu>li:hover>a {
    background: transparent;
    color: #00BCD4;
}

.right-logo-wrap {
    padding: 20px 0;
}

.right-logo-wrap a img {
    width: 190px;
}

.slider-contanier {
    background: url('../images/online-traning-banner.jpg') 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    z-index: 1;
    position: relative;
}

.slide-info {
    padding-top: 6%;
}

.trans-bg {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 6px;
    width: 100%;
}

.slide-info-wrap h2 {
    display: block;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}

.slide-info-wrap p {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.btn-effect-main {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 14px;
    overflow: hidden;
    background: #00BCD4;
    border-radius: 4px;
    border: none;
    transition: all 0.5s ease;
    margin-top: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
    font-weight: bold;
}

.btn-effect-main:before,
.btn-effect-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #3bdcf1;
    left: -30px;
    bottom: 100%;
    transition: all 0.7s ease;
    height: 150px;
    width: 200px;
    border-radius: 50%;

}

.btn-effect-main:hover,
.btn-effect-main:active,
.btn-effect-main:focus {
    color: #fff;
 
}

.btn-effect-main:hover:before,
.btn-effect-main:hover:before {
    bottom: -50px;
}

.down-arrow {
    width: 58px;
    height: 60px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -28px;
    background: url('../images/down-arrow.png') 0 0 no-repeat;
    /*animation: 0.9s ease-in-out fadeInDown infinite;*/
}

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

@keyframes fadeInDown {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.our-service-container {
    width: 100%;
    display: table;
    background: #F5F5F7;
    padding: 0 0 40px 0;
}

.circle-bg {
    border-radius: 50%;
    background: #00BCD4;
    width: 100%;
    height: 320px;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}

.circle-bg>i {
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
}

.circle-bg h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}

.circle-bg p {
    color: #fff;
}

.circle-bg a {
    color: #fff;
    font-weight: bold;
}

.small-bussines-cat-container {
    padding: 30px 0;
    width: 100%;
    display: table;
}

.sm-bus-block {
    min-height: 457px;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
        overflow: hidden;
}
.headlogoimgsize img{
    width: 79px !important;
}
.coretechnoimgtarget img{
  height:200px;
}
.coretechnoimgtarget p{
    text-align: justify;
}
.focussuppliephar p{
    text-align: justify;
}
.coretechnoimgtarget ul li{
 list-style: decimal;
 text-align: justify;
}
.secondlastsect h4{
    text-align: center;
}
.secondlastsect p{
    text-align: justify;
}

.sm-bus-block i {
    font-size: 34px;
    color: #00BCD4;
}

.sm-bus-block h5 {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.sm-bus-block a {
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    background: #00BCD4;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px auto 0;
    display: table;
    text-align: center;
    border-radius: 20px;
}

.sm-bus-block:hover a {
    transform: translateY(-3px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.inner-two-part-service-container,
.featured-product-container,
.industry-section-container {
    width: 100%;
    display: table;
    padding: 0 0 40px 0;
}

.industry-section-container {
    /* background: #f7f7f7; */
}

.industry-section-container .row {
    margin-bottom: 40px;
}

.inner-two-part-service-block img {
    width: 100%;
    height: 300px;
}

.inner-two-part-service-block h4 {
    text-align: center;
    margin-top: 15px;
}

.inner-two-part-service-block p {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

.alternate-btn {
    position: relative;
    display: table;
    padding: 8px 0;
    max-width: 140px;
    width: 100%;
    text-align: center;
    margin: 25px auto 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background: #00BCD4;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.alternate-btn:before,
.alternate-btn:after,
.alternate-btn span:before,
.alternate-btn span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 37.5px;
    height: 0;
    z-index: -1;
    transition: all 0.5s ease;
    background: #3bdcf1;
}

.alternate-btn:before {
    left: 0;
}

.alternate-btn:after {
    left: 75px;
}

.alternate-btn span:before,
.alternate-btn span:after {
    top: auto;
    bottom: 0;
}

.alternate-btn span:before {
    left: 37.5px;
}

.alternate-btn span:after {
    left: 111.5px;
}

.alternate-btn:hover:before,
.alternate-btn:hover:after,
.alternate-btn:hover span:before,
.alternate-btn:hover span:after {
    height: 100%;
}

.alternate-btn:hover,
.alternate-btn:active,
.alternate-btn:focus {
    color: #fff;
}

.inner-service-block img {
    height: 280px;
}

.featured-product-container img {
    width: 90%;
    display: table;
    margin: 0 auto;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.featured-product-container h4 {
    text-align: center;
    margin-top: 20px;
}

.featured-product-container p {
    text-align: center;
    line-height: 24px;
}

.featured-product-container a {
    display: table;
    margin: 20px auto 0;
}

footer {
    background: #f8f8f8;
    padding: 30px 0;
    width: 100%;
    display: table;
}

.footer-block h4 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.footer-block p {
    font-family: 'Open Sans', sans-serif;
}

.footer-logo-block img {
    width: 280px;
}

.footer-block ul li a {
    font-size: 12px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.copyright-container {
    width: 100%;
    display: table;
    background-color: #f2f2f2;
    padding: 15px 0;
    text-align: center;
}

.copyright-container p {
    margin-bottom: 0;
    font-weight: bold;
}

.expert-info-container {
    width: 100%;
    display: table;
    padding: 20px 0 40px 0;
}

.expert-info {
    padding: 20px;
    box-sizing: border-box;
    background: #00BCD4;
    height: 260px;
}

.expert-info p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
    margin-top: 8%;
    font-size: 17px;
}

.expert-img img {
    height: 260px;
}


/* QuickBooks Bookeeping Service Page Css Starts */

.inner-banner-container {
    height: 400px;
    position: relative;
    z-index: 1;
    background-image: url('../images/img/1.png');
}

.inner-banner-container:after,
.slider-contanier:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.45);
}

.inner-banner-container .slide-info {
    padding-top: 7%;
}

.slide-info-wrap {
    width: 60%;
    padding: 40px 10px;
    position: relative;
}

.main-page-slide-info {
    padding: 40px 10px 0 50px;
}

.slide-info-wrap:after,
.main-page-slide-info:after {
    width: 250%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -250%;
}

.main-page-slide-info:after {
    left: auto;
    right: -250%;
}

.inner-banner-container .slide-info-wrap {
    padding-top: 7%;
}

.inner-banner-container .slide-info h2 {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 32px;
    color: #fff;
}

.inner-banner-container .slide-info p {
    color: #fff;
    width: 100%;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.process-contaner {
    background-color: #fff;
    padding: 0 0 30px 0;
}

.process-block {
    width: 31.5%;
    margin-right: 2%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.process-block:nth-child(3n+3) {
    margin-right: 0;
}

.process-block i {
    color: #00BCD4;
    font-size: 38px;
    display: block;
    margin: 15px 0;
}

.process-block h5,
.hosting-grid-block h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    color: #353535;
    line-height: 18px;
    margin-bottom: 0;
}

.industry-block h5 {
    font-size: 18px;
}

.industry-block a {
    display: table;
    margin: 20px auto 0;
    font-size: 15px;
    padding: 6px 14px;
}

.process-block p {
    clear: both;
    color: #727272;
    margin-top: 10px;
    min-height: 70px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.process-block a {
    border-radius: 20px;
}

.process-block:last-child a {
    margin-right: 0;
}

.pricing-table {
    padding: 30px 0;
    width: 100%;
    display: table;
}

.pricing-block {
    background: #fff;
    padding: 20px;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.pricing-block:last-child {
    margin-right: 0;
}

.pricing-table h3 {
    margin-bottom: 15px;
}

.pricing-table p {
    margin-bottom: 20px;
}

.pricing-block p {
    text-align: center;
    color: #727272;
    font-size: 24px;
}

.pricing-block p strong {
    color: #00BCD4;
}

.pricing-block h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #353535;
    margin: 0 0 10px 0;
}

.pricing-block ul li {
    padding: 10px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-block ul li p {
    text-align: left;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    width: 90%;
    float: right;
}

.pricing-block ul li:last-child {
    border-bottom: none;
}

.pricing-block ul li i {
    margin-right: 5px;
    float: left;
    width: 5%;
    color: #2ecc71;
}

.pricing-block a,
.product-info-block a {
    border-radius: 20px;
    background: #00BCD4;
    color: #fff;
    padding: 8px 14px;
    display: table;
    margin: 20px auto 0;
}
.pricing-block a:hover{
    color:#fff;
}
 
.pricing-block:hover {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

/* pricing-config-page */
.slide-info-wrap2{
    
    padding: 40px 10px;
    position: relative;
}
.fistbox{
    width: 100%;
    color:#2a2a2a;
}
.slide-info2row .fistbx3,
/* .slide-info2row .checkout, */
.slide-info2row .fistbox,
.slide-info2row .secbox{
    border:1px solid #e8e8e8 !important;
    padding:20px;
}
.slide-info2row .checkout{
    margin-top: 20px;
    margin:10px auto;
}

.plainconfig{
    background: #fff;
padding: 20px;
width: 70%;
margin-right: 2%;
box-sizing: border-box;
cursor: pointer;
margin: 105px auto;
margin-bottom: 30px;
transition: all 0.4s ease;
text-align: center;
border: 1px solid #e8e8e8;
}
.fistbox h2{
    text-align: center;
    color:#03A9F4;
    font-weight: 700;
}

.slide-info2row .checkout p{

    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.slide-info2row .checkout p strong,
.slide-info2row .checkout p span{
    width: 50%;
   
}
.slide-info2row .checkout p span{
    text-align: end;
}
.slide-info2row .checkout p strong{
    font-size: 15px;
    color:#192B33;
    font-weight: 600;
}
.slide-info2row .checkout p{

    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    
    margin-bottom: 0;

   
}
.slide-info2row .checkout >div{
    margin-top:0px;
}

.implimentdiv{
    display: flex;
    justify-content: space-between;
}

.fistbx3 .fistbxform1 {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin:auto 0px;
    margin-bottom: 20px;

}
.fistbx3 .fistbxform1 .feature{
    width: 90%;
    border: 1px solid #e8e8e8;
}

.fistbx3 .fistbxform1 #fname{
    width: 90%;
    border: 1px solid #e8e8e8;
}

.fistbx3 .fistbxform1 #lname{
    width: 90%;
    border: 1px solid #e8e8e8;
}
.fistbx3 .fistbxform1 #firmname{
    width:90%;
    /* margin:0 auto; */
    border: 1px solid #e8e8e8;
}
.fistbx3 .fistbxform1 .feature,
.fistbxform1 input{
    padding: 10px;
}
 
.formbtnbx{
    width: 20%;
  

}
.fistbx3 .fistbxform1 #firmname{
    width: 100%;
}
.submitbxbt .formbtnbx{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #00BCD4;
    color: #fff;
    margin:auto;
    border: none;
    padding: 10px;
   
}

/* QuickBooks Bookeeping Service Page Css Ends */

.online-traning-banner {
    background-image: url('../images/online-traning-banner.jpg');
}

.online-traning-pricing {
    width: 48%;
}

.products-grid-container {
    padding: 30px 0;
    display: table;
    width: 100%;
}

.product-info-block {
    border: 1px solid #f7f7f7;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 15px;
    min-height: 340px;
    transition: all 0.4s ease;
    margin-bottom: 25px;
    cursor: pointer;
}

.product-info-block:hover {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.product-info-block img {
    display: inline-block;
}

.product-content {}

.product-content h5 {
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
}

.product-content p {
    display: block;
    font-size: 16px;
}

.product-content p span {
    text-decoration: line-through;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
}

.product-content p span+strong {
    font-family: 'Open Sans', sans-serif;
    color: #00BCD4;
}

.product-info-block a {
    margin-top: 10px;
}

.product-detail-container {
    padding: 40px 0;
    display: table;
    width: 100%;
}

.product-detail-image img {
    width: 100%;
}

.sliderPagerWrap {
    display: table;
    margin: 0 auto
}

.sliderPagerWrap a {
    display: block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.sliderPagerWrap a:last-child {
    margin-right: 0;
}

.sliderPagerWrap a.cycle-pager-active {
    background: #00BCD4;
    border-color: #00BCD4;
}

.product-detail-info p span {
    font-size: 18px;
    text-decoration: line-through;
    color: #777;
}

.product-detail-info>p strong {
    font-size: 22px;
    margin-right: 5px;
    color: #00BCD4;
}

.product-spec-box {
    background: #F7F7F9;
    padding: 20px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.product-spec-box .radio {
    margin-top: 0;
}

.product-share-soc-med-box a {
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 35px;
    color: #192B33;
    border-radius: 4px;
    text-align: center;
}

.product-share-soc-med-box a:hover {
    background: #00BCD4;
    color: #fff;
    border-color: #00BCD4;
}

.product-share-soc-med-box a i {
    line-height: 35px;
    font-size: 16px;
}

.product-buy-btns {
    margin-top: 20px;
    text-align: center;
}

.product-buy-btns a {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #03A9F4;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
    text-transform: capitalize;
}

.product-buy-btns a:last-child {
    margin-right: 0;
    background-color: #29B6F6;
}

.product-buy-btns a i {
    font-size: 20px;
    margin-right: 5px;
}

.product-info-tab-container {
    padding: 30px 0;
    display: table;
    width: 100%;
    background: #F5F5F7;
    margin: 40px 0;
}

.nav-tabs>li>a {
    color: #555;
    font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #29B6F6;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-color: #29B6F6;
}

.tab-content h5 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.tab-content p strong {
    text-decoration: underline;
}


/****************************  About Page Css Starts ****************************/

.about-banner {
    background-image: url('../images/about-banner.jpg');
}

.about-us-contaniner {
    padding: 30px 0;
    width: 100%;
    display: table;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.about-info h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00BCD4;
    letter-spacing: 2px;
    margin-top: 0;
    border-left: 3px solid #00BCD4;
    padding-left: 15px;
}

.about-link-list-wrap {
    margin-bottom: 20px;
    display: table;
}

.about-link-list li {
    line-height: 28px;
    float: left;
    width: 48%;
    margin-right: 2%;
}

.about-link-list li:nth-child(2n+2) {
    margin-right: 0;
}

.about-link-list li a {
    color: #333;
    transition: all 0.3s ease;
}

.about-link-list li a i {
    color: #00BCD4;
    margin-right: 5px;
}

.about-link-list li a:hover {
    padding-left: 10px;
}


/****************************  About Page Css Ends ****************************/

.contact-banner {
    background-image: url('../images/contact-banner.jpg');
}

.contact-info-container {
    padding: 30px 0;
    display: table;
    width: 100%;
}

.contact-info-container h4 {
    font-family: 'Raleway', sans-serif;
}

.contact-reach-list-box {
    margin-top: 15px;
}

.contact-reach-block {
    margin-bottom: 15px;
}

.contact-reach-block i {
    font-size: 32px;
    color: #00BCD4;
}

.contact-reach-block h5 {
    font-size: 18px;
}

.contact-form {
    padding: 20px 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.contact-form form {
    margin-top: 20px;
}

.contact-form form fieldset label {
    display: block;
    font-weight: normal;
    color: #555;
}

.contact-form form fieldset {
    margin-bottom: 20px;
}

.contact-form form fieldset input[type="text"], .contact-form form fieldset input[type="email"] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 6px 0;
}

.contact-form form fieldset input[type="text"]:focus, .contact-form form fieldset input[type="email"]:focus {
    outline: none;
}

.contact-form form button {
    display: table;
    margin: 0 auto;
    background: #00BCD4;
    color: #fff;
    border: transparent;
    text-align: center;
    padding: 8px 14px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.contact-form form button:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.navbar-toggle {
    margin-top: 26px;
}

.navbar-default .navbar-toggle {
    border-color: #00BCD4;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00BCD4;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}


/****************************  Consulting Page Css Starts ****************************/

.consulting-banner {
    background-image: url('../images/consulting-banner.jpg');
    background-size: cover;
}


/****************************  Consulting Page Css Ends ****************************/


/****************************  File Review Css Starts ****************************/

.filereview-banner {
    background-image: url('../images/file-review-banner.jpg');
    background-size: cover;
}

.inner-point-grid-container {
    width: 100%;
    display: table;
    padding: 0 0 40px 0;
}

.points-block {
    width: 33.3%;
    float: left;
    background: #00BCD4;
    padding: 20px;
    min-height: 380px;
    box-sizing: border-box;
}

.points-block:last-child {
    background-color: #39dcf1;
    margin-right: 0;
}

.points-block:nth-last-child(2) {
    background-color: #18cbe2;
}

.points-block h5 i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.points-block h5 {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
}

.points-block ul li {
    background: url('../images/checkmark-icon.png') 0 0 no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
}

.points-block ul li p {
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
}

.full-width-grid {
    width: 100%;
    display: table;
    padding: 30px 0;
}

.full-width-grid-img img {
    width: 100%;
}

.full-width-grid-info {
    padding-top: 2%;
}


/* #F5F5F7 */


/****************************  File Review Page Css Ends ****************************/
.bookkeepingbanner{
    background-image: url('../images/img/2.png') !important;
    background-size: cover;
}
.datacenterbanner{
    background-image: url('../images/img/3.png') !important;
    background-size: cover;
}
.bulkinternetbanner{
    background-image: url('../images/img/4.png') !important;
    background-size: cover;
}
/****************************  account-reciable-service ****************************/
.accountbanner{
    background-image: url('../images/services/accounts-receivable-services.jpg') !important;
    background-size: cover;
}


/****************************  finace-reporting-service ****************************/
.financial-reporting-banner{
    background-image: url('../images/services/financial-reporting-services.jpg') !important;
    background-size: cover;
}

/****************************  Accounts Reconciliation Services ****************************/
.accounts-reconciliation-banner{
    background-image: url('../images/services/accounts-reconciliation-services.jpg') !important;
    background-size: cover;
}
/****************************  invoice ****************************/
.invoice-services-banner{
    background-image: url('../images/services/invoice-processing-services.jpg') !important;
    background-size: cover;
}
/****************************  account paybale ****************************/
.account-payble-banner{
    background-image: url('../images/services/accounts-payable-services.jpg') !important;
    background-size: cover;
}
/****************************  payrol ****************************/
.payrol-banner{
    background-image: url('../images/services/payroll-outsourcing-services.jpg') !important;
    background-size: cover;
}
/**************************** budgetting ****************************/
.budgetting-banner{
    background-image: url('../images/services/budgeting.jpg') !important;
    background-size: cover;
}
/**************************** dataentry ****************************/
.dataentrybanner{
    background-image: url('../images/services/data-entry-services.jpg') !important;
    background-size: cover;
}
/****************************  -service end ****************************/
/**********************************************************************/

/**********************************************************************/
/****************************  -consultant ****************************/
.virtualbanner{
    background-image: url('../images/consulting/virtual cfo services.jpg') !important;
    background-size: cover;
}


.kpibanner{
    background-image: url('../images/consulting/KPI Services.jpg') !important;
    background-size: cover;
}

.ratiobanner{
    background-image: url('../images/consulting/ratio analysis.jpg') !important;
    background-size: cover;
}

.analysisbanner{
    background-image: url('../images/consulting/Project Analysis Services.jpg') !important;
    background-size: cover;
}
/**********************************************************************/
/****************************  -consultant ****************************/

/**********************************************************************/
/****************************  -industry ****************************/
.healthcarebanner{
    background-image: url('../images/industries/Healthcare Accounting Services.jpg') !important;
    background-size: cover;
}


.realestatebanner{
    background-image: url('../images/industries/Real Estate Accounting Services.jpg') !important;
    background-size: cover;
}

.legalbanner{
    background-image: url('../images/industries/Legal Accounting Services.jpg') !important;
    background-size: cover;
}

.hospitalitybanner{
    background-image: url('../images/industries/hospitality accounting services.jpg') !important;
    background-size: cover;
}
.marketingbanner{
    background-image: url('../images/industries/Marketing Accounting Services.jpg') !important;
    background-size: cover;
}
.ecommercebanner{
    background-image: url('../images/industries/Ecommerce Accounting Services.jpg') !important;
    background-size: cover;
}
/**********************************************************************/
/****************************  -industry end ****************************/
/**********************************************************************/
/****************************  software experties ****************************/
.xerobanner{
    background-image: url('../images/software-expertise/Xero Accounting.jpg') !important;
    background-size: cover;
}


.quickbookbanner{
    background-image: url('../images/software-expertise/Quick books Accounting Services.jpg') !important;
    background-size: cover;
}

.zohoaccountbanner{
    background-image: url('../images/software-expertise/Zoho Accounting.jpg') !important;
    background-size: cover;
}

.freshbookbanner{
    background-image: url('../images/software-expertise/Fresh Book Accounting.jpg') !important;
    background-size: cover;
}
.netsuitebanner{
    background-image: url('../images/software-expertise/Netsuite Accounting.jpg') !important;
    background-size: cover;
}

/****************************  software experties end ****************************/
/**********************************************************************/
/****************************  Programming Page Css Starts ****************************/

.programming-banner {
    background-image: url('../images/programming-banner.jpg');
    background-size: cover;
}

.mar-top {
    margin-top: 25px;
}

.programining-list li {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #353535;
    line-height: 28px;
    font-weight: 500;
}

.programining-list li i,
.detail p i {
    font-size: 16px;
    margin-right: 10px;
    color: #00BCD4;
}


/****************************  Programming Page Css Ends ****************************/


/****************************  Accordion Css Starts ****************************/

#integration-list {
    width: 100%;
    display: table;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul>li {
    display: block;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#integration-list ul>li:hover {
    background: #F5F5F7;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.expand h4 {
    margin-bottom: 0;
    line-height: 28px;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    display: none;
    line-height: 22px;
    margin-top: 15px;
}

.right-arrow {
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: #00BCD4;
}

.industry-exp-list {
    display: table;
    margin-bottom: 15px;
}

.industry-exp-list li {
    width: 31%;
    float: left;
    margin-right: 2%;
}

.industry-exp-list li:nth-child(3n+3) {
    margin-right: 0;
}


/****************************  Accordion Css Ends ****************************/


/****************************  Support Page Css Starts ****************************/

.support-banner {
    background-image: url('../images/support-banner.jpg');
    background-size: cover;
}


/****************************  Support Page Css Ends ****************************/


/****************************  Training Page Css Starts ****************************/

.training-banner {
    background-image: url('../images/training-baner.jpg');
    background-size: cover;
}

.steps-block {
    margin-top: 20px;
}

.steps-block span {
    display: table;
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #00BCD4;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.steps-block h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #353535;
}


/****************************  Training Page Css Ends ****************************/


/****************************  hosting Page Css Starts ****************************/

.hosting-banner {
    background-image: url('../images/hosting-banner.jpg');
    background-size: cover;
}

.hosting-grid-container {
    width: 100%;
    display: table;
    padding: 50px 0;
}

.hosting-grid-block i {
    font-size: 24px;
    text-align: center;
    border: 2px dashed #00BCD4;
    color: #00BCD4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 20px 0 20px;
    display: table;
    margin: 0 auto 15px;
}

.hosting-grid-block h5 {
    margin-bottom: 15px;
}

.hosting-grid-block p {
    color: #777;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    text-align: center;
}

.industry-block p {
    font-size: 15px;
}

.industry-block i {
    color: #00BCD4;
    border-color: #00BCD4;
}


/****************************  hosting Page Css Ends ****************************/

.four-block {
    width: 23.5%;
}

.four-block:nth-child(4n+3) {
    margin-right: 2%;
}

.four-block:last-child {
    margin-right: 0;
}

.four-block h5 {
    font-size: 13px;
}

.cart-list-container {
    padding-top: 5%;
    width: 100%;
    display: table;
    padding-bottom: 40px;
}

.cart-list-container table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}

.cart-list-container table thead tr {
    background-color: #f1f1f1;
}

.cart-list-container table thead tr th {
    padding: 20px 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Raleway';
    color: #262831;
}



.cart-list-container table tbody tr td {
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 0;
    padding: 9px 20px;
}

.cart-list-container table tbody tr td.product-name {
    vertical-align: middle;
    display: inline-flex;
    width: 100%;
}

.cart-list-container table tbody tr td .product-thumbnail {
    display: inline-block;
    margin-right: 20px;
}

.cart-list-container table tbody tr td .product-thumbnail a img {
    width: 60px;
}

.cart-list-container table tbody tr td .product-link {
    display: inline-block;
}

.cart-list-container table tbody tr td .product-link a {
    color: #515151;
    line-height: 60px;
}

.cart-list-container table tbody tr td.product-quainty>div {
    width: 50%;
}

.cart-list-container table tbody tr td.product-quainty .input-group .form-control,
.cart-list-container table tbody tr td.product-quainty .input-group-addon,
.cart-list-container table tbody tr td.product-quainty .input-group-btn {
    text-align: center;
}

.cart-list-container table tbody tr td.product-remove a {
    background: #00BCD4;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    font-weight: bold;
}

.coupon label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-right: 5px;
    font-family: 'Raleway';
    color: #454545;
    display: inline-block;
}

.coupon .input-text {
    padding: 8px 20px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    display: inline-block;
}

.coupon .button,
.update-cart {
    background-color: #2a2a2a;
    color: #fffefe;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
    padding: 8px 20px;
    display: inline-block;
    border: none;
    margin-left: 10px;
}

.update-cart {
    float: right;
    background-color: #00BCD4;
}

.coupon .button:hover {
    background-color: #00BCD4;
}

.total-info {
    margin-top: 40px;
}

.total-info h4 {
    letter-spacing: 3px;
    font-size: 24px;
    color: #222;
    text-transform: capitalize;
    font-family: 'Raleway';
}

.total-info table {
    border: 1px solid #ddd;
}

.total-info table tbody tr td {
    border-top: none;
}

.total-info table tbody tr th {
    background-color: #f5f5f5;
    font-weight: normal;
    color: #515151;
    padding: 10px 20px;
    width: auto;
}

.total-info table tbody tr.cart-total th {
    background-color: #00BCD4;
    color: #fff;
}

.order-full-width-strip {
    padding: 10px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    background: #00BCD4;
    margin-bottom: 20px;
}

.order-full-width-strip p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 20px;
}

.order-full-width-strip p a {
    text-decoration: underline;
    color: #fff;
}

.billing-address h4,
.billing-order h4,
.order-placed-details h4 {
    letter-spacing: 3px;
    color: #2e2e2e;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Raleway';
    font-weight: 600;
    margin: 20px 0;
}

.billing-address form label {
    color: #454545;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
}

.billing-address form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    padding: 7px 15px;
    height: auto;
}

.billing-address form textarea {
    resize: none;
    height: 100px;
}

.payment-types {
    padding: 15px;
    background: #f5f5f5;
    display: table;
    width: 100%;
}

.payment-types p {
    color: #222;
    font-weight: 600;
}

.payment-types span {
    background: #dfdcde;
    padding: 10px;
    color: #515151;
    display: table;
    width: 100%;
}

.payment-types .update-cart {
    margin-top: 20px;
}

.order-confirm-strip {
    padding: 15px 0;
    display: table;
    width: 100%;
    text-align: center;
    background: #00BCD4;
    margin-top: 4%;
}

.order-confirm-strip span i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10px;
}

.order-confirm-strip p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.order-placed-info {
    display: table;
    width: 100%;
    padding: 15px 0;
    margin-top: 20px;
    background: #f5f5f5;
}

.order-placed-info ul li {
    float: left;
    width: 23%;
    text-align: center;
    margin-right: 2%;
}

.order-placed-info ul li:last-child {
    margin-right: 0;
}

.order-placed-info ul li p {
    display: block;
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
    font-family: 'Open Sans';
}

.order-placed-info ul li p strong {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans';
}

.side-contact.unlinked .tol-free-num {
    display: none;
}

.side-contact {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
}

.side-contact h3 {
    display: block;
    text-align: left;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 0;
    font-family: 'Open Sans';
}

.side-contact h3:after {
    display: none;
}

.side-contact h3 i {
    font-size: 18px;
    color: #00BCD4;
}

.side-contact-top {
    margin-top: 10px;
    padding: 15px;
    padding-right: 5px;
}

.side-contact-top i {
    margin-right: 10px;
}

.side-contact-top h3 {
    text-transform: lowercase;
    margin: 15px auto 15px;
}

.side-contact-bottom {
    margin-top: 20px;
    padding: 15px;
}

.side-contact-bottom .form-control {
    height: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    resize: none;
    padding: 10px 0 10px 15px;
    outline: none;
}

.side-contact-bottom button {
    display: table;
    margin: 0 auto;
}

.product-main-grid h3 {
    display: block;
}

.product-main-grid h3:after {
    left: 0;
    margin-left: 0;
}

.product-main-block {
    min-height: 340px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: none;
}

.product-main-block h5 {
    font-size: 14px;
}

.product-main-block h5 span {
    color: #f22626;
}

.product-main-block:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    transform: scale(1);
}

.product-main-block a {
    display: inline-block;
    margin-right: 10px;
    width: 40%;
}

.product-main-block a.call-btn {
    display: none;
}

.product-main-block .product-content p {
    font-size: 13px;
    line-height: 18px;
}

.slider-contanier:after {
    background: rgba(0, 0, 0, 0.7);
}

.online-pricing {
    width: 31%;
    min-height: 490px;
}

.fix-quick-inquiry{
 position: fixed;
 bottom: 100px;
 right: 0;
 -webkit-transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
 transform: translateX(100%);
 background: #FFAE00;
 padding: 25px;
}
.fix-quick-inquiry-normal{
 transform: translateX(0);
}
.fix-quick-inquiry h4{
 font-size: 18px;
 letter-spacing: 1px;
 margin-top: 0;
 margin-bottom: 10px;
 color: #fff;
}
.fix-quick-inquiry p i{
 color: #fff;
 font-size: 16px;
}
.fix-quick-inquiry p{
 font-weight: bold;
 margin-bottom: 0;
 color: #fff;
 font-size: 16px;
 font-family: 'Open Sans';
}
.client-testimonials{
 padding: 10px 0 50px 0;
 overflow: hidden;
 width: 100%;
}
.client-testimonials h3 {
    margin: 10px auto 30px;
}
.client-testimonials p{
 margin-bottom: 20px;
 color: #454545;
 line-height: 22px;
}
.testimonial-quote{
 background: #f8f8ff;
    border: 1px solid #e5e5e5;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.11);
    margin: 1px;
    min-height: 360px;
}
.testimonial-quote p{
 margin: 22px 24px 22px 52px;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #777;
}
.quote_arrow{
 width: 14px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    left: 47px;
    background: url(../images/quote_arrow.png) 0px 0px no-repeat;
}
.fot-text .container{
 padding: 20px;
 box-shadow: 0 0 4px rgba(0,0,0,0.15);
 overflow: hidden;
 margin-bottom: 30px;
}
.fot-text p{
 font-size: 14px;
 line-height: 22px;
 color: #222;
 margin-bottom: 0;
}

.tol-free-num a {
    color: inherit !important;
}

a[href^="tel:"] {
    color: #fff;
}

.know-more {
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (max-width: 600px) {
.btn-effect-main:before, .btn-effect-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: transparent;
    left: -30px;
    bottom: 100%;
    transition: all 0.7s ease;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}
.btn-effect-main {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 14px;
    overflow: hidden;
    
    border-radius: 4px;
    border: none;
    transition: all 0.5s ease;
    margin-top: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
    font-weight: bold;
}
}

.expandTitle{cursor:pointer; -moz-user-select:none; -webkit-user-select:none;
-ms-user-select: none; user-select: none;}
.expandTitle .right-arrow{display:none;}
.expandTitle + .detail {display: none;}
.expandTitle.is-open + .detail {display: block; transition: max-height 0.5s ease;}
#integration-list ul li a h4{width:100%;position:relative;}
#integration-list ul li a.is-open h4:after{content:"-";color:#00BCD4; position:absolute;right:0px; font-size:25px;}
#integration-list ul li a h4:after{content:"+";color:#00BCD4; position:absolute;right:0px; font-size:25px;}

