@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Common Css Style Starts here*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;
}
#main_nav .navbar-nav .nav-link
aside {
	scrollbar-width: thin !important;
	-moz-scrollbar-width: thin !important;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none !important;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer
}

a:focus,
a:hover {
	border: none;
	text-decoration: none
}

button {	
	background: transparent;
	border: 0;
	outline: 0;
}

button:focus {
	outline: 0px dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-family: 'Inter', sans-serif;
}

ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;	
}

section {
	padding: 60px 0px;
}


/*Common Css Style ends here*/


/* Home Css Style Starts here */

.top_nav ul li {
	display: inline-block;
    position: relative;
    padding: 0 30px;
}
.top_nav ul li:first-child {
    padding-left: 0;
}
.top_nav ul li:last-child {
    padding-right: 0;
}
.top_nav ul li i {
	color: #005291;
	display: inline-block;
	margin-right: 7px;
}

.top_nav ul li p,
.top_nav ul li a {
	display: inline-block;
	color: #2E2E2E;
	font-size: 0.95rem;
}

.top_nav ul li a:hover {
	color: #005291;
}

.top_nav ul.right_wrap li:first-child::after {
    position: absolute;
    content: '';
    right: 0px;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.top_nav {
	background: #d0ebff;
	padding: 12px 0px;
}

#main_nav {
	padding: 0px;
}

#main_nav .navbar-brand {
	padding: 10px 0px 0px;
}
#main_nav .navbar-nav .nav-item{
    height: 60px !important;
    position: relative;
    padding: 0 15px;
 }

#main_nav .navbar-nav .nav-link {
	color: #2E2E2E;
	padding: 14px 0px;
	margin: 0px;
	display: inline-block;
    position: relative;
}

#main_nav .navbar-nav .nav-link.active, #main_nav .navbar-nav.active {
	font-weight: bold
}

#main_nav .navbar-nav .nav-link.active,
#main_nav .navbar-nav .nav-link:hover {
	color: #000000;
	    
}
#main_nav .navbar-nav .nav-item.active .nav-link{    
    font-weight: bold !important;
    
}





#main_nav .navbar-nav .nav-item.active .nav-link::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background-color: #005291;
    bottom: -26px;
    left: 0;
}

#main_nav .navbar-brand img {
	width: auto;
	height: auto;
}

.common_green_btn {
	background-color: #005291;
	border-radius: 0;
	border: none;
	padding: 8px 16px;
	border: 1px solid #005291;
}

.common_green_btn:hover,
.common_green_btn.active {
	background-color: transparent;
	border: 1px solid #005291;
	color: #005291;
}

.common_green_btn:focus {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.home_banner {
    /*background: url(../images/home_banner.jpg) no-repeat;*/
    background-size: cover !important;
    background-position: center !important;
    padding: 50px 0px;
    min-height: 840px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/* .home_banner::after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 840px;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
} */

.hero_logo_wrap {
    text-align: center;
    margin: 0 0 30px;
}
.banner_content h1 {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.21) 100%);
	padding: 20px 15px;
	color: #fff;
	font-size: 3.3vw;
	text-shadow: 2px 0px 0px rgb(0 0 0 / 50%);
	font-weight: 300;
	position: relative;
}
.banner_content h1 img{
	display: block;
    width: 50px;
    margin-top: -50px;
}
.banner_content h1 span {
	font-weight: 600;
}

.banner_content {
	padding: 5px 0px;
	border-left: 9px solid #005291;
	position: relative;
    z-index: 1;
}
.banner_support_plan{
	position: relative;
    z-index: 1;
    background-image: url('../images/hero-bg.png');
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 10px 10px 10px 115px; */
    margin-left: 50px;
}
.banner_content h1 svg {
	fill: #005291;
	width: 8%;
	display: block;
	position: absolute;
	top: -30px;
}

.banner_support_plan ul {
    padding: 75px;
}

.banner_support_plan ul li {
	background-color: #fff;
	padding: 20px;
	width: 80%;
	margin-left: 0;
}

.banner_support_plan ul li h5 {
	color: #000;
	font-size: 1rem;
}

.banner_support_plan ul li p {
	color: #828282;
	font-size: 0.875rem;
	margin: 12px 0px;
}

.homebanner_callus {
	background-color: #ffffff;
	padding: 20px 0px;
	text-align: center;
	/* color: #fff; */
}

