
/**********Header start here ********/
body {
    color: #291C64;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .2px;
}
h1, h2, h3, h4, h5, h6{
	text-transform: inherit;
}
h4{
	 color: #291C64;
}

a, a:hover, a:focus {
	color: #0056b3;
}

.disabled {
    display: none;
}
.desktop-header .nav-list {
    padding: 0;
    padding-left: 10px;
    margin-bottom: 0px;
}
.dropdown-menu.show {
    border: 0;
    box-shadow: -1px 6px 6px rgba(0,0,0,.1);
/*    padding-left: 15px;*/
    border-radius: 6px;
    width: 300px;
}
.dropdown-menu  li a{
  display: block;
	padding: .5rem .7rem;
	font-style: normal;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 150%;
	color: #756D98;
 }
.mobile-header .logo, .mobile-header .bag {
    display: inline-block;
    max-width: 200px;
}
	.mobile-header .bag i {
        background: #FFF;
        color: #291C64;
        padding: 12px;
        border-radius: 25px;
        border: 1px solid #291C64;
}

.desktop-header .nav-list-item{
display: inline-block;
}
.desktop-header .nav-link {
    display: inline-block;
    padding: .5rem .68rem;
    font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
	border: none;
}

.btn-primary.btn-subscribe {
	max-width: 145px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.mobile-header .btn-primary.btn-subscribe {
	display: inline-block;
}

.desktop-header {
    padding: 5px 0;
    background: #fff;
}
.dropdown .btn {
	padding: 0px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
	padding: .5rem .5rem;
	border: 0;
    text-align: left;
}
.dropdown .btn:focus {
    outline: 0;
    box-shadow: none;
}
.desktop-header .header-right {
	text-align: right;
	position: relative;
}
.desktop-header .header-right .user-login {
    text-align: left;
    color: #291C64;
    width: auto;
}
.desktop-header .header-right .bag {
	margin: 0 25px;
}
	.desktop-header .header-right .bag i {
		background: #FFF;
		color: #291C64;
		padding: 12px;
		border-radius: 25px;
		border: 1px solid #291C64;
	}

.v-line {
    position: absolute;
    left: 0;
    top: 9px;
}
.nav-list li:hover > ul.dropdown-menu {
    display: block;
    border: 0;
	box-shadow: -1px 6px 6px rgba(0,0,0,.1);
	padding-left: 0px;
	border-radius: 6px;

}
 .dropdown-item{
	padding-left: 15px !important;
}
ul.nav-list li a{
	border-bottom: none;
	color: #756D98;
}

.dropdown-submenu {
    position: relative;
 
}
ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 5px;
    }

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.page-header {
    padding: 30px 0;
}
.page-header h1 {
    margin-bottom: 0;
    font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 124%;
color: #FFFFFF;
}
.font-size-32 {
    color: #fff;
}

.footer-header{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 150%;
color: #FFFFFF;
text-transform: uppercase;
}

#footer p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/*color: #9994B1;*/
	color: #9994B1;
}
.cdnFooter {
	background: #291C64;
	padding: 70px 0 0 0;
}
#sub-menu ul li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
}
#sub-menu ul li a{
/*	color: #756D98*/
    color: #ffffff;
}
#sub-menu ul{
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 0px;
}
#sub-menu ul li:last-child::after {
	display: none;
}

.footer-copyright {
    background: #1E134E;
    margin-top: 70px;
}
.footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
}
.social-icons li {
    margin: 7px;
}
#newsletterFrm .btn-primary {
    background-color: #50CDD0;
    border-color: #50CDD0 #50CDD0 #50CDD0;
    color: #FFF;
}
#newsletterFrm .input-group-rounded .form-control {
    border-radius: 1.2rem 0rem 0rem 1.2rem;
    font-size: 1.2em;
}

 #newsletterFrm .input-group-rounded .input-group-append .btn {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    left: -25px;
}
#sub-menu ul li::after {
    content: "|";
    position: absolute;
    right: -30px;
    color: #756D98;
}

.statsBox {
	background: #291C64;
	border-radius: 16px;
	padding: 20px;
	border: 2px solid #291C64;
	height: 100%;
	color: #50CDD0;
}

.statsBox h3 {
    display: inline;
    margin: 0;
    padding: 0;
    color: #FFF !important;
    font-size: 28px !important;
    margin-left: 25px !important;
}

.statsBox p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFF;
    display: inline;
    margin: 0;
    padding: 0;
}
.statTrackerLogo {
    max-width: 75px;
}

.statNum {
	color: #50CDD0;
    background-color: #1E134E;
	padding: 3px 15px;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 4px;
	border-radius: 20px;
	display: inline-block;
}

.statNumrev {
    color: #291C64;
    background-color: #FFF;
    padding: 3px;
    margin-right: 2px;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 4px;
    border-radius: 3px;
    display: inline-block;
}

/******24/03/2021 CSS**********/

.profile-name {
    color: #fff;
    font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}
.profile-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    border-radius: 8px;
    margin: 0 10px;
    vertical-align: middle;
}
.card-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
   	margin: 0 5px 0 0;
    vertical-align: middle;
}
.profile-logout{
	color: #9994B1;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
}
.blue-bg{
	background-color: #291C64;
}
.font-weight-700{
	font-weight: 700 !important;		
}
.font-size-32{
	font-size: 32px;
	letter-spacing: .1px;
}
.account{
	background-color: #f6f7fb;
	padding: 50px 0;
}
.account .tabs-navigation .nav-tabs > li .nav-link::before{
	display: none;
}

.account .tabs-left .nav-tabs > li .nav-link {
    border-right: 0;
    border-left: 0;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 0 24px 0;
    text-align: center;
    color: #291C64;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
	width: 100%;
	transition: all .5s;
}
.account .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active, .account .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover{
	border-left:0;
	background: #50CDD0;
	color: #fff;
}
.account .tabs-vertical {
   border-top: none;
}
.account__settings {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.account__settings h3{
	font-size: 24px;
	font-weight: bold;
	color: #291C64;
	line-height: 132%;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.sub-heading{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	color: #9994B1;
}
.cdn-customer{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #291C64;
	text-transform: capitalize;
}
.width-95{
	width: 95%
}
.my-32{
	margin: 32px 0;
}
.btn-primary{
background: #50CDD0;
border-radius: 18px;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 150%;
display: inline-block;
text-align: center;
color: #FFFFFF;
padding: 10px 30px;
border: none;
box-shadow: none;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{
	background: #39B6B9;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	border: none;
}
.btn-tag {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #291C64 !important;
    padding: 10px 15px;
    border: 1px solid #ECECF5 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: inline-block;
}
.btn-tag.active {
	color: #495057;
	background-color: #ECECF5;
	border-color: #ECECF5 #ECECF5 #ECECF5;
	font-weight: bold;
}
.btn-tag:hover {
	background-color: #c4c4ce;
}
.pubTag {
    background-color: #d8f1f2 !important;
}

.pubTag:hover {
    background-color: #b2c3c4 !important;
}

.btn-ghostPurple {
	background: #FFF;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	display: inline-block;
	text-align: center;
	color: #291C64;
	padding: 10px 30px;
	border: 1px solid #291C64;
	box-shadow: none;
}

.btn-ghostPurple:hover, .btn-ghostPurple:focus, .btn-ghostPurple:not(:disabled):not(.disabled):active:focus {
	background: #EEE;
	color: #150E32;
	text-decoration: none;
	box-shadow: none;
	border: 1px solid #150E32;
}

.btn-ghost {
	background: #FFF;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	display: inline-block;
	text-align: center;
	color: #50CDD0;
	padding: 10px 30px;
	border: 1px solid #50CDD0;
	box-shadow: none;
}

	.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:not(:disabled):not(.disabled):active:focus {
		background: #EEE;
		color: #39B6B9;
		text-decoration: none;
		box-shadow: none;
		border: 1px solid #39B6B9;
	}

.btn-danger {
    border-radius: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    border: none;
    box-shadow: none;
}

.btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	border: none;
	box-shadow: none;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
	background-color: #32383e;
	border-color: #383f45 #383f45 #212529;
	color: #FFF;
	text-decoration: none;
	box-shadow: none;
	border: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	margin-left: 0;
	border-radius: 12px;
}

.account__form .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.account__form .form-control-placeholder {
  position: absolute;
  top: 5px;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.9;
}

.account__form .form-control:focus + .form-control-placeholder,
.account__form .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.account__form .form-control {
    height: calc(2.2em + .75rem + 2px);
    border: 1px solid #ECECF5;
	border-radius: 18px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #1E134E;
}
.account__form select.form-control{
 	height: calc(2.2em + .75rem + 2px) !important;
    border: 1px solid #ECECF5 !important;
	border-radius: 18px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 24px;
	color: #1E134E;
}
.account__form  label{
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	color: #9994B1;
}
.change-pass{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}
.dealer-box{
/* Background */
background: #F6F7FB;
border-radius: 16px;
padding: 15px 30px;
}
.dealer-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 10px;
}
.dealer-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
	margin-bottom: 0px;
}



.switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 51px;
  vertical-align: middle;
  top: 3px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  border: 2px solid #BFBDCB;
}

.slider:before {
  background-color: #BFBDCB;
  bottom: 4px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 18px;
  top: 2px;
}

#dvCategoryResult {
    padding: 0 2rem;
}

#dvCategoryResult .nav-link:hover {
    background-color: #c4c4ce;
}


input:checked + .slider {
  background-color: #50CDD0;
   border: 2px solid #50CDD0;
}

