@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*================================================== */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5rem;
	color: #5c5e66;
	background: #fff;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}

p {
	margin-bottom: 15px;
	font-weight: normal;

}

a {
	color: #ff7200;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: #333;
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.container.no-gutters {
	padding-right: 0px;
	padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 1.5rem 0;

}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #20222a;
	font-family: 'Poppins', sans-serif;

}

h2 {
	font-size: 25px;
	font-weight: 600;
	color: #1d4187;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;

}

h3 {
	font-size: 20px;
	font-weight: 600;
	color: #22344b;
	font-family: 'Poppins', sans-serif;

}

h4 {
	font-size: 18px;
	font-weight: 600;
	color: #22344b;

}

h5 {
	font-size: 16px;
	font-weight: 600;
	color: #22344b;

}


h6 {
	font-size: 15px;
	font-weight: 600;
	color: #22344b;

}

.w-50 {
	width: 50% !important;
}

.orangebg {
	background: #ff7200;
	color: #fff;
}

.orangetxt {
	color: #ff7200;
}

.text-blue {
	color: #2277ba;
}

.bluebg-light {
	background: #5f7ee9;
	color: #fff;
}

.orange-btn {
	background: #ff7200;
	color: #fff;
	border: none;
	border-radius: 15px;
	padding: 5px 36px;
}

.orange-btn:hover {
	background: #10356b;
	color: #fff;
}

.border-dash {
	border: 1px dashed #f5f5f5;
}

.hidecontent-lp {
	display: block !important;
}

.showcontent-lp {
	display: none !important;
}

.hidecontent {
	display: block !important;
}

.showcontent {
	display: none !important;
}

.font-14 {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin-top: 8px;
	font-weight: 700;
}

/* ==================================================
 Header Section
================================================== */
header {
	position: absolute;
	width: 100%;
	z-index: 10;
	background: rgba(239, 244, 254, 0.97);
	padding: 5px 0;


}

.trustseal {
	position: absolute;
	top: -8px;
}

.trustseal img {
	width: 59%;
}

/* ==================================================
 socialmedia Section
================================================== */
.topbar {
	font-size: 15px;
	color: #585c62;
	text-align: right;
	margin: 7px 0;
	font-weight: normal;
	padding-right: 40px;
}

.topbar i {
	font-size: 18px;
	font-weight: normal;
}

.topbar ul {
	list-style: none;
	margin-bottom: 0;
}

.topbar li {
	display: inline;
	padding: 5px 5px;
	position: relative;
}

.topbar li a {
	color: #24372b;
	font-size: 16px;
	font-weight: 700;
	font-weight: bold;

}

.topbar li a .call {}

.topbar li a i {
	font-size: 14px;
	margin: 0 auto;
	background: #07a7d1;
	border-radius: 50%;
	padding: 3px 6px;
	text-align: center;
	color: #fff;

}

.topbar .padd {
	padding: 20px;
}

.socialmedia {
	color: #fff;
	text-align: left;
	padding-right: 8px;

}

.padl-r {
	padding: 0 10px;
}


/* ==================================================
Top Navigation Section
================================================== */
.navbar-brand {}

.nav-link {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #405168;


}

.navbar {
	padding: 6px 0;

}

.navbar-dark .navbar-nav .nav-link {
	color: #405168 !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {}

.navbar-nav .nav-link:hover {
	color: #fff !important;
	transition: 0.5s;
	background: #ff7200;
	border-radius: 20px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.3rem 1rem;
	color: #405168;
	margin: 0 2px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.dropdown-menu {
	margin: 0rem 0 0;
	border-radius: .6rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border: 0;
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	text-align: left;
	font-size: 13px;
	color: #333 !important;
}

.dropdown-item {
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
	border: 2px solid #fff;
}

.navbar-toggler {
	border: 1px solid #156fb3 !important;
	background: #0c61a0;
	width: 50px;
	height: 50px;
	margin-top: -48px;
	margin-bottom: 22px;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0px;
	opacity: 1;
}


.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 38px;
	top: -24px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 38px;
	top: -24px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}




/* ==================================================
Banner Section
================================================== */

.bannermain {
	position: relative;
	background-image: url(../images/breakthrough_banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 734px;
	padding-top: 120px;

}




.bannermain h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin: 20px 0 0;
	text-shadow: 0 2px 3px rgb(19 91 133);
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.bannermain h1 span {

	display: block;
	font-size: 20px;
	color: #053356;
	margin-top: 8px;
	text-transform: lowercase;
	text-shadow: none;
}


.jumbotron p {
	font-size: 31px;
	color: #f5f5f5;
	margin-top: 0;
	font-family: 'Corinthia', cursive;
	font-style: italic;
	line-height: 32px;
}


/* ==================================================
Testimonial slide  Section
================================================== */
.testimonial-slider {
	margin: 20px 0;
}

.testimonial-slider h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: 30px 0 60px;
}

.testimonial-slider h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #1abc9c;
	left: 0;
	right: 0;
	bottom: -20px;
}