.homebanner_callus p {
	display: inline-flex;
    color: #005291;
    font-size: 24px;
    font-weight: 300;
}

#callus_now:hover,
#callus_now:focus,
#callus_now.active {
	border: 1px solid #fff;
}

.callus_btn {
    border: 1px solid #005291;
    color: #005291;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    background-color: #ffffff;
}

.callus_btn:focus,
.callus_btn.active {
	border: 1px solid #005291;
}

.callus_btn:hover {	
    background-color: #005291;
    color: #ffffff;
    border: 1px solid #005291;
}

.payment_methods {
	background: #ECECEC;
    background-image: url('../images/payment_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_subtitle {
	text-align: center;
}

.page_subtitle h2 {
	color: #ffffff;
}

.page_subtitle p {
	color: #ffffff;
	margin: 8px 0px;
}

.support_method_block {
	display: flex;
    margin: 40px 0 0;
}

.support_method_block li {
	background-color: #fff;
	width: 24%;
	text-align: center;
	display: inline-block;
	margin: 0px 15px;
	box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	padding: 30px 0px;
	height: 450px;
	vertical-align: middle;
	transition: all 1s;
}

.support_method_block li:hover {
	transition: all .5s;
	transform: translateY(-10px);
}

.support_m_icon {
	background-color: #F1F1F1;
	padding: 30px;
	border-radius: 50%;
	width: 185px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}

.support_method_block li:first-child {
    margin-left: 0;
}

.support_method_block li:last-child {
    margin-right: 0;
}


.support_m_icon svg {
	fill: #005291;
	width: 70px;
	height: 70px;
}
.support_m_icon img {
	width: 80px !important;
}

.support_m_icon_outer {
	border: 1px solid #005291;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	background: #fff;
	margin-bottom: 15px;
}

.support_method_block li p {
	color: #929292;
	width: 75%;
	margin: 0px auto 10px;
	font-size: 1rem;
}
.support_method_block li p.link_para {
    margin: 5px auto !important;
    font-weight: 500;
}

.support_method_block li p.link_para a {
    color: #005291;
    border-bottom: 1px solid #005291;
}
.support_method_block li p.link_para a:hover {
    border-bottom: 0;
}

.support_linkinfo a {
	color: #005291;
	font-weight: 600;
	font-size: 0.875rem;
}

.support_linkinfo {
	width: 60%;
	margin: 0 auto;
}

.support_linkinfo p {
	width: 100%!important;
}

.aboutus_sec {	
	background-size: cover;
	background-position: top;
	padding: 100px 0px;
	min-height: auto;
	overflow: hidden;
}

.aboutus_ct {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.aboutus_content p
{
	color: #6B6B6B;
	font-size:18px;
	line-height: 28px;
}
.aboutus_content .page_subtitle h2
{
	color:#000000 !important;
}
.aboutus_leftimg {
	/* width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1; */
	width: 37%;
  	z-index: 1;
}

.aboutus_leftimg img {
    /* width: 48%; */
	position: absolute;
  	width: 45%;
  	margin-top: -15.25rem;
}

.aboutus_content_outer {
	/* background: #fff;
    padding: 80px;
    width: 73%;
    left: 14%;
    position: relative;
	padding-left: 0px; */
	background: #fff;
  	padding: 50px;
  	width: 100%;
  	position: relative;
	/* padding-left: 0px; */
}

.aboutus_content {
	width: 68%;
	margin-left: 30%;
}

.aboutus_ct .page_subtitle {
	text-align: left;
	margin: 20px 0px;
}

.contactus_content {
	background: #005291;
	padding: 60px 4rem;
	height: 100%;
}

.contactus_content_inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 12rem;
}

.contactus_form {
	background: #0070c6;
	padding: 60px 0px;
	height: 100%;
}

.contactus_content ul {
	background-color: #fff;
	padding: 30px 5rem;
    width: 87%;
	margin: 0 auto;
	box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
}

.contactus_content ul li {
	margin: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.contactus_content ul li p {
	color: #828282;
}

.contactus_content ul li svg {
	fill: #005291;
	width: 30px;
	margin-right: 14px;
}

.main_contactus {
	padding: 0;
}

.contactus_form_inner {
	width: 50%;
	margin-left: 8rem;
}

.contactus_form .page_subtitle {
	text-align: left;
	margin: 20px 0px;
}
/* .contact_form_widget .form-control{
	padding: 10px 0.75rem !important;
} */

.contactus_form .page_subtitle h2 {
	color: #fff;
}

.contactus_form form .form-control {
	border-radius: 0;
	background: none;
	color: #fff;
	font-size: 0.875rem;
	padding: 15px 0.75rem !important;
}

.contactus_form form input::placeholder {
	color: #fff;
}

.contactus_form form textarea::placeholder {
	color: #fff;
}

.common_white_btn {
	width: 100%;
	color: #005291;
	font-weight: 500;
	padding: 12px 0px;
}

.common_white_btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

footer {
	background: #2E2E2E;
	color: #fff;
}

.social_links a i {
	color: #005291;
	margin-right: 14px;
	font-size: 18px;
	transition: all 0.5s;
}

.social_links a:hover i {
	color: #fff;
}

.footer_logosec p {
	line-height: 28px;
	font-size: 0.875rem;
}

.footerquick_links ul li {
	margin: 15px 0px;
}

.footerquick_links ul li svg {
	fill: #fff;
	width: 22px;
	margin-right: 5px;
}

.footerquick_links ul li a {
	color: #fff;
	font-size: 0.875rem;
}

.footerquick_links ul li a:hover {
	color: #005291;
}

.footerquick_links h5 {
	color: #2895e9;
	margin-bottom: 25px;
	font-weight: 600;
}

.copyright_footer {
	background: #393939;
	text-align: center;
	padding: 10px 0px;
}

.copyright_footer p {
	opacity: 0.5;
	font-size: 0.75rem;
}


/* Home Css Style End here */


/* Compliance Page Css Start */

.innerpages_banner {
	background: url(../images/innerpage_banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
	min-height: 550px;
	overflow: hidden;
}

.innerpages_banner .banner_content {
	width: 100%;
	margin: 40px 0px;
}

.innerpages_banner .banner_content h1 {
	background: linear-gradient(-90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 17%) 25%, rgb(255 255 255 / 27%) 75%, rgb(255 255 255 / 57%) 100%);
	padding: 20px 15px;
	color: #fff;
	font-size: 3.25rem;
	text-shadow: 2px -1px 0px rgb(0 0 0 / 26%);
	font-weight: 300;
	position: relative;
}

.common_greybg {
	background: #E2E2E2;
}

.compliancepro_content {
	background-color: #fff;
	padding: 60px 100px;
	color: #7B7E85;
}

.compliancepro_content h2 {
	color: #050607;
}

.compliance_pro_points {
	margin-bottom: 80px;
}

.comp_point svg {
	fill: #005291;
	width: 25px;
	flex-shrink: 0;
	margin-right: 10px;
}

.comp_point {
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	padding: 17px;
	display: flex;
	color: #000;
	height: 85px;
	align-items: center;
	justify-content: flex-start;
}

.comp_point p {
	text-align: left;
	margin-left: 15px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}
.comp_point img {
	width: 22px !important;
}
.compliance_outersec {
	margin-top: -16rem;
}

.compliance_cust_query {
	background: #D8D8D8;
}

.custquery_content {
	background-color: #fff;
	padding: 60px 250px;
	color: #7B7E85;
	text-align: center;
	margin-top: -9rem;
}

.custquery_content a {
	color: #050607;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 20px 0px;
}


/* Compliance Page End Start */


/* Technology Page Css Start Here */

.technology_content {
	background: #fff;
	padding: 70px 100px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	position: relative;
	margin-top: -14rem;
}

.technology_content svg {
	fill: #005291;
	width: 150px;
	margin-right: 15px;
}

.technology_content p, .debt_block p, .debt_collection_ul li , .privacy_block p{
	color: #7B7E85;
}

.technology_content p {
	line-height: 26px;
}

.technology_content a, .debt_block_margin a {
	color: #005291;
}

.technology_content a:hover, .debt_block_margin a:hover {
	text-decoration: underline;
}

.technology_content .quote_img {
	position: relative;
	left: -10px;
}

.start_inverted_arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	margin-left: 20px;
}

.end_inverted_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	margin-right: 20px;
}