input:checked + .slider:before {
  transform: translateX(26px);
    background-color: #fff;
    left: 1px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-label{
	display: inline-block;
	margin-left:5px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	color: #291C64;
}
.switch-box {
    display: inline-block;
    margin-right: 35px;
}

.memberships h3{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 170%;
	color: #291C64;
	margin-bottom: 30px;
}



.memberships .switch--horizontal input{
	left: .5rem;
}

.memberships .switch--horizontal .toggle-outside{
	left: .5rem;
}


.change-pass .modal-content {
    text-align: center;
}
.change-pass .modal-header1 {
    padding: 30px 50px 5px;
}

.change-pass .modal-body {
    padding: 30px 50px;
}

.change-pass .modal-footer {
    padding: 10px 50px;
}
.forgot-pass{
	text-align: right;
}
.change-pass .modal-title{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 0px;
}

.change-pass h5{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.forgot-pass a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	text-align: right;
	color: #50CDD0;
	display: inline-block;
margin-top: 8px;
}
.modal-header1 {
    position: relative;
}
.modal-header1 .close {
    position: absolute;
    right: 50px;
    top: 25px;
    font-size: 30px;
}

.flex {
  display: flex;  
  justify-content: space-between;
  
}
.btn-light{
	background: #F6F7FB;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	box-shadow: none;
	border:none;
	padding: 10px 30px;
}

.address-payment {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.address-payment h3{
	font-size: 24px;
	font-weight: bold;
	color: #291C64;
	line-height: 132%;
	text-transform: capitalize;
	margin-bottom: 25px;
}
	
.btn-p{
	border: 1px solid #35E3CA;
	box-sizing: border-box;
	border-radius: 100px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #50CDD0;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px;
	vertical-align: middle;
}
.btn-p:hover{
	text-decoration: none;
}
.address-list span {
    vertical-align: middle;
    display: inline-block;
}

.address-list{
	background: #F6F7FB;
	border-radius: 16px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.btn-edit{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 7px;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #291C64;
}
.btn-edit:hover, .btn-edit:focus{
	color: #291C64;
}
.btn-delete{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 7px;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #9994B1;
}
.btn-delete:hover, .btn-delete:focus{
	color: #9994B1;
}
.address-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 15px;
}
.stree-name{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 150%;
color: #291C64;
margin-right: 7px;
}
.city-name{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #291C64;
}
.country-name{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #291C64;

}
.pin-code{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #291C64;

}
.line-up{
color: #291C64;
vertical-align: middle;

}



.edit-add .modal-header1 {
    padding: 30px 50px 15px;
    text-align: center;
}

.edit-add .modal-body {
    padding: 30px 50px;
}

.edit-add .modal-footer {
    padding: 10px 50px;
}

.edit-add .modal-title{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 0px;
}

.edit-add h5{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.p-text{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

.delete-h2{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #291C64;
	margin-bottom: 15px;
}
.tab-pane-navigation {
    display: none;
}


/******Ribbon CSS Starts here ***********/
.ribbon-box {
	position: relative;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

	.ribbon::before,
	.ribbon::after {
		position: absolute;
		z-index: -1;
		content: '';
		display: block;
		border: 5px solid #2c8c8e;
	}

	.ribbon span {
		position: absolute;
		display: block;
		width: 225px;
		padding: 15px 0;
		background-color: #39B6B9;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
		color: #fff;
		font: 700 18px/1 'Lato', sans-serif;
		text-shadow: 0 1px 1px rgba(0,0,0,.2);
		text-transform: uppercase;
		text-align: center;
	}
.ribbon-annual::after {
	border: 5px solid #291C64;
}
.ribbon-annual span {
	background-color: #291C64;
}

.ribbon-top-left {
	top: -10px;
	left: -10px;
}

	.ribbon-top-left::before,
	.ribbon-top-left::after {
		border-top-color: transparent;
		border-left-color: transparent;
	}

	.ribbon-top-left::before {
		top: 0;
		right: 0;
	}

	.ribbon-top-left::after {
		bottom: 0;
		left: 0;
	}

	.ribbon-top-left span {
		right: -25px;
		top: 30px;
		transform: rotate(-45deg);
	}

.ribbon-top-right {
	top: -10px;
	right: -10px;
}

	.ribbon-top-right::before,
	.ribbon-top-right::after {
		border-top-color: transparent;
		border-right-color: transparent;
	}

	.ribbon-top-right::before {
		top: 0;
		left: 0;
	}

	.ribbon-top-right::after {
		bottom: 0;
		right: 0;
	}

	.ribbon-top-right span {
		left: -15px;
		top: 20px;
		transform: rotate(45deg);
	}

.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}

	.ribbon-bottom-left::before,
	.ribbon-bottom-left::after {
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

	.ribbon-bottom-left::before {
		bottom: 0;
		right: 0;
	}

	.ribbon-bottom-left::after {
		top: 0;
		left: 0;
	}

	.ribbon-bottom-left span {
		right: -25px;
		bottom: 30px;
		transform: rotate(225deg);
	}

.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}

	.ribbon-bottom-right::before,
	.ribbon-bottom-right::after {
		border-bottom-color: transparent;
		border-right-color: transparent;
	}

	.ribbon-bottom-right::before {
		bottom: 0;
		left: 0;
	}

	.ribbon-bottom-right::after {
		top: 0;
		right: 0;
	}

	.ribbon-bottom-right span {
		left: -25px;
		bottom: 30px;
		transform: rotate(-225deg);
	}
/******RIBBON CSS ENDS *****************/


/******LOGIN PAGE CSS START HERE********/

.header-right{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #291C64;
}

.header-right a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #50CDD0;
}

.grey-bg{
	background: #F6F7FB;
}

.login-header{
	min-height: 90px !important;
}
.login {
    margin-top: 50px;
    background: #F6F7FB;
    padding-top: 50px;
    margin-bottom: 50px;
}

.login__header{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
	margin: 15px 0 30px;
}
.forgot-pass{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #9994B1;
}

.p-relative{
	position: relative;
}
.eye-icon{
	display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    vertical-align: middle; 
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #CCC;
}

.btn-back{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #756D98;
	display: inline-block;
}
.nps-body{
	position: relative;
}
.nps{
	background: #291C64;
	border-radius: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	padding: 12px 30px;
	display: inline-block;
	position: relative;
top: -117px;
z-index: 9999;
}

.login__header2{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	text-transform: inherit;
}
.login__header2 a b{
	color: #291C64;
	font-weight: bold;
}
.form-group.step-2 input {
    width: 45px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.form-group.step-2{
	text-align: center;
}
p {
    color: #756D98;
}
.login__header3{
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 117%;
	color: #291C64;
	margin-top: 30px;
	margin-bottom: 20px;
}


.mobile-header  .nav-bar {
  position: fixed;
  background-color: #F6F7FB;
  top: 70px;
  left: -50rem;
  height: calc(100vh - 80px);
  width: 100%;
  display: block;
  transition: 0.5s ease-out;
  z-index: 9;
}
.mobile-header  .toggle {
  left: 0;
  
}
.mobile-header  .toggle-menu {
  background-color: transparent;
  position: fixed;
  top: 12px;
  right: 20px;
  width: 3.2rem;
  height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.mobile-header  .line {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #291C64;
  transition: 0.2s ease-out;
}
.mobile-header  .toggle .line1 {
  background-color: #291C64;
  transform: scale(0.9) rotateZ(-45deg) translate(-11px, 9px);
}
.mobile-header  .line.line2 {
    width: 80%;
}
.mobile-header  .toggle .line2 {
  display: none;
}
.mobile-header  .toggle .line3 {
  background-color: #291C64;
  transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.mobile-header  .toggle .toggle-menu {
  background-color: white;
}
.mobile-header  .nav-list {
  list-style: none;
  padding: 0px;
  display: block;
	width: 100%;
}
.mobile-header .nav-list-item {
	text-align: left;
    padding: 10px 5px;
    border-top: 1px solid #756D98;
    color: #756D98;
}
.mobile-header .nav-list-item .dropdown .btn {
	color: #756D98;
	padding: 0.5rem 0.7rem;
	border: 0;
    text-align: left;
    font-size: 18px;
}
.mobile-header .nav-list-item a[type=button] {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
.mobile-header .nav-list-item .btn.dropdown-toggle[aria-expanded="true"] {
    color: #291C64;
}
.mobile-header .nav-list-item .btn.dropdown-toggle[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.mobile-header ul.nav-list li a.nav-link {
	text-decoration: none;
	position: relative;
	padding-bottom: 0.4rem;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 132%;
	color: #756D98;
	border-bottom: 0;
    padding: 0.5rem 0.7rem;
}
.mobile-header ul.nav-list .dropdown-menu.show {
	border: 0;
	border-radius: 0;
	width: 100% !important;
	display: inline-block;
	float: none;
	position: relative !important;
	padding: 0;
	margin: 0;
    top: 5px !important;
	background-color: #F6F7FB;
	transform: none !important;
    box-shadow: none !important;
}
	.mobile-header ul.dropdown-menu.show li {
		border-top: 1px solid #756D98;
	}

.mobile-header ul.dropdown-menu.show li.btmBorder  {
    border-bottom: 1px solid #756D98;
}

}.mobile-header  ul.nav-list li a::before {
	display: none;
}


.mobile-header .logo, .mobile-header .bag{
	margin-top: 15px;
	display: inline-block;
}

.mobile-header ul.nav-list li a {
	font-size: 18px;
}

.user-login{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	width: 45%;
	display: inline-block;
text-align: center;
text-decoration: none;
}
.user-login:hover,.user-login:focus{
	text-decoration: none;
}

.vertSep {
	color: #291C64;
}

.btn-change.btn-subscribe{
	width: 50%
}
.btn-change.btn-subscribe:hover,.btn-change.btn-subscribe:focus{
	text-decoration: none;
}
	.last-list {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}	

.digital-media {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

.digital-media h3 {
    font-size: 24px;
    font-weight: bold;
    color: #291C64;
    line-height: 132%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
		
.textbox.form-control {
    border-radius: 25px;
    padding-left: 40px;
}
.textboxSearch.form-control {
    border-radius: 0 25px 25px 0;
/*    padding-right: 140px;*/
}
.search-form {
    position: relative;
}
.search-icon {
    position: absolute;
    left: 18px;
    top: 12px;
}
.issue-box {
    background: #F6F7FB;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
}
.issue-box h4{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-bottom: 35px;
}
.issue-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.issue-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px;
}
.issue-btn{
background: #ECECF5;
border-radius: 100px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 170%;
color: #291C64;
padding: 5px 10px;
display: inline-block;
margin-top: 10px;
}
.space-50 {
    min-height: 44px;
}
.issue-btn:hover, .issue-btn:focus{
	color: #291C64;
	text-decoration: none;
	background: #aaa;
}
/* Reset Select */
select {
/*  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
*/  
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px !important;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.selectSearch {
	position: relative;
	display: flex;
	width: 100%;
	height: auto !important;
	line-height: 3;
	background: #fff;
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	font-size: 16px !important;
	border: 1px solid #ced4da !important;
	padding: 12px 6px;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}

.issue-label{
	font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 130%;
color: #9994B1;
    font-size: 11px;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 27px;
}
.arrow_up {
    position: absolute;
    right: 26px;
    top: 17px;
}

.more-btn{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #291C64;
}
.more-btn:hover, .more-btn:focus{
	color: #291C64;
	text-decoration: none;
	
}
.new-benefit-h3{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-top: 15px;
}
.new-benefit {
    background: #ECECF5;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}
.new-benefit-h3 img {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}
.new-benefit-h3 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.new-benefit .close{
	position: absolute;
	top:-10px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/close.png) no-repeat left center;
	background-size:cover; 
}
.subscription-box{
	background: #F6F7FB;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    margin-top: 30px;
}
.subscription-box h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 132%;
    color: #291C64;
    margin-bottom: 35px;
}
.subscription-box table th{
	font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 170%;
color: #291C64;
background: #ECECF5;
border-top:0px;
}
.subscription-box table td{
	color: #291C64;
}
.edit-icon{
	width: 16px;
	height: 16px;
	background: url(../images/edit.png) no-repeat left center;
	background-size:cover; 
	display: inline-block;
	margin-left: 10px;
}
.del-icon{
	width: 12px;
	height: 16px;
	background: url(../images/delete.png) no-repeat left center;
	background-size:cover; 
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.downword-icon{
	width: 24px;
	height: 24px;
	background: url(../images/downward.png) no-repeat left center;
	background-size:cover; 
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.user-edit img {
    border-radius: 50%;
}

.btn-cancel{
	background: #ECECF5;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #291C64;
	padding: 3px 12px;
	float: right;
}

.btn-cancel:hover,.btn-cancel:focus{
	text-decoration: none;
		color: #291C64;
}
.table-striped tbody tr:nth-of-type(2n+1) {
/*    background-color: transparent;*/
}
.table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #fff;
}

.table td, .table th{
	border-top:0px; 
}
.table thead th{
	border-bottom: 0px;
}
.user-edit span{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #BFBDCB;
	margin-left: 5px;
}

.f-normal{
	font-weight: normal;
}
.btn-new-user{
background: #50CDD0;
border-radius: 18px;
padding: 7px 15px;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #FFFFFF;
}
.btn-new-user:hover, .btn-new-user:focus{
	color: #FFFFFF;
	text-decoration: none;
}
.user-name img{
	border-radius: 100%;
	max-width: 32px;
	margin-right: 10px;
}
.last-activity {
    margin-right: 15px;
    display: inline-block;
}
.manage-box{
	padding: 0px;
	background: transparent;
}


.manage-box .table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #F6F7FB;
}


.btn-help{
	background: #50CDD0;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 7px 15px;
	display: inline-block;
}
.btn-help:focus, .btn-help:hover{
	color: #FFFFFF;
}
.ask-question{
	background: #ECECF5;
border-radius: 8px;
padding: 20px;

}
#downword h3, #downword h6{
	color: #291C64;
	margin-bottom: 0px;
}
.ask-question h3{
	font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 150%;
color: #291C64;
margin: 0;
margin-top: 5px;
}
.text-dark{
	color: #291C64 !important;
}
.new-benefit-h3 {
	margin-bottom: 15px;
}
.row.user-box {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}



/***Advertise CSS start here****/

.advertise{
	background-color: #f6f7fb;
	background-image: url(../images/add-bg.png);
	padding: 50px 0;
	background-size: 643px;
	background-repeat: no-repeat;
	background-position: top right;
}


.advertise-box {
    background: #ECECF5;
    padding: 20px;
    border-radius: 25px;
    min-height: 240px;
}
.advertise-icon span, .advertise-icon i {
	background: #291C64;
	color: #fff;
	padding: 6px;
	border-radius: 100%;
	font-size: 20px;
	display: inline-block;
}
.advertise-icon {
    margin-bottom: 15px;
}

.advertise-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.advertise-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}
.advertise h1{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	color: #9994B1;
	padding-right: 100px;
}

.advertise h2{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	padding-right: 100px;
}

.advertise h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 124%;
	color: #39B6B9;
}

.advertise-form h3{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	text-transform: inherit;
	margin-bottom: 15px;
}

.advertise-form p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
}


.advertise-form {
    background: #fff;
    padding:30px;
    border-radius: 25px;
}
.advertise-left > p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	padding-right: 100px;
	margin-bottom: 30px;
}

.advertise-bottom {
    padding: 50px 0;
}

.advertise-bottom p{
   font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}
.advertise-logo img {
    margin: 0 5px;
}
.advertise-logo {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
}

.benifits{
	background: rgb(246,247,251);
	background: linear-gradient(180deg, rgba(246,247,251,1) 50%, rgba(236,236,245,1) 50%); 
	padding: 50px 0;
}
.benefits-box {
    background: #fff;
    padding: 24px;
    border-radius: 25px;
    min-height: 444px;
}

.benefits-icon span, .benefits-icon i {
	background: rgba(80, 205, 208, 0.1);
	color: #50CDD0;
	padding: 12px;
	border-radius: 25px;
}
.benefits-icon{
	margin-bottom: 20px;
}
.benefits-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-bottom: 20px;
}

.benefits-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

.benifits .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.advertise-rate{
	background-color: #f6f7fb;
	padding: 50px 0;
	text-align: center;
}

.advertise-rate h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
	margin-bottom: 10px;
	text-transform: inherit;
}

.advertise-rate h4{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
	margin-bottom: 50px;
	text-transform: inherit;
}

.advertise-rate .col-sm-2 {
 	padding-right: 8px;
 	padding-right: 8px;
 }

.rate-box h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	font-style: initial;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 50px;
	position: relative;
}

