@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-light;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../font/Roboto-Thin.ttf);
}

* {
    outline:0 !important
}
body {
	font-family: Roboto-light;
	font-size: 16px;
	color: #444;
    line-height: 28px;
}
body, html {
	height:100%;
}
h1,h2,h3 {
    /*text-transform:uppercase;*/
    color:#444;
    font-weight:300;
}
h3 {
    line-height:1.5;
	font-size:20px;	
}
a {
    text-decoration:none;
    /* transition:all 0.3s ease-out; */
    position:relative;
    padding:.5em;
    margin:-.5em;
}
a:hover,a:active,a:focus {
    color:#ff9933;
    text-decoration:none;
}
ul {
    margin:0;
    padding:0px;
    list-style:none;
}
.img_res {
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
}
.bb-top-left {
    position:absolute;
    width:15px;
    height:15px;
    top:0;
    left:0;
    border-top:1px solid;
    border-left:1px solid;
}
span.bb-bottom-left {
    position:absolute;
    width:15px;
    height:15px;
    bottom:0;
    left:0;
    border-bottom:1px solid;
    border-left:1px solid;
}
span.bb-top-right {
    position:absolute;
    width:15px;
    height:15px;
    top:0;
    right:0;
    border-top:1px solid;
    border-right:1px solid;
}
span.bb-bottom-right {
    position:absolute;
    width:15px;
    height:15px;
    bottom:0;
    right:0;
    border-bottom:1px solid;
    border-right:1px solid;
}


.navbar-brand {
	padding:0px 15px;
}
.navbar {
	padding-bottom: 7px;
	padding-top: 10px;
}
.navbar-default {
	background-color:#fff;
}
.navbar-nav>li>a {
    color: #1d559f !important;
    font-size: .9em;
    font-family: Roboto;
    line-height: 35px; 
    margin-left: 10px;
    letter-spacing: .1px; 
    margin-right: -6px;
    margin-left: 7px;
}.navbar-nav>li>a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fd8900;
	line-height: 35px;
	margin-top:-10px;
	height: 68px; 
}
.navbar-nav>li>a.active {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f08020;
	line-height: 35px;
	transition: none !important;
	background:#ff9933;
	color:#fff !important;
	margin-top:-10px;
	height: 68px;
}

.nav12 > div > ul > li > a{
    display: block;
    padding: 3px 7px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    line-height: 30px;
}
.nav12 > div > ul > li > a:hover{
background-color:#eeeeee;
color:#f08020;
}
.adjestmentdropdown > li > a:hover{
	background-color:#eeeeee;
    color:#f08020;
}
.Logoimg1black {
    position: absolute;
    height: 12px;
    width: 12px;
    right: 20px;	
    top: 20px;
   display:none;
}
.Logoicon{
    display:none;
}	
@media only screen and (min-width: 1366px){ 
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.Logoimg1black {
	 display:none !important;
	}
	.mega-dropdown-menu{
		width:45vw;
		padding: 10px;
		margin-left:-18vw;
		/*margin-left: -280px !important; */
	}
	.adjestmentdropdown{
	margin-left:-60px;
	}
	.icrm-user-chat{
		width:700px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1366px){ 
	.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	}
	.Logoimg1black {
	 display:none !important;
	}
	.mega-dropdown-menu{
		min-width: 660px;
		padding: 10px;
		margin-left: -280px !important;
	}
	.adjestmentdropdown{
	margin-left:-60px;
	}
}


@media only screen and (min-width: 200px) and (max-width: 769px){
	.Logoimg1{
		 width:12px;
		 height:12px;
	}
	.Logoicon{
		display:block;
		position: absolute;
		top: 11px;
		right: 20px;
	}
	.Logoimg1black{
		position: absolute;
		display:block;
		height: 12px;
		width: 12px;
		right: 20px;	
		top: 23px;
	}
	.navbar-nav>li>a {
	color: #1d559f !important;
	font-size: .9em;
	font-family: Roboto;
	line-height: 35px; 
	margin-left: 10px;
	letter-spacing: .1px; 
	margin-right: 0px;
	margin-left: 0px; 
	}
	.navbar-nav>li>a:hover {
		border-bottom-width: 0px;
		border-bottom-style: solid;
		border-bottom-color: #fd8900;
	}
	.navbar-nav>li>a.active {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f08020;
	line-height: 35px;
	transition: none !important;
	background: #ff9933;
	color: #fff !important;
	/*margin-top: 0px; */
	}

	.dropdown-menu{
	background: #fff;
	border-bottom: 5px solid #fd8900;
	box-shadow: 0px 0px 0px 0px #bfbfbf;
	padding: 10px 10px;  
	font-size:13px; 
	z-index:99;  
	left: 9px;
	top: 58px;
	min-height: 155px !important;
	overflow: auto;
	max-height: 400px;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.open>a {
	color: #fff !important;
	background-color: #ff9933 !important; 
	margin-top: -10px;
	height: 55px !important;
	}
	.navbar>li{
	height: 55px !important;
	}
	.navbar-nav>li>a {
	height: 55px !important;
	margin-bottom: 5px;
	}
	.navbar-nav .open .dropdown-menu{
	   margin-bottom: 5px;
	   margin-top: -10px;
	}
	.navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a {
	color: #fff !important;
	background-color: #ff9933 !important;
	margin-top: -5px;
	}
	.mackPaymentli{
	 margin-bottom:15px;
	}

}
@media (min-width: 480px) and (max-width:768px){
	#footer {
		min-height: 135px !important;
		height: 135px !important;
     }	
}
@media  (max-width:480px){
	#footer {
		min-height: 165px !important;
		height: 160px !important;
     }	
}

.lead01 {
    font-size: 21pt!important;
    font-weight: 200;
    padding-bottom: 6%;
    line-height: normal !important;
    width: 100%;
    margin: auto;
}
 .lead02 {
    font-size: 30px!important;
    font-weight: 100;
    padding-bottom: 4%;
	line-height: normal !important;
	font-family:Roboto;
	color:#494947;
}
.lead03{
    padding-bottom: 0% !important;
}
.nav01 {
	float:right;
}
 .points_text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-left: 10%;
    margin-right: 10%;
	text-align:center;
	margin-bottom:12%;
	color:#474749;
}
.points_heading {
    color: #494947;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    margin-top: 2%;
    text-transform: uppercase;
	 margin-bottom: 1% !important;
}
.heading01 {
	text-align: left;
	font-family: Roboto;
	font-size: 34px;
	color: #494947;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	  font-weight:300;
	}
	.pay_logo {
	width: 85px;
    height: 70px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2%;
	}
.bul_color {
	color:#F00;
	text-align:left;
	list-style-type: disc;
    font-size: 24px;
    font-family: Roboto;
	padding-left:4%;
	} 
.text01 {  text-align: left;
    font-size: 12pt;
    margin-top: 2%;
    font-weight: 300;
    font-family: Roboto;
    color: #494947;
    letter-spacing: .4px;
	}
.li_text_col {
	color: #494947;
    font-size: 16px;
    line-height: 26px;
     font-family: Roboto;
	 font-weight:300;
	}
	.img_pay {
    width: 100%;
    height: 100%;
    padding: 60px 10px;
}
		 .enter {
    font-size: 22px;
    color: #494947;
    float: left;
    font-weight: 300;
    margin-right: 2%;
	margin-left:2%;
	    margin-top: 0.9%;
}
	.input_enter {
    width: 38%;
    float: left;
    margin-right: 2%;
	    margin-top: 0.4%;
		border: 1px solid #d5d4d4;
height: 40px;
border-radius:4px;
}
.btn_01 {
    padding: 12px 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    border-radius: 60px !important;
}

.btn-store {
    color:#fff;
    font-size:18px;
	min-width:100px;
    padding:10px 20px 10px 20px;
    margin:0px 0px 20px 0px;
    transition:0.4s ease all;
    border-radius:5px;
	border-bottom:solid 3px #91b848;
    background:#adcf6d;
    font-weight:bold;
    line-height:22px;
}
.btn-store span {
    font-weight:300;
    font-size: 14px;
}

.btn-store:hover {
    background:#b3d379;
    color:#fff;
}
.btn-store i {
    font-size:45px;
    float:left;
    margin:6px 15px -5px 15px;
}

b, strong {
    font-weight: 400;
}

.col-md-offset-1point5{
    margin-left: 12.5%;
}
.pringpagesecondhedding{
	font-size:35px !important;
	text-align:center;
}
.printpageheading{
	text-transform:uppercase;
}


