body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	    color: #353535;
	line-height:22px;
    background-image: url('https://tallyerp.binarysoft.com/img/prime-banner.png');
    background-repeat: no-repeat;
}

h1{
	margin:0;
	padding:0;
	font-size:28px;
	text-align:center;

	margin-bottom:20px;
	color:#000;
}
h1 b{ color:#000; }


.clear{
	clear:both;
}




section{
	width:100%;
	height:auto


}
.bgorange{
	background-color:#eee!important;
}
/*
.header{
	width:100%;
	height:80px;
	position:absolute;
transition: background-color 0.3s ease;
	z-index:99999;
	top:50px;
	 transition:top 0.3s linear;
}
*/
.header {
    width: 100%;
    height: 105px;
    position: relative;
    background-color: #ffffff;
    z-index: 99999;
    top: 0px;
    padding: 5px 0px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.51);
}

.stiky {
    width: 100%;
    height: 105px;
    position: relative;
    background-color: #ffffff;
    z-index: 99999;
    top: 0px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.51);
}
.bgabout{
 background: url('../img/header1.png') no-repeat;
padding-top: 10px;
}

.brand{
	width:98%;
	margin:auto;
	background-color:#fff;
	border:solid 1px #eee;
	padding:20px;
	min-height:390px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 2px rgba(0,0,0,0.3);
margin-bottom:5px;
/*border-radius: 43px;*/
}
.brand h1{
    margin:0;
    padding:0;
    font-size:22px;

    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
    color:#700070;
}
.brand p {
    margin: 0 0 10px;
    font-size: 18px;
}
.brand h2{
    font-size: 28px;
    color: #337ab7;
}
.brand img{
	width:100%;
	height:auto;

}
.services h1{
	color:#700070;
}
.services h2{
    color: #666;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: -15px;
    font-size: 16px;
	text-align:center;
	line-height:22px;

}
.services .products{
	width:98%;
	margin:auto;
	padding:20px;
	background-color:#fff;
		border:solid 1px #eee;
		min-height:300px;
		    margin-bottom: 10px;
			box-shadow: 0 0 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 6px rgba(0,0,0,0.3);

}
.item-overlay h1{
	font-size:24px;
	margin-bottom:20px;
}
/*
when .item:hover, show overlay.
overwrite .item-overlay."position"
*/

.item1:hover .item-overlay.top {
  top: 0;
}
.item1:hover .item-overlay.right {
  right: 0;
  left: 0;
}
.item1:hover .item-overlay.bottom {
  bottom: 0;
}
.item1:hover .item-overlay.left {
  left: 0;
}

/*
by default, overlay is visible…
*/
.item-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  padding-top:10%;
  font-size:14px;

  background: rgba(0,0,0,0.8);
  color: #fff;
  overflow: hidden;
  text-align: center;
  /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
  width: 100%;
  padding:20px;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.item-overlay a{
	color:#fff;
}

/*
…but this hide it
*/
.item-overlay.top {
  top: 100%;
}
.item-overlay.right {
  right: 200%;
  left: -100%;
}
.item-overlay.bottom {
  bottom: 100%;
}
.item-overlay.left {
  left: 100%;
}


.change{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    transition-duration: 5s;
}


.item1 {
  position: relative;


  float: left;
  overflow: hidden;
  width: 100%;
  height:200px;
  background-color:#fff;


}
.item1 img {
  max-width: 100%;
}

.item1 h2{
margin:0;
font-size:16px;
text-align:center;
padding:10px;
font-family:Oswald;
color:#666;
text-transform:uppercase;
line-height:20px;
}
.item1 h2 b{
	color:#0da9d3;
}
.item1 p{
margin:0;
font-size:15px;
text-align:center;

}
.products h3{
	font-size:18px;
	text-align:center;
	margin:auto;
	padding:0;
	    line-height: 46px;
}
.rgp h1 {
    color: #f60000;
}
.rgproducts{

	width:98%;
	margin:auto;
	background-color:#fff;
	border:solid 1px #eee;
	padding:20px;
	min-height:518px;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 6px rgba(0,0,0,0.3);
margin-bottom:10px;
}
.btn-danger a{
	color:#fff;
}