.rate-box {
    padding: 30px 0 15px;
    background: #fff;
    border-radius: 25px;
}

.rate-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rate-box ul li{
	line-height: 30px;
	border-top: 1px solid #ECECF5;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #756D98;
	padding: 5px 15px;
}

.rate-box ul li b{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

.bg-transparent{
	background: transparent;
}
.bg-transparent ul li{
	text-align: left;
	color: #291C64;
}

.rate-box h5:before{
	position: absolute;
	width: 48px;
	height: 4px;
	left: 34%;
	top: -15px;
	background: #50CDD0;
	border-radius: 100px;
	content: "";
}

.rate-box.bg-transparent h5:before{
	display: none;
}

.mail-ins{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	text-align: left;
	padding-left: 15px;
}

.call-4{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #756D98;
	padding: 10px 30px;
	border-radius: 25px;
	background: #fff;
}

.camera-ready{
background: #ECECF5;
border-radius: 24px;
text-align: left;
padding: 40px 100px;
}

.camera-ready ul{
	padding-left: 0;
	margin: 0px;
}

.camera-ready ul li{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 170%;
	color: #291C64;
}

.email-blast {
    text-align: left;
    background: #fff;
    padding: 40px 100px;
    border-radius: 25px;
}

.email-blast h5{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.email-blast p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
}

/******TEAM CSS STARTED********/

.team {
    background-color: #f6f7fb;
    background-image: url(../images/team-right.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top right;
}
.team-heading h1{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}

.h-line{
border: 2px solid #ECECF5;
margin: 30px 0;
}
.price-production{

}
.price-production h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.price-production p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #9994B1;
}
.price-para{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #291C64;
	margin-top: 20px
}
.team-box {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
}

.team-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.team-box h5{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
}
.team-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #291C64;
}

.team-social span, .team-social i {
	color: #fff;
	background: rgba(80, 205, 208, 1);
	padding: 6px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 25px;
	margin: 0 5px;
}

/****About Us CSS start****/



.about {
    background-color: #f6f7fb;
    background-image: url(../images/add-bg.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top right;
}
.timeline-section{
	background-color: #f6f7fb;
	 padding: 50px 0;
}

.about  h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 124%;
    color: #9994B1;
    padding-right: 100px;
}
.about  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 124%;
    color: #291C64;
    padding-right: 100px;
}

.timeline {
    background: #fff;
    padding: 30px 50px;
    border-radius: 25px;
}

.timeline  h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 124%;
    color: #291C64;
    padding-right: 100px;
}
.left-box{
	background: #F6F7FB;	
	border-radius: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #291C64;
	display: inline-block;
	padding: 12px 50px;
	margin-top: 15px
}
.right-box{
	background: #F6F7FB;	
	border-radius: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 132%;
	color: #291C64;
	display: inline-block;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.img-logo{
	max-width: 150px;
}

.right-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
	margin-bottom: 0px;
}

.right-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}
.right-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
}
.video-box{
	margin-bottom: 15px;
}

.img-box {
    background: #fff;
    display: inline-block;
    padding: 30px;
    border-radius: 25px
}

.t-line{
	position: relative;
}

.t-line::after {
    content: "";
    position: absolute;
    right: 50px;
    width: 3px;
    height: 100%;
    background: #F6F7FB;
    top: 30px;
}

.t-line::before {
    content: "";
    position: absolute;
    right: 42px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #50CDD0;
    z-index: 9;
    border: 5px solid #F6F7FB;
    top: 30px;
}
.t-line.t-last:after{
	display: none;
}

.img-cvg{
	max-width: 190px;
}

.about.cpg {
    background-color: #f6f7fb;
    background-image: url(../images/cpg-bg-new.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
}
.cpg-box{
	padding: 50px;
	background: #fff;
	border-radius: 25px;
}

.cpg-box h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin-bottom: 30px;
}
.cpg-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}

.cpg-slider .owl-carousel .owl-nav button.owl-prev::before {
    font-family: fontawesome;
    font-weight: 900;
    font-size: 14px;
    content: "\f060";
    position: relative;
    left: -58px;
    top: -1px;
    background: #ddd;
    padding: 15px;
    border-radius: 50%;
}

.cpg-slider .owl-carousel .owl-nav button.owl-next::before {
    font-family: fontawesome;
    font-weight: 900;
    font-size: 14px;
    content: "\f061";
    position: relative;
    right: -48px;
    top: -1px;
    left: auto;
    background: #ddd;
    padding: 15px;
    border-radius: 50%;
}

.owl-nav span{
	font-size: 0px;
}

.cpg-box-bg{
	background-color: #ececf5;
	background-image: url(../images/cpg-box-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 55%;
}
.cpg-box-bg h4{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #756D98;
	margin-bottom: 30px;
}

.faq{
	 background-color: #f6f7fb;
    background-image: url(../images/left-bg1.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}


.faq h3{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin-bottom: 40px;
}

#accordion {
}
.panel-title a {
    color: #1d2243;
    letter-spacing: 1px;
}
.panel-title a .fa{
  margin-right: 20px;
  color: #df518e;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
 	 box-shadow: none;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 25px;
	background: #fff;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  display: block;
   padding: 15px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.panel-group .panel .panel-heading h4 a.collapsed{
	font-weight: normal;
}
.panel-group .panel .panel-heading h4 a.first {
  border-top: none;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
  color: #1d2243;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "\f068";
}
.panel-group .panel .panel-heading h4 a i {
  color: #9994B1;
  float: right;
  font-size: 20px;
  margin-top: 5px;
}
.panel-group .panel .panel-body {
  padding-top: 0;
  padding-left: 15px;
  font-size: 14px;
}
.panel-group .panel .panel-body a{
  text-decoration: underline;
  color: #1d2243;

}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}

#accordion .panel-body p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

#accordion h4 {
    margin-bottom: 0;
}