/* ///////////////////////////////////////////////////////////////////// 
// 02 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index:1000;
    position:fixed;
    right:0;
    width:260px;
    height:100%;
    margin-right:-260px;
    overflow-x: hidden;
    overflow-y:auto;
    background:#41A1E1 url(../img/stripBG.png);
    z-index:99999999;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.sidebar-nav {
    position:absolute;
    width:250px;
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar-nav li {
    text-indent:20px;
    line-height:40px;
/*    border-bottom:1px dotted rgba(255,255,255,0.27);*/
}
.sidebar-nav li a {
    text-decoration:none;
    color:#FFF;
    font-size:15px;
    padding:15px 15px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
}
.sidebar-nav li a:hover {
    text-decoration:none;
    color:#b3d379;
}
.sidebar-nav li a:active,.sidebar-nav li a:focus {
    text-decoration:none;
}
.sidebar-nav>.sidebar-brand {
    height:55px;
    font-size:18px;
    line-height:55px;
}
.sidebar-nav>.sidebar-brand a {
    color:#999;
}
.sidebar-nav>.sidebar-brand a:hover {
    color:#fff;
    background:none;
}
#sidebar-wrapper.active {
    right:250px;
    width:260px;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    box-shadow:0px 0px 15px rgba(0,0,0,0.49);
}
.toggle {
    margin:5px 5px 0 0;
}
.close-btn {
    display:block;
    color:#FFFFFF;
    font-size:1em;
    margin:0px 0 0 0;
    padding:2px 0 0 0;
    line-height:28px;
    text-align:right;
    width:100%;
    padding-right:25px;
    background:rgba(0,0,0,0.2);
}
.close-btn:hover {
    color:#b3d379;
}
.close-btn i {
    font-size:1.8em;
    float:right;
    margin-left: 10px;
}
.text24{
    font-size: 24px;
}
.text13{
    font-size: 13px;
}

.navbar-fixed-top .navbar-collapse {    max-height: 100%;}
 .navbar-collapse.in {overflow:hidden;}

/* ///////////////////////////////////////////////////////////////////// 
// 04 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
    position:fixed;
    width:100%;
    background:transparent;
    padding:30px 0px;
    transition:all 0.5s;
    z-index:99997;
}
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#fff;
    padding:0px;
}

#menu-toggle {
    z-index:1;
    font-size:35px;
    float:right;
    color:#adcf6d;
    margin:11px 0px;
    padding:2px 10px;
    line-height:0;
}
.store-btn-container {
    padding-top:15px;
}
.store-btn:hover,#menu-toggle:hover {
    color: #fff;
}

 



/* ///////////////////////////////////////////////////////////////////// 
// 05 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
     padding-top: 67px;
   /* background-attachment: fixed;
   
    overflow: hidden; */
    /* background-image: url(../images/bg_home.jpg); */
    /* background-position: left top 69px;
    background-repeat:no-repeat;
    background-size: cover; */
    position: relative;
    margin-bottom:70px !important;
}
.banner_content{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

#banner video {
    position:absolute;
    top:0;
    left:0;
    min-width: 100%;
    min-height: 100%;
}
.headings {
	font-family:Roboto-Thin;
    padding:24% 0 3% 0;
    color:#fff;
	font-weight:100;
}
.headings h1 {
    font-size:43pt;
    font-weight:200;
    margin-bottom:20px;
    color:white;
}
.headings p, .headings h2{
    margin-bottom:40px;
    letter-spacing:0.5px;
    color: #fff;
}
.headings-mid h2{
    color: #fff;
    font-family: Roboto-Thin;
}
.headings-mid {
	/* font-size:70px;
    font-weight:100;
    margin-bottom:20px; */
    color:white;
	text-align:center;
}
.headings-mid h1 {
    font-size: 53px;
    font-weight: 100;
    margin-bottom: 20px;
    color: white;
    text-align: center;   
    font-family: Roboto-Thin; 
}
.width70{
    width: 73%;
}
.headings-mid p {
    font-family: Roboto-Thin;
    /* font-size:23pt !important;
    font-weight:100;
    margin-bottom:2.5% !important;
    letter-spacing:0.5px;
    line-height:40px !important; */
}
.hand-container {
    max-height:640px;
    overflow:hidden;
}
.iphone-hand {
    padding:20px 30px 0px 30px;
}

.slidedown {
    position:absolute;
    bottom:25px;
    left:50%;
    margin-left: -40.5px;
    z-index:99;
    cursor:pointer;
}
.slidedown i {
    color:#fff;
}
.slidedown i:hover {
    color:#91b848;
}
 
@media (max-width:1199px) {
    .hand-container {
        margin-top: 175px;
    }
}
@media (max-width: 767px) {
	.block-1 {
    padding:30px 0;
    overflow:hidden;
    position:relative;
	margin-top:30px;
}
}



 

/* ///////////////////////////////////////////////////////////////////// 
// 07 - Features
/////////////////////////////////////////////////////////////////////*/

.item-list-right li {
    padding:0 60px 20px 0;
    position:relative;
    text-align:right;
}
.item-list-right li i {
    font-size:32px;
    position:absolute;
    right:0;
    top:0;
}
.item-list-left li {
    padding:0 0px 20px 60px;
    position:relative;
    text-align:left;
}
.item-list-left li i {
    font-size:32px;
    position:absolute;
    left:0;
    top:0;
}
.item-list-right h3,.item-list-left h3 {
    margin:0 0 25px 0;
    font-weight:300;
}
.item-list-right.item-list-big li {
    padding:0 80px 60px 0;
}
.item-list-left.item-list-big li {
    padding:0 0px 60px 80px;
}
.item-list-big li i {
    font-size:48px;
}
.item-list-right li:last-child,.item-list-left li:last-child {
    padding-bottom:0;
}
#bigfeatures .screen {
    max-width:100%;
    height:auto;
}
#bigfeatures i {
    color:#41A1E1;
}
@media (max-width:1200px) and (min-width:767px) {
    #bigfeatures i {
        display:none;
    }
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        padding:0 0px 40px 0px;
    }
}
@media (max-width:992px) and (min-width:767px) {
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        font-size:14px;
    }
    .item-list-right h3,.item-list-left h3 {
        font-size:22px;
    }
    .item-list-right li:last-child,.item-list-left li:last-child {
        padding-bottom:0;
    }
}
@media all and (max-width:767px) {
    .item-list-right.item-list-big li {
        padding:0 0px 60px 80px;
        text-align:left;
    }
    .item-list-right li i {
        right:auto;
        left:0;
    }
    .item-list-left li:last-child {
        margin-bottom:60px;
    }
    .banner_content_mid {
        top: 20% !important;
    }
}
.animation-box {
    display:inline-block;
    position:relative;
}
@-webkit-keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0);
    }
}
@keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        transform:scale(0);
    }
    70% {
        opacity:1;
        transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        transform:scale(0);
    }
}
.highlight-left {
    position:absolute;
    animation:highlight-left 2s ease-in 0s infinite;
    -webkit-animation:highlight-left 2s ease-in 0s infinite;
    left:-5px;
    margin-top:-100px;
}
@-webkit-keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0)
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0)
    }
}
@keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        transform:scale(0)
    }
    70% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        transform:scale(0)
    }
}
.highlight-right {
    position:absolute;
    animation:highlight-right 2s ease-in 0s infinite;
    -webkit-animation:highlight-right 2s ease-in 0s infinite;
    right:-5px;
    margin-top: -100px;
}
 
 
  

/* ///////////////////////////////////////////////////////////////////// 
// 15 - Contact us
/////////////////////////////////////////////////////////////////////*/


.address-list {
    list-style:none;
    display:table;
}

.address-list li i {
    display:table-cell;
    width:60px;
    font-size:3em;
}
.address-list li span {
    padding:0px 0px 0px 20px;
    display:table-cell;
    vertical-align:middle;
}
.mailbox .container {
    margin-top:225px;
    margin-bottom:0px;
}
#contactForm input,#contactForm textarea {
    border-radius:0px;
    box-shadow:none;
    border:2px solid #C2C2C2;
    font-size:18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border:2px solid #41A1E1;
}
#contactForm .form-control {
    padding:20px;
    height:auto;
}
#contactForm .form-group {
    margin-bottom:25px;
}
#contactForm #message {
    height:258px;
    padding-bottom:40px;
}
.contact-submit {
    width:160px;
    background:#fff;
    color:#41A1E1;
    border:2px solid #41A1E1;
    font-size:46px;
    padding:0;
    margin: -40px auto 0;
    display: block;
}
.contact-submit:hover {
    background:#41A1E1;
    color:#fff;
}
#contact {
    position:relative;
}
.contact-wrap {
    position:absolute;
    z-index:9999;
    color:#fff;
    width:100%;
    top:50px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color:#6ecba9;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #6ecba9;
}