.testimonial-slider .carousel .carousel-item {
	color: #999;
	overflow: unset;
	min-height: 120px;
	font-size: 13px;
	padding-top: 50px;
}

.testimonial-slider .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}

.testimonial-slider .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}

.testimonial-slider .carousel .testimonial-wrapper {
	padding: 20px 10px;
}

.testimonial-slider .carousel .testimonial {
	color: #808080;
	position: relative;
	padding: 15px 25px;
	background: none;
	border: 0px solid #efefef;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}




.testimonial-slider .carousel .overview {
	padding: 55px 0 0 15px;
	text-align: center;
}

.testimonial-slider .carousel .overview .details {
	padding: 5px 0 8px;
}

.testimonial-slider .carousel .overview b {
	color: #f88803;
	font-size: 20px;
}

.testimonial-slider .carousel .carousel-indicators {
	bottom: -70px;
}

.testimonial-slider .carousel .carousel-indicators li,
.testimonial-slider .carousel .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 2px;
	box-sizing: border-box;
}

.testimonial-slider .carousel .carousel-indicators li {
	background: #e2e2e2;
	border: 4px solid #fff;
}

.testimonial-slider .carousel .carousel-indicators li.active {
	color: #fff;
	background: #ff9540;
	border: 5px double;
}

.testimonial-slider .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -66px;
}

.testimonial-slider .carousel-inner {
	position: relative;
	width: 100%;

}

.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon {
	background: #fff;
	border-radius: 50%;
	color: #000;
	padding-top: 2px;


}

.testimonial-slider .carousel-control-prev {
	left: -98px;
}

.testimonial-slider .carousel-control-next {
	right: -98px;
}

.testimonial-slider .carousel-control-next,
.testimonial-slider .carousel-control-prev {
	opacity: 1;
}

.testimonial-slider .carousel .carousel-item {
	color: #999;
	overflow: unset;
	min-height: 120px;
	font-size: 13px;
	padding-left: 20px;

}

.testimonial-slider .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}

.testimonial-slider .carousel .media img {
	width: 110px;
	height: 110px;
	display: block;
	border-radius: 50%;
	margin-top: -70px;
	position: absolute;
	left: 40%;
	background: #fff;
}

.carousel .testimonial-wrapper {
	padding: 0 10px;
	background: #fff;
	border-radius: 20px 0 20px 0;
	box-shadow: 0 0 20px rgba(70, 133, 168, 0.4) inset, 0 0 20px rgba(14, 47, 77, 0.54);
}

.testimonial-slider .carousel .testimonial {
	color: #808080;
	position: relative;
	padding: 15px 25px;
	background: none;
	border: 0px solid #efefef;
	border-radius: 3px;
	margin-bottom: 15px;
}



/* ==================================================
products  Section
================================================== */
.productsbg {
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 45%, rgba(233, 241, 245, 1) 100%);
	min-height: 500px;
	padding: 50px 0;
}

.productsbg .carousel {
	margin: 50px auto;
	padding: 0 0px;
}

.productsbg .carousel .item {
	color: #747d89;
	min-height: 325px;
	text-align: center;
	overflow: hidden;
}

.productsbg .carousel .thumb-wrapper {
	padding: 10px;
	text-align: center;
	position: relative;
	margin: 20px 0;

}



.productsbg .carousel .item .img-box {
	height: 165px;
	margin-bottom: -20px;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	border-radius: 10px;
	padding: 20px;
}

.productsbg .carousel .item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.productsbg .carousel .item .thumb-content {
	background: #07255b;
	color: #fff;
	padding: 10px;
	text-align: left;
	min-height: 88px;
}



.productsbg .carousel .item h4 {
	font-size: 15px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.productsbg .carousel .item h4,
.productsbg .carousel .item p,
.productsbg .carousel .item ul {
	margin-bottom: 5px;
}

.productsbg .carousel .thumb-content .btn {
	color: #07a7d1;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #7ac400;
	padding: 6px 14px;
	margin-top: 5px;
	line-height: 16px;
	border-radius: 20px;
}

.productsbg .carousel .thumb-content .btn:hover,
.productsbg .carousel .thumb-content .btn:focus {
	color: #fff;
	background: #f4850d;
	box-shadow: none;
}

.productsbg .carousel .thumb-content .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.productsbg .carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}

.productsbg .carousel .item-price strike {
	opacity: 0.7;
	margin-right: 5px;
}

.productsbg .carousel-control-prev,
.productsbg .carousel-control-next {
	height: 29px;
	width: 29px;
	background: #07a7d1;
	border-radius: 4px;
	opacity: 0.8;

}