.contact-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contact-list li{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #4F447E;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}

.contact-list li span, .contact-list li i{
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 20px;
}

.subscribe-page{
	background-size: 43%;
}

.subscribe-mid{
	background-color: #f6f7fb;
	padding: 25px 0;
}
.subscribe-box {
    background: #ECECF5;
    padding: 30px 33px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.subscribe-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin:15px 0; 
	min-height: 38px;
}

.subscribe-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
}

.reasons h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin-bottom: 40px;
}
.reasons-box {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    min-height: 200px;
}
.h-250{
	min-height: 247px;
}
.reasons-icon span, .reasons-icon i {
	background: #50CDD0;
	color: #fff;
	border-radius: 50%;
	padding: 5px;
	font-size: 18px;
}

.reasons-icon {
	margin-bottom: 10px;
}

.reasons-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 0px;
}

.reasons .col-sm-3{
	padding-left: 8px;
	padding-right: 8px;
}

.award-box {
  	 background: #ECECF5;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.award-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin: 25px 0;
}

.award-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 30px;
}


.tool-box{
	background: #1E134E;
 	padding: 50px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.free-d{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #50CDD0;
	margin-bottom: 10px;
}

.tool-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.tool-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 25px
}

.note-bottom{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	color: #756D98;
	margin-top: 25px;

}
.tool-video,.tool-video img {
    border-radius: 25px;
}

.m-app img{
	border-radius: 16px;
}
.advertise.m-app{
	background-image:url(../images/m-app.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50%;
	min-height: 450px;
	padding-top: 70px;
}

.pricing-box {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 30px;
}

.pricing-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}
.value{
	background-color: #f6f7fb;
	padding: 50px 0;
}

.value-content h4{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin-bottom: 30px;
}
.value-content p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	margin-bottom: 30px;
}
.value-img{
	position: relative;
}
.value-img span{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	display: inline-block;
	padding: 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	max-width: 250px;
}

.value-box {
}
.value-box h4{
	font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 132%;
		color: #291C64;
		background: #ECECF5;
    border-radius: 24px 24px 0px 0px;
    padding: 30px;
    margin-bottom: 0px;
}

.value-box-img{
	padding: 30px;
	background: #fff;
    border-radius: 0 0 24px 24px;
}

.dealer-list{
	background: #ECECF5;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
}
.deal-box{
/* Background */
background: #F6F7FB;
border-radius: 8px;
padding: 10px 15px;
display: inline-block;
margin: 0 5px;
}

.deal-box .material-icons-outlined{
	font-size: 16px;
	vertical-align: sub;
}

.spotPrice-list {
    background: #ECECF5;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
}

.spotPrice-box {
    /* Background */
    background: #F6F7FB;
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-block;
    margin: 0 5px;
}

.color-green{
	color: #7ED321;
}
.color-red{
	color: #E42526;
}

.directory {
    padding: 50px 0;
    background-color: #f6f7fb;
}

.directory h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
    display: inline-block;
    margin-bottom:15px;
}

.directory h2{
    margin-bottom: 15px;
}

.card.tab-box {
    background: transparent;
    border: 0px;
}
.card.tab-box .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}
.nav-tabs .nav-link{
 	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64 !important;
	padding: 10px 15px;
	border:1px solid #ECECF5  !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	margin: 0 5px !important; 
}
.nav-tabs{
	border-bottom: 0px;
}

.card.tab-box .nav-tabs .nav-item {
    margin-bottom: -1px;
    text-align: center;
    display: inline-block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ECECF5;
    border-color: #ECECF5 #ECECF5 #ECECF5;
    font-weight: bold;
}

.tab-box .tab-content {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.dealerWrap {
    display: block;
    height: 100%;
    padding: 0 0 30px 0;
}

.dealerWrap .ribbon-top-right {
    top: 0px;
    right: 15px;
}

.dealerWrap .ribbon-top-right span {
    left: -15px;
    top: 16px;
    transform: rotate(45deg);
}

.eventWrap {
    display: block;
    padding: 15px 10px;
}
.d-box {
    background: #fff;
    border-radius: 25px;
    margin-bottom: 30px;
    height: 100%;
}
.d-icon {
	background: #ECECF5;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 20px;
}
.d-content {
	padding: 0 20px 20px 20px;
}
.d-social {
    text-align: right;
    margin-bottom: 15px;
}
.d-social span {
    background: #291C64;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 7px;
    display: inline-block;
}

.d-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.d-ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.d-ul li{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
	margin-bottom: 10px;
}

.d-ul li span{
	background: rgba(80, 205, 208, 0.1);
	color: #50CDD0;
	padding: 7px;
	font-size: 16px;
	border-radius: 50%;
	margin-right: 10px;

}

.no-serach{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
	margin-bottom: 30px;
}

.no-serach-p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
}

.single-image h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.tags {
    list-style: none;
   padding: 0px;
}
.tags li {
    display: inline-block;
}
.tags li a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #291C64;
	padding: 10px 15px;
	background: #ECECF5;
	border-radius: 100px;
	display: inline-block;
	margin: 5px;
}
.single {
    padding: 50px 0;
    background-color: #f6f7fb;
}

.back-link{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	text-decoration: none;
}
.back-link span{
	display: inline-block;
	vertical-align: middle;
}
.single-box {
	padding: 50px;
	background: #fff;
	border-radius: 25px;
}
.single-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}

.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    min-height: 230px;
}

.contact-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.contact-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #291C64;
}
.contact-box h4 span {
    background: rgba(80, 205, 208, 0.1);
    color: #50CDD0;
    padding: 7px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
}
.contact-box p span {
    margin-right: 10px;
    background-color: #291C64;
    padding: 7px;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}

.subscribe-single {
    padding: 50px 0;
    background-color: #f6f7fb;
    background-image: url(../images/rectangle134.png);
    background-position:top 150px right;
}

.subscribe-ul{
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
}
.subscribe-ul li a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	padding: 7px 15px;
	border:1px solid #ECECF5;
	display: inline-block;
	border-radius: 10px;
	margin: 0 5px;
}
.subscribe-ul li{
	display: inline-block;
}
.subscribe-ul li a.active{
	background: #ECECF5;
	font-weight: bold;
}

.subscribe-prodDiv {
    padding: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.subscribe-prodDiv a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #291C64;
    padding: 7px 15px;
    border: 1px solid #ECECF5;
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px;
    width: 100%;
}

/*.subscribe-prodDiv div {
	display: inline-block;
}
*/
.subscribe-prodDiv a.active {
	background: #ECECF5;
	font-weight: bold;
}

.new-benefit2-logo img {
	background: #fff;
	padding: 12px;
	border-radius: 50%;
	max-width: fit-content;
}

.new-benefit2 h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-bottom: 0px;
}
.new-benefit2 p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 5px;
}

.new-benefit2{
	background: #ECECF5;
	border-radius: 8px;
	padding: 20px;
}
.new-benefit2-logo {
    vertical-align: sub;
    display: inline-block;
}

.industry{
	padding: 30px 0 50px;
    background-color: #f6f7fb;
}
.industry h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.industry h4{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #756D98;
	margin-bottom: 40px;
}
.industry h5{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.industry p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	margin-bottom: 20px;
}
.order-now{
	padding: 30px 0 50px;
    background-color: #f6f7fb;
}

.order-now h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}

.purple-box {
    border-radius: 16px;
	border: 2px solid #291C64;
    padding: 15px !important;
}
.morganSubHead {
    font-size: 16px;
}

.order-box{
	background: #FFFFFF;
	border-radius: 16px;
	padding: 30px;
	text-align: center;
}
.order-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #291C64;
}
.hr-1{
background: #F6F7FB;
border-radius: 100px;
height: 8px;
margin: 30px auto;
max-width: 70%;
}
.year{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	background: #F6F7FB;
border-radius: 100px;
padding: 10px 15px;
margin-bottom: 20px;
}
.old-price{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: line-through;
	color: #BFBDCB;
	margin-bottom: 10px;
}

.old-priceTable {
    text-decoration-line: line-through;
}

.old-priceH {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    text-decoration-line: line-through;
    color: #FFF;
    margin-bottom: 10px;
}
.new-price{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
	margin-bottom: 25px;
}
.online-note{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #9994B1;
	margin: 50px 0;
}
.white-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.white-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #291C64;
	margin-bottom: 0px;
}

.grey-box{
	background: #ECECF5;
	border-radius: 8px;
	padding: 25px;
}
.grey-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #291C64;
	margin-bottom: 0px;
}

.white-box h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #291C64;
	margin-bottom: 30px;
}
.white-box h6{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #756D98;
	margin-bottom: 30px;
}
.pd-30{
	padding: 60px 30px;
	border-radius: 15px;
}
.h4-heading{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.benifits h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 132%;
    color: #291C64;
}

.tag-box .tag1 {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #291C64;
    padding: 5px 10px;
    background: #ECECF5;
    border-radius: 100px;
    display: inline-block;
    margin: 5px 3px;
}
.tag-box .tag2{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #291C64;
}
.tag-box {
    margin: 0;
}
.event-tab .d-box{
	padding: 15px;
}
.event-tab h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #9994B1;
}
.eventDtDisp {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 124%;
	color: #9994B1;
}
.eventSubHead {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
    line-height: 124%;
	color: #9994B1;
	padding-right: 100px;
}

.discription-box {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 24px;
}

.discription-box p b{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #291C64;
}

.discription {
    background-color: #f6f7fb;
    padding: 50px 0;
}
.discription h5{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.discription h6{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}

.discription p b{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
}

.discription .d-social span {
   	width: 28px;
    height: 28px;
    text-align: center;
}
.discription .d-social {
     float: right;
}

.description {
    background-color: #f6f7fb;
    padding: 0;
}

.description h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 132%;
    color: #291C64;
}

.description h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #291C64;
}

.description p b {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #291C64;
}

.description .d-social span {
    width: 28px;
    height: 28px;
    text-align: center;
}

.description .d-social {
    float: right;
}
.coming-event{
	background-color: #f6f7fb;
    padding: 50px 0;
}

.coming-event h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.btn-view{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #50CDD0;
}
.i-box {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.i-icon {
    padding:10px 30px;
    background: #F6F7FB;
    border-radius: 25px;
    margin-bottom: 15px;
}
.i-icon:hover {
    background-color: #c4c4ce;
} 

.i-date{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #9994B1;
	margin-bottom: 15px;
}
.i-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.i-box p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
    overflow: hidden;
}

.i-icon span {
    background: rgba(246, 246, 246, 0.7);
    color: rgb(80, 205, 208);
    padding: 20px;
	font-size: 50px;
	border-radius: 100%;
}

.i-box.i-grey {
    background: #ECECF5;
}
.i-box.i-grey .i-icon{
	 background: #ECECF5;
	 padding: 20px 0px;
}

.newsLink {
    color: #291C64 !important;
    text-decoration: none !important;
}