/*///////////////////////////////////////////////////////////////////// 
// 16 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    background-color: #142C3C !important;
   color: #FFF !important;
   padding: 0 0 15px 0;
   overflow: hidden;
   position: relative;
   margin-top: 30px;
   height: 90px;
   width: 100%;
}
#footer .credits a {
   color:#fff;
   text-decoration:underline;
}
#footer .container{
   position: relative;
}
.footer_img02{
    margin: 35px 0px;
}

ul.social-icons li { display: inline-block; font-size: 30px; margin-top: 20px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; }
.copyright {
    margin-top: 3px;
    padding-top: 0px;
    font-size: 12px;    
    white-space: nowrap;
    /* width: 116%;
    position: absolute;
    right: 0%; */
}

ul.social-icons i {
    color: white;
    border-radius: 100%;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border: 2px solid #fff;
}
ul.social-icons li a {
    display:block;
}
ul.social-icons li a:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

.footer-logo h1 {
    color: white;
}


/* 

///////////////////////////////////////////////////////////////////// 
// 17 - Responsive Styles
/////////////////////////////////////////////////////////////////////*/



@media all and (max-width:1340px) and (min-width:1170px) {
    .address-list li {
        font-size:18px;
    }
    .address-list li i {
        width:60px;
        height:60px;
        font-size: 34px;
    }
}

@media all and (max-width:1170px) and (min-width:992px) {
    .address-list {
        padding:200px 0px 70px 0px;
    }
    .mailbox .container {
        margin-top:100px;
        height: auto;
    }
    .address-list {
        padding:0;
    }
    .address-list li {
        font-size:16px;
        padding:1em;
        display:inline-block;
    }
    .address-list li i {
        display:table-cell;
        line-height:42px;
        width:42px;
        height:40px;
        font-size: 18px;
    }
}

@media all and (max-width:1170px) {
    .mailbox .container {
        margin-top:130px;
        margin-bottom: 0px;
    }
}

@media all and (max-width:992px) {
    .headings {
        text-align:center;
        padding:10% 0 12% 0;
    }
    .block-title {
        font-size: 2.8em;
    }
    .col-md-offset-1point5{
        margin-left: 0;
    }
}

@media all and (max-width:767px) {
    .headings h1 {
        font-size:40px;
    }
	.headings-mid h1 {
        font-size:40px;
    }
    .block-title {
        font-size:25px;
        font-weight:500;
		padding: 20px 0px;
    }
    .title-box {
        margin-bottom:4px;
    }
    .title-box.text-left {
        text-align:center;
    }
    .block {
        padding:60px 0;
    }
    #subscribe {
        border-width:15px;
    }
    .btn-custom {
        padding: 16px 5px !important;
    }
    .mailchimp input[type="email"] {
        font-size: 16px;
    }
    .address-list {
        margin: 0 auto 20px;
    }
	.lead02 {font-size: 29px !important;}
	
	.navbar-nav>li>a { 
    	margin-left: 0;  
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.nav01 {
		float: none !important;
		overflow: scroll;
	}
}

@media all and (max-width:767px) {
    .btn-custom {
        padding: 5px 0px;
    }
 h1 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: -5%;
}
.headings h1{
    margin-bottom: 10px;
}
.lead01{
    font-size:10pt !important;
}
	  .headings h1 {
        font-size:30px;
    }
	.headings-mid h1 {
        font-size:40px;
    }
	h2, .h2 {
    font-size: 20px;
    line-height: 1.6;
}
	h3, .h3 {
    font-size: 16px;
	    line-height: 1.6;
}
.footer_img01 img{
	margin: auto;
}
 .copyright {
    margin-top: 35px;
    text-align: center;
}

.footer_img01 + .col-sm-4{
	width: 100% !important;
}
}


/*/----/*/


#topnav {
	line-height: 1.6em;
	padding-top: 18px;
	padding-bottom: 15px;
}
#topnav li{
	margin-left:30px;
}
#topnav a {
    color: #fff;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topnav a:hover{
    color: #b3d379;
}

#topnav .active{
    color: #b3d379;
}

#topnav .home a {
    color: #fff;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border:solid 1px #fff;
	border-radius:5px;
}

#topnav .home a:hover{
    color: #000;
	background-color:#fff;
}

#topnav  .home .active{
    color: #000;
	background-color:#fff;
}

.sidebar-nav .home  {
    padding-left:15px;
	padding-top:20px;
}

.sidebar-nav .home a {
    color: #fff;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border:solid 1px #fff;
	border-radius:5px;
}

.sidebar-nav .home a:hover{
    color: #000;
	background-color:#fff;
}

#menu-toggle {display:none;}

.logo {
    color:#fff;
    font-size:2.5em;
    line-height:1.6;
	width:300px;
}
#logo_menu {
    padding:5px 0px;
}

.block-title {
    font-weight:300;
    font-family:Roboto!important;
    font-size:15.8pt !important;
    margin:0;
    line-height:1.8;
    display:inline-block;
    position:relative;
	color: #494947;
	margin-bottom:2% !important;	
}
.block-title.title-light,.block-title.title-light span {
    color:#fff;
}
.block {
    padding:80px 0;
    overflow:hidden;
    position:relative;
	margin-top:40px;
}
.block-1 {
    padding:30px 0;
    overflow:hidden;
    position:relative;
	margin-top:30px;
}
.block-page {
   /*  padding-top: 0px;
    overflow:hidden;
    position:relative;
	margin-top:80px; */
}
.title-box {
    text-align:center;
    margin-bottom:4px;
}
.title-box.text-left {
    text-align:left;
}

.title-box p {margin:10px 0px 10px 0px;}

/* .title-box .sqs-block-button a {
   padding: 20px 38px;
    font-size: 15pt !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    background-color: #538beb;
    border-color: #538beb;
    border-radius: 60px !important;
    position: relative;
} */
.title-box .sqs1-block-button a {
   padding: 20px 38px;
    font-size: 15pt !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    background-color: #538beb;
    border-color: #538beb;
    border-radius: 60px !important;
    position: relative;
}
.title-box .sqs-block-button a:hover{
	background-color:#2161b6 !important;
	color: #FFFFFF !important;
}

.box-title {
	font-size:24px; 
	font-weight:400px;
	margin-bottom:40px;
}
.btn-info {
    color: #fff;
    background-color: #538beb;
    border-color: #538beb;
}
.box-title img {
    display: block;
    margin-left: auto;
    margin-right: auto }

.block-content {margin-top:10px; margin-bottom:30px; font-weight:600;}
.block-content-cc {margin-top:10px; margin-bottom:30px; font-weight:300;}
.block-content-mobile {margin-top:0px !important; font-weight:400; font-size:30px; line-height:1.5em;}
.block-content-reports {font-weight:400; font-size:30px; line-height:1.5em;}
.ingestion img {width:auto; height:970px;}
.block-content-ingestion {margin-top:0%; position:absolute;  width:100%; font-weight:400; font-size:30px;}
.block-content-ingestion .printer {margin-top:70px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .email {margin-top:270px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .mail {margin-top:460px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .fax {margin-top:650px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .mobile {margin-top:840px; position:absolute; text-align:center; width:100%;}
/* .block01 {padding:0px!important;} */
/* corporate_Resume */

/* #corporate_Resume {
	background-size: cover;
	padding-top: 125px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg_management_quality.png);
	min-height:655px;
	background-size: 100% 100%;
} */

/* Careers */

#Careers {
	background-size: cover;
	padding-top: 80px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg_careers.jpg);
}
 
#Careers .headings {
    font-family: Roboto;
    padding: 15% 0px 10%;
    color: #FFF;
    font-weight: 100;
}

#Careers-content h1 {font-size:30px; font-weight: 300; margin-top:50px;}
#Careers-content h2 {font-size:18px; font-weight: 600; color:#91b848;}
#Careers-content h3 {font-size:18px; font-weight: 200;}
#Careers-content h4 {font-size:16px; font-weight: 300; line-height:25px;}
#Careers-content a {color:#91b848;}
#Careers-content a:hover {color:#adcf6d;}
.corp_ul { font-weight: 300; line-height: 25px; list-style: disc; margin-left:4%;}

 

/* customer care */

/* #customer_care {
	background-size: cover;
	padding-top: 130px;
	background-attachment:inherit;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg_quality.jpg);
	min-height:415px;
	background-size:100% 100%;
} */

/* configure-reports */

#configure-reports {
    background:url(../img/ConfigureReports.jpg);
    background-size:cover;
    padding-top:80px;
    background-attachment:fixed;
    position:relative;
    overflow: hidden;
}

/* process-flow */

#process-flow {
    background:url(../img/process-flow.jpg);
    background-size:cover;
    padding-top:80px;
    background-attachment:fixed;
    position:relative;
    overflow: hidden;
}

/* methods-of-ingestion */