.productsbg .carousel-control-prev {
	right: 52px;
	top: -80px;
	left: auto;
}

.productsbg .carousel-control-next {
	right: 0;
	top: -80px;
}

.productsbg .carousel-control-prev:hover,
.productsbg .carousel-control-next:hover {
	background: #f4850d;
	opacity: 1;
}

.productsbg .carousel-control-prev i,
.productsbg .carousel-control-next i {
	font-size: 25px;

	display: inline-block;
	margin: 0px 0 0 0;
	z-index: 5;

	color: #fff;
	text-shadow: none;
	font-weight: normal;
}



.productsbg .carousel-indicators {
	bottom: -50px;
}

.productsbg .carousel-indicators li,
.productsbg .carousel-indicators li.active {
	width: 25px;
	height: 4px;
	margin: 4px;
	border: none;
}

.productsbg .carousel-indicators li {
	background: #07a7d1;
}

.productsbg .carousel-indicators li.active {
	background: #f4850d;
}

/* ==================================================
product mobile Section
================================================== */
.productsbg .card {
	background: transparent;
	border: 0;
}

.productsbg .card-body .thumb-wrapper {
	padding: 0px;
	text-align: center;
	position: relative;
	margin: 0px 0;

}

.productsbg .card-body .img-box {
	height: auto;
	margin-bottom: -20px;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	border-radius: 10px;
	padding: 10px;
}

.productsbg .card-body img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.productsbg .card-body .thumb-content {
	background: #07255b;
	color: #fff;
	text-align: left;
	margin-top: -20px;
	padding: 8px 25px;
}

.productsbg .card-body .thumb-content h4 {
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 9px;
}