.newsLink:hover {
    color: #39B6B9 !important;
    text-decoration: none !important;
}

a.catTags {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #291C64;
    padding: 10px 15px;
    background: #ECECF5;
    background-color: rgb(236, 236, 245);
    border-radius: 100px;
    display: inline-block;
    margin: 0;
}

a.catTags:hover {
    background-color: #c4c4ce;
    text-decoration: none;
}

.pagination li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #291C64;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ECECF5;
    min-width: 40px;
    display: inline-block;
    min-height: 40px;
    line-height: 1.2;
    margin: 0 3px;
}
.pagination li a.active{
	background: #ECECF5;
}
.show-article a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	 border-radius: 12px;
    border: 1px solid #ECECF5;
    min-width: 40px;
    display: inline-block;
    min-height: 40px;
    padding: 10px;
   }
.industry-leader h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #756D98;
	margin-bottom: 30px;
}

.industry-leader p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

.subscribe-now{
	background: #ECECF5;
	border-radius: 16px;
	padding: 20px;
}

.subscribe-now h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #50CDD0;
}

.subscribe-now p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}
.sponsors {
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
}
.sponsors h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 124%;
    text-align: center;
    color: #291C64;
    margin-bottom: 5px;
}

.sponsors .webAdHoriz {
	max-height: 50px;
	max-width: 150px;
}

.sponsors .owl-slider{
	max-width: 95%;
	margin: 0 auto;
}

.sponsors .owl-carousel {
    margin-bottom: 5px;
}

.sponsors .owl-carousel .owl-nav button.owl-prev::before {
	font-family: fontawesome;
	left: -64px;
	top: -1px;
	background: #e5e5e5;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 10px;
	border-radius: 25px;
}
.sponsors .owl-carousel .owl-nav button.owl-next::before {
    font-family: fontawesome;
    left: 64px;
	top: -1px;
	background: #e5e5e5;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 10px;
	border-radius: 25px;
}
.source-box {
    background: #ECECF5;
    padding: 30px;
    border-radius: 25px;
}

.source-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
}

.stacks-bowers span{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-left: 20px;
}

.stacks-bowers img{
	border-radius: 10px;
    float: left;
    margin-right: 15px;
}
.tag1.w-color{
	background: #f7f7f7;
}

.user-pic{
	padding: 5px;
	background: #e5e5e5;
	display: inline-block;
	border-radius: 100%;
}
.user-name{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-left: 15px;
	display: inline-block;
}

.post-date{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #9994B1;
}

.advertise-form p.message-para{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #291C64;
	margin-top: 20px;
}

.comment-box form{
	width: 50%;
}

.us-coin-box h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
    color: #291C64;
    margin-top: 15px;
	margin-bottom: 0px;
}

.us-coin-box{
	background: #ececf5;
	padding: 20px 25px;
	border-radius: 16px;
	text-align: center;
}
.us-coin-box img{
/*    max-width: 100px;*/
}
.us-coin-main{
	padding: 30px 0;
}

.us-coin-box:hover {
    background-color: #c4c4ce;
}

.us-coin-boxv2 h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #291C64;
    margin-top: 15px;
    margin-bottom: 0px;
}

.us-coin-boxv2 {
    background: #ececf5;
    padding: 20px 25px;
    border-radius: 16px;
    text-align: center;
}

.us-coin-boxv2 img {
    /*    max-width: 100px;*/
}

.us-coin-mainv2 {
    padding: 30px 0;
}

.us-coin-boxv2:hover {
    background-color: #c4c4ce;
    text-decoration: none;
}

.pricingTileImg {
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 125px;
    max-width: 125px;
}

.pricingTileOverlay {
    position: relative;
    bottom: 75px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #FF0000;
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px #FFFFFF;
    z-index: 1000;
}

.pricingTileOverlayBtn {
	position: absolute;
	top: 71px;
	left: 57px;
    background: rgba(255, 0, 0, 0.7);
/*	background: #FF0000;*/
	border-radius: 9px;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 150%;
	display: inline-block;
	text-align: center;
	color: #FFF;
	padding: 5px 10px;
	border: none;
	box-shadow: none;
}

	.pricingTileOverlayBtn:hover, .us-coin-boxv2:hover .pricingTileOverlayBtn {
        background: rgba(255, 255, 255, 0.7);
/*		background: #FFF;*/
		color: #FF0000;
	}

.pricingTileOverlayBtnBlank {
    background: rgba(0, 0, 0, 0);
}

.pricingTileOverlayBtn:hover, .us-coin-boxv2:hover .pricingTileOverlayBtnBlank {
    background: rgba(0, 0, 0, 0);
}


.coin-worth {
	background: #ECECF5;
	border-radius: 16px;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.coin-worth h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	text-align: left;
	margin-bottom: 16px;
}

.coin-worth h4{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.coin-worth .bg-white h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-top: 20px;
}
.coin-worth p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 124%;
	color: #291C64;
}

.values-box{
	background: #FFFFFF;
    border-radius: 16px 16px 0px 0px;
    padding: 15px;
}

.values-box h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
    overflow-x: hidden;
}

.values-footer{
	background: #ECECF5;
	border-radius: 0px 0px 16px 16px;
	padding: 22px;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
}

.values-footer:focus, .values-footer:hover{
	color: #291C64;
}

.values-footer span{
    float: right;
}

.tag-box .tag1.tag-blue{
	background: rgba(80, 205, 208, 0.1);
	color: #50CDD0;
}

.legal{
	background: #291C64;
	border-radius: 16px;
	padding: 50px 100px;
	margin-bottom: 30px;
}

.legal h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #F6F7FB;
	margin-bottom: 15px;
	text-align: left;
}
.legal p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #F6F7FB;
}
.legal p a{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #50CDD0;
}
.color-white{
	color: #fff !important
}

.itemImage-list button.owl-prev {
	color: #fff !important;
	padding: 0 !important;
	font-size: 18px !important;
	border-radius: 30px !important;
	background: #291C64 !important;
	height: 50px !important;
	width: 55px !important;
	border: 1px solid #D6D6D6 !important;
	margin-left: -66px !important;
}

.itemImage-list button.owl-next {
	color: #fff !important;
	padding: 0 !important;
	font-size: 18px !important;
	border-radius: 30px !important;
	background: #291C64 !important;
	height: 50px !important;
	width: 55px !important;
	border: 1px solid #D6D6D6 !important;
	margin-right: -66px !important;
}


.buffalo-icon img {
    max-width: 115px;
}
.buffalo-icon img.enlarger {
    max-width: 100px;
    cursor: pointer;
}

.buffalo-icon a {
    background: rgba(79, 68, 126, .7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    margin-right: 15px;
}
.us-buffalo-main{
	background: #291C64;
	padding: 50px 0;
}
.buffalo-ul {
    list-style: none;
    padding: 0px;
    margin:0px;
}
.buffalo-ul li,
.buffalo-ul li h1{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	color: #fff;
}
.buffalo-ul li h1 {
	font-size: 24px !important;
}
.buffalo-ul li a {
	color: #50CDD0;
}

.us-buffalo-main h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.buffalo-values .values-box{
	border-radius: 16px;
}

.buffalo-values .blue-box{
	background: #50CDD0;
}
.buffalo-values .grey-box{
	background: #ECECF5;
}
.buffalo-values .dark-blue{
	background: #291C64;
}
.buffalo-values .blue-box h4{
	color: #fff;
}

.buffalo-values .blue-box .tag-box .tag1.tag-blue {
    background: rgba(130, 225, 227, 0.5);
    color: #fff;
}

.blue-box .btn-primary{
	background: #ECECF5;
	color: #291C64;
}
.buffalo-values .dark-blue h4{
	color: #fff;
	margin-bottom: 0;
}

.buffalo-values .dark-blue .tag-box .tag1.tag-blue {
    background: rgba(130, 225, 227, 0.5);
    color: #fff;
}



.type-coin{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #291C64;
	padding: 7px 15px;
	background: #fff;
	border-radius: 100px;
/*	
	float: right;
*/	
    margin: 5px;
}

.type-coin:focus,.type-coin:hover{
	color: #291C64;
}
.dark-blue .d-ul li span {
    background: #F6F7FB;
    }

.sponsors.b-slide {
    background: transparent;
    padding: 30px;
}

.b-slide a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	padding: 10px 20px;
	border:1px solid #ececf5;
	border-radius: 8px;
	display: inline-block;
	white-space: nowrap;
	margin: 0 5px;
	text-decoration: none;
}

.b-slide a.active, .b-slide a:hover, .b-slide a:focus{
	color: #fff;
	background:#50CDD0; 
	border:1px solid #50CDD0;
}

.cac-box {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	border: 2px solid #291C64;
	height: 350px;
}
.cac-box-icon img {
/*    max-width: 150px;*/
}
.cac-box-icon {
    text-align: center;
    position: relative;
}
.cac-box-icon .cac-logo{
	position: absolute;
	right: 0;
	top: 5px;
	max-width: 56px;
}
.cac-box h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #291C64;
	margin: 15px 0;
}

.font-24 {
    font-size: 24px !important;
    font-weight: normal;
}

.mh-225 {
    min-height: 225px;
}

.mh-250 {
    min-height: 250px;
}

.mh-275 {
    min-height: 275px;
}

.mh-280 {
    min-height: 280px;
}

.mh-285 {
    min-height: 285px;
}

.cpg-grey-box{
	background: #ECECF5;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
	padding: 10px;
}

.cac-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #756D98;
	margin: 15px 0;
}

.btn-sign-in{
	background: #291C64;
	border-radius: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #F6F7FB;
	padding: 10px;
	width: 100%;
	display: inline-block;
}
.btn-view{
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 170%;
	color: #756D98;
	display: block;
	padding: 15px 0 0 0;
	text-align: left;
	border-top: 1px solid #ECECF5;
	margin-top: 15px;
}
.btn-view span{
	float: right;
}
.btn-view:hover{
color: #756D98; 
}


.cac-box.blue-box{
	background: #50CDD0;
}  

.cac-box.blue-box h4{
	color: #fff;
	text-align: left;
}
.cac-box.blue-box h5{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #FFFFFF;
	text-align:left;
	margin-bottom: 25px;
	margin-top: 16px;
}

.cac-box.blue-box .btn-primary{
	background: #fff;
	color:#50CDD0; 
}
.btn-bg{
	background-size: contain;
	background-position: center center;
	min-height: 50px;
	line-height: 50px;
	background-repeat: no-repeat; 
}
.btn-bg span{
	color: #50CDD0;
}

.mh-350{
	min-height: 363px;
}