/* Technology Page Css End Here */


/* About us Page Css Start Here */

.ourteam_sec {
	/*background: url(../images/aboutus_bg.jpg) no-repeat;*/
	background-size: cover !important;
	background-position: center !important;
	padding: 50px 0px;
	min-height: auto;
	overflow: hidden;
}

.ourteam_sec .page_subtitle h2 {
	color: #fff;
}

.ourteam_sec .teamslider {
	width: 80%;
	margin: 30px auto;
}

.ourteam_sec .teamslider .team_slide {
	background-color: #fff;
	padding: 20px;
	margin: 20px;
	text-align: center;
	height: 350px;
}


/* .ourteam_sec .teamslider .team_slide img {
	display: block;
	border: 1px solid #6A8D4D;
	border-radius: 50%;
	padding: 6px;
	width: 65%;
	margin: 20px auto;
} */

.ourteam_sec .team_imagebox {
	display: block;
	border: 1px solid #6A8D4D;
	border-radius: 50%;
	padding: 6px;
	margin: 20px auto;
	width: 200px;
	height: 200px;
}

.ourteam_sec .team_imagebox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ourteam_sec .teamslider .team_slide h5 {
	color: #005291;
}

.ourteam_sec .teamslider .team_slide h6 {
	color: #000000;
	margin: 8px 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.875rem;
}