.rgproducts h4 {
    font-size: 20px;
    color: #ff6300;
    font-weight: 400;

}
.footer{
	width:100%;
	padding:50px 0;
    /*background-image: -webkit-linear-gradient(-29deg, #c10f41 0, #233b88 100%);*/
    /*background-image: -ms-linear-gradient(-29deg, #c10f41 0, #233b88 100%);*/
    opacity: .9;
    margin-top: 50px;
    color: #fff;
    background-color: #3066B1;
	    font-weight: normal;
}
.footer ul li a{
    color: #fff!important;
	    font-weight: normal;
}
.footer a{
    color: #fff!important;
}
.footer label {
    color: #fff;
}
.footer h1{
	font-size:26px;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	margin-bottom:10px;
}
.footer ul{
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
    margin: AUTO;
    width:730px;
}

.footer ul li{
	margin:0;
	padding:0;
	list-style-type:none;
    line-height: 30px;
	    font-weight: normal;

}
.footer ul li a{
	color:#000;
    text-decoration: none;
    float: left;
    padding: 0 18px;
    font-size: 17px;
    margin-bottom: 15px;
	    font-weight: normal;
}
.pright h1{
	text-align:left
}
.social a{
	color:#fff;
}
.insidebanner{
	width:100%;
	height:200px;
	background-color:#eee;
}
.insidebanner h1{
    margin: 0;
    padding: 0;

}
#contact-form{
	    width: 100%;
   margin:auto;
}
.proddisplay{
	width:98%;
	margin:auto;
	height:auto;
	background-color:#fff;
	padding:20px;
	margin-bottom:6px;

}
.proddisplay h2{
color: #666;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;

}
.proddisplay img{
	text-align:center;
	width:100%;
	height:auto;
}
.proddisplay P {
	font-size:16px;
	margin:0;
}
.proddisplay P span{
    font-size: 15px;
    color: red;
    font-weight: 600;
}

.fltright{
	float:right;
}
.fltright .form-group{
	float:right!important;
}
.btn-warning-new {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
    width: 100%;
    height: 47px;
}
.btn-warning-new a{
	color:#fff;
	font-size:18px;
}

/*.comparison-table {*/
  /*display: block;*/
  /*width: 100%;*/
  /*padding: 10px;*/
  /*border-collapse: separate;*/
/*}*/
/*.comparison-table thead tr {*/
  /*color: #34b7f0;*/
  /*font-weight: bold;*/
  /*font-size: 16px;*/
  /*font-size: 1.6rem;*/
/*}*/
/*.comparison-table thead tr td {*/
  /*padding-bottom: 10px;*/
/*}*/
/*.comparison-table thead tr td {*/
  /*border: none !important;*/
/*}*/
/*@media (max-width: 767px) {*/
  /*.comparison-table thead tr {*/
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    /*font-weight: normal;*/
  /*}*/

/*}*/
/*.comparison-table tr {*/
  /*width: 100%;*/
/*}*/
/*.comparison-table tr td {*/
  /*border-right: 2px solid #34b7f0;*/
/*}*/
/*.comparison-table tr:first-child td {*/
  /*border-top: 2px solid #34b7f0;*/
/*}*/
/*.comparison-table tr:first-child td:first-child {*/
  /*-moz-border-radius-topleft: 5px;*/
  /*-webkit-border-top-left-radius: 5px;*/
  /*border-top-left-radius: 5px;*/
/*}*/
/*.comparison-table tr:first-child td:last-child {*/
  /*-moz-border-radius-topright: 5px;*/
  /*-webkit-border-top-right-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
/*}*/
/*.comparison-table tr:last-child td {*/
  /*border-bottom: 2px solid #34b7f0;*/
/*}*/
/*.comparison-table tr:last-child td:first-child {*/
  /*-moz-border-radius-bottomleft: 5px;*/
  /*-webkit-border-bottom-left-radius: 5px;*/
  /*border-bottom-left-radius: 5px;*/