.subscription-required {
    padding: 100px;
    background: url(../images/s-r.png) no-repeat center;
    background-size: cover;
    min-height: 300px;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 16px;
}
.subscription-required:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(41, 28, 100, .3);
	left: 0px;
	top: 0px;
	z-index: -1;
	border-radius: 16px;
} 

.subscription-required h4{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #FFFFFF;
}

.subscription-required p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}


.btn-white {
    background: #fff;
    border-radius: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    text-align: center;
    color: #50CDD0;
    padding: 10px 30px;
    border: none;
    box-shadow: none;
    margin-right: 0 10px;  
}

.bg-white{
	padding: 20px;
	background: #fff;
	border-radius: 16px;
	margin-bottom: 20px;
}

.font-32{
	font-size: 32px !important;
	font-weight: normal;
}
.heritage-box h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	text-align: left;
}

.heritage-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
	text-align: left;
}

.price-box{
	background: #F6F7FB;
	border-radius: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #50CDD0;
	line-height: 70px;
	height: 70px;
}
.heritage-box{
	margin-bottom: 15px;
}

.coin-worth .pagination li a{
	border-color: #BFBDCB;
}

.coin-worth .show-article a{
	border-color: #BFBDCB;
}
.coin-worth .pagination li a.active {
    background: #BFBDCB;
}

.mh-50{
    min-height: 50px;
    line-height: 50px;
}
.after-none:after{
	display: none;
}

.page-list a {
    color: #291C64;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0;
    border-bottom: 1px solid #291C64;
    text-decoration: none;
    transition: all .5s;
}
.page-list a:hover, .page-list a:focus{
		border-color: #50CDD0;
		color: #50CDD0;
}  

.liberty-cap{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.liberty-cap li{
	background: #F6F7FB;
	border-radius: 100px;
	padding: 10px;
	margin-bottom: 10px;
}
.liberty-cap li img{
    max-width: 40px;
}
.liberty-cap li span{
    font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	color: #291C64;
	margin-left: 10px;
}
.user-login img{
	border-radius: 10px;
}

.coin-hero{
	padding: 50px 0;
	background: #f6f7fb url(../images/coin-values-bg.png) no-repeat;
	background-position: right top;
/*	min-height: 500px;*/
	background-size: contain;
}

.coin-hero h3{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 117%;
	color: #291C64;
}
.us-coin-main h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
}
.us-coin-main h4{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #756D98;
	margin-bottom: 50px;
}

.our-publication{
	padding: 15px 0;
	background: #f6f7fb 
}

.our-publication h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: left;
	color: #291C64;
}
.our-publication h4{
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 124%;
	text-align: left;
	color: #756D98;
	margin-bottom: 50px;
}
.issue-list h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #291C64;
    margin-top: 10px;
    margin-bottom: 5px;
}
.issue-list .cover-label-date {
	border-radius: 100px;
	background: #ECECF5;
	padding: 4px 8px;
	color: #291C64;
}
.publication-box {
	background: #ECECF5;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 30px;
}

.popular-videos{
	background: #291C64;
	padding: 50px 0;
}

.popular-videos h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #FFFFFF;
}

.popular-videos .cpg-slider .owl-carousel .owl-nav button.owl-next::before {
    font-family: fontawesome;
    font-weight: 900;
    font-size: 14px;
    content: "\f061";
    position: relative;
    right: 15px;
    top: -1px;
    left: auto;
    background: #50CDD0;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}
.popular-videos .owl-carousel .owl-nav button.owl-prev, .popular-videos .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: -30px;
    width: 30px;
    height: 30px;
    outline: 0;
    margin: 0;
    transform: translate3d(0, 0%, 0);
}
.popular-videos .cpg-slider .owl-carousel .owl-nav button.owl-prev::before
{
	display: none;
}
.popular-videos .owl-carousel .owl-dots{
	margin-top: 15px;
}
.popular-videos .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}
.popular-videos .owl-carousel .owl-dots .owl-dot.active span{
	width: 16px;
	border-radius: 5px;
}


.people-say{
    background: #ECECF5;
    padding: 30px;
}


.people-say h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	text-align: center;
}

.review-box{
	background: #FFFFFF;
	border-radius: 16px;
	padding: 100px 50px 70px;
	text-align: center;
	position: relative;
}
.review-box:before{
	content: "";
	background: url(../images/quote1.png) no-repeat left;
	background-size: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 55px;
	top: 50px;
}
.review-box:after{
	content: "";
	background: url(../images/quote2.png) no-repeat left;
	background-size: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 75px;
	bottom: 100px;
}

.review-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	max-width: 80%;
	margin: 0 auto 24px;
}
.review-box h5{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	text-align: center;
	color: #50CDD0;
}
.review-box h6{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #291C64;
}
.people-say .owl-carousel .owl-dots{
	margin-top: 15px;
	text-align: center;
}
.people-say .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: inline-block;
    background: #BFBDCB;
    border-radius: 50%;
}
.people-say .owl-carousel .owl-dots .owl-dot.active span{
	width: 16px;
	border-radius: 5px;
}
.coin-hero h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 117%;
	color: #291C64;
}

.our-publication .cpg-slider .owl-carousel .owl-nav button.owl-next::before {
    font-family: fontawesome;
    font-weight: 900;
    font-size: 14px;
    content: "\f061";
    position: relative;
    right: -45px;
    top: -1px;
    left: auto;
    background: #291C64;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

.our-publication .cpg-slider .owl-carousel .owl-nav button.owl-prev::before
{
	display: none;
}
.directory {
    padding: 15px 0;
}
.directory h3 {
    margin-bottom: 15px;
}
.directory.us-coin  h3{
	margin-bottom: 15px;
}
 h4.us-coin-h4{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #756D98;
}
p.us-coin-p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #756D98;
}


.subscriber-box .btn-primary{
	padding: 8px;
	font-size: 14px;
}
.subscriber-box {
    min-height: 206px;
}
.subscription-required a {
    min-width: 200px;
}

.advertise-left > p.membership-para{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #756D98;
}

.cdnx h4{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	margin-bottom: 24px;
}
.cdnx p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #291C64;
	margin-bottom: 30px;
}
.cdnx h5{
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 132%;
	color: #756D98;

}
.cdnx h5 b{
	color: #291C64;
}
.sell-better{
	background-color: #f6f7fb;
	padding: 50px 0;
}
.sell-box{
background: #ECECF5;
border-radius: 24px;
position: relative;
overflow: hidden;
padding: 0 120px 0 0;
}
.sell-box img{
	position: relative;
	bottom: -25px;
	left: -50px;
}

.sell-box h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
	margin-bottom: 20px;
}
.sell-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.cdn-seller{
	background-color: #f6f7fb;
	padding: 50px 0;
}
.cdn-seller h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	color: #291C64;
}
.cdn-seller p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}

.cdn-seller .camera-ready{
	padding: 30px 50px;
}
.cdn-seller .camera-ready ul li{
	margin-bottom: 15px;
}
.cdn-benefits, .cdn-pledge{
	background-color: #f6f7fb;
	padding: 50px 0;
}
.cdn-benefits h3{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 124%;
	text-align: center;
	color: #291C64;
}
.cdn-box{
	padding:24px;
	background: #ECECF5;
	border-radius: 16px; 
}

.cdn-box h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 15px;
}

.cdn-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-bottom: 0px;
}
.mh-200{
	min-height: 205px;
}
.mh-280{
	min-height: 280px;
}
.coming-soon{
	padding:50px 60px;
	background: #ECECF5;
	border-radius: 16px; 
}

.subscribe2 h2{
	font-size: 48px;
}
.cpg h1 b{
		color: #291C64;
}

.both-side{
	padding: 100px 0;
}
.space-650{
	min-height: 650px;
}


/*******CART CSS**********/

.cart-table {
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
/*    min-height: 340px;*/
}
.table-header {
    background: #ECECF5;
    padding: 15px;
    border-radius: 8px;
}
.table-body {
    padding: 15px 30px;
}
.table-header.blue-bg{
	color: #fff;
	background: #291C64;
}
.table-header.purple {
	color: #291C64;
	background: #FFF;
	border: 2px solid #291C64;
}
.row.table-row {
    padding: 12px;
    background: #F6F7FB;
    border-radius: 8px;
    margin-bottom: 15px;
}
.close-icon {
    background: #ECECF5;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #291C64;
}
.close-icon img{
	max-width: 18px;
}
.form-box.account__form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.form-box h3{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
	text-align: left;
}

.form-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #756D98;
}

.form-box p.font-dark{
	color: #291C64;
}
.del-icon1 {
    vertical-align: top;
    margin-left: 30px;
}

.bottom-para {
    margin: 0 auto;
    max-width: 600px;
}

.font-14{
	font-size: 14px;
}
.color-theme {
    color: #50CDD0;
}

.isSticky {
    position: sticky;
    top: 5px;
}
.isAlwaysSticky {
    position: sticky;
    top: 5px;
}

.isStickyMobile {
    position: relative;
    top: inherit;
}


@media only screen and (min-width: 1920px) 
{
	




}


@media only screen and (min-width: 1440px) {
 
	
 
}
@media only screen and (max-width: 1919px) 
{



}
@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
    .coin-iconv2 {
        display: block;
    }

    .us-coin-boxv2 {
        padding: 15px;
/*        width: 200px;*/
    }

    .us-coin-boxv2 img {
    }

    .us-coin-boxv2 h5 {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        vertical-align: middle;
    }

    .pricingTileOverlay {
        position: relative;
        bottom: 75px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: #FF0000;
        width: 100%;
        font-size: 20px;
        text-align: center;
        text-shadow: 2px 2px #FFFFFF;
        z-index: 1000;
    }

	.pricingTileOverlayBtn {
		top: 54px;
        left: 40px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1023px){

    .btn-primary {
        padding: 10px 15px;
    }

    .tabs-vertical .nav-tabs {
    border-bottom: none;
    display: block;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
    min-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 320px;
}
.tabs-left .nav-tabs > li {
    margin-right: 10px;
}
.tabs-vertical .nav-tabs > li {
    display: inline-block;
}
.account .tabs-left .nav-tabs > li .nav-link {
	width: auto;
	display: inline-block;
}
.desktop-header .nav-link {
    display: inline-block;
    padding: .5rem .3rem;
    font-size: 	14px;
}
.dropdown .btn {
    padding: .5rem .3rem;
    font-size: 	14px;
}
.btn-change.btn-subscribe {
    max-width: 87px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 7px 12px;
    margin-top: 12px;
}
#newsletterFrm .input-group .form-control {
    height: 40px;
    width: 100%;
    border-radius: 2.5rem !important;
}
#newsletterFrm .input-group-rounded .input-group-append .btn {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    left: 0;
    width: 100%;
    top: 5px;
}
    .btn-ghost {
        padding: 10px 15px;
    }  

    .advertise {
        background-color: #f6f7fb;
        background-image: none;
        padding: 25px 0;
    }
    .coin-worth {
        padding: 15px 15px;
        margin-bottom: 15px;
    }

    .award-box {
        background: #ECECF5;
        padding: 15px;
        border-radius: 25px;
        margin-bottom: 30px;
    }

    .header-right {
        font-size: 14px;
    }
    .desktop-header .header-right .bag {
        margin: 0 5px;
    }

    .coin-iconv2 {
        display: block;
    }

    .us-coin-boxv2 {
        padding: 15px;
        /*        width: 200px;*/
    }

    .us-coin-boxv2 img {
    }

    .us-coin-boxv2 h5 {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        vertical-align: middle;
    }

    .pricingTileOverlay {
        position: relative;
        bottom: 50px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: #FF0000;
        width: 100%;
        font-size: 14px;
        text-align: center;
        text-shadow: 2px 2px #FFFFFF;
        z-index: 1000;
    }

	.pricingTileOverlayBtn {
        top: 38px;
        left: 25px;
        font-size: 8px;
    }
}