.ourteam_sec .teamslider .team_slide p {
	color: #BCBCBC;
	font-size: 0.75rem;
	font-weight: 500;
}

.ourteam_sec .teamslider .slick-prev:before,
.ourteam_sec .teamslider .slick-next:before {
	font-family: 'slick';
	line-height: 1;
	opacity: 1;
	color: #005291;
	border: 2px solid #005291;
	border-radius: 4px;
	padding: 5px;
}


/* About us Page Css End Here */


/* FAQ Page Css Start Here */



.faqs_points ul li {
	background-color: #fff;
	padding: 30px;
	margin: 0 auto;
	box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 6%), inset 0px 1px 0px rgb(0 0 0 / 6%), inset 0px -4px 0px #005291;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px 0px;
}

.plusfaq_icon {
	margin-right: 20px;
}

.faq_QA .question {
	color: #000000;
}

.faq_QA .answer {
	color: #BCBCBC;
}


/* FAQ Page Css End Here */


/* Contact Page Css Start Here */

.contactus_sec {
	margin-top: -16rem;
	padding: 20px 180px;
}

.contact_block {
	background-color: #fff;
	padding: 30px;
	margin: 0 auto;
	box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 6%), inset 0px 1px 0px rgb(0 0 0 / 6%), inset 0px -4px 0px #005291;
	text-align: center;
	min-height: 150px;
}

.contact_block h6 {
	color: #000;
	margin: 20px 0px;
}

.contact_block a {
	color: #BCBCBC;
	word-break: break-all;
}

.contact_block a:hover {
	color: #005291;
}

.footer_links img
{
	width:20px;
	margin-right: 5px;
}
/* Contact Page Css End Here */
/* About Us Page style starts here */
.innerpages_banner {
    background: url(../images/banner-image.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    min-height: 550px;
    overflow: hidden;
}
.common_greybg {
    background: #E2E2E2;
}
.technology_content {
    background: #fff;
    padding: 70px 100px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    position: relative;
    margin-top: -14rem;
}
.start_inverted_arrow {
    position: absolute;
	opacity: 5%;
    left: 0;
    top: 0;
    width: 20%;
    margin-left: 20px;
}
.end_inverted_arrow {
    position: absolute;
	opacity: 5%;
    right: 0;
    bottom: 0;
    width: 20%;
    margin-right: 20px;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

/* About Us Page style ends here */

/* Contact Us Page style starts here */
.contactus_sec {
    margin-top: -16rem;
    padding: 20px 180px;
}
.contact_block {
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 6%);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 6%), inset 0px 1px 0px rgb(0 0 0 / 6%), inset 0px -4px 0px #005291;
    text-align: center;
    min-height: 150px;
}
/* Contact Us Page style ends here */
/* debtCollection Page style starts here */
.debt_block
{
	padding:100px 200px;
	
}
.debt_block_margin
{
	margin-top:-14rem;
}
.debt_collection_embed
{
	height:250px;
}
.debt_collection_ul
{
	list-style: unset !important;
}

