/* pre define css  */


body {

	font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
	color: #424242;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
 
}


img {
	max-width: 100%;
	height: auto;
	transition: 0.4s;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a {

	transition-duration: .18s;

	transition-timing-function: ease-out;
}

li {
	list-style-type: none;
}

a,
button,
i {
	text-decoration: none;
	color: inherit;
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.filter img {
	filter: grayscale(100%);
}

.img__full {
	width: 100%;
}

.white-on-hover:hover {
	color: #fff !important;
}

.green-on-hover:hover {
	color: #39b54a !important;

}

.yellow {
	color: #ffc600;
}

/* fonts size  */

.fs-13 {
	font-size: 13px;
}

.fs-12 {
	font-size: 12px;
}

.fs-10 {
	font-size: 10px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-22 {
	font-size: 22px !important;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fw-500 {
	font-weight: 500;
}

.fw-100 {
	font-weight: 100;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.mw-70 {
	max-width: 70%;
}

.mw-80 {
	max-width: 80%;
}

.mw-90 {
	max-width: 90%;
}

.section-space {
	padding: 60px 0px;
}

.btn-primary {
	color: #fff;
	background-color: #011c4d;
	border-color: #011c4d;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.btn-primary:hover {
	background-color: #39b54a;
	border-color: #39b54a;
}

.btn-secondary {
	color: #fff;
	background-color: #39b54a;
	border-color: #39b54a;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.btn-secondary:hover {
	background-color: #011c4d;
	border-color: #011c4d;
}

/* colors  */

.white {
	color: #fff;
}

.grey_bg{
    background-color: #f8f9fa;
}
.green {
	color: #39b54a;
}

.blue_bg {
	background-color: #011c4d;
}

.light-white {
	color: #c6c6c6;
}

/* fonts size end */

/*==========================================================================
  * Form CSS
  ==========================================================================*/
 
 

 

 
 
 

 

/*==========================================================================
  * Hedging CSS
  ==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-family: "Rubik", sans-serif;
}

h1 {
	font-size: 45px;
	 
	padding: 0;
	margin: 0;

	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;

}

h2 {
	font-size: 35px;
	 
	padding: 0;
	margin: 0;

	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	 
	padding: 0;
	margin: 0;

	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
}

h4 {
	font-size: 25px;
	 
	padding: 0;
	margin: 0;

	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
}

h5 {
	font-size: 22px;
	 
	padding: 0;
	margin: 0;

	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
}

h6 {
	font-size: 20px;
	 
	padding: 0;
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
}

p:last-child {
	margin-bottom: 0px;
}


/* pre define css end */


/* footer css  */
.contact_info {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	transition: 0.3s;
	min-height: 165px;
	position: relative;
	padding-top: 45px;
	text-align: center;
}

.contact_info:hover {
	-webkit-box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
}

.contact_icons {
	color: #39b54a;
	background-color: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
	width: 60px;
	height: 60px;
	transition: 0.3s;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0px);
	position: absolute;
}

.bottom_footer p {
	color: #c6c6c6;
	font-size: 14px;
}

.footer_logo img {
	max-width: 110px;
    
}

.footer_title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	content: "";
	background-color: hsla(0, 0%, 100%, .1);
}

.footer_title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 25px;
	background-color: #39b54a;
	content: "";
}

h3.footer_title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

ul.footer_link li {
	width: 50%;
	float: left;
}

ul.footer_link li:hover {
	color: #39b54a;
}

section.copyright {
	background-color: #011c4d;
	padding: 5px 0px;
}

section.systemPortal_footer {
	background-color: #25255c;
	padding-top: 80px;
	padding-bottom: 50px;
	margin-top: -2px;
}

/* footer css end */


/* banner css  */
.winner-headding h6 {
	font-size: 16px;
}

section.winning_award {
	border-radius: 10px;
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	margin-top: -95px;
	z-index: 9;
	position: relative;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.4s;
	width: 90%;
}

.image-radius {
    border-radius: 15px;
}
section.winning_award:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.winner-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.winner-headding {
    text-align: center;
}
.banner_review:hover {
	-webkit-box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 105px 1px rgba(255, 255, 255, 0.9);
}

.banner_review {
	max-width: 300px;
	background-color: #adb1ba;
	padding: 15px;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner_image {
	max-width: 80%;
	margin: auto;
}

.blue {
	color: #011c4d;
}

section.main_banner {
	background-color: #F8F9FE;
	padding: 50px 0px;
 
}

.banner_title {
	color: white;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.banner_subtitle {
	color: #39b54a;
	 
}

/* banner css end */


/* main css  */

.sub-title {
	position: relative;
	font-size: 16px;
}
h4.global_subtitle {
    margin-bottom: 10px;
}
.sub-title:before {
    background-color: #39b54a;
    content: "";
    height: 2px;
    left: 0px;
    margin-left: 0;
    position: absolute;
    top: 100%;
    width: 40px;
    margin-top: 4px;
}

section.services {
	background-color: #f8f9fa;
	padding: 60px 0px;
}

.service_icons {
	 
	 
	margin-bottom: 15px;
	transition: all 0.4s;
}

.service_box {
	background-color: #fff;
	border-radius: 7px;
	padding: 30px;
	margin-top: 30px;
	transition: all 0.4s;
	text-align: center;
}

.service_box:hover {
	background-image: linear-gradient(to bottom, #011c4d, #00457c, #006d8d, #009478, #39b54a);
}

.service_box p {
	font-size: 15px;
}

.service_box:hover h6 {
	color: #fff;
}

.service_box:hover p {
	color: #fff;
}

.service_box:hover .btn-primary {

	box-shadow: rgb(255 255 255) 0px 0px 8px;
}

 

.client_logo {
	text-align: center;
}

.brands img {
	border-radius: 15px;

}

.brands {

	margin: 5px;
}

.recent_projects {
	transition: all 0.4s;
	position: relative;
	margin-top: 25px;
}

.project_title {
	font-size: 18px;
	margin-bottom: 8px;
}

.project_content {
	transition: all 0.4s;
	position: absolute;
	bottom: 15px;
	background-color: #fff;
	width: 100%;
	left: 50%;
	border-radius: 10px;
	padding: 10px;
	max-width: 90%;
	margin: auto;
	text-align: center;
	transform: translate(-50%, 0px);
	box-shadow: rgb(255 255 255 / 76%) 0px 7px 29px 0px;
}

.recent_projects img {
	width: 100%;
	border-radius: 10px;
}

.recent_projects:hover .project_content {
	background-color: #011c4d;
}

.recent_projects:hover .project_title {
	color: #fff;
}

.recent_projects:hover .btn-primary {
	box-shadow: rgb(255 255 255) 0px 0px 8px;
}

section.testimonials {
	background-image: linear-gradient(to bottom, #f8f9fa, #fafafb, #fcfcfd, #fdfdfe, #ffffff);
	padding: 60px 0px;
}

.slick-dots li button:before{
	font-size: 25px !important;
}
.testimonials_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    transition: all 0.4s;
    min-height: 270px;
    border: 1px solid #efefef;
}

.testimonials_box:hover {
	border-color: #009478;
}

.testimonials_box p {
	font-size: 15px;
}

.testimonials_slider .slick-slide {
	margin: 5px;
}
.logo_grid {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
	margin-bottom: 25px;
}
.logo_grid img{
	border-radius: 10px;
	width: 100%;
}
.logo_grid:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wrap_client_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    background-color: #fff;
	padding: 15px;
}

/* main css end */


/* single services css start  */
section.mini_banner {
    background-color: #F8F9FE;
    padding: 50px 0px;
}
li.services_listing {
    padding: 6px 15px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    border-radius: 5px;
	transition: .3s;
}
.services_listing i {
    font-weight: 600;
    color: #39b54a;
}.sidebar_wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 15px;
}
.sidebar_wrap:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
li.services_listing:hover {
    background-color: #011c4d;
}

li.services_listing:hover a {
  color: #fff;
}
.whatsapp_icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 60px;
}
.skype_icon {
    max-width: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
}
.vision-icon {
    max-width: 140px;
}.vision {
    background-color: #fff;
    border-radius: 7px;
    padding: 30px;
    margin-top: 30px;
    transition: all 0.4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.vision:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section.about-award {
    max-width: 1120px;
    margin: auto;
    background-color: #fff;
    padding: 60px 50px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    border-radius: 15px;
    margin-top: -97px;
	margin-bottom: 100px;
}

.vision-section{
	padding-bottom: 150px !important;
}

.about-award:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.post_title {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog_grid {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
   border-radius: 10px;
	margin-bottom: 25px;
}

.blog_grid:hover{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.blog-images {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blog_grid:hover .btn.btn-primary {
    background-color: #39b54a;
    border-color: #39b54a;
}
.single-service-title {
    margin-bottom: 10px;
}
.services_title {
    margin-bottom: 8px;
    font-size: 18px;
}.service_icons img {
    max-width: 60px;
}
/* single services css start end */





/* contact css  */
textarea.form-control {
    height: 120px;
}

.form-control {
    border-left: 0px;
    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    padding: 10px 15px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    border: unset;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.icon_design {
    color: #39b54a;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
    width: 50px;
    height: 50px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    font-size: 30px !important;
    line-height: 50px !important;

}
.icon_design:hover{
	color: #fff;
    background-color: #011c4d;
}
/* contact css end */



/* price plan css  */
.pricing-plan__one-single-pricing-wrapper {
    border-radius: 5px;
    transition: 0.4s;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}.pricing-plan__one-single-pricing-plan {
    background: #ffffff;
    padding: 45px 35px 38px 35px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}.pricing-plan__one-single-pricing-plan::before {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #f4f7fb;
    position: absolute;
    top: -23pc;
    left: -10pc;
    z-index: 0;
    transition: 0.5s;
}.pricing-plan__one-single-pricing-plan-title {
    margin-bottom: 70px;
    z-index: 1;
    position: relative;
}
.pricing-plan__one-single-pricing-plan-price {
    margin-bottom: 15px;
    font-size: 30px;
}
.pricing-plan__one-single-pricing-plan-benefits {
    margin-bottom: 45px;
}.pricing-plan__one-single-pricing-plan-benefits span {
    display: block;
    font-size: 16px;
    margin-bottom: 13px;
    color: #737373;
}.pricing-plan__one-single-pricing-plan-benefits span i {
    color: #39b54a;
    margin-right: 10px;
    transition: 0.3s;
}.pricing-plan__one-single-pricing-plan.active::before {
    background: #39b54a;
}
.pricing-plan__one-single-pricing-plan.active .pricing-plan__one-single-pricing-plan-title {
    color: #ffffff;
}.post_tags a {
    color: #011c4d;
    background-color: #f8f9fa;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
/* price plan css end */


/* popup css  */
.offer_popup .modal-dialog {
    max-width: 700px;
}
.offer_popup .modal-content {
    background-color: #F8F9FE;
    border-radius: 15px;
    max-width: 95%;
    margin: auto;
}


 
.offer_popup .btn-close {
    position: absolute;
    background-color: #ffffff;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    top: -12.5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    right: -12.5px;
	z-index: 999;
}
h2.offer_heading {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    color: #000000;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgb(0 0 0 / 50%);
}.offer_image {
    max-width: 150px;
    display: block;
    margin: auto;
    position: absolute;
    top: -55px;
    left: -55px;
}.popup_content {
    padding: 50px 20px;
}



h4.last-chance {
    font-size: 16px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
/* popup css end */


section.approve_ {
    background-image: url(../images/pattern.svg);
    background-color: #011c4dde;
    padding: 80px 0px;
    background-attachment: fixed;
    background-position: center;
}
.winner-headding h6 {
    color: #fff;
}.winner-headding p {
    color: #fff;
}











/* listing css  */
.approval_group a {
    margin-bottom: 5px;
}
/* width */
.select_wrapper::-webkit-scrollbar {
	width: 3px;
  }
  
  /* Track */
  .select_wrapper::-webkit-scrollbar-track {
	background: #F8F9FE; 
  }
   
  /* Handle */
  .select_wrapper::-webkit-scrollbar-thumb {
	background: #888; 
  }


.select_wrapper {
    height: 400px;
    overflow-y: scroll;
}
.needs {
    background-color: #f8f9fe;
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #39b54a;
    border-color: #39b54a;
}
.page-link {
 
    color: #011c4d;}
.gr_hover_bg:hover{
	background-image: linear-gradient(to bottom, #011c4d, #00457c, #006d8d, #009478, #39b54a);
}
.approval_card:hover {
    background-color: #f8f9fe;
}
.approval_card {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: 0.4s;
}

.approval_card:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
span.no_ {
    color: #39b54a;
    font-size: 14px;
    font-weight: 600;
}.filterd_items {
    background-color: #f8f9fe;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 14px;
}
.approval_group .btn {
    font-size: 13px;
    padding: 4px 10px;
}
.select_wrapper .form-check {
    margin-bottom: 10px;
    font-size: 15px;
}
.form-search {
    border: 0px;
    padding: 10px;
    background: transparent;
	max-width: 600px;
	width: 100%;

}

p.approval_title {
    font-weight: 600;
    color: #011c4d;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
}
.form-search:focus-visible{
outline:unset;
}
button.search_icon {
    font-size: 30px;
    border: 0px;
    background-color: transparent;
}
.search_box {
    background-color: #fff;
    border-radius: 40px;
    padding: 10px;
    display: flex;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
    align-items: center;
 
	
	 
}
.mini_search input {
    padding: 0px;
}
.mini_search {
    padding: 5px;
}
.card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    border-radius: 10px;
}
.form-group {
    margin-bottom: 20px;
}


.mini_search .search_icon {
    font-size: 20px;
    border: 0px;
    background-color: transparent;
}

.addUploadBtn {
    background-color: #f7f7f7;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 0;
}
.file-upload {
    display: flex;
    align-items: center;
}
.btn-remove {
    border-radius: 10px;
    font-size: 14px;
    border: 0;
    padding: 0px;
    background: transparent;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}
.add_file {
    color: #fff;
    background-color: #39b54a;
    border-color: #39b54a;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border: 1px solid #39b54a;
    margin-top: 10px;
}
/* listing css end */



/* dashboard css  */
.left_side_dashboard,.right_side_dashboard{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
	background-color: #fff;
    border-radius: 10px;
	height: 100%;
    padding: 25px;
}

li.dashboard_nav {
    padding: 5px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
}
.user_profile_pic {
    max-width: 70px;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 70px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.approval_table th {
    font-size: 14px;
}

.approval_table td {
    font-size: 14px;
}
.document_col img {
    height: 40px;
}.document_col {
    width: calc(20% - 10px);
    margin: 4px;
}.uploaded_document {
    display: flex;
    flex-wrap: wrap;
}
.cental_icon {
    height: 100px;
}
.approva_dashboard_card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 20px;
}


section.compliance_dashboard {
    background-image: linear-gradient(to bottom, #f8f9fa, #fafafb, #fcfcfd, #fdfdfe, #ffffff);
}


.dropdown-menu.show {
   
}


/* width */
.dropdown-menu.show::-webkit-scrollbar {
	width: 3px;
  }
  
  /* Track */
  .dropdown-menu.show::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  .dropdown-menu.show::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }

   .approval_document_td {
    min-width: 200px;
}
.approval_document_td {
    min-width: 200px;
}
.dashboard_title {
    border-bottom: 2px solid #efefef;
    padding-bottom: 15px;
}
/* dashboard css end */












/* mobile css  */

@media(max-width:991px){
	.col-md-4.approval_card_col {
		width: 50%;
	}
}

@media(max-width:767px){
	.right_side_dashboard {
		margin-top: 20px;
	}
	.document_col img {
		height: 35px;
	}
}

@media(max-width:575px) {
	.col-md-4.approval_card_col {
		width: 100%;
	}
	.money-back {
		max-width: 280px;
		margin: auto;
	}
	.offer_popup .btn-close {
		position: absolute;
		background-color: #ffffff;
		opacity: 1;
		width: 25px;
		height: 25px;
		border-radius: 100px;
		top: 5px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		right: 5px;
	}
	.offer_image {
		 
		top: -30px;
		left: -30px;
	}
	section.systemPortal_top_bar .social_links {
		text-align: center !important;
	}

	.call_info {
		justify-content: center;
		padding-bottom: 5px !important;
	}
}