/*}*/
/*.comparison-table tr:last-child td:last-child {*/
  /*-moz-border-radius-bottomright: 5px;*/
  /*-webkit-border-bottom-right-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
/*}*/
/*.comparison-table tr td:first-child {*/
  /*width: 25%;*/
  /*padding: 10px;*/
  /*color: #666;*/
  /*font-weight: bold;*/
  /*border-left: 2px solid #34b7f0;*/
/*}*/
/*.comparison-table tr td:first-child + td {*/
  /*width: 45%;*/
  /*padding: 10px;*/
/*}*/
/*.comparison-table tr td.marker {*/
  /*width: 10%;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
/*}*/
/*.comparison-table tr td.marker[content="✔"] {*/
  /*color: #f99d1c;*/
/*}*/
/*.comparison-table tr:nth-child(even) {*/
  /*background: #ccf1fb;*/
/*}*/
.banner{
	width:100%;
height:350px;
    background-image: linear-gradient(267deg,rgb(35, 59, 136) 6%,rgb(35, 59, 136) 9%,rgb(193, 15, 65) 99%);
}
.banner img{
	width:100%;
height:auto;

}
.mmheight{
	    min-height: 398px!important;
}
.mmheight-auto{
	    height:auto!important;
		min-height:inherit;
}
.form-group {
    margin-bottom: 5px;
    width: 94%;
}
.aboutus ul{
	margin:0;
	padding:0;
	margin-left:18px;
}
.aboutus ul li{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.youtube{
    width: 100%;
    height: 415px;
}

@media only screen and (max-width: 767px){
    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
        width: 100%!important;
    }

    .youtube{
        width: 100%;
        height: 315px;
    }


    .ca {
        background: #ff880e;
        padding: 7px 15px;
        border-radius: 1px;
        color: #fff;
        font-size: 18px!important;
        font-weight: bold;
    }
    .h2, h2 {
        font-size: 24px!important;
        padding: 0 10px;
    }
    .formcenter {
        background: #fff;
        width: 100%!important;
        margin: auto;
        border: solid 1px #eee;
        margin-top: 50px;
        padding: 20px 0px!important;
    }
	.form-group {
    margin-bottom: 5px;
    width: 100%;
}

.mmheight {
    min-height: inherit!important;
}
.banner{
	width:100%;
	height:auto;

}
.banner img{
	width:100%;
	height:auto;

}

#cssmenu {
    float: right;
    margin-top: 0px;
    text-transform: uppercase;
}
	#cssmenu > ul > li > a {
    padding: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fffbfb!important;
}
#cssmenu > ul > li > a {
    padding: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #080808;
    font-size: 14px;
}

.pright h1 {
    text-align: left;
}

.rgproducts {
    width: 98%;
    margin: auto;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    min-height: inherit;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    margin-bottom: 6px;
}
.home {
    width: 100%;
    height: 250px;
}
.logo{
	    text-align: CENTER;
	height:75px;
	margin:auto;
}
.mainvideo{
	display:none;
}
.header {
    width: 100%;
    height: 80px;
    position: inherit;
    transition: background-color 0.3s ease;
    z-index: 99999;
    top: 0px;
    transition: top 0.3s linear;
}
#cssmenu {
    float: inherit;
    margin-top: 0px!important;
    text-transform: uppercase;
    background: #075593;
}
.bgabout {
    background: url(../img/header1mob.png) no-repeat;
    background-position: 0px 0px;
    padding: 20px 20px;
}
#cssmenu > ul > li > a {
    padding: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff2f2;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
    .product .product-image img {
        width: 100%!important;
    }
    .customButton {
        font-size: 12px;
        border-radius: 25px;
        border: solid 1px #ffc107;
        width: 100%!important;
        cursor: pointer;
        float: inherit!important;
        padding: 0 7px;
        margin: 2px;
        text-align: center;
    }