/* debtCollection Page style ends here */
/* privacy_block Page style starts here */
.privacy_block
{
	padding:70px 100px;
}
.privacy_block p
{
	font-size: 15px;
	line-height: 24px;
}
.privacy_block h5 {
	color: #005291;	
}

.privacy_block h6 a {
	color: #005291;
	text-decoration: underline;
}

.privacy_block h6.privacy_heading {
	color: #0070c6;
	
}

.privacy_block ul {
	margin: 0 0 0 15px;	
}
.privacy_block ul li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
}
.privacy_table td{
	font-size: 14px;
	line-height: 24px;
	color: #7B7E85;
}

.privacy_table thead th {
	background-color: #005291;
	color: #ffffff;
}

/* privacy_block Page style ends here */
/* Responsive Css Start From Here */

@media (max-width: 1680px) {
	.contactus_content_inner {
		left: 8.5rem;
	}
	.contactus_content ul {
		width: 100%;
	}
}

@media (max-width: 1366px) {
	.contact_block {
		min-height: 170px;
	}
	.comp_point {
		height: 100px;
	}
	.banner_support_plan {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	
	
	
	.banner_support_plan ul {
		padding: 35px;
	}
	.banner_support_plan ul li {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.aboutus_leftimg img {
		width: 50%;
	}
	.support_method_block {
		flex-wrap: wrap;
	}
	.support_method_block li {
		width: 45%;
		margin-bottom: 30px;
	}
	.support_method_block li:nth-child(3) {
		margin-left: 0;
	}	
	.contactus_content_inner {
		left: 6rem;
	}
	.contact_block {
		min-height: 190px;
	}
	.aboutus_content {
		margin-left: 35%;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
	}
	.home_banner {
		min-height: auto;
	}
	.innerpages_banner {
		min-height: auto;
	}
	.aboutus_ct {
		display: block;
	}
	.aboutus_leftimg {
		width: 100%;
		text-align: center;
	}
	.aboutus_leftimg img {
		width: 60%;
		position: inherit;
		margin: 20px auto;
	}
	.aboutus_content_outer {
		padding: 25px;
	}
	.aboutus_content {
		width: 100%;
		margin-left: auto;
	}
	.compliance_outersec {
		margin-top: 0;
	}
	.technology_content {
		margin-top: 0;
	}
	.contactus_sec {
		margin-top: 0;
	}
	.contact_block a {
		word-break: break-all;
	}
	.faqs_points {
		margin-top: 0;
	}
	.contactus_sec {
		padding: 40px;
	}
	.technology_content p {
		margin-top: 10px;
	}
	#main_nav .navbar-toggler {
		border: 0 !important;
	}
	#main_nav .navbar-toggler:focus,
	#main_nav .navbar-toggler:active,
	#main_nav .navbar-toggler-icon:focus {
		outline: none !important;
		box-shadow: none !important;
		border: 0 !important;
	}
	#main_nav .navbar-toggler-icon {
		width: 30px;
		height: 3px;
		background-color: #005291;
		display: block;
		transition: all 0.2s;
	}
	#main_nav .middle-bar {
		margin: 5px auto;
	}
	#main_nav .navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	#main_nav .navbar-toggler .middle-bar {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#main_nav .navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	#main_nav .navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	}
	#main_nav .navbar-toggler.collapsed .middle-bar {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#main_nav .navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	}
	#main_nav .navbar-toggler.collapsed .navbar-toggler-icon {
		background-color: #777777;
	}
	#main_nav .navbar-toggler-icon {
		background-image: none;
	}
	.comp_point {
		height: 115px;
	}
	.contactus_content ul li svg {
		width: 40px;
	}
	.contactus_content_inner {
		left: 0rem;
	}
	.contactus_content ul {
		padding: 30px 1rem;
	}
}

@media (max-width: 991px) {
	.aboutus_leftimg img {
		width: 100%;
	}
	.contactus_content ul li svg {
		width: 20px;
	}
	.contactus_form {		
		padding-left: 30px;
		padding-right: 30px;		
	}
	.contactus_form_inner {
		width: 100%;
		margin-left: 0rem;
	}
	.banner_support_plan {
		background-size: cover;
		margin-top: 15px;
	}
	.banner_content h1 {
		padding: 50px 15px;
	}
	.banner_content h1 img {
		margin-top: -70px;
		margin-bottom: 15px;
	}
	#main_nav .navbar-nav .nav-item.active .nav-link::after {
		bottom: 0;
	}
	.common_green_btn {
		margin-bottom: 15px;
	}
	.top_nav ul li p, .top_nav ul li a {
		font-size: 0.85rem;
	}
	.debt_block_margin {
		margin-top: -5rem;
	}
}