#methods-of-ingestion {
    background:url(../img/methodsofingestion.jpg);
    background-size:cover;
    padding-top:80px;
    background-attachment:fixed;
    position:relative;
    overflow: hidden;
}

/* CorporateResume */
.row_corp {    width: 80%;   margin: 0 auto;}
#CorporateResume {
	background-size: cover;
	padding-top: 80px;
	margin-top:70px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-image: url(images/bg_corporate_resume.jpg);
}
.row_careers {
	width: 40%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 9%;
}
#CorporateResume .headings {
    font-family: Roboto;
    padding: 15% 0px 10%;
    color: #FFF;
    font-weight: 100;
}

#CorporateResume-content h1 {font-size:30px; font-weight: 300; margin-top:50px;}
#CorporateResume-content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #474749;
}
#CorporateResume-content h3 {font-size:16px; font-weight: 200;}
#CorporateResume-content h4 {font-size:15px; font-weight: 300; line-height:25px;}
#CorporateResume-content a {color:#91b848;}
#CorporateResume-content a:hover {color:#adcf6d;}
.corp_ul { font-weight: 300; line-height: 25px; list-style: disc; margin-left:4%;}





/* Benefits */

#benefits {
	background-size: cover;
	padding-top: 80px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg_benefits.jpg);
}

#benefits .headings {
	font-family: "Roboto";
	color: #FFF;
	font-weight: 100;
	line-height: 22px;
	padding-top: 15%;
	padding-right: 0px;
	padding-bottom: 10%;
	padding-left: 0px;
}
 
 
 .benefits-content h1 {font-size:44px; font-weight: 100; margin-top:50px;	margin-bottom:2%;}
.benefits-content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #474749;
}
.benefits-content h3 {font-size:16px; font-weight: 200;}
.benefits-content h4 {font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 2%;
    font-family: Roboto !important;} 
.vcenter {
   margin-top: 1%;
}
.benefits-block {margin-top:2%; margin-bottom:2%;}

.benefits-block img{width:50%; height:auto;}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-radius: 0;
    opacity: 0.75;
}

.form_control_01 {
	height:50px;
	border-radius:0px;
	background-color:#fbfbfb;
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 15px; 
	}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }

}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


/* services */

#services {
	/* background-size: cover; */
	padding-top: 40px;
	/*background-attachment: fixed;*/
	position: relative;
	overflow: hidden;
	background-position: right 0%;
	/* background-image: url(../images/bg_services.jpg); */
}

 

.services-block {margin-top:6%; margin-bottom:6%;}

.services-block img{
	width: auto;
	height: auto;
	margin-top: 10%;
}

.services-block h1 {font-weight:600; font-size:30px; margin-bottom:10px;}
.services-block p {margin-top:10px;}
.orange-text {color:#ff9933; font-size: 70px; font-weight: 100;}
.disc_color {
    color: #6699ff;
    text-align: left;
    list-style-type: disc;
    font-size: 18px;
    font-family: Roboto;
    padding-left: 4%;
	line-height:26px
}
.ul_color01 {
  color: #003333;
    text-align: left;
    list-style-type: disc;
    font-size: 16px;
    font-family: Roboto;
    padding-left: 2%;
    line-height: 36px;
    margin-left: 2%;
	}
/* contact */




#contact {
	background-image: url(../images/bg_contact.jpg);
	background-size: cover;
	padding-top: 80px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-position: right 0%;
}

#contact .headings {
    font-family: Roboto;
    padding: 15% 0px 15%;
    color: #FFF;
    font-weight: 100;
}

.contact-block {margin-top:10%; margin-bottom:10%;}

.contact-block img{width:90%; height:auto;}

.contact-block h1 {font-weight:400; font-size:30px; margin-bottom:30px;}
.contact-block p {margin-top:20px;}


/* submit */

#submit-main {
    background:url(../img/contact.jpg);
    background-size:cover;
    padding-top:80px;
    background-attachment:fixed;
    position:relative;
    overflow: hidden;
	height:100%;
}


.back-to-top {
    background: #adcf6d;
	color:#fff;
}

.back-to-top:hover {
    background: #91b848;
	color:#fff;
}

/* Input */
input, textarea {
  outline: none;
  resize: none; }