@media only screen and (max-width: 767px) 
{	

.profile-right {
    margin-top: 15px;
    text-align: right;

}
.cdn-customer{
	text-align: left;
}
.switch-box {
    margin-bottom: 10px;
}
.account .tabs-left .nav-tabs > li .nav-link{
	margin: 0 0 10px 0;
}
.account__form .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.change-pass .modal-header1 {
    padding: 30px 30px 0;
}
.change-pass .modal-body {
    padding: 30px 30px;
}
.change-pass .modal-footer {
    padding: 10px 30px;
    border-top: 0;
}
.modal-header1 .close {
    position: absolute;
    right: 20px;
    top: 25px;
}
.delete-h2 br{
	display: none;
}

.edit-add .modal-body {
    padding: 30px 30px;
}
.edit-add .modal-header1 {
    padding: 30px 30px 15px;
    text-align: center;
}
.edit-add .modal-footer {
    padding: 10px 30px;
    border-top: 0px;
}
.btn-change {
    padding: 10px 28px;
    width: 100%;
}

.btn-p {
  
    line-height: 150%;
    padding: 3px 10px;
}
.address-list span {
    font-size: 14px;
}
.address-list {
    padding: 15px 20px;
 
}
.btn-edit {
    padding: 5px 15px 0 0px;
     font-size: 14px;
}
.btn-delete {
    padding: 5px 0 0 15px;
     font-size: 14px;
}
.font-size-32 {
    line-height: 1.4 !important;
}
.profile-name {
    font-size: 14px;
 }
.profile-logout {
    font-size: 16px;
    display: block;
    text-align: right;
    margin-top: 8px;
}
.profile-logout:hover,.profile-logout:focus{
	color: #ddd;
}
.account__pic {
    max-width: 42%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
}

.account__pic ~ .btn-box {
    max-width: 54%;
    display: inline-block;
}

 .account__pic ~ .btn-box .btn-change {
    padding: 7px 18px;
    font-size: 14px;
    width: 100%;
    border-radius: 13px;
}
.dealer-box h4 {
    margin-bottom: 10px;
    margin-top: 2px;
}
.dealer-box p {
    font-size: 14px;
 }

.dealer-box {
    padding: 20px 20px;
}
.memberships h3{
	 font-size: 14px;
	 margin-bottom: 20px;
}
.memberships .switch-box {
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
}
.memberships  .switch-label {
    float: left;
    margin-right: 20px;
    min-width: 36px;
}

/*.btn-light{
	display: none;
}*/
.city-name {
    margin: 12px 0;
}
.delete-add .btn-light {
    display: inline-block;
}
.delete-add .btn-change {
    display: inline-block;
    width: auto;
}

#header .header-btn-collapse-nav {
    left: -20px;
}
.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: block;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
    min-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 320px;
}
.tabs-left .nav-tabs > li {
    margin-right: 10px;
}
.tabs-vertical .nav-tabs > li {
    display: inline-block;
}
.account .tabs-left .nav-tabs > li .nav-link {
	width: auto;
	display: inline-block;
}
.w-100{
	width: 100%
}
.width-100{
	width: 100%
}
.header-right.new-one {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #291C64;
    max-width: 75%;
    margin: 0px auto 35px;
}
.login__header3{
	font-size: 34px;
	line-height: 40px;
}
.form-group.step-2 input {
    width: 40px;
    }
.nps{
	top: -11px;
}
.login {
    margin-top: 50px;
}
.mobile-header .nav-list.list-more{
	display: none;
}
.mobile-header .nav-list.list-more{
	display: none;
}
.mobile-header .list-more4{
	display: none;
}
.mobile-header .list-more3{
	display: none;
}
.mobile-header .list-more2{
	display: none;
}
.mobile-header .list-more1{
	display: none;
}
.mobile-header .list-less-arrow {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99;
}
.mobile-header {
    position: fixed;
    background: #fff;
    top: 0;
    height: 80px;
    z-index: 9;
    width: 100%;
}
.mobile-cdni-left {
	position: sticky;
	top: 80px;
	z-index: 100;
    background: #F6F7FB;
}
.main {
    margin-top: 80px;
}
#sub-menu ul li {
    display: inline-block;
    margin: 0 25px;
    }

.issue-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.new-benefit .close {
    position: absolute;
    top: -86px;
}
.table thead th {
    border-bottom: 0px;
    vertical-align: middle;
}
.table thead th:last-child {
    min-width: 200px;
}
.btn-light.del-user{
		display: inline-block;
		width: 100%;
}


.digital-media.dm {
    background: #fff;
    padding: 10px;
}
.digital-media  .issue-box {
    background: #F6F7FB;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
 
}
.issue-list {
   min-width: 100%;
/*    overflow-x: scroll;*/
    white-space: nowrap;
    max-width: 320px;
}
.issue-box h4 {
    white-space: normal;
}
.issue-list li {
    margin-right: 0;
/*    width: 56%;*/
}

.cdnFooter {
    background: #291C64;
    padding: 50px 0 0 0;
    text-align: center;
}
.cdnFooter  #sub-menu{
	text-align: left;
}
#sub-menu ul li::after{
	display: none;
}
#sub-menu ul li {
    display: inline-block;
    margin: 0 0px;
    width: 49%;
    text-align: center;
}




	/* Force table to not be like tables anymore */
/*	table, thead, tbody, th, td, tr { 
		display: block; 
	}
*/	
	/* Hide table headers (but not display: none;, for accessibility) */
/*	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
*/	
/*	tr { margin-bottom: 15px; padding: 10px;}
	
	table td { 
		border: none;
		position: relative;
		padding-left: 50%; 
	}
*/	
	/*td:before {*/ 
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		/*top: 12px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: normal;
	}*/
	
	/*
	Label the data
	*/
	.table1 td:nth-of-type(1):before { content: ""; }
	.table1 td:nth-of-type(2):before { content: "Expiration:"; }
	.table1 td:nth-of-type(3):before { content: "Next Billing:"; }
	.table1 td:nth-of-type(4):before { content: "Users:"; }
	.table2 td:nth-of-type(2):before { content: "Expired:"; }
	.table2 td:nth-of-type(3):before { content: "Users:"; }
	.table3 td:nth-of-type(2):before { content: "Role:"; }
	.table3 td:nth-of-type(3):before { content: "E-mail:"; }
	.table3 td:nth-of-type(4):before { content: "Last Activity:"; }
	.table4 td:nth-of-type(2):before { content: "Type:"; }
	.table4 td:nth-of-type(3):before { content: "Location:"; }
	.table4 td:nth-of-type(4):before { content: "Last Activity:"; }

	.table5 td:nth-of-type(3):before { content: "Price:"; }
	.table5 td:nth-of-type(4):before { content: "Payment:"; }

.subscription-box table td {
   padding-left: 50%;
    font-weight: bold;
}
.subscription-box table td:first-child {
    padding-left: 0%;
}
.subscription-box table.table5 td:nth-child(2) {
    padding-left: 0%;
}
.subscription-box table.table5 td:nth-child(1) {
    border-bottom: 1px solid #eee;
}
.subscription-box {
    padding: 20px 20px;
}
.subscription-box .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.subscription-box.manage-box .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #F6F7FB;
}
.btn-cancel{
	width: 100%;
position: absolute;
left: 0;
bottom: 0;
padding: 5px 15px;
}
.subscription-box table td:last-child {
    padding-bottom: 50px;
}
.subscription-box.manage-box  {
    padding: 15px 5px;
    word-wrap: anywhere;
}
.subscription-box.manage-box table td:last-child {
    padding-bottom: 0px;
}

.modal-body  br{
	display: none;
}
.btn-mobile-plus {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
    line-height: 36px;
    font-size: 32px;
    position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}
.btn-mobile-plus span {
    display: none;
}
.btn-primary.width-95, .btn-ghost.width-95 {
	width: 100%;
	padding: 7px 12px !important;
	font-size: 14px !important;
}
.btn-primary, .btn-ghost{
	padding: 10px 25px;
}
.isSticky {
    position: relative; 
    top: inherit;
}
.isStickyMobile {
    position: sticky;
    top: 5px;
}
.ask-question .btn-primary{
	padding: 10px 20px;
	font-size: 14px;
}

.benefits .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.subscribe-ul {
    white-space: nowrap;
    overflow: auto;
}
.advertise.subscribe-single{
    background-image: none;
    padding:20px 0;
}
.advertise h2{
	padding-right: 0px;
}
.new-benefit2 p{
	margin-top: 15px;
}
.new-benefit2{
	margin: 5px;
}
.order-box{
	margin-bottom: 15px;
}
.order-now h3 {
    font-size: 24px;
    text-align: left;
}
.grey-box {
    margin-top: 15px;
}
.pd-30 {
    padding: 30px 30px;
    margin-bottom: 15px;
}
.h4-heading {
    margin-top: 20px;
}
.single-box {
    padding: 30px;
}
.contact-box {
   	border-radius: 25px;
    min-height: auto;
    margin-bottom: 15px;
}

.tab-box .card-body {
    padding: 0rem;
}

#myTab{
	flex-wrap: nowrap;
	overflow: auto;
	white-space: nowrap;
}

.advertise h1,.advertise-left > p{
	padding-right: 0px;
}
.pricing-icon img {
    max-width: 120px;
}
.advertise.price-page {
    background-image: none;
}
.value-img span{
	max-width: 100%;
}
.value-content h4 {
  margin-top: 30px;
}

