
/* @font-face { */
  /* font-family: 'CenturyGothic'; */
  /* src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),   */
  /* url('../fonts/CenturyGothic.woff') format('woff'),  */
  /* url('../fonts/CenturyGothic.ttf')  format('truetype'),  */
  /* url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg'); */
  /* font-weight: normal; */
  /* font-style: normal; */
/* } */
body{
	font-family: 'Roboto', sans-serif;
}
a, a:hover, a:focus, a:active{
	text-decoration:none;
}
a:focus {
    outline: none;
    outline-offset:0;
}
.container {
    width: 980px;
}
.header {
    background: #300f92;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.header .row {
    background: #000;
    padding: 20px 0;
}
.logo {
    position: absolute;
    top: -20px;
    left: -42px;
}
.logo a {
    color: #fff;
    font-size: 34px;
    font-family: 'PRIMETIME';
}
.nav_menu ul {
    margin: 0;
    padding: 0;
    float: right;
	text-align: right;
}
.nav_menu li {
    float: left;
    list-style-type: none;
}
.nav_menu a {
    color: #fff;
    padding: 0px 30px 0 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
}
.banner {
    width: 100%;
    height: 750px;
    overflow: hidden;
	position:relative;
}
.banner img {
    width: 100%;
    height:100%;
}
.page_content_1 {
    background: #6A4FB9;
    padding: 30px 0;
    text-align: center;
}
.content_1 h2 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 5px;
}
.content_1 h4{
	color: #fff;
	margin-bottom:0;
}
.content_1 p {
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    font-weight: 100;
}
.content_1_img {
    width: 100%;
    transform: translateY(30px);
	transition:all 2s ease-in-out 0s;
	opacity:0;
	margin-top:35px;
}
.content_1_detail {
    margin-top: 20px;
    opacity: 0;
    transform: translateX(-30px);
	transition:all 0.5s ease-in-out 0s;
}
.content_1_detail h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.content_1_detail p {
    text-align: justify;
    color: #D8D8D8;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.page_content_2 {
    background: #23194C;
    padding: 30px 0;
}
.page_content_2_detail h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    margin-top: 50px;
	opacity:0;
	transform:translateX(-50px);
	transition:all 1s ease-in-out 0s;
	font-weight: 500;
}
.page_content_2_detail p {
    color: #D8D8D8;
    margin-top: 30px;
    margin-bottom: 30px;
	opacity:0;
	transform:translateX(-50px);
	transition:all 1s ease-in-out 0s;
}
.page_content_2_detail h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    transform: translateX(-50px);
    transition: all 1s ease-in-out 0s;
    opacity: 0;
}
.page_content_2_img {
    width: 100%;
    text-align: right;
}
.page_content_2_img img{
	transform: rotateY(90deg);
	transform-origin: center;
	transition:all 0.9s ease-in-out 0s;
}
.page_content_6_right {
    transform: translateX(60px);
    opacity: 0;
	transition:all 1s ease-in-out 0s;
}
.page_content_2_list_1 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.page_content_2_list h4 {
    color: #7A7A7A;
    font-size: 20px;
    font-weight: 500;
}
.page_content_2_list_1 li {
    color: #fff;
    margin: 8px 0;
	font-weight: 400;
}
.page_content_2_list li {
    color: #7A7A7A;
    margin: 8px 0;
    font-weight: 500;
}
.page_content_2_list_1, .page_content_2_list {
    margin-top: 30px;
    min-height: 110px;
}
.page_content_2_list_1 ul, .page_content_2_list ul {
    padding-left: 30px;
}
.iframe_div_img {
    height: 1238px;
    width: 100%;
	position:relative;
}
.iframe_div {
    width: 100%;
    height: 528px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    padding: 45px 25px;
}
.iframe_div_img img{
	width:100%;
	height:100%;
}
.page_content_3 {
    padding: 30px 0;
    background: #d8d8d8;
}
.page_content_4 {
    text-align: center;
    padding: 30px;
    background: #d8d8d8;;
}
.page_content_4 h3 {
    color: #7A7A7A;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
	margin-bottom: 25px;
}
.page_content_4 p:first-child {
    font-size: 16px;
    text-align: justify;
    color: #7A7A7A;
}
.page_content_4 p:last-child {
    color: #3D9BE9;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.page_content_5 {
    padding: 50px 0;
}
.page_content_5 h3 {
    font-size: 40px;
    font-weight: 400;
    color: #7A7A7A;
    letter-spacing: 10px;
}
.page_content_5 h4 {
    font-size: 18px;
    margin-top: 25px;
    color: #7A7A7A;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
.page_content_5 h4 {
    font-size: 18px;
    margin-top: 25px;
    color: #7A7A7A;
    font-weight: 100;
}
.page_content_5 li {
    color: #7a7a7a;
    margin-top: 18px;
    font-size: 14px;
}
.page_content_6 h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
	font-weight: 500;
    letter-spacing: 3px;
	transition:all 2s ease-in-out 0s;
	opacity:0;
}
.page_content_6_left h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(-40px);
	transition:all 1s ease-in-out 0s;
	font-weight: 400;
}
.page_content_6 {
    background: #281D51;
    padding: 40px 0;
    text-align: center;
}
.page_content_6_left {
    text-align: center;
}
.page_content_6_right a {
    display: block;
    width: 300px;
    padding: 10px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    color: #271C50;
	margin:0 auto;
	transition:all 0.3s ease-in-out 0.3s;
	    font-weight: bold;
}
.page_content_6_right a:hover{
	background: #130441;
	color:#3D9BE9;
}
.page_content_7 {
    background: #453181;
    padding: 50px 0;
    text-align: center;
}
.page_content_7 h3 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
    opacity: 0;
	transition:all 0.5s ease-in-out 0.3s;
	font-weight: 500;
}
.page_content_7 p {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: all 0.5s ease-in-out 0.3s;
    margin-top: 20px;
    margin-bottom: 0;
}
.pc_image {
    float: left;
    margin-top: 50px;
    margin-left: 10px;
	opacity: 0;
    transform: translateY(20px);
	transition:all 1s ease-in-out 0s;
}
.videodiv {
    width: 433px;
    height: 277px;
    margin: auto;
    background: #fff;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(20px);
	transition:all 1s ease-in-out 0s;
}
.page_content_8 {
    background-image: url(../images/questionform-bg.jpg);
    text-align: center;
    padding: 40px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_content_8_form {
    width: 100%;
    padding: 15px 25px;
    clear: both;
    display: table;
}
.page_content_8_form .form-control {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    border: 1px solid #cacaca;
    padding: 0 10px;
    height: 45px;
    margin-top: 20px;
}
::-webkit-input-placeholder {  color:#000; }
::-moz-placeholder {  color:#000; }
:-ms-input-placeholder {  color:#000; }
:-moz-placeholder { color:#000; }
.page_content_8_form textarea.form-control {
    height: 130px;
    resize: none;
}
.page_content_8_form button {
    background: #300f92 none repeat scroll 0 0;
    border: none;
    padding: 10px 25px;
    border-radius: 3px;
    color: #fff;
    margin-top: 15px;
	    font-weight: 500;
}
.footer_top {
    background: #120241;
    padding: 25px 0;
}
.footer_detail h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: primetime;
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer_detail h3 a {
    color: #fff;
}
.footer_detail p {
    color: #c4c2ca;
}
.footer_links h3 {
    color: #fff;
    font-size: 20px;
}
.footer_links ul {
    padding: 0;
    margin: 0;
    margin-top: 14px;
}
.footer_links li {
    list-style-type: none;
    padding: 5px 0;
}
.footer_links li a {
    color: #c4c2ca;
    padding: 0px 0;
    display: initial;
}
.footer_links  i.fa {
    float: left;
    width: 24px;
    height: 23px;
    margin-top: 3px;
}
.footer_links span {
    color: #c4c2ca;
    padding: 0;
    display: block;
}
.footer_bottom {
    background: #300e92;
    padding: 20px 0;
}
.copyright p {
    color: #c4c2ca;
    margin: 0;
    float: right;
}
.terms span, .terms a {
    color: #c4c2ca;
    padding: 0 0px 0px 15px;
}

.trypage_content_1 {
    background: #d8d8d8;
    text-align: center;
    padding: 40px 0;
	transition:all 1s ease-in-out 0s;
}
.trypage_content_1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 31px;
    letter-spacing: 1px;
    color: #000;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    font-weight: 600;
}
.trypage_content_1 h4 {
    font-size: 25px;
    margin-top: 20px;
    color: #000;
}
.trypage_content_1 h5 {
    font-size: 16px;
    color: #000;
}
.contact_dmods {
    color: #fff;
    background: #1e1346;
    padding: 10px 40px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
	transition: all 0.3s ease-in-out 0s;
}
.contact_dmods:hover{
	background: #130441;
    color: #3D9BE9;
}
.trypage_content_1 p {
    letter-spacing: 0;
    font-size: 15px;
    color: #7A7A7A;
    margin-top: 20px;
    opacity: 0;
	transition:all 1s ease-in-out 0s;
}
.content_2_left {
    background: #1e1346;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px;
    /* background-image: url(../images/bg-1.webp); */
    background: linear-gradient(#1e1346,#322465);
}
.content_2_left h4 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(-90px);
	transition:all 1s ease-in-out 0s;
}
.content_2_left h3 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
	opacity: 0;
    transform: translateX(-90px);
	transition:all 1s ease-in-out 0s;
}
.content_2_left span {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    float: right;
	opacity: 0;
    transform: translateX(-90px);
	transition:all 1s ease-in-out 0s;
}
a.content_2_left_link:hover, a.content_2_right_link:hover {
    background: #130441;
    color: #3D9BE9;
    transition-delay: 0s !important;
}
a.content_2_left_link {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    padding: 10px 20px;
    clear: both;
    margin-top: 15px;
    color: #1e1346;
    opacity: 0;
    transform: translateX(-90px);
	transition:all 0.3s ease-in-out 0s;
}
.content_2_right {
    background: #352074;
    float: left;
    text-align: left;
    width: 50%;
    padding: 30px;
	transition:all 1s ease-in-out 0s;
	background: linear-gradient(#352074,#322465);
}
.content_2_right h4 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
	opacity: 0;
    transform: translateX(90px);
	transition:all 1s ease-in-out 0s;
}
.content_2_right h3 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
	opacity: 0;
    transform: translateX(90px);
	transition:all 1s ease-in-out 0s;
}
.content_2_right span {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    float: left;
	opacity: 0;
    transform: translateX(90px);
	transition:all 1s ease-in-out 0s;
}
a.content_2_right_link {
    float: left;
    background: #fff;
    font-weight: bold;
    padding: 10px 20px;
    clear: both;
    margin-top: 15px;
    color: #1e1346;
	opacity: 0;
    transform: translateX(90px);
	transition:all 1s ease-in-out 0s;
}
.trypage_content_div{
	opacity: 0;
    transform: translateX(-40px);
	transition:all 1s ease-in-out 0s;
}
.content_3_text {
    text-align: center;
    width: 235px;
    margin: auto;
	position: relative;
}
.content_3_text h4 {
    color: #fff;
    position: absolute;
    top: 18px;
    right: 0px;
    display: inline-table;
    width: 100%;
    left: 100%;
}
.content_3_text p {
    color: #7A7A7A;
    text-align: justify;
    font-size: 15px;	
}
.content_3_text h3 {
    color: #fff;
    letter-spacing: 3px;
	font-weight: 500;
}
.trypage_content_3 {
    background: #d8d8d8;
    clear: both;
    padding: 30px 0;
}
.prodcut-img.icons_img {
    text-align: center;
    margin: 50px 0;
}
.trypage_content_4 {
    text-align: center;
    padding: 20px;
    background: #1e1346;
    /* background-image: url(../images/bg-1.webp); */
    background: linear-gradient(#1e1346,#322465);
}
.trypage_content_4 h3 {
    font-size: 30px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
}
.trypage_content_4 p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.join_page_1 {
    text-align: center;
    padding: 30px 0 25px;
    background: #281D51;
    margin-top: 55px;
	background: linear-gradient(#1b0f40,#35246f);
}
.join_page_1 p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
}
.join_page_1 a {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 10px;
    display: block;
    color: #9DDEEB;
    font-weight: bold;
}
.join_page_1 img {
    margin-bottom: 20px;
}
.join_page_2 {
    padding: 30px 0;
}
.sales {
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-top: 30px;
    min-height: 750px;
    position: relative;
}
.sales h4, .sales p {
    color: #7A7A7A;
    margin-bottom: 0;
}
.sales h4 {
    font-weight: bold;
    letter-spacing: 2px;
	    margin-bottom: 0;
}
.sales h6 {
    text-align: left;
    color: #4D4D4D;
    font-size: 14px;
}
.sales h6 {
    text-align: left;
    color: #4D4D4D;
}
.sales ul {
    padding: 0 0 0 20px;
    text-align: left;
}
.sales li {
    color: #7A7A7A;
}
.popular {
    background: #F0F0F0;
    position: relative;
}
.sales button {
    border: none;
    padding: 10px;
    width: 200px;
    background: #2b6ca3;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
	transition:all 0.3s ease-in-out 0.3s;
}
.sales button:hover{
	background:#23334D;
}
.join_page_3 {
    background: #ededed;
    padding: 40px 0;
}
/* .join_page_3_img img{ */
	/* width:100%; */
/* } */
.join_page_3 h3 {
    font-size: 30px;
    color: #4D4D4D;
    font-weight: 500;
	margin-top: 0;
}
.join_page_3 h4 {
    color: #7A7A7A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
}
.join_page_3 ul {
    padding: 0;
}
.join_page_3 li {
	list-style-type:none;
}
.join_page_3 li {
    list-style-type: none;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
	 color: #7A7A7A;
}
.call_div {
    text-align: right;
	margin-top: 30px;
}
.mail_div{
	margin-top: 30px;
}
.call_div img {
    height: 30px;
    width: 30px;
	margin-right: 15px;
}
.mail_div img {
    margin-right: 25px;
    margin-top: 0px;
}
.call_div .fa-phone, .mail_div .fa-envelope {
    font-size: 40px;
    margin-right: 20px;
    margin-top: 30px;
	color: #4D4D4D;
}
.call_div a, .mail_div a {
    color: #7A7A7A;
    letter-spacing: 4px;
    display: inline-block;
    font-size: 16px;
}
.most_popular_div {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    margin: auto;
    width: 200px;
    height: 20px;
    display: inline-table;
    background: #FCE412;
    border-radius: 0;
}
.most_popular_div h6 {
    text-align: center;
    line-height: 0;
    font-weight: 900;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
}
.sales h3 {
    font-size: 80px;
    color: #2B6CA3;
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 400;
}
.sales h3 span {
    font-size: 20px;
}
.menu_active{
	color:#D3D3D3 !important;
}
.content_1{
	opacity:0;
	transition:all 2s ease-in-out 0s;
}
.content1{
	opacity:1;
}
.banner_overlay {		
	    height: 750px;		
	    width: 100%;		
	    position: absolute;		
	    top: 0;		
	    bottom: 0;		
	    /* background: #2e1b5280;		 */
}	
.dmods_banner_img{	
		width: 400px !important;		
	    height: 142px !important;			    
		left: 0;		
	    right: 0;		
	    margin: auto;		
	    top: 0;		
	    bottom: 0;		
	    position: absolute;		
}		
.banner_overlay h4 {		
	position: absolute;		
	bottom: 200px;		
	left: 0;		
	right: 0;		
	margin: auto;		
	text-align: center;		
	color: #fff;		
	font-size: 30px;		
	letter-spacing: 2px;	
	font-weight: 100;
}		
a.ytp-title-link.yt-uix-sessionlink {		
	display: none !important;			
}		
.ytp-watch-later-icon {		
    display: none !important;		
}		
.ytp-share-icon {		
	 display: none !important;
}	
.header_black_right {		
    width: 70%;		
    height: 60px;		
	position: absolute;		
	right: 0;		
	top: 0;		
	background: #000;		
    z-index: -1;		
}		
#tabsIframe a {
    background: #fff;
    color: #130441;
    font-weight: bold;
    padding: 10px;
	transition: all 0.5s ease-in-out 0s;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 70px;  Location of the box */
    padding: 0;
    left: 0;
    /*top: 0;*/
    top: 60px;
    width: 100%; /* Full width */
    /*height: 100%; Full height */
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.02); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #ededed;
    margin: auto;
    padding: 15px;
	padding-top:5px;
    /* border: 1px solid #888; */
    width: 835px;
    border-radius: 0;
	display: table;
	padding-bottom:5px;
}
/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -7px;
    opacity: 1;
    margin-right: -9px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.registraion_left {
    float: left;
    width: 34%;
    text-align: center;
    padding-right: 15px;
}
.registraion_left h2 {
    font-family: "primetime";
}
.registraion_left p {
    text-align: left;
    margin-top: 15px;
    text-indent: -8px;
    padding-left: 10px;
}
.regitraion_diverder {
    float: left;
    height: 450px;
    background: #aaa;
    border-radius: 10px;
    padding: 3px;
    width: auto;
}
.registraion_right {
    float: left;
    width: 63%;
    margin-left: 15px;
    text-align: center;
}
.registraion_right h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
	color:#300f92;
}
.registraion_right p {
    font-size: 10px;
    margin-top: 16px;
}
.regstaion_submit, .regstaion_submits {
    text-align: center;
    margin: auto;
    width: 130px;
    background: #300f92;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
        font-weight: 500;
}
.registraion_right .form-control {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    border: none;
    padding: 0px 7px;
    height: 30px;
    background: #300f92;
    color: #fff;
    font-weight: 400;
}
.registraion_right input::-webkit-input-placeholder {  color:#fff; }
.registraion_right input::-moz-placeholder {  color:#fff; }
.registraion_right input:-ms-input-placeholder {  color:#fff; }
.registraion_right input:-moz-placeholder { color:#fff; }

.registraion_right .form-group {
    margin-bottom: 7px;
}

span.help-block {
    margin-bottom: 3px;
    color: #fe2322;
    float: left;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
#tabsIframe li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    transform: translateY(30px);
    opacity: 0;
}
.signin-wrap {
    padding: 50px 0;
}
.signin-form {
    width: 600px;
    margin: 0 auto;
	text-align:center;
}
.signin-form button {
    background: #300f92 none repeat scroll 0 0;
    border: none;
    padding: 10px 25px;
    border-radius: 3px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}
.Plan-Table-Box h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}
.signin-form button:hover {
    color: #fff;
}
.payment-now-btn {
    text-align: center;
}
.signin-form .form-control {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    border: 1px solid #cacaca;
    padding: 0 10px;
    height: 45px;
    margin-top: 20px;
}
.signin-form textarea.form-control{
    resize:none;
	height: 100px;
}
.about-dmods {
    padding: 50px 0;
}
.dmod-aap {
    background: #f5f5f5;
    padding: 5px 0 0 20px;
    display: table;
}
ul.feature {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
	padding: 0;
}
ul.conditions {
    float: left;
    margin-bottom: 10px;
	padding: 0;
}
.app-links {
    padding-bottom: 20px;
    display: inline-block;
}
.How-It-Works-Section h2 {
    margin-bottom: 20px;
}
.faqpage {
    width: 100%;
    display: table;
    clear: both;
}
.app-links a:first-child {
    margin-right: 15px;
}
ul.feature li,ul.conditions li {
    list-style-type: none;
}
.How-It-Works-Section {
    padding: 50px 0;
}
.How-It-Works-Section ul {
    padding: 0;
}
.How-It-Works-Section li {
	list-style-type: none;
}
.panel-group .panel {
    border-radius: 0;
	border-color: #300e92;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #300e92;
    border-color: #300e92;
	background-image: none;
	border-radius: 0;
	position: relative;
}
.panel-collapse {
    padding: 15px;
}
.panel-body {
    border-top: none !important;
	background:#f8f8f8;
	padding:30px;
}
.panel-heading a {
    color: #fff;
    display: block;
    padding: 5px;
}
.panel-group .panel:hover {
    border-radius: 0;
    box-shadow: 0px 0px 17px 2px #eee;
}
.panel-heading i {
    text-align: right;
    right: 25px;
    position: absolute;
    cursor: pointer;
    top: 20px;
}
.nopadding {
    padding: 0;
}
#tabsIframe a:hover, .trailregister:hover {
    color: #2b689c;
	background:#130441;
}
.right_faq_box h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
ul.sitemap_links {
    padding: 0;
}
.sitemap_links li {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
}
.sitemap_links a {
    padding: 10px;
    display: block;
    font-weight: 500;
    background: #300e92 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
}
.links a {
    font-weight: normal;
    font-size: 14px;
    background: initial;
    color: #7A7A7A;
    padding: 7px 0;
}
ul.links {
    border: 1px solid #000;
    padding: 0px 15px;
}
.links li {
    margin-bottom:0px;
}
.links i.fa {
    margin-right: 10px;
}
.Plan-Row, .privacy_content {
    padding: 20px 0;
    margin-top: 60px;
    background: #f5f5f5;
}
#tabsIframe ul {
    margin-bottom: 5px;
}
.site-privacy , .site-about{
    margin-top: 60px;
}
.page_content_5 ul {
    margin-top: 30px;
    padding-left: 25px;
}
/* .content_left { */
    /* width: 85%; */
    /* float: right; */
/* } */
.content_right {
    float: left;
    width: 85%;
}
img.logo_img {
    width: 175px;
    height: 38px;
}
.dropdown_signin {
    width: 310px;
    text-align: center;
    background-color: #300f92;
    margin-top: 10px;
    position: absolute;
    right: 220px;
    top: 30px;
}
.signinform {
    clear: both;
    float: left;
    width: 100%;
    padding: 15px;
}
.msgsection {
    float: left;
    width: 100%;
    height: auto;
    background: #ccc;
}
.dropdown_signin .input-field {
    margin-top: 5px;
}
button.signinbtn {
    float: right;
    margin-top: 10px;
    border: none;
    background: #fff;
    padding: 5px 15px;
    font-weight: 700;
    color: #300f92;
    text-transform: capitalize;
}
.dropdown_signin input {
    height: 35px;
    border: none;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #300f92;
    width: 100%;
    padding: 10px;
}
span.help-block {
    margin-bottom: 3px;
    color: #fe2322;
    float: left;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.msgsection p:empty {
    margin: 0px;
}
.msgsection p {
    color: #fe2322;
    margin: 8px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.modalregister{
	max-height: 100%;
    position: fixed;
    z-index: 1;
    padding-top: 70px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}
.exchangeclose{
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -14px;
    opacity: 1;
    margin-right: -9px;
}
.exchangeclose:hover,
.exchangeclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover, .btn-large:hover, .btn:focus, .btn-large:focus, .btn-floating:focus {
    background: #523d90 none repeat scroll 0 0;
}
.Plan-Table-Box h2, .privacy_content h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
}
.faq_left_menu{
    text-align: right;
    position: fixed;
    width: 230px;
    height: 130px;
    display: table;
    clear: both;
}
.privacy_left_menu {
    text-align: right;
    position: fixed;
    width: 280px;
    height: 500px;
    display: table;
    clear: both;
}
div#privacybox16 {
    min-height: 800px;
}

.faq_left_menu ul, .privacy_left_menu ul {
    padding: 0;
    margin: 0;
}
.faq_left_menu li, .privacy_left_menu li {
    list-style-type: none;
}
.faq_left_menu a, .privacy_left_menu a {
    display: block;
    padding: 3px 0;
    color: #111;
    font-weight: 600;
    font-size: 14px;
}
.right_faq_box, .right_privacy_box {
    margin-bottom: 35px;
}
.right_faq_box label {
    margin-bottom: 0;
}
.right_faq_box p {
    margin-bottom: 15px;
}
.right_privacy_box p {
    line-height: 24px;
    font-size: 14px;
}
.header .navbar {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
    min-height: auto;
}
.header .collapse.navbar-collapse {
    padding: 0;
}
.header .nav > li >a {
    padding: 0;
    padding-left: 25px;
}
.page_content_5_img {
    text-align: center;
    margin-top: 70px;
}
.site-error {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 40px;
}
.notfoundpage {
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.notfoundpage img.img-responsive {
    margin: auto;
    height: 400px;
}
.site-error  a.errorpage {
    background: #300f92;
    padding: 10px 35px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.privacy_page {
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
}
.signin-form h3 {
    font-size: 30px;
    font-weight: 500;
}
.privacy_content h3 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    color: #111;
}
.about-dmods p, ul.feature li, ul.conditions li {
    color: #7A7A7A;
}
.How-It-Works-Section p, .How-It-Works-Section li {
    color: #7A7A7A;
}
.window_detail_section{
	display:none;
}
.signin-form label {
    float: left;
}
.banner-inner img{
	width:100%;
	height:100%;
}
.advertiment_div {
    min-height: 100px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    word-wrap: break-word;
}
.blinking{
  /*animation: blinker 2s linear infinite;*/
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.centralheading{
	text-align:center;
	margin-bottom:25px;
	color:#fff;
	font-size:50px;
}
.centralinstant{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-size:28px;
}
.centralseo{
	text-align: center;
	margin-bottom: 10px;
	color: #04c538;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;  
	margin-top: 15px;
}
.centraldonot{
	text-align: center;
	margin-bottom: 10px;
	color: #bf3232;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;    
	margin-top: 15px;
}
.centraltselling{
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	margin-top: 15px;
	padding:0 200px;
	text-transform: uppercase;
}
.centralfree{
	text-align:center;
	margin-bottom:10px;
	color:#FFf;
	font-size:26px;
	font-weight: 400;
	text-transform: uppercase;
}
.centralopp{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	margin-top: 15px;
	padding:0 250px;
	line-height: 35px;
	text-transform: uppercase
}
.centralonbord{
	text-align:center;
	margin-bottom:10px; 
	margin-top: 20px;
	color:#fff;
	font-size:35px;
	text-transform: uppercase;
}
.centralheading2{
	text-align:center;
	margin-bottom:10px;
	color:#Fff;
	font-size:35px;
	text-transform: uppercase;
}
.centraldiscover{
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	font-size:35px;
	text-transform: uppercase;
}
.centraltry{
	text-align:center;
	margin-bottom:25px;
	color:#fff;
	font-size:20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
}
#regcen{
	margin-top: 0px;
	color:#04c538;
	text-align:center;
	margin-bottom: 17px;
	text-transform: uppercase;
	display:block;
	font-size: 28px;
	font-weight: 700;
    padding: 0 100px;
}
.centrallinks{
	text-align: center;
	margin-bottom:25px;
	color:#fff;
	font-size:20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 100px;
}
#formsection_customer .form-control:focus{
	outline: none;
    box-shadow: none;
	border-color:1px solid #ccc;
}


.banner_overlay h3 {
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
}

.banner_overlay h5 {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 400;
}
.product1{
	top: auto !important;
	bottom:130px;
	/*font-size:34px !important;*/
	font-size: 26px !important;
	font-weight:400 !important;
}
.product2{
	top: auto !important;
	bottom:75px;
	font-size:34px !important;
	font-weight:400 !important;
}
.pricing {
    background: #6A4FB9;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.pricing h3 {
    margin: 15px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.pricing h4 {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 25px;
}
.pricing h5 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}
.newsalert{
	font-size:30px;
	line-height:35px;
}
#dmods_sectral_model {
    z-index: 9999;
}
#dmods_sectral_model .modal-content {
    background-color: #ededed;
    margin: auto;
    padding: 15px;
    padding-top: 5px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 3px;
    display: table;
    padding-bottom: 5px;
}
#dmods_sectral_model .modal-header {
    padding: 0;
}
#dmods_sectral_model .modal-body {
    padding: 0;
    margin-bottom: 15px;
}
#dmods_sectral_model h3 {
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
}
#dmods_sectral_model ul {
    padding-left: 26px;
    margin-bottom: 0;
}
#dmods_sectral_model li {
    list-style-type: disc;
    margin: 5px;
    line-height: 22px;
}