/* ==================================================
FAQ Section
================================================== */
.faqbg {
	position: relative;
	background-image: url(../images/breakthrough_faq.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 734px;
	padding: 40px 0;

}

.accordion {
	padding: 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	box-shadow: 0 0 38px rgb(55 95 132 / 26%);
	margin-top: 40px;
	margin-bottom: 20px;
}

.accordion-button {
	font-size: 18px;
	font-weight: bold;
	color: #0f75aa;
	background: transparent;
	text-indent: 25px;
}

.accordion-body {
	padding: 0.6rem 1.25rem;
	border-left: 5px solid #b7c7d1;
	margin-top: 10px;
	color: #0c507d;
	font-size: 15px;
}

.accordion-body p {
	font-weight: 600;
}

.accordion-body li {
	padding: 10px 0;
	font-weight: bold;

}

.accordion-item {
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-header {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #0f75aa;
	padding-right: 20px;
}

.accordion-button:not(.collapsed) {
	color: #f48c1b;
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.65rem;
	height: 1.65rem;
	position: absolute;
	content: "";
	background: #f48c1b url(../images/chevron-down.svg) center center no-repeat;
	left: 0px;
	top: 13px;
	transition: transform .2s ease-in-out;
	border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {

	background: #f48c1b url(../images/chevron-down.svg) center center no-repeat;
	transform: rotate(-180deg);
}






/* ==================================================
Internal pages banner
================================================== */
.innerbanner {
	background: url(../images/innerbanner-bg.jpg) left center /cover;
	min-height: 300px;
	padding-top: 190px;
	color: #333;
}

.innerbanner h1 {
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 0 2px 3px rgb(12 115 175);

}

.main-content {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 8px rgba(35, 38, 56, 0.3);
	padding: 15px 30px;
	margin: 30px 0px 70px;
	min-height: 600px;
	border-radius: 5px;
	font-weight: 500;
}

.main-content h1 {
	font-size: 34px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #1d4187;
}

.main-content h2 {
	font-size: 28px;
	padding: 10px 0;
	font-weight: 600;
	color: #1d4187;
}

.main-content h2 span {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	font-weight: normal;
}

.main-content h3 {
	font-size: 26px;
	padding: 10px 0;
	font-weight: 600;
}

.main-content h3 span {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	font-weight: normal;
}

.course-dashbor {
	border: 1px dashed #d7e4ef;
	padding: 5px 2px;
	font-size: 13px;
	line-height: 19px;
	min-height: 115px;
	margin: 10px 0;

}

dt {
	font-weight: 700;
	color: #124d8e;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
	font-weight: 500;
}

/* ==================================================
Breadcrumb
================================================== */
.breadcrumb {
	margin-bottom: 0rem;
	border-radius: 15px;
	padding: 9px 20px;
	margin-top: 23px;
	/* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
	background: #288bde;
}

.breadcrumb-item a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}

.breadcrumb-item.active {
	color: #f3a902;
	font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #e1e7ed;
	content: var(--bs-breadcrumb-divider, "/");
}

/* ==================================================
Contact page  Section
================================================== */

.map {
	position: relative;
	margin-top: 30px;
}

.contactpage-form {
	top: 0;
	right: 60px;
	position: absolute;
	background: #fff;
	width: 36%;
	padding: 10px;
	margin: 20px;
}

.lg-grey {
	background: #eef1f5;
	min-height: 150px;
	margin: 10px 5px;
	padding: 20px;
	color: #1c4681;
}

.listing {
	margin-top: 15px;
}

.listing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.listing li {
	display: block;
	padding: 8px;
}

.listing li i {
	font-size: 20px;
	color: #25d4a0;
	padding-right: 10px;
	float: left;
	margin-top: 1px;
}




/* ==================================================
Footer  Section
================================================== */


footer {
	background: url(../images/breakthrough_footer.jpg) no-repeat center top /cover;
	padding: 1.5rem 0 1rem;
	font-size: 14px;
	color: #e4e9ea;
	font-weight: 300;
	position: relative;
}

footer h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

footer h3 span {
	font-size: 14px;
	color: #e4e9ea;
	text-transform: none;
	font-weight: normal;
	display: block;
	margin-top: 8px;
}


footer p {
	padding: .2rem 0;
	margin: .9rem 0;
	line-height: 1.4rem;
	font-weight: 400;
	color: #e4e9ea;
}

footer .pl-3 {
	padding-left: 30px;
}

footer .contactform {
	background: #07a7d1;
	padding: 10px;
	color: #e4e9ea;
	margin-top: -60px;
	margin-bottom: 43px;
}

footer i {
	font-size: 20px;
	padding: 10px;
	color: #e4e9ea;
}

footer .contactform {
	background: #07a7d1;
	padding: 10px 25px 20px;
	color: #fff;
	margin-top: -60px;
	margin-bottom: 43px;
}

footer .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #212529;
	background-color: #e8f1fd;
	background-clip: padding-box;
	border: 1px solid #e8f1fd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.65rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

footer .form-label {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 14px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer li {
	display: block;
	padding: 2px 10px 2px 0px;

}

footer li a {
	color: #c0dbca;
	font-weight: 500;
	text-decoration: none;
}

footer li a:hover {
	color: #ff7200;
}

footer li a i {
	font-size: 10px;
	color: #07a7d1;
}

.footer-bot {
	padding: 1px 0;
	font-size: 0.8rem;
	margin: 0;
	border-top: 1px dashed #789198;

}

footer a {
	color: #c0dbca;

	font-weight: 600;
}

footer a:hover {
	color: #ff7200;
}

/* ==================================================
Media Queries
================================================== */

@media (max-width:1200px) {}

@media (max-width:1024px) {

	.testimonial-slider .carousel-control-next {
		right: -50px;
	}

	.testimonial-slider .carousel-control-prev {
		left: -50px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.3rem 1rem;
		margin: 0 0px;
	}
}

@media (max-width: 992px) {

	.logo {
		margin-bottom: 20px;
	}

	.bannermain {
		padding-top: 175px;
		height: auto;
		padding-bottom: 52px;
	}


	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.3rem 1rem;
		color: #fff;
		margin: 0 2px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar {
		padding: 5px 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 37px;
		z-index: 99;
		background: rgb(23 116 193 / 91%);
		width: 100%;
		padding: 10px;
		left: 0;
	}

	.trustseal {
		position: absolute;
		top: 71px;
	}

	.productsbg .carousel .thumb-wrapper {
		padding: 0;
	}

}

@media (max-width: 820px) {

	.trustseal {
		position: absolute;
		top: 71px;
	}



}

@media (max-width: 768px) {



	.testimonial-slider .carousel-control-next {
		right: 0px;
	}

	.testimonial-slider .carousel-control-prev {
		left: 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 37px;
		z-index: 99;
		background: rgb(23 116 193 / 91%);
		width: 100%;
		padding: 10px;
		left: 0;
	}

	.navbar {
		padding: 5px 0;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}



	.socialmedia {
		display: none;
	}


	footer .contactform {
		background: #07a7d1;
		padding: 10px;
		color: #e4e9ea;
		margin-top: 20px;
		margin-bottom: 43px;
	}

	.accordion {
		padding: 0 5px;
	}

	.topbar .padd {
		padding: 0px;
	}


}

@media (max-width: 576px) {
	.hidecontent {
		display: none !important;
	}

	.hidecontent-mv {
		display: none !important;
	}

	.showcontent {
		display: block !important;
	}


	.showcontent-lp {
		display: inline-block !important;
	}

	.innerbanner {
		padding: 0;
	}

	footer p {
		padding: .2rem 0;
		margin: .9rem 0;
	}

	.contactpage-form {
		top: 0;
		right: 60px;
		position: absolute;
		background: #fff;
		width: 72%;
		padding: 28px;
		margin: 20px;
	}
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
