/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.an-top-nav a {
		font-size: 14px;
	}
	.navbar {
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px 10px;
	}
	.an-btn {
		padding: 8px 25px;
		margin: 0 2px;
		min-width: auto;
	}
	.an-banner .item {
		min-height: 640px;
	}
	.an-banner .slick-arrow {
		height: 40px;
		width: 40px;
		font-size: 35px;
		left: 3px;
	}
	.an-banner .item h1 {
		font-size: 70px;
	}
	.an-padding {
		padding: 60px 0px;
	}
	.an-cheque-guard-section {
		padding-bottom: 80px;
	}
	.an-pri-heading {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.an-cheque-guard-section .an-large {
		font-size: 20px;
	}
	.an-cheque-guard-section h3 {
		font-size: 26px;
	}
	.an-cheque-guard-section p,
	.an-cheque-guard-section ul li {
		font-size: 16px;
	}
	.an-fluid-img {
		top: 200px;
	}
	.an-prevent-section {
		padding-top: 200px;
	}
	.an-prevent-section p {
		font-size: 15px;
	}
	.nav-tabs .nav-item a {
		font-size: 16px;
	}
	.an-service-wrap b {
		font-size: 16px;
	}
	.an-service-wrap h4 {
		font-size: 20px;
	}
	.an-service-wrap p {
		font-size: 15px;
	}
	.slick-arrow {
		height: 40px;
		width: 30px;
		font-size: 30px;
		border: 2px solid #eb2d2d;
	}
	section.an-tab-section .slick-next.slick-arrow {
		right: -35px;
	}
	section.an-tab-section .slick-prev.slick-arrow {
		left: -35px;
	}
	section.an-contact-section {
		padding-top: 250px;
		padding-bottom: 100px;
	}
	section.an-contact-section .form-control {
		min-height: 55px;
		margin-bottom: 20px;
	}
	.banner,
	.banner4 {
		min-height: 480px;
	}
	.banner h1 {
		font-size: 50px;
	}
	.banner ul li a {
		font-size: 17px;
	}
	.bundle {
		padding: 120px 0;
	}
	.bundle ul li {
		padding: 0 5px;
	}
	.bundle ul li a {
		border-width: 2px;
		padding: 20px 34px;
		font-size: 20px;
	}
	.main-chkabt .cngrs {
		padding: 30px 0 0;
	}
	.chkabt-txt h2 {
		font-size: 35px;
	}
	.chkabt-txt h3 {
		font-size: 26px;
	}
	section.abtpg {
		padding-bottom: 100px;
	}
	.micr-box h2 {
		font-size: 16px;
		line-height: 24px;
		min-height: 96px;
	}
	.micr-box span.pull-left {
		font-size: 20px;
	}
	.micr-box .lexmrk h3 {
		font-size: 12px;
		margin: 0 0 8px;
	}
	.micr-box .lexmrk a {
		font-size: 13px;
	}
	.load button {
		padding: 10px 34px;
		font-size: 16px;
	}
	.valid-code h2 {
		font-size: 26px;
	}
	.chk-frm .form-control {
		padding: 10px 10px;
	}
	.blng-adrs h2 {
		font-size: 30px;
	}
	.terms-txt h2 {
		font-size: 30px;
	}
	.terms-txt ul li a {
		font-size: 14px;
	}
	.btn-lst ul li {
		padding-right: 22px;
	}
	.btn-lst ul li a {
		padding: 10px 30px;
		font-size: 16px;
	}
	.detl-txt h2 {
		font-size: 28px;
	}
	.detl-txt h3 {
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.detl-txt h4 {
		font-size: 30px;
	}
	.number .minus,
	.number .plus {
		width: 33px;
		height: 35px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.number input {
		height: 35px;
		width: 55px;
	}
	.ad-crt a {
		font-size: 14px;
		padding: 10px 20px;
	}
	.shr-crt ul {
		display: flex;
		justify-content: space-between;
	}
	.shr-crt ul li a {
		width: 55px;
		height: 44px;
		border: 1px solid #eaeaea;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.shr-crt ul li a i {
		width: auto;
		height: auto;
		border: 0;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.an-top-nav a {
		font-size: 14px;
	}
	.navbar {
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px 10px;
		display: inline-block;
	}
	.an-btn {
		padding: 8px 25px;
		margin: 0 2px;
		min-width: auto;
	}
	.navbar .an-btn {
		margin: 0 16px 0 0;
	}
	.an-banner .item {
		min-height: 550px;
	}
	.an-banner .slick-arrow {
		height: 40px;
		width: 40px;
		font-size: 30px;
		left: 100px;
		top: 70%;
		transform: translateY(-70%);
	}
	.an-banner .slick-prev.slick-arrow {
		top: 70%;
		left: 43px;
	}
	.an-banner .item button {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.an-banner .item h1 {
		font-size: 50px;
	}
	.an-padding {
		padding: 60px 0px;
	}
	.an-cheque-guard-section {
		padding-bottom: 0;
	}
	.an-pri-heading {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.an-cheque-guard-section .an-large {
		font-size: 20px;
	}
	.an-cheque-guard-section h3 {
		font-size: 26px;
	}
	.an-cheque-guard-section p,
	.an-cheque-guard-section ul li {
		font-size: 16px;
	}
	.an-fluid-img {
		top: 200px;
	}
	.an-prevent-section {
		padding-top: 150px;
	}
	.an-prevent-section p {
		font-size: 15px;
	}
	.nav-tabs .nav-item a {
		font-size: 16px;
	}
	.an-service-wrap b {
		font-size: 16px;
		margin: 0 0 5px;
		display: block;
	}
	.an-service-wrap h4 {
		font-size: 18px;
	}
	.an-service-wrap p {
		font-size: 14px;
		min-height: 90px;
	}
	.slick-arrow {
		height: 40px;
		width: 30px;
		font-size: 30px;
		border: 2px solid #eb2d2d;
	}
	section.an-tab-section .slick-next.slick-arrow {
		right: -35px;
	}
	section.an-tab-section .slick-prev.slick-arrow {
		left: -35px;
	}
	section.an-contact-section {
		padding-top: 250px;
		padding-bottom: 100px;
	}
	section.an-contact-section .form-control {
		min-height: 45px;
		margin-bottom: 20px;
		border-width: 1px;
		font-size: 16px;
	}
	.banner,
	.banner4 {
		min-height: 400px;
	}
	.banner h1 {
		font-size: 40px;
	}
	.banner ul li a {
		font-size: 17px;
	}
	.bundle {
		padding: 100px 0;
	}
	.bundle ul li {
		padding: 0 5px;
	}
	.bundle ul li a {
		border-width: 2px;
		padding: 15px 20px;
		font-size: 16px;
	}
	.main-chkabt .cngrs {
		padding: 30px 0 0;
	}
	.chkabt-txt h2 {
		font-size: 35px;
	}
	.chkabt-txt h3 {
		font-size: 26px;
	}
	section.abtpg {
		padding-bottom: 100px;
	}
	.micr-box h2 {
		font-size: 15px;
		line-height: 22px;
	}
	.main-micrtnr {
		padding: 0;
	}
	.micr-box span.pull-left {
		font-size: 20px;
	}
	.micr-box .lexmrk h3 {
		font-size: 12px;
		margin: 0 0 8px;
	}
	.micr-box .lexmrk a {
		font-size: 13px;
	}
	.load button {
		padding: 10px 34px;
		font-size: 16px;
	}
	.valid-code h2 {
		font-size: 26px;
	}
	.chk-frm .form-control {
		padding: 10px 10px;
		margin: 0;
	}
	.blng-adrs h2 {
		font-size: 30px;
	}
	.terms-txt h2 {
		font-size: 30px;
	}
	.terms-txt ul li a {
		font-size: 14px;
	}
	.btn-lst ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	.btn-lst ul li {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.btn-lst ul li a {
		padding: 10px 30px;
		font-size: 16px;
	}
	.detl-txt {
		margin-top: 40px;
	}
	.detl-txt h2 {
		font-size: 28px;
	}
	.detl-txt h3 {
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.detl-txt h4 {
		font-size: 30px;
	}
	.number .minus,
	.number .plus {
		width: 33px;
		height: 35px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.number input {
		height: 35px;
		width: 55px;
	}
	.ad-crt a {
		font-size: 14px;
		padding: 10px 20px;
	}
	.shr-crt ul {
		display: flex;
		justify-content: flex-end;
	}
	.shr-crt ul li {
		margin: 0 5px;
	}
	.shr-crt ul li a {
		width: 55px;
		height: 44px;
		border: 1px solid #eaeaea;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.shr-crt ul li a i {
		width: auto;
		height: auto;
		border: 0;
	}
	.an-service-wrap .an-ser-img img {
		height: auto;
	}
	section.an-news-section {
		padding-bottom: 200px;
	}
	section.an-news-section .an-service-wrap .an-ser-img img {
		height: 202px;
	}
	.an-contact-wrap a > div:nth-child(1) {
		height: 50px;
		width: 50px;
		line-height: initial;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.an-footer {
		padding-top: 130px;
	}
	.newsletter-wrap input {
		height: 50px;
		font-size: 16px;
	}
	.an-footer h4 {
		font-size: 18px;
		margin-top: 30px;
	}
	.f-social {
		display: flex;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.an-cheque-guard-section::before {
		display: none;
	}
	.an-top-nav a {
		padding: 10px 10px 10px 0;
		font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav {
		margin-right: 0;
		margin-top: 30px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		display: inline-block;
	}
	.an-navbar .form-inline button + button {
		margin-left: 20px;
	}
	.an-btn {
		padding: 7px 25px;
	}
	.an-banner .item {
		min-height: 540px;
	}
	.an-banner .item button {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.an-banner .item h1 {
		font-size: 40px;
	}
	.an-banner .slick-arrow {
		height: 35px;
		width: 36px;
		font-size: 20px;
		left: 115px;
		top: 65%;
		transform: translateY(-65%);
	}
	.an-banner .slick-prev.slick-arrow {
		top: 65%;
		left: 65px;
	}
	.an-padding {
		padding: 60px 0px;
	}
	.an-cheque-guard-section {
		padding-bottom: 0;
	}
	.an-pri-heading {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.an-cheque-guard-section .an-large {
		font-size: 18px;
	}
	.an-cheque-guard-section h3 {
		font-size: 24px;
		font-weight: 400;
	}
	.an-cheque-guard-section p,
	.an-cheque-guard-section ul li {
		font-size: 15px;
	}
	.an-cheque-guard-section .an-fluid-img {
		position: static;
		display: table;
		margin: 30px auto 0;
		width: 80%;
	}
	.an-prevent-section {
		padding-top: 200px;
	}
	.nav-tabs {
		margin-bottom: 40px;
		margin-top: -25px;
	}
	.nav-tabs .nav-item a {
		font-size: 15px;
		padding: 10px 5px;
	}
	.an-service-wrap h4 {
		font-size: 20px;
	}
	.an-service-wrap b {
		font-size: 18px;
		display: block;
		margin-bottom: 5px;
	}
	.slick-arrow {
		height: 40px;
		width: 40px;
		font-size: 30px;
		border: 2px solid #eb2d2d;
	}
	section.an-tab-section .slick-next.slick-arrow {
		right: -45px;
	}
	section.an-tab-section .slick-prev.slick-arrow {
		left: -45px;
	}
	section.an-news-section {
		padding: 70px 0px;
		padding-bottom: 250px;
	}
	section.an-news-section .an-service-wrap {
		margin: 0 0 60px;
	}
	section.an-contact-section {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.an-contact-wrap:last-child {
		margin-bottom: 40px;
	}
	section.an-contact-section .form-control {
		min-height: 55px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.f-social {
		text-align: left;
		margin-top: 30px;
		margin: 0 0 40px;
	}
	.an-footer h4 {
		font-size: 20px;
		margin-top: 30px;
	}
	.an-footer .newsletter-wrap {
		margin-bottom: 0;
	}
	.banner,
	.banner4 {
		min-height: 380px;
	}
	.banner h1 {
		font-size: 40px;
	}
	.bundle {
		padding: 80px 0 0;
	}
	.bundle ul {
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}
	.bundle ul li {
		width: 80%;
	}
	.bundle ul li + li {
		margin: 20px 0 0;
	}
	.bundle ul li a {
		border-width: 2px;
		padding: 12px 40px;
		font-size: 20px;
	}
	.main-chkabt .cngrs {
		padding: 30px 0 0;
	}
	.chkabt-txt h3 {
		font-size: 24px;
	}
	.chkabt-txt h2 {
		font-size: 30px;
	}
	section.an-tab-section {
		margin-top: 0;
	}
	section.abtpg {
		padding-bottom: 20px;
	}
	section.contact-pg.an-contact-section {
		padding: 60px 0 0;
	}
	.detl-txt h2 {
		font-size: 26px;
		margin-top: 30px;
	}
	.ad-crt {
		margin-top: 20px;
	}
	.btn-lst {
		padding: 60px 0 20px;
	}
	.btn-lst ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
	.btn-lst ul li {
		padding-right: 0;
		display: flex;
		flex: 1 1 auto;
		margin: 0 5px 10px 5px;
	}
	.btn-lst ul li a {
		padding: 7px 30px;
		font-size: 16px;
		flex: 1 1 auto;
	}
	.inrftr {
		margin-top: -40px;
	}
	.chk-frm {
		padding: 25px;
	}
	.blng-adrs h2,
	.terms-txt h2 {
		font-size: 26px;
	}
	.terms-txt ul li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.blng-adrs p {
		font-size: 14px;
	}
	.chk-frm .form-control {
		padding: 7px 10px;
		margin: 0;
	}
	.valid-code h2 {
		font-size: 20px;
	}
	.load button {
		padding: 7px 30px;
		font-size: 16px;
	}
	.banner7 ul li a {
		font-size: 15px;
		padding: 0 10px;
	}
	.newsletter-wrap input {
		height: 55px;
		font-size: 15px;
	}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	a.navbar-brand img {
		width: 70%;
	}
	.navbar-toggler {
		padding: 0.25rem 0.55rem;
	}
	.navbar-toggler-icon {
		width: 1.2em;
		height: 1.4em;
	}
	.an-cheque-guard-section::before {
		display: none;
	}
	.an-top-nav,
	.an-top-nav .text-right {
		text-align: center !important;
	}
	.an-top-nav a {
		padding: 10px 10px 10px 0;
		font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav {
		margin-right: 0;
		margin-top: 30px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		display: inline-block;
	}
	.an-navbar .form-inline button + button {
		margin-left: 20px;
	}
	.item {
		padding: 0;
	}
	.an-btn {
		padding: 7px 25px;
	}
	.an-banner .item {
		min-height: 420px;
	}
	.an-banner .item button {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.an-banner .item h1 {
		font-size: 30px;
		width: 70%;
	}
	.an-banner .slick-arrow {
		height: 30px;
		width: 32px;
		font-size: 16px;
		left: 60px;
		top: 60%;
		transform: translateY(-60%);
	}
	.an-banner .slick-prev.slick-arrow {
		top: 60%;
		left: 15px;
	}
	.an-banner .slick-arrow::before {
		border: 1px solid white;
		height: 28px;
		border-bottom: none;
	}
	.an-padding {
		padding: 40px 0px;
	}
	.an-cheque-guard-section {
		padding-bottom: 0;
	}
	.an-pri-heading {
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.an-cheque-guard-section .an-large {
		font-size: 15px;
	}
	.an-cheque-guard-section h3 {
		font-size: 18px;
		font-weight: 400;
	}
	.an-cheque-guard-section p,
	.an-cheque-guard-section ul li {
		font-size: 12px;
	}
	.an-cheque-guard-section .an-fluid-img {
		position: static;
		display: table;
		margin: 30px auto 0;
		width: 90%;
	}
	.an-prevent-section {
		padding-top: 150px;
	}
	.nav-tabs {
		margin-bottom: 40px;
		margin-top: 0;
	}
	.nav-tabs .nav-item {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	.nav-tabs .nav-item a {
		font-size: 15px;
		padding: 10px 5px;
	}
	.an-service-wrap h4 {
		font-size: 20px;
	}
	.an-service-wrap b {
		font-size: 18px;
		display: block;
		margin-bottom: 5px;
	}
	.slick-arrow {
		height: 40px;
		width: 40px;
		font-size: 24px;
		border: 1px solid #eb2d2d;
		bottom: -30px;
		z-index: 2;
	}
	section.an-tab-section .slick-next.slick-arrow {
		right: 10px;
	}
	section.an-tab-section .slick-prev.slick-arrow {
		left: 10px;
	}
	section.an-news-section {
		padding: 70px 0px;
		padding-bottom: 150px;
	}
	section.an-news-section .an-service-wrap {
		margin: 0 0 60px;
	}
	section.an-contact-section {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.an-contact-wrap:last-child {
		margin-bottom: 40px;
	}
	section.an-contact-section .form-control {
		min-height: 45px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.f-social {
		text-align: left;
		margin-top: 30px;
		margin: 0 0 40px;
	}
	.an-footer h4 {
		font-size: 20px;
		margin-top: 30px;
	}
	.an-footer .newsletter-wrap {
		margin-bottom: 0;
	}
	.banner,
	.banner4 {
		min-height: 250px;
	}
	.banner h1 {
		font-size: 26px;
	}
	.bundle {
		padding: 80px 0 0;
	}
	.bundle ul {
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}
	.bundle ul li {
		width: 100%;
	}
	.bundle ul li + li {
		margin: 20px 0 0;
	}
	.bundle ul li a {
		border-width: 2px;
		padding: 10px 30px;
		font-size: 15px;
	}
	.main-chkabt .cngrs {
		padding: 30px 0 0;
	}
	.chkabt-txt h3 {
		font-size: 16px;
	}
	.chkabt-txt h2 {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.chkabt-txt p {
		font-size: 14px;
		line-height: 24px;
	}
	.cngrs-txt ul li {
		font-size: 14px;
	}
	section.an-tab-section {
		margin-top: 0;
	}
	section.abtpg {
		padding-bottom: 20px;
	}
	section.contact-pg.an-contact-section {
		padding: 60px 0 0;
	}
	.detl-txt h2 {
		font-size: 20px;
		margin-top: 30px;
	}
	.detl-txt h3 {
		font-size: 14px;
		margin: 10px 0 10px;
	}
	.detl-txt span {
		font-size: 13px;
	}
	.detl-txt h4:before {
		width: 45px;
		height: 2px;
		top: -5px;
	}
	.detl-txt h4 {
		font-size: 26px;
	}
	.detl-txt a {
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
	}
	.detl-txt a img {
		width: 80%;
	}
	.number .minus,
	.number .plus {
		width: 33px;
		height: 35px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.number input {
		height: 35px;
		width: 55px;
	}
	.ad-crt a {
		font-size: 14px;
		padding: 10px 20px;
		justify-content: center;
	}
	.shr-crt ul {
		display: flex;
		justify-content: flex-end;
	}
	.shr-crt ul li {
		margin: 0 5px;
	}
	.shr-crt ul li a {
		width: 40px;
		height: 34px;
		border: 1px solid #eaeaea;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.shr-crt ul li a i {
		width: auto;
		height: auto;
		border: 0;
	}
	.ad-crt {
		margin-top: 20px;
	}
	.btn-lst {
		padding: 40px 0 10px;
	}
	.btn-lst ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
	.btn-lst ul li {
		padding-right: 0;
		display: flex;
		flex: 1 1 auto;
		margin: 0 5px 10px 5px;
	}
	.btn-lst ul li a {
		padding: 7px 30px;
		font-size: 13px;
		flex: 1 1 auto;
	}
	.main-micrtnr {
		padding: 0;
	}
	.micrtnr-head h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.micr-box h2 {
		font-size: 15px;
		line-height: 24px;
	}
	.inrftr {
		margin-top: -40px;
	}
	.chk-frm {
		padding: 25px;
	}
	.blng-adrs h2,
	.terms-txt h2 {
		font-size: 26px;
	}
	.terms-txt ul li a {
		font-size: 12px;
		padding: 0 10px;
	}
	.blng-adrs p {
		font-size: 14px;
	}
	.chk-frm .form-control {
		padding: 7px 10px;
		margin: 0;
		font-size: 14px;
	}
	.valid-code h2 {
		font-size: 20px;
	}
	.load button {
		padding: 7px 30px;
		font-size: 16px;
	}
	.banner7 ul li a {
		font-size: 12px;
		padding: 0 6px;
	}
	.newsletter-wrap input {
		height: 55px;
		font-size: 15px;
	}
	.an-prevent-section p {
		font-size: 13px;
	}
	.an-prevent-section .card {
		margin-bottom: 20px;
	}
	.an-service-wrap {
		box-shadow: none;
	}
	.an-service-wrap::before,
	.an-service-wrap::after {
		display: none;
	}
	.lgn-popup .modal-header {
		padding: 10px;
	}
	.lgn-popup h5 {
		font-size: 26px;
	}
	.lgn-popup .modal-body {
		padding: 30px 30px;
	}
	.lgn-popup input {
		padding: 8px 10px 8px 40px;
		font-size: 13px;
		margin-bottom: 20px;
		height: 45px;
	}
	.lgn-popup .usr,
	.lgn-popup .paswrd {
		background-position: 15px;
		background-size: 14px;
	}
	.lgn-popup a.lgnbtn {
		font-size: 16px;
		padding: 8px 0;
	}
	.lgn-popup hr {
		margin: 30px 0;
	}
	.lgn-popup img {
		width: 80%;
	}
	.terms-txt .count {
		font-size: 12px;
		padding-left: 22px;
	}
	.terms-txt .checkmark {
		height: 16px;
		width: 16px;
	}
	.micrpg {
		padding: 40px 0 40px;
	}
	.main-chkabt::after {
		z-index: -1;
	}
	.an-bottom-footer span {
		font-size: 12px;
	}
}
@media (max-width: 360.98px) {
	.an-top-nav a {
		padding: 0 5px;
		font-size: 13px;
	}
	.an-service-wrap .an-ser-content {
		padding: 20px 0;
		background: white;
	}
	.navbar {
		padding: 0;
	}
	section.an-tab-section .slick-prev.slick-arrow {
		left: 5px;
	}
	.an-service-wrap h4 {
		font-size: 18px;
	}
	.detl-txt h2 {
		font-size: 18px;
		margin-top: 20px;
	}
	.terms-txt .count {
		font-size: 11px;
		padding-left: 18px;
	}
	.terms-txt ul li a {
		font-size: 10px;
		padding: 0 8px;
	}
}