.value {
    padding: 15px 0;
}
.value-box {
	margin-bottom: 15px;
}
.advertise.subscribe-page {
    background-image: none;
}
.app-icon {
    margin-bottom: 30px;
}
.advertise.m-app {
    background-image: url(../images/m-app.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 97%;
    min-height: 450px;
    padding-top: 220px;
}
.row-wrap {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: normal;
    justify-content: left !important;
}
.reasons-box{
	width: 150px;
}
.award-box {
    padding: 30px;
 }
.tool-box {
    padding: 20px;
    margin: 5px;
}
.app-icon img {
    max-width: 120px;
}
.advertise.contact {
    background-image: none;
}
.advertise-form{
	margin-top: 15px;
}
.panel-group .panel .panel-heading h4 a{
	font-size: 18px;
	padding-right: 30px;
	position: relative;
}
.panel-group .panel .panel-heading h4 a i {
    position: absolute;
    right: -14px;
    top: 14px;
}
.about.cpg {
    background-image: none;
}

.cpg-box {
    padding: 25px;
    background: #fff;
    border-radius: 25px;
}

.cpg-box h3 br{
	display: none;
}
.about{
	background-image: none;
}
.about h1{
	padding-right: 0px;
}
.about h2{
	padding-right: 0px;
}
.timeline {
    padding: 20px 15px;
}
.timeline h3{
	padding-right: 0px;
}
.left-box{
	padding: 10px 20px;
	font-size: 14px;
}
.t-line::after {
    right: 4px;
}
.t-line::before {
    right: -5px;
 }
.right-box{
	padding: 20px;
}
.img-box {
    padding: 20px;
    margin-bottom: 15px;
}

.team{
	background-image: none;
}
.price-para{
	text-align: left;
}
.price-para br{
	display: none;
}

.ord-2{
	order: 2;

}
.advertise{
	background-image: none;
}
.advertise-box{
	margin-bottom: 15px;
}
.advertise-logo img {
    margin: 0 5px;
    max-width: 120px;
}
.benifits .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.benefits-box {
    background: #fff;
    padding: 24px;
    border-radius: 25px;
    min-height: 300px;
}
.advertise-rate h4{
	margin-bottom: 0px;
}
.rate-box {
    margin-bottom: 15px;
}
.rate-box h5::before {
	left: 43%;	
}
.mail-ins {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #291C64;
    text-align: left;
    padding-left: 30px;
    background: #fff;
    padding-top: 10px;
    width: 98%;
	border-radius: 15px 15px 0 0;
}
.call-4{
	border-radius: 0px;
	text-align: left;
	border-radius: 0 0 15px 15px;
}

.camera-ready {
    padding: 30px;
}
.email-blast {
    padding: 30px;
    border-radius: 25px;
}
.advertise-rate h4 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
}
.rate-box.bg-transparent h5 {
    display: none;
}
.rate-box.bg-transparent ul {
    display: none;
}
.advertise h2 {
    font-size: 24px;
}
.directory h3 {
}
.event-tab .d-box {
    padding: 15px;
    min-width: 250px;
}
.advertise.event-single h1{
	font-size: 24px;
}
.april-9{
	font-size: 24px;
}
.subscribe-video.m-app {
    margin-top: 30px;
}
.discription h5 {
    font-size: 18px;
}
.discription-box{
	margin-bottom: 30px;
}
.discription .d-social {
    display: block;
    text-align: center;
    float: none;
    margin-top: 10px;
}
.discription h6 .img-fluid {
      display: block;
    	margin: 10px auto;
}
.discription h6{
	text-align: center;
}
.discription-box.two p{
	text-align: center;
}

.discription-box .d-ul{
	padding-left: 30px;
}
.d-box{
	min-width: 250px;
}

.i-box h4{
	font-size: 18px;
}
.i-box .btn-primary{
	width: 100%;
}

.statNum, .statNumrev {
	font-size: 14px;
}

.statsBox {
    padding: 5px;
}
.comment-box form{
	width: 100%;
}

.coin-hero h2 {
    font-size: 32px;
    text-align: center;
}

.coin-hero h3.font-32{
	font-size: 24px !important;
}
.issue-list h5{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #291C64;
	margin-top: 10px;
	margin-bottom: 5px;
}
.btn-tag {
    width: 80%;
    display: block;
}

.us-coin-main {
    padding: 10px 0;
}
.us-coin-main h3{
font-size: 24px;
text-align: left;
margin-bottom: 15px;
}
.us-coin-main h4{
	font-size: 24px;
	text-align: left;
}
.us-coin-box h5 {
    font-size: 14px;
}
.w-50 {
    width: 100% !important;
}
.coin-hero h3 {
   font-size: 32px;
}
.coin-hero {
    background-position: right bottom;
    padding: 20px;
}
.pubCell {
    padding: 10px 0;
}
.our-publication h3{
font-size: 24px;
margin-bottom: 15px;
}
.our-publication h4{
	font-size: 24px;
}
.popular-videos h3{
	font-size: 24px;
}

.publication-box h3 br{
	display: none;	
}
.publication-box h3{
	margin-top: 15px;
}
.btn-primary, .btn-ghost {
    width: 80%;
}
.publication-box{
	margin-bottom: 0px;
}

.directory h3{
	font-size: 24px;
	text-align: left;
}

.people-say h3{
	text-align: left;
	font-size: 24px;
}
.review-box::after {
    content: "";
    background: url(../images/quote2.png) no-repeat left;
        background-size: auto;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 8px;
    bottom: 100px;
}
.review-box::before {
    content: "";
    background: url(../images/quote1.png) no-repeat left;
        background-size: auto;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 24px;
    top: 50px;
}

.review-box {
    padding: 100px 30px 50px;
}
.review-box p{
	font-size: 18px;
}


.our-publication .cpg-slider .owl-carousel .owl-nav button.owl-next::before{
	right: 0px;
}
.directory.us-coin h3 {
    text-align: center;
}
h4.us-coin-h4{
	font-size: 24px;
}
.coin-worth {
    padding: 15px;
}
.directory.us-coin .coin-worth  h3 {
    text-align: left;
}
.coin-worth h4{
	font-size: 24px;
}
.values-box h4{
	font-size: 20px;
}
.legal {
    padding: 30px;
}
.directory.us-coin .legal h3 {
    text-align: left;
}
.us-buffalo-main h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
}

.buffalo-ul{
	text-align: center;
	margin-top: 15px;
}

.buffalo-ul li{
	font-size: 24px;
}

.buffalo-icon img {
    max-width: 200px;
}
.buffalo-icon a{
	vertical-align: top;
}
.toggle-div{
	display: none;
}

.b-slide a {
    font-size: 14px;
    padding: 10px 15px;
}
.sponsors.b-slide {
    background: transparent;
    padding: 0;
}

.b-slide .owl-carousel .owl-nav {
    top: 31%;
    display: none;
}

.cac-box.blue-box h4 {
    text-align: center;
}
.cac-box.blue-box h5 {
    text-align: center;
}

.mh-350 {
    min-height: auto;
}

.subscription-required {
    min-height: 200px;
    padding: 0px;
}

.subscription-required *{
	display: none;
}
.subscription-mobile{
	text-align: center;
	margin-top: 15px;
}

.subscription-mobile h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 132%;
	color: #291C64;
}
.coin-worth .bg-white h4{
	font-size: 18px;
}
.heritage-box img{
	margin-bottom: 15px;
}
.dealer-list {
    overflow: scroll;
}

.us-coin-box {
    padding: 15px;
    width: 200px;
}

.coin-icon {
	display: inline-block;
    width: 30%;
}

.us-coin-box img {
    max-width: 57px;
}
.us-coin-box h5 {
    font-size: 14px;
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 12px;
    margin-top: 0;
	vertical-align: middle;
}

.coin-iconv2 {
    display: block;
}

.us-coin-boxv2 {
    padding: 15px;
    width: 200px;
}
.us-coin-boxv2 img {
    max-width: 150px;
    max-height: 150px;
}

.us-coin-boxv2 h5 {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    vertical-align: middle;
}

.pricingTileOverlay {
    position: relative;
    bottom: 95px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #FF0000;
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px #FFFFFF;
    z-index: 1000;
}

.pricingTileOverlayBtn {
    top: 81px;
    left: 72px;
}

.tag-box .tag1 {
    font-size: 12px;
}
.values-box .tag-box{
	margin-bottom: 0px;
}

.subscriber-box {
    min-height: auto;
}


.advertise.cdnexchange {
    background-image: url(../images/add-bg.png);
    background-position: bottom right;
    background-size: 300px;
}

.cdnexchange .subscribe-video.m-app {
    margin-top: 40px;
}
.cdnx {
    margin-top: 50px;
}
.discription .cdnx h5 {
    font-size: 24px;
}
.sell-box {
    padding: 0 32px 0 20px;
}
.sell-box img {
    position: relative;
    bottom: -0px;
    left: -50px;
}
.sell-box h3{
	margin-top: 30px;
}
.cdn-seller .camera-ready {
    padding: 30px;
}

.cdn-box {
    padding: 24px;
    background: #ECECF5;
    border-radius: 16px;
    min-width: 260px;
}
.coming-soon {
    padding: 24px;
    background: #ECECF5;
    border-radius: 16px;
}
.advertise.subscribe2 h1{
	font-size: 24px;
	margin-bottom: 50px;
}
.advertise.subscribe2 h2 {
    font-size: 32px;

}

.advertise.subscribe2 {
    background-image: url(../images/add-bg.png);
    background-position: bottom right;
    background-size: 500px;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


.blue-color{
	color: #291C64 !important;
}

/******CART CSS ********/


.cart-table{
	padding: 0px;
	min-height: auto;
	font-size: 14px;
}
.table-body {
    padding: 0 15px 0 10px;
    position: relative;
}
.row.table-row {
    background: #ECECF5;
    padding: 15px 5px;
    }
.close-icon {
    top: -81px;
    position: absolute;
    right: 5px;
    background: #fff;
}
.table-body b {
    min-width: 65px;
}
.del-icon1 {
    vertical-align: top;
    margin-left: 0;
}



}

@media only screen and (max-width: 320px){



}

.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
	font-family: fontawesome !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	position: relative !important;
	background: #291C64 !important;
	padding: 15px !important;
	border-radius: 50% !important;
	color: #fff !important;
	opacity: 0.8 !important;
}

.owl-carousel .owl-nav button.owl-next::before {
	content: "\f061" !important;
}

.owl-carousel .owl-nav button.owl-prev::before {
	content: "\f060" !important;
}

.owl-carousel .owl-nav button.owl-next {
	right: 13px !important;
}

.popular-videos .owl-carousel .owl-nav button.owl-next {
	right: 0 !important;
}

.btn-outline-primary {
	color: #50CDD0;
	border-radius: 18px;
	font-weight: bold;
	border: 2px solid #50CDD0;
}

.btn-outline-primary:hover {
	color: #FFF;
	background-color: #50CDD0;
	border: 2px solid #50CDD0;
}