.brand {
    width: 100%;
    margin: auto;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    min-height: inherit;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    text-align: left!important;
	margin-bottom:20px;
    height: auto;
}
.brand img{
	width:100%;
	height:auto;
}
.rgproducts img{
	width:100%;
	height:auto;
}
 .brand p {
    text-align: left;
}
.services h2 {
    color: #675a5a;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-top: -15px;
    font-size: 14px;
    text-align: center;
}
.item1 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: inherit;
    background-color: #fff;
}
.item1 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: inherit;
    background-color: #fff;
}
.products h3 {
    font-size: 15px;
    text-align: center;
    margin: auto;
    padding: 0;
    line-height: 22px;
}


.home {
    width: 100%;
    background: url(../img/mobi.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
margin-top: 121px;
    height: 135px;

}

.item-overlay {
  position: inherit;
  top:  inherit; right:  inherit; bottom:  inherit; left:  inherit;
  padding-top: inherit;
  font-size:14px;

  background: rgba(0,0,0,0.8);
  color: #fff;
  overflow: hidden;
  text-align: center;
  /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
  width: 100%;
  padding:20px;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.item-overlay.top {
    top: inherit;;
}

.services .products {
    width: 98%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #eee;
    min-height: inherit;
    margin-bottom: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.footer {
    width: 100%;
    padding: 50px 10px;
}
.carousel-caption p {
    margin: 0 0 44px;
    font-size: 9px;
}
    .carousel-caption h1 {
        margin: 0;
        padding: 0;
        font-size: 18px!important;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #fff;
    }
    .carousel-caption {
        right: 0%!important;
        left: inherit!important;
        padding-bottom: inherit!important;
        top: 30px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 240px;
    }

.logo img{
   width: 78px;
    height: auto;
}
    .insidebanner {
        background-color: #9c369c;
        min-height: inherit;
        margin-bottom: 0;
        height: auto!important;
        display: none;
    }
    .mobile{
        display: none;
    }
    .footer ul {
        padding: 0;
        margin-bottom: 25px;
        text-align: left;
        margin: AUTO;
        width: 100%;
    }
    .footer ul li a {
        color: #000;
        text-decoration: none;
        float: inherit;
        padding: 0 20px;
        font-size: 20px;
        margin-bottom: 15px;
    }



}




.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 80px;
}
.carousel-caption  h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
}
.carousel-caption .h2, h2 {
    font-size: 20px;
    color: #337ab7;
}
.btn-success {
    color: #000;
    background-color: #ffc632;
    border-color: #ffc632;
    padding: 5px 10px;
    font-size: 13px;
}
.insidebanner{
background-color:#eee;
}

.insidebanner  h1 {
margin: 0;
padding: 10px 0;
font-size: 48px;
text-align: center;
text-transform: uppercase;
margin-bottom: 0px;
color: #fff;

}
.insidebanner  h2 {
margin: 0;
padding: 0;
font-size: 24px;
text-align: center;
text-transform: uppercase;
margin-bottom: 0px;
color: #fff;
line-height: 50px;
}

.insidebanner p{
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;
text-transform: inherit;
margin-bottom: 0px;
color: #fff;
}


.column1 {
width: 260px;
padding-left: 40px;
}

.column2 {
width: 160px;
}

.column3 {
width: 245px;
}

.column4 {
width: 110px;
text-align: right;
}

.column5 {
width: 170px;
text-align: right;
}

.column6 {
width: 222px;
text-align: right;
padding-right: 62px;
}
.brand h1{
background-color:#eee;
color:#000;
}
.gold{
background-color:#eba631!important;
color:#fff!important;


}
button{
background: #eba631;
border: none;
padding: 5px 20px;
border-radius: 25px;
}
button a{
color:#fff;
}
.silver{
    background: #eeeeee!important;
    border: none!important;
    padding: 14px 40px;
    border-radius: 25px!important;
    color: #462b2b!important;
    font-size: 18px;
}
.silver a{
color:#000;
}
.gold1{ border-radius: 25px!important;
    color: #fff!important;
    padding: 14px 40px!important;
    font-size: 18px!important;}

iframe:focus {
outline: none;
}

iframe[seamless] {
display: block;
}
/* Global settings */

.product-image {
    float: left;
    width: 12%;
}

.product-details {
    float: left;
    width: 38%;
}