@media (max-width: 840px) {
	.compliance_pro_points ul li {
		height: 125px;
	}
}

@media (max-width: 768px) {
	.footerquick_links {
		margin-top: 20px;
	}
	.contactus_content ul li svg {
		width: 45px;
	}
	.support_method_block li {
		width: 45%;
	}
	.banner_support_plan ul li {
		width: 65%;
		margin: 20px auto;
	}
	.top_nav {
		text-align: center;
	}
	.contact_block {
		margin-top: 20px;
	}
	.ourteam_sec .teamslider .team_slide {
		height: auto;
	}
	.ourteam_sec .team_imagebox {
		height: 150px;
		width: 150px;
	}
	.custquery_content {
		padding: 40px;
	}
	.technology_content {
		padding: 40px;
		display: block;
	}
	.technology_content svg {
		width: 40px;
	}
	.debt_block {
		padding: 20px 30px;
	}
	.debt_block_margin {
		margin-top: -7rem;
	}
	.innerpages_banner .banner_content h1
	{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.top_nav ul {
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.top_nav ul {
		display: block!important;
	}
	.top_nav ul li {
		margin-left: 0px!important;
	}
	.top_nav ul li {
		display: block;
	}
	.banner_support_plan ul li {
		width: 100%;
	}
	.support_method_block li {
		width: 100%;
		margin: 10px 0px;
		height: auto;
	}
	.contactus_content_inner {
		left: 0;
	}
	.contactus_content ul {
		width: 90%;
	}
	.contactus_form_inner {
		width: 100%;
	}
	.contactus_content ul {
		padding: 20px;
	}
	/* .contactus_form {
		padding: 30px 0px;
	} */
	.contactus_content ul li svg {
		width: 60px;
	}
	.support_linkinfo {
		width: 90%;
	}
	.support_method_block li p {
		width: 76%;
	}
	#callus_now {
		margin-left: 0!important;
		margin-top: 10px;
	}
	.banner_support_plan {
		margin-top: 20px;
	}
	.banner_content h1 svg {
		top: -12px;
	}
	.compliancepro_content {
		padding: 40px;
	}
	.custquery_content {
		padding: 40px;
	}
	.custquery_content a {
		font-size: 0.875rem;
	}
	.faqs_points {
		padding: 20px;
	}
	.faqs_points ul li {
		padding: 20px;
	}
	.contactus_sec {
		padding: 40px;
	}
	section {
		padding: 40px 0px;
	}
	.innerpages_banner .banner_content h1 {
		font-size: 2rem;
	}
	.hero_logo_wrap img{
		width: 200px;
	}
	.banner_support_plan ul li {
		width: 100%;
	}
	.top_nav ul li:last-child {
		padding-left: 0;
		margin-top: 10px;
	}
	.top_nav ul.right_wrap li:first-child::after {
		display: none;
	}
	.contactus_content {
		padding: 60px 0;
	}
	.banner_content h1 img {
		width: 35px;
	}
	.homebanner_callus p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.support_m_icon img {
		width: 50px !important;
	}
	.support_m_icon_outer {
		width: 160px;
		height: 160px;
	}
	.support_m_icon {
		width: 140px;
		height: 140px;
	}
	.banner_content h1 {
		font-size: 25px !important;
		line-height: 35px;
	}
}

@media (max-width: 575px) {
	.footer_logosec {
		text-align: center;
	}
	.footerquick_links h5 {
		font-size: 1rem;
	}
	.debt_block {
		padding: 20px 30px;
	}
}

@media (max-width: 480px) {
	footer .col-6 {
		flex: 0 0 auto;
  		width: 100%;
	}
	.footerquick_links {
		margin-top: 12px;
	}
	.footerquick_links ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footerquick_links h5 {
		margin-bottom: 12px;
		text-align: center;
	}
	.footerquick_links ul li {
		margin: 10px;
	}
	.debt_block {
	    padding: 20px 30px;
	}
}

/* Responsive Css End Here */