.form-input-style-1 input:not([type="submit"]), .form-input-style-1 textarea {
  position: relative;
  display: block;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #D0D0D0;
  border-radius:5px;
  width: 100%;
  padding: 15px;
  margin-bottom: 35px;
  color: #444444;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out 0s;}
  
  .form-input-style-1 input:not([type="submit"]):hover, .form-input-style-1 textarea:hover {
  border: solid 2px #98cb65;
}

.form-input-style-1 .ryl-submit {
  padding-top: 20px; }

.form-input-style-1 textarea {
  height: 250px; }

.form-input-style-1 ::-webkit-input-placeholder {
  color: #444444; }

.form-input-style-1 :-moz-placeholder {
  /* Firefox 18- */
  color: #444444; }

.form-input-style-1 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444; }

.form-input-style-1 :-ms-input-placeholder {
  color: #444444; }

.form-input-style-2 input, .form-input-style-2 textarea {
  position: relative;
  display: block;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  padding: 19px 0;
  margin-bottom: 10px;
  color: #444444;
  transition: all 0.3s ease-in-out;
  font-size: 18px; }

.form-input-style-2 textarea {
  height: 220px; }

.form-input-style-2 .ryl-submit {
  padding-top: 50px;
  float: left; }

.form-input-style-2 ::-webkit-input-placeholder {
  color: #444444; }

.form-input-style-2 :-moz-placeholder {
  /* Firefox 18- */
  color: #444444; }

.form-input-style-2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444; }

.form-input-style-2 :-ms-input-placeholder {
  color: #444444; }

.placeholder {
  color: #444444; }
  
  .btn-submit {
	padding: 13px 26px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    background-color: #F9B862;
    border-color: #F9B862;
	position:relative;
	transition: ease-in-out 0.3s;
}
.btn-submit:hover,.btn-submit:focus,.btn-submit.focus,.btn-submit:active,.btn-submit.active,.open>.dropdown-toggle.btn-submit {
	 background-color: #fac681;
	color: #654315;
}

 /* Make a Payment */
#MakePayment {
	background-size: cover;
	padding-top: 80px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-position: right 0%;
	background-image: url(../images/bg_MakePayment.jpg);
}

#MakePayment .headings {
    font-family: Roboto;
    padding: 15% 0px 15%;
    color: #FFF;
    font-weight: 100;
}

.MakePayment-block {margin-top:2%; margin-bottom:2%;}

.MakePayment-block img{width:90%; height:auto;}

.MakePayment-block h1 {font-weight:300; font-size:30px; margin-bottom:30px;}
.MakePayment-block p {margin-top:20px;}
.MakePayment-block h4 { font-weight: 300; font-size: 16px; margin-bottom: 6px; color: #444; }
.back-to-top {
    background: #adcf6d;
	color:#fff;
}

.back-to-top:hover {
    background: #91b848;
	color:#fff;
}

@media (max-width:360px) {
#banner {height:640px !important;}
.headings {margin-top:1% !important;}
.col-xs-6 {
    width: 100%;
}
.title-box .sqs-block-button a{
    padding: 8px 16px !important;
    font-size: 9pt !important;
}
.img_height{
    height: 200px;
}
.title-box p, .title-box .sqs-block-button{
    margin-top:4%;
}
.title-box.text-left {
    text-align: center !important;
}
.title-box .sqs-block-button a {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    background-color: #538beb !important;
    border-color: #538beb;
    border-radius: 100px !important;
    position: relative;
	padding: 13px 12px !important;
}

.title-box .sqs-block-button a:hover{
	background-color: #2161b6 !important;
	color: #FFFFFF !important;
}
.lead01 {
    font-size: 11pt !important;
    font-weight: 200;
    padding-bottom: 6%;
	line-height: normal !important;
}
 .lead02 {
    font-size: 19pt!important;
    font-weight: 200;
    padding-bottom: 2%;
	line-height: normal !important;
	font-family:Roboto;
}
.block-title {
    font-weight: 300!important;
    font-family: Roboto !important;
    font-size: 14.2pt !important;
    line-height: 1.6!important;
    display: inline-block;
    position: relative!important;
    margin-bottom: 3% !important;
    color: #494947!important;
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}
.title-box .sqs-block-button a {
    padding: 20px 38px!important;
    font-size: 13pt !important;
    text-transform: uppercase!important;
    font-weight: 500!important;
    font-style: normal!important;
    color: #FFF!important;
    background-color: #538beb!important;
    border-color: #538beb!important;
    border-radius: 60px !important;
    position: relative!important;
}
.title-box .sqs1-block-button a {
    padding: 18px 13px !important;
    font-size: 12pt !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #FFF !important;
    background-color: #538beb !important;
    border-color: #538beb !important;
    border-radius: 60px !important;
    position: relative !important;
}
#customer_care {
    min-height:auto;
}
#corporate_Resume {
	min-height:auto;}

.heading01 {
    font-family: Roboto;
    font-size: 28px;
    color: #494947;
    margin-top: 3%;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    font-weight: 300;
    text-align: center;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}
.pay_logo {
   width: 75px;
    height: 70px;
    float: left;
    margin-left: 4px;
    padding-left: 16px;
    margin-bottom: 2%;
}
.headings-mid p {
   font-size: 15pt !important;
font-weight: 100;
margin-bottom: 17.5% !important;
letter-spacing: 0.5px;
line-height: 40px !important;
}
.bul_color {
    color: #F00;
    text-align: left;
    list-style-type: disc;
    font-size: 24px;
    font-family: Roboto;
    padding-left: 8%;
}
.enter {
    font-size: 16px;
    color: #494947;
    float: left;
    padding-left: 0px;
    margin-left: 28px !important;
    font-weight: 300;
    margin-bottom: 4%;
    text-align: center;
}
.input_enter {
    width: 48% !important;
    float: left;
    margin-right: 2%;
    margin-top: 0.5%;
    margin-bottom: 6%;
}
.btn_01 {
    padding: 17px 18px!important;
    font-size: 11pt !important;
    text-transform: uppercase;
    font-weight: 500!important;
    font-style: normal;
    border-radius: 60px !important;
    position: relative;
    margin-block-end: 6%!important;
}
.text01 {
    text-align: left;
    font-size: 16px;
    margin-top: 2%;
    font-weight: 300;
    font-family: Roboto;
	color:#494947;
}
.block {
    padding: 10px 0 !important;
    overflow: hidden;
    position: relative;
    margin-top: 10px !important;
}
.nav01 {
	float:none !important
}
.navbar-nav {
    margin:0px;
}
#benefits {
	padding-top:40px !important;
	}
 
.benefits-block {margin-top:2%; margin-bottom:2%; float:left; width: 100%;}
.benefits-block img{width:100%; height:auto;}
.col-xs-3 {
    width: 100%;
}
.orange-text {color:#ff9933; font-size: 28px; font-weight: 100;}
.services-block {width:100%;}
.row_careers {    width: 80%;   margin: 0 auto;}
 .row_payment {
	width: 100% !important;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}
.MakePayment-block {
    margin-top: 2%!important;
    margin-bottom: 2%!important;
    width: 100% !important;
}
.btn_02 {
    height: 48px;
    border-radius: 100px;
    width: 96% !important;
    margin-top: 8%;
    margin-bottom: 6%;
}
.btn_back {
    height: 57px;
    border-radius: 26px;
    width: 96% !important;
    margin-top: 3%;
    margin-bottom: 2%;
    background-color: #fff;
    color: #538beb;
	float:left;
}

.Careers-content h1 {font-size:27px!important; font-weight: 300; margin-top:50px;}
.Careers-content h2 {font-size:18px; font-weight: 600; color:#91b848;}
.Careers-content h3 {font-size:18px; font-weight: 200;}
.Careers-content h4 {font-size:16px; font-weight: 300; line-height:25px;}
.Careers-content a {color:#91b848;}
.Careers-content a:hover {color:#adcf6d;}
.contact-block h1 {font-weight: 400 !important; font-size: 27px !important; }
.orange-text {
    color: #ff9933;
    font-size: 25pt;
    font-weight: 300;
    line-height: normal;
}
h1 {
    font-size: 18px !important;
}


/* CorporateResume */
.row_corp { width: 100%;  margin: 0 auto;}
#CorporateResume {background-position:50% 50%; height:650px;}
#CorporateResume .headings {padding: 0% 0px 10%;} 
.CorporateResume-content h1 {font-size:27px!important; font-weight: 300; margin-top:50px;}
.CorporateResume-content h2 {font-size:18px; font-weight: 600; color:#91b848;}
.CorporateResume-content h3 {font-size:18px; font-weight: 200;}
.CorporateResume-content h4 {font-size:16px; font-weight: 300; line-height:25px;}
.CorporateResume-content a {color:#91b848;}
.CorporateResume-content a:hover {color:#adcf6d;}
.CorporateResume-block h1 {font-weight: 400 !important; font-size: 27px !important; }



/* benefits */

#benefits {background-position:0% 50% !important; height:300px !important;}
#benefits .headings {padding: 0% 0px 10%;} 
.benefits-content h1 {font-size:27px!important; font-weight: 300; margin-top:90px;}
.benefits-content h2 {font-size:18px; font-weight: 600; color:#91b848;}
.benefits-content h3 {font-size:18px; font-weight: 200;}
.benefits-content h4 {font-size:16px; font-weight: 300; line-height:25px;}
.benefits-content a {color:#91b848;}
.benefits-content a:hover {color:#adcf6d;}
.benefits-block h1 {font-weight: 400 !important; font-size: 27px !important; }

/* services */

#services {background-position:50% 50% !important; height:300px !important;}
#services .headings {padding: 10% 0px 10%!important;} 

.services-block {margin-top:3%; margin-bottom:0%;}
.services-block p {
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}
.services-content h1 {font-size:27px!important; font-weight: 300; margin-top:50px;}
.services-content h2 {font-size:18px; font-weight: 300; color:#91b848;}
.services-content h3 {font-size:18px; font-weight: 200;}
.services-content h4 {font-size:16px; font-weight: 300; line-height:25px;}
.services-content a {color:#91b848;}
.services-content a:hover {color:#adcf6d;}
.services-block h1 {font-weight: 300 !important; font-size: 27px !important; }

#contact {background-position:50% 50% !important; height:300px !important;}
#contact .headings {padding: 0% 0px 10%;} 

.contact-block {margin-top:10%; margin-bottom:0%;}
.contact-block p {margin-top:20px !important;}
.content h1 {font-size:27px!important; font-weight: 300; margin-top:50px;}

.footer_img01 {
    width: 100% !important;
	margin-left: 18%;
}
.footer_img02 {
    width: 100% !important;
}
.footer_social {
    width: 100%;
}
p {
    font-family: roboto;
}


.disc_color {
      padding-left: 10% !important;
 
}

#Careers .headings {
    font-family: Roboto;
    padding: 4% 0px 28% !important;
    color: #FFF;
    font-weight: 100;
}
#MakePayment .headings {
    font-family: Roboto;
    padding: 10% 0px 25%!important;
    color: #FFF;
    font-weight: 100;
}
.arrow_icon{
    width: 35px !important;
}
.headings p, .headings h2{
    margin-bottom: 10px;
}

}

@media (max-width:640px) {
	
	.block {margin-top:80px; padding: 30px 0px !important;}
	.block-1 {margin-top:15px !important; padding: 15px 0px !important;}
    .arrow_icon{
        width: 35px !important;
    }
.block-title {
	font-size: 25px !important;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.title-box {
    text-align:center;
	font-size: 25px;
}

.back-to-top {visibility:hidden;}
	
.block-content {margin-top:5%; margin-bottom:5%; font-size:18px !important; font-weight:400; padding-top:20px;}
.block-content-cc {margin-top:10px; margin-bottom:30px; font-weight:300;}
.block-content-mobile {margin-top:5%; margin-bottom:5%; font-size:18px !important; font-weight:400; line-height:1.5em;}
.block-content-reports {margin-top:5%; margin-bottom:5%; font-size:18px !important; font-weight:400; line-height:1.5em;}
	
.ingestion img {width:auto; height:500px;}
.block-content-ingestion {margin-top:0%; position:absolute;  width:100%; font-weight:400; font-size:15px; font-weight:600;}
.block-content-ingestion .printer {margin-top:30px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .email {margin-top:130px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .mail {margin-top:230px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .fax {margin-top:330px; position:absolute; text-align:center; width:100%;}
.block-content-ingestion .mobile {margin-top:430px; position:absolute; text-align:center; width:100%;} 



/* cloud_commerce */

#banner {background-position:50% 50%;}
	
/* cloud_commerce */

#cloud_commerce {background-position:50% 50%;}

/* bancpay_mobile */

#bancpay_mobile {background-position:50% 50%;}

/* configure-reports */

#configure-reports {background-position:50% 50%;}

/* process-flow */

#process-flow {background-position:100% 50%;}

/* methods-of-ingestion */

#methods-of-ingestion {background-position:100% 50%;}

/* CorporateResume */
.row_corp { width: 100%;  margin: 0 auto;}
#CorporateResume {background-position:100% 50%; height:300px !important;}
#CorporateResume .headings {padding: 0% 0px 10%;} 

/* benefits */

#benefits {background-position:0% 50% !important; height:300px !important;}
#beneafits .headings {padding: 0% 0px 10%;} 

.benefits-block {margin-top:2%; margin-bottom:2%; float:left; width: 50%;}
.benefits-block img{width:100%; height:auto;}

/* services */

#services {/* background-position:50% 50% !important; *//* height:300px !important; */}
#services .headings {padding: 0% 0px 10%;} 

.services-block {margin-top:3%; margin-bottom:0%;}
.services-block p {margin-top:10px !important;}

#contact {background-position:50% 50% !important; height:300px !important;}
#contact .headings {padding: 0% 0px 10%;} 

.contact-block {margin-top:10%; margin-bottom:0%;}
.contact-block p {margin-top:20px !important;}

#submit-main {background-position:50% 50%;}
 .nav01 {
    height:auto;
}
.navbar-nav {
    margin:0px;
} 
 .orange-text {
    color: #ff9933;
    font-size: 62px;
    font-weight: 100;
    line-height: normal;
}
}


@media (max-width:768px) {
	
	.title-box .sqs1-block-button a {
    padding: 20px 38px;
    font-size: 15pt !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    background-color: #538beb;
    border-color: #538beb;
    border-radius: 60px !important;
    position: relative;
}
	#topnav {display:none;}
	#menu-toggle {display:block;
	} 
	
	/* #banner {height:1024px;} */
.headings {margin-top:14%;}
	
	.block {margin-top:80px; padding: 80px 0px;}
	.block-1 {margin-top:80px; padding: 30px 0px;}
	
	.block-content-mobile {font-size:25px; font-weight:400; line-height:1.5em;}
	.mobile img {height:500px; width:auto;}
	.block-content-reports {font-size:25px; font-weight:400; line-height:1.5em;}

/* cloud_commerce */

#banner {background-position:50% 50%;
	margin-bottom: 0px !important;
}
	
/* cloud_commerce */

#cloud_commerce {background-position:50% 50%;}

/* bancpay_mobile */

#bancpay_mobile {background-position:50% 50%;}

/* configure-reports */

#configure-reports {background-position:50% 50%;}

/* process-flow */

#process-flow {background-position:100% 50%;}

/* methods-of-ingestion */

#methods-of-ingestion {background-position:100% 50%;}

/* CorporateResume */
.row_corp { width: 100%;  margin: 0 auto;}
#CorporateResume {background-position:50% 50%; height:650px;}
#CorporateResume .headings {padding: 0% 0px 10%;} 

/* CorporateResume */

#benefits {background-position:10% 50%; height:650px;}
#benefits .headings {padding: 0% 0px 10%;} 

.benefits-block {margin-top:2%; margin-bottom:2%; width:100%;}
.benefits-block img{width:70%; height:auto;}

/* services */

#services {/* background-position:50% 50%; */}
#services .headings {padding: 0% 0px 10%;} 

.services-block {margin-top:3%; margin-bottom:3%;}
.services-block p {margin-top:-20px;}

/* contact */

#contact {background-position:50% 50%; height:650px;}
#contact .headings {padding: 0% 0px 10%;} 

.contact-block {margin-top:10%; margin-bottom:10%;}
.contact-block p {margin-top:-20px;}

/* submit */
#submit-main {height:100%; background-size:cover; background-position:center; background-attachment: scroll;}
 .enter {
    font-size: 17px;
    color: #494947;
    float: left;
    font-weight: 300;
    margin-right: 2%;
    margin-top: 1%;
    margin-left: 2%;
} 
.input_enter {
    width: 38%;
    float: left;
    margin-right: 2%;
    margin-top: 0.8%;
}
  .img_pay {
    width: 65%;
    height: 100%;
    padding: 10px 10px;
    margin-left: 23%;
}
.footer_img01 {
    float: none;
    width: 100%;
    margin: auto;
}
.footer_img01 a{
    margin: 5px 0 15px 0;
    float: left;
    width: 100%;
}
.footer_img02 {
    width: 100%;
    text-align: center;
    margin: -10px 0 0 0;
    float: left;
    line-height: 20px; 
}
.privacy-policy {
    margin-top: -5px !important;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.copyright {
    margin-top: 10px;
    white-space: normal;
}
.footer_img01 img{
    margin: auto;
}
.footer_social {
 
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.headings-mid p {
    font-size: 19pt !important;
    font-weight: 100;
    margin-bottom: 2.5% !important;
    letter-spacing: 0.5px;
    line-height: 40px !important;
}
 
.MakePayment-block h1 { font-weight: 300; font-size: 26px; margin-bottom: 10px; color: #444; margin-top: 2%!important; }
 
.nav01 {
    float: none !important;
}
.navbar-nav {
    margin: -16.5px 0px;
	margin-top:12px;
}
.navbar-nav>li>a.active{height: auto;}
.block-title {
    font-weight: 300!important;
    font-family: Roboto !important;
    font-size: 12.8pt !important;
    margin: 0!important;
    line-height: 1.8!important;
    display: inline-block!important;
    position: relative!important;
    margin-bottom: 4% !important;
    color: #494947!important;
    margin-right: 6%!important;
    margin-left: 6%!important;
}
.title-box .sqs-block-button a {
    padding: 12px 20px!important;
    font-size: 12pt !important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    font-weight: 400!important;
    font-style: normal!important;
    color: #FFF!important;
    background-color: #538beb!important;
    border-color: #538beb!important;
    border-radius: 20px !important;
    position: relative;
}
.headings-mid p {
    font-size: 16pt !important;
    font-weight: 300!important;
    margin-bottom: 2.5% !important;
    letter-spacing: 0.5px!important;
    line-height: 30px !important;
	/* margin-right: 6% !important;
	margin-left: 6% !important; */
}
.lead02 {
    font-size: 24px !important;
    font-weight: 100!important;
    padding-bottom: 2%!important;
    line-height: normal !important;
    font-family: Roboto!important;
    color: #494947!important;
    margin-top: 10%!important;
}
.headings-mid h1 {
    font-size: 15pt;
    font-weight: 300!important;
    margin-bottom: 10px!important;
    color: white!important;
    text-align: center!important;
    margin-right: 6% !important;
    margin-left: 6% !important;
}
.heading01 {
    text-align: left;
    font-family: Roboto;
    font-size: 22px;
    color: #494947;
    margin-top: 3%;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    font-weight: 300;
}
enterAmountBox {width:96%;}
}

/* Selection and other generic styles
/* ---------------------------------------------- */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: #333;
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: #333;
}
 .center-test {
	width: 90px;
	height: 90px;
	text-align: center;
	background-color: #538beb;
	border-radius: 100px;
	border: 6px solid #fff;
	webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: .1px 1px 1px 1px rgba(0, 0, 0, 0.20);
	margin-right: auto;
	margin-left: auto;
}
.center-test span { 
   height: 70px; 
   display: inline-block; 
   zoom: 1; 
   *display: inline; 
   vertical-align: middle; 
 }
.center-test p { 
   display: inline-block; 
   zoom: 1; 
   *display: inline; 
   vertical-align: middle; 
   color: #fff;
   font-size:22px;
   font-family:Roboto;
 }
 .center-test-yel {
	width: 90px;
	height: 90px;
	text-align: center;
	background-color: #d89f00;
	border-radius: 100px;
	border: 6px solid #fff;
	webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: .1px 1px 1px 1px rgba(0, 0, 0, 0.20);
	margin-right: auto;
	margin-left: auto;
}
.center-test-yel span { 
   height: 70px; 
   display: inline-block; 
   zoom: 1; 
   *display: inline; 
   vertical-align: middle; 
 }
.center-test-yel p { 
   display: inline-block; 
   zoom: 1; 
   *display: inline; 
   vertical-align: middle; 
   color: #fff;
   font-size:22px;
   font-family:Roboto;
}
 .row_payment {
	width: 80%;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}
label {
   display:block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.btn_02 {
    height: 57px;
    border-radius: 26px;
    width: 45%;
    margin-top: 3%;
    margin-bottom: 2%;
		line-height:43px;
}
.btn_back {
    border-radius: 26px;
    min-width: 100px;
    background-color: #2161b6;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 7px 30px 5px 30px;
}
p {
    font-family: Roboto-light;
}
a p{
    color: #444;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.open>a {
    color: #fff !important;
    background-color: #ff9933 !important; 
    margin-top: -10px;
    height: 68px;
}
 
 .col-top-border{
    border-top: 1px solid #ccc
 }

/* new styles */
.textcenter { text-align:center; }
.martb30 { margin:30px 0px;}
.mart40 { margin-top:40px;}
.bold{ font-weight:600 !important;}
.mart10 { margin-top:10px;}
.marb50 { margin-bottom:50px;}
.mart30{margin-top: 30px;}
.mart60{margin-top: 60px;}
.marb30{margin-bottom:30px !important;}
.orange-texth3 {
    color: #ff9933;
    font-size: 23px;
    font-weight: 400; 
    font-family: Roboto;
}
 .text23{
    font-size: 23px
 }
.orange-texth2 {  font-size: 30px; color: #ff9933; font-weight: 600;  }

.text-center-m-h {  text-align:left; }
.text-center-m{ text-align:center;}
.text-right-m { text-align:right;}
.abouticrm { background:#f6f6f6; min-height:700px; margin-bottom:50px;}
ul.uldot {
	margin: auto;
    padding: inherit;
    list-style: inherit;
}
ul.uldotrightmak li{
	list-style-image:url(../images/check_02.png);
}

ul.uldotrightmaktelecom li{
	list-style-image:url(../images/check_02.png);
	margin-bottom:30px;
}

ul.uldotinside {list-style-position: inside;}
ul.uldotinside li {margin-bottom:10px;}
.img-mar-0 { margin-top: 0 !important;}
.divblock-mar-0  {  margin-top: 0% !important;}
.c-left { text-align:left !important}

@media(max-width:768px) {
.text-right-m {
    text-align: center;
}
.text-center-m-h {  text-align:center !important; }
.headings p, .headings h2{
    margin-bottom: 0px;
}

}

.dropdownmenus {
    background: #fff;
    border-bottom: 5px solid #fd8900;
    box-shadow: 2px 0px 5px 0px #bfbfbf;
    padding: 10px 30px;
    position: absolute;
    top: 60px;
    width: 300px; 
	left:10px;
	font-size:13px;
	height:10px; 
	z-index:99;  
}
 

ul.dropdownmenus li a { color:#000;}
.serviimg {     float: left;
    width: 10%; 
    margin-right: 5%;
}
.servicontent {
	    float: left;
    	width: 85%;
}
.servicontent h3 { margin-top:0px; font-weight:500; text-transform:uppercase;}
.smb { margin-bottom:50px;}
.uppercase {  text-transform:uppercase; }
ul.ulservices li {
	line-height: 30px;
    font-size: 19px;
    font-weight: 400;
}
.ulservices {}
.ulservices:parent { font-size:10px; }
ul.ulservices li::before {
     /* content: "\2022";
    color: #6599ff;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
    font-size: 28px;
    position: relative;
    left: 7px;
    top: 5px;  */
}
/* mozilla hacks */ 
@-moz-document url-prefix() {
    ul.ulservices li::before {
       left: 10px; 
	   top: 5px;
    }
}

.dropdown-menu{
    background: #fff;
    border-bottom: 5px solid #fd8900;
    box-shadow: 0px 0px 0px 0px #bfbfbf;
    padding: 10px 10px;  
	font-size:13px; 
	z-index:99;  
	left: 9px;
    top: 58px;
    min-height: 200px;
    max-height: 400px;
    overflow: auto; 
}
 
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    line-height: 30px;
}

.orange-text40 {
    color: #ff9933;
    font-size: 40px;
    font-weight: 300;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.serviimg { float: none; width: 100%; 	margin-right: 0%; margin-bottom: 20px; }
    .servicontent { float: left; width: 100%; } 
    .mob-center-text{
        text-align: center;
    }
	.orange-text{
        font-size: 32px !important;
    }
}

@media(min-width:1024px) {
	

}

/********** Career Page Style ************/
.center-block{
    float: none;
    margin: auto;
}
#career-content .services-block, 
#career-content h4,
#career-content h2{
    margin-top: 0px;
}
#career-content h4{
    font-size: 19px;
    font-weight: 600 !important;
}
.mart0{margin-top: 0px;}
#career-content p{
    margin-top: 10px !important;
}

/************* Underpayment  ***************/
/* #fraud.underpayment{
    background-position: right 0%;
    background-image: url(../images/Underpayment_image.jpg);
    background-position: left top 54px;
}
#fraud.appointment{
    background-position: right 0%;
    background-image: url(../images/appointment_scheduling_image.png);
    background-position: left top 54px;
}
#fraud.litigation{
    background-position: right 0%;
    background-image: url(../images/Debt_Litigation_image.jpg);
    background-position: left top 54px;
}
#fraud.letters{
    background-position: right 0%;
    background-image: url(../images/Letters_image.png);
    background-position: left top 54px;
}
#fraud.inbound-claim{
    background-position: right 0%;
    background-image: url(../images/inbound_claims_specialists.jpg);
    background-position: left top 54px;
}
#fraud.inbound-customer{
    background-position: right 0%;
    background-image: url(../images/VirtualCustomerSupport_image.png);
    background-position: left top 69px;
}
#fraud.legal-settlement{
    background-position: right 0%;
    background-image: url(../images/legal_statement_image.jpg);
    background-position: left top 69px;
} */
#services.about-us-banner{
    /* background-position: right 0%; */
    /* background-image: url(../images/aboutimage.png); */
    /* background-position: left top 69px; */
}
/* #services.career-banner{
    background-position: right 0%;
    background-image: url(../images/Careers_image.png);
    background-position: left top 69px;
} */
.check-benefit{
    background-image: url(../images/check_01.png);
    float: left;
    width: 20px;
    height: 16px;
    margin: 6px 20px 0 0;
}
.row-heading{
    font-size: 24px;
    color: #ff9933;
}
.row-subheading{
    margin: 20px 0 0 0;
    font-size: 21px;
}
.col-heading{
    font-size: 22px;
    color: #ff9933;
    margin-top: 15px;
}
.col-border{
    border: 1px solid #ccc;
}
.paddTB15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-details{
    font-size: 17px;
    margin: 25px 0 20px 0;
}
.col-right-border{
    border-right: 1px solid #ccc;
}
.col-left-border{
    border-left: 1px solid #ccc;
}
.data-breach-col{
    margin-top: 50px;
    padding-top: 50px;
    background-color: #f7f7f7;
}
.data-breach-platform-img{
   /* background-image: url(../images/data-breach-platform.png);*/
   /* height: 411px;*/
    width: 100%;
   
    height:auto;
    margin: 60px auto 50px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.id-theft-process-img{
   /* background-image: url(../images/theft-process-img.png);*/
   /* height: 706px;*/
    width: 100%;   
    height:auto;
    margin: 30px auto 50px auto;
    background-repeat: no-repeat;
    background-position: center;
}
/* #fraud.data-breach-assistance{
    background-position: right 0%;
    background-image: url(../images/data-breach-assistance.png);
    background-position: left top 72px;
}   
#fraud.quality-assurance{
    background-position: right 0%;
    background-image: url(../images/quality-assurance-img.png);
    background-position: left top 69px;
}
#fraud.icrm-banner{
    background-position: right 0%;
    background-image: url(../images/iCRM_image.jpg);
    background-position: left top 54px;
}
#fraud.debt-collections-banner{
    background-position: right 0%;
    background-image: url(../images/Debt-Collections_banner.png);
    background-position: left top 54px;
}
#fraud.contact-banner{
    background-position: right 0%;
    background-image: url(../images/Contact_image.png);
    background-position: left top 54px;
}
#fraud.make-payment-banner{
    background-position: right 0%;
    background-image: url(../images/make-payment-image.png);
    background-position: left top 54px;
} */
.qa-icon-block{
    height: 65px;
    width: 65px;
    margin: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.quality-planning-icon{
    background-image: url(../images/quality-planning-icon.svg);
    
}
.quality-control-icon{
    background-image: url(../images/TelecomFirstParty-ExtendedClientTeam.png);
}
.capa-icon{
    background-image: url(../images/TelecomBundledPackages.png);
}
.strategic-initiatives-icon{
    background-image: url(../images/TelecomFirstParty.png);
}
.qa-icon-block + span{
    font-size: 20px;
    font-weight: bold;
}
.qa-block{
    background-color: #ebebeb;
    padding: 20px 0 15px 0;
    margin: 15px 0px 30px 0;
}
.margB15{
    margin-bottom: 15px;
}
.list-details{
    list-style-type: disc;
    list-style-position: inside;
}
.list-details li{
    margin-bottom: 15px;
}
.icrm-user-icon{
    background-image: url(../images/infographic_01.svg);
    float: none;
    width: 322px;
    height: 180px;
    margin: auto;
    clear: both;
    position: relative;
    top: 35px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
}
.text24{
    font-size: 24px;
}
.step a{
    color: #ff9933 !important
}
.orange-heading{
    color: #ff9933;
}
.mail-text{
    color: #ff9933;
}
/*******************  Vertical Steper  ***********************/

.step { position: relative; min-height: 45px /* circle-size */ ; }
.step > div:first-child { position: static; height: 0; }
.step > div:last-child { margin-left: 32px ; padding-left: 16px; }
.circle { 
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 16px;
    position: relative;
    text-align: center;
    border: 2px solid #CCC;
    font-size: 14px;
}
.line { 
    position: absolute;
    border-left: 2px solid #ff9933;
    left: 15px;
    bottom: 0;
    top: 30px; 
}
.step:last-child .line { display: none; }
.title { line-height: 32px; font-weight: bold; }

/*******************  Vertical Steper  ***********************/

.icrm-solution-img{
  /*  background-image: url(../images/icrm-solution.png);
    height: 360px;
    width: 360px; */
    background-repeat: no-repeat;
    float: right;
}
.benefit-line-break{
    float: left;
    width: 93%;
    margin: 0 0 15px 0;
}
.icrm-user-chat{
   /* background-image: url(../images/icrm-chat-flow.svg); 
    height: 548px;
    width: 500px;*/
	width:100%;
	height:auto;
    margin: auto;
    margin-top: 60px;
    background-repeat: no-repeat;
}
.text22{
    font-size: 22px;
}
.text30{
    font-size: 30px;
}
.text17{
    font-size: 17px;
}
.dislike-icon{
    background-image: url(../images/dislike.svg);
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
}
.like-icon{
    background-image: url(../images/like.svg);
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
}
.vertical-divider{
    position: absolute;
    left: -25px;
    width: 1px;
    background-color: #ccc;
    height: 368px;
    top: 40px;
}
.data-visualization{
    /*background-image: url(../images/data-visualization.png);*/
    /*height: 812px;*/
	height:auto;
    margin-top: 100px;
    background-repeat: no-repeat;
}
.col-header{
    background-color: #e5e5e5;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 19px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.col-details-rwo{
    padding: 10px 0 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.core-compliance{
    background-image: url(../images/core-compliance.png);
    height: 285px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 145px;
}
.bottom-row{
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    margin: 15px 0 0 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}
.bottom-row div{
    float: left;
    padding: 10px;
    width: 111px;
    text-align: center;
}
.strategic-relationships {
   /* background-image: url(../images/strategic-relationships.jpg);
    height: 540px; */
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
}
.athena-img{
    background-image: url(../images/athena.png);
    height: 324px;
    background-repeat: no-repeat;
    background-position: center;
}
.office-hrs-block{
    border: 1px dashed #ff9933;
    padding: 20px 0 10px 0;
    min-height: 146px;
}
.proceed-secure-btn{
    background-color: #538bec;
    text-align: center;
    display: inline-block;
    padding: 12px 25px 12px 25px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto;
}
.top50{
    top: 50px;
}
.top15{
    top: 15px;
}
.terms-content{
    font-size: 14px;
    line-height: 21px;
}
.check-terms span{
     margin: 0px 0 0 5px;
}
.text15{
    font-size: 15px;
}
.h-divider{
    height: 1px;
    background-color: #9c9c9c;
}
.radio-btn-row span{
    position: relative;
    top: -2px;
    left: 5px;
}
.radio-btn-row{
    margin: 0 0 5px 0;
}
.content-scroll{
    max-height: 325px;
    overflow: auto;
}
.content-scroll strong{
     font-weight: bold;
}
/* #fraud.compliance-banner{
    background-image: url(../images/compliance_image.png);
    background-position: right 0%;
    background-position: left top 54px;
}
#fraud.insurance-billing-banner{
    background-image: url(../images/insurance-billing-image.jpg);
    background-position: right 0%;
    background-position: left top 72px;
} */
hr {
    border-top: 1px solid #ccc;
}
.image-title{
    float: left;
    margin: 50px 0 10px 0px;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    font-size: 25px;
    color: #ff9934;
}
.social-icons{
     display: none;
}
.footer_img01 + .col-sm-4{
    /* position: absolute;
    text-align: right;
    right: 0; */
}
.communication-service-img{
    width: 161px;
    margin: auto;
    background-image: url(../images/unified-communication-services.svg);
    height: 150px;
    background-repeat: no-repeat;
}
.inforgraphic-img{
    margin-top: 80px;
    margin-bottom: 40px;
}
.MakePayment-block label{
    font-size: 18px;
    font-weight: normal;
    color: #6d6d6d;
    font-family: Roboto;
}
.proceed-secure-btn a{
    color: #fff;
}
.back-btn{
    margin-right: 50px;
    background-color: #fff;
    color: #538beb;
}
.select-state{
    width: 300px;
    margin: auto;
    margin-top: 25px;
}
.select-state select{
    height: 40px;
}
.card-type{
    margin: 0px 25px 0 0px;
    font-size: 18px;
    font-weight: normal;
}
.minheight1{
	min-height:150px;
}
b, strong {
    font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 400 !important;
}


.dropdown-menu::-webkit-scrollbar {
    width: 5px;
}
 
.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.navbar-default .navbar-nav>.open>a{
    z-index: 1;
}
.margT0{
    margin-top: 0px !important;
}
.text20{
    font-size: 20px;
}
.margT20{
    margin-top: 20px;
}
.lh35{
    line-height: 35px;
}
.privacy-policy{
    margin: 35px 0px;
    font-size: 12px;
}
.privacy-policy a{
    color: #fff;
}
#services{
    /* background-repeat: no-repeat; */
}
.nopadding{
    padding: 0px;
}
.banner-container img{
    width: 100%;
}
.paddT80{
    padding-top: 68px;
}
.active-submenu{
    background: #ff9933;
    color: #fff !important;
}
.check-details{
    float: left;
    width: 93%;
}
.banner_content_mid{
    position: absolute;
    top: 42%;
    margin: 0 auto;
    width: 100%;

}
@media (min-width: 768px){
	.icrm-user-chat{
		width:540px;
	}	
}
@media (max-width:991px){
    #services{
        /* background-repeat: no-repeat; */
    }
}

@media (max-width: 1024px){
    .dropdown-menu{
        max-height: 105px;
        overflow: auto;
        box-shadow: 0px 0px 0px 0px #bfbfbf;
    }
}
@media(min-width:1600px) {
    .container{
        width: 1400px;
    }
}
#image {
    -moz-transition: transform 0s;
    -webkit-transition: transform 0s;
     transition: transform 0s;
   transform: rotate(-180deg);
  }
  #image2 {
    -moz-transition: transform 0s;
    -webkit-transition: transform 0s;
    transition: transform 0s;
    transform: rotate(-180deg);
  }
  
  .flip{
    transform: rotate(0deg) !important;
  }
  .font-bold{
      font-weight: 600 !Important;
  }
  .banner_content_mid1{
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 100%;
  }

@media (max-width:767px) {
    .benefit-line-break{
        width: 85%;
    }
    .data-visualization{
        margin-top: 40px;
    }
    .mart60 {
        margin-top: 40px;
    }
    #corporate_Resume{
        background-position: 53% 0px;
        background-size: cover;
    }
    #customer_care{
        background-size: cover;
        background-position: 80% 0;
    }
    .mob-margT40{
        margin-top: 40px;
    }
    .check-details {
        width: 83%;
    }
    .banner_content_mid1 {
        position: absolute;
        top: 4%;
        margin: 0 auto;
        width: 100%;
    }
    .headings-mid h1{
        font-size: 13pt;
    }
		.img_height{
		height: 220px
	}
	.slidedown{
		margin-left: -35px !important;
	}
}
@media (max-width:480px) {
    h1{
        font-size: 18px !important;
    }
    .oca-portal-img{
        width: 100%;
    }
    .title-box .sqs-block-button a{
        padding: 8px 20px !important;
        font-size: 10pt !important;
    }
}
@media (min-width:1400px) { 
    .block-page{
        min-height: 537px !important;
    }
}
@media (min-width:1920px) { 
    .block-page{
        min-height: 27vh !important;
    }

}
@media (max-width:320px) {
    h1{
        font-size: 16px !important;
    }
    .title-box .sqs-block-button a{
        padding: 8px 16px !important;
        font-size: 10pt !important;
    }
	.headings{
		margin-top: 0% !Important;
	}
	.headings p, .headings h2{
		margin-bottom: 10px !important;
	}
	.img_height{
		height: 240px !important;
	}
}
@media (min-width:2526px) { 
    .block-page{
        min-height: 919px !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .headings {
       padding:9% 0 3% 0;
    }
    .headings h1 {
        font-size:28pt;
        font-weight:200;
        margin-bottom:20px;
    }
    .lead01{
        font-size: 16pt;
        padding-bottom: 9%;
    }
    .width70{
        width: 76%;
    }
    .banner_content_mid1{
        top: 9%;
    }
    .headings-mid h1{
        font-size: 24pt;
    }
    #info{
        padding-top: 20px;
    }
    .banner_content_mid{
        top: 32%;
    }
}
.sub-heading{
    margin-top: 30px;
}
.icon-small{
    height: 40px;
}
.icon-medium{
    height: 50px;
}
.icon-large{
    height: 55px;
}