.product-price {
    float: left;
    width: 14%;
}
.org-details {
    float: left;
    width: 14%;
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
 .group:after,
 .shopping-cart:after,
 .column-labels:after,
 .product:after,
 .totals-item:after {
     content: '';
     display: table;
 }

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
    content: '₹ ';
}




label {
    color: #666;
}

.shopping-cart {
    margin-top: 45px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.product .product-image {
    text-align: center;
}
.product .product-image img {
    width: 100px;
}
.product .product-details .product-title {
    margin-right: 20px;

}
.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}
.product .product-quantity input {
    width: 40px;
}
.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    border-radius: 3px;
}
.product .remove-product:hover {
    background-color: #a44;
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}
.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}
.totals .totals-item-total {
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}
/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }
    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }
    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: 'x';
    }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        width: 70px;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
}
#proceedToPay{
    margin-top: 10px;
}
.formcenter{
    background: #fff;
    width: 60%;
    margin: auto;
    border: solid 1px #eee;
    margin-top: 50px;
    padding: 20px;

}
.formcenter h1 {
    margin: 20px 0px;
    padding: 0;
    font-size: 28px;
    text-align: center;
    font-weight: bold;

}
.formcenter .form-group
{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
.ca{background: #ff880e;
    padding: 7px 15px;
    border-radius: 1px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;}

.heading1{margin: 0;
    margin: 0;
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: dashed 0px;
    border-bottom: dashed 0px;
    font-weight: bold;

}

.bg-blue{
    background-color: #0a6ebd!important;
    color: #fff!important;
}
.coupon{
    width:100%;
    margin:auto;
    background-color:#fff;
    border:solid 1px #eee;
    padding:20px;

    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    margin-bottom:5px;
    border-radius: 40px;
    margin-bottom: 30px;
}
.paddright{
    padding-right: 15px;
}
.paddleft{
    left: 15px;
}
.paddtop{
    padding-top: 15px;
}
.menu{background: #2567b3}

.brand {
    width: 98%;
    margin: auto;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    min-height: 322px;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    -o-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    margin-bottom: 5px;
    /* border-radius: 43px; */
}
.brand h1 a{
    color: #000;
}
.gold a {color: #fff!important;}
.bg-blue a {color: #fff!important;}
.learningcenter{
    margin-bottom: 20px;
    border: solid 1px rgb(37 103 179 / 43%);
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.content_new h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: left;

    margin-bottom: 20px;
    color: #000;
    margin-top: 20px;
}
.content_new{
    padding-right: 20px;
}
.cov-feedback-avatar{display: none!important;}
.subPage{margin-bottom: 30px;}

.bg-color-blue {
    background: url('https://tallyerp.binarysoft.com/img//blue-bg-top.png') 0 0 no-repeat #3066B1;
    background-color: #3066B1;
    position: relative;
    overflow: hidden;
}
.main-banner {
    background-color: transparent;
    background-image: url('https://tallyerp.binarysoft.com/img/prime-banner.png');
    background-size: cover;
    background-position: bottom center;
    padding: 0px 0;
}
.bg-color-blue::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url('https://tallyerp.binarysoft.com/img/blue-bg-top.png') 0 0 no-repeat;
    transform: rotate(30deg);
}
.articl{width: 300px; height: 200px; float: left; margin: 0 50px 0 0; border: solid 2px #eee; padding: 5px; border-radius: 4px;}

.customButton{
    font-size: 12px;
    border-radius: 25px;
    border: solid 1px #ffc107;
    width: 109px;
    cursor: pointer;
    float: left;
    padding: 0 7px;
    margin: 2px;

}
.btn-success{margin-bottom: 10px;}
.btround{    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    padding: 5px;
    border-radius: 4px;}

.cats{margin: 25px 0 ; padding: 0}
.cats li{
    list-style-type: none;
    float: left;
    padding:8px!important;
    border: solid 1px #eee;
    margin: 0 6px!important;
    border-radius: 14px;

}
.top{margin-top: 50px;}
.fullPage{margin-bottom: 20px;
    border: solid 1px rgb(37 103 179 / 43%);
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 29%);}
iframe{margin-bottom: 10px;}

 