/* 
Theme Name: MappingMaster
Author: Aby Tesh
Author URI: https://wordpress.org/
Description: Mapping Master
Version: 1.6
Requires PHP: 8.1
*/

body {
	overflow-x: hidden;
}

.wrapper {
	width: 1210px;
    margin: 0 auto;
}
.price_included {
    padding: 110px 0 0 0;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
}
.mm_price_included {
	padding: 50px 0 0 0;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
}
.price_included_in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mm_price_included-txt {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.add_on_container {
	display:flex;
	align-items: center;
	justify-content: center;
	height: 204px;
	padding: 20px;
	gap: 36px;
	box-shadow: 0px 0px 8px 0px #0000002B;
}
.add_on_container img {
	flex-basis: 10%;
}
.addon_info {
	gap: 16px;
	flex-basis: 57%;
}

.add_on_container > .addon_info h2 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
}

.add_on_container > .addon_info p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	text-align: left;
}
.price_container {
	gap: 20px;
	flex-basis: 23%;
}
.price_container h1 {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}

.price_container p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}

.price_included-img {
    width: 417px;
    height: auto;
    margin-top: 60px;
    margin-bottom: -220px;
}
.price_included-txt {
    width: 530px;
    margin-bottom: 110px;
    margin-left: 120px;
}
.mm_price_included-txt {
    margin-bottom: 110px;
	text-align: center;
    /*margin-left: 120px;*/
}

.mm_price_included-txt h3 {
	margin-bottom: 0px;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
}
.price_included-txt ul {
    padding: 0;
    margin: 0;
}
.price_included-txt ul li {
    position: relative;
    list-style: none;
    font-size: 20px;
    z-index: 1;
}
.price_included-txt > ul > li {
    margin-bottom: 6px;
}
.price_included-txt > ul > li::before {
    position: absolute;
    content: "";
    top: 9px;
    left: -46px;
    height: 15px;
    width: 15px;
    background-image: url(images/star.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
	.wrapper {
      width: 932px;
    }
	.channel-manager-img {
		max-width: 100%;
		height: auto;
	}
}
/**Desktop Query*/
@media only screen and (min-width: 768px) {
	.wrapper {
        width: 100%;
        padding: 0 30px;
    }
	.mapping-connections-content {
		padding: 70px 240px;
	}
	.mapping-m-land-content {
		padding: 0px 115px;
		width: 830px;
		top: 180px;
	}
	.free-trail-notice {
		padding: 50px 115px;
	}
	.mapping-m-header-land {
		padding: 0px 115px;
	}
	.mapping-m-header { 
		padding: 0px 115px;
	}
	.mapping-land-buttons {
		flex-direction: row;
	}
	.mapping-land-comments {
		padding: 50px 115px;
	}
	.mapping-heading-md {
		line-height: 30px;
	}
	.mapping-m-land-products-item {
		padding: 100px 0;
	}
	.mapping-m-land-products-video {
		padding: 50px 115px;
	}
	.mapping-heading {
		font-size:45px;
		line-height: 68px;
	}
	.mapping-m-land-features {
		padding: 4.375rem 5vw;
	}
	.mapping-m-article {
		padding: 4.375rem 10vw;
	}
	.mapping-m-calculator {
		padding: 50px 125px;
	}
	.search-box-container {
		width: 500px !important;
	}
	.top-margin-lg {
		margin-top: 100px;
	}
	.footer-content {
		padding-left: 115px !important;
		padding-right: 115px !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}
  
  /*Tablet Query*/
@media only screen and (min-width: 481px) and (max-width:768px) {
	.wrapper {
        width: 100%;
        padding: 0 30px;
    }
	.add_on_container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: unset;
		height: unset;
		padding: 20px;
		gap: 36px;
		box-shadow: 0px 0px 8px 0px #0000002B;
	}
	.mapping-connections-content {
		padding: 70px 5vw;
	}
	.free-trail-notice {
		padding: 50px 5vw;
	}
	.mapping-m-land-content {
		padding: 0px 5vw;
		top: 100px;
	}
	.mapping-m-header-land {
		padding: 0px;
	}
	.mapping-m-header {
		padding: 0px;
	}
	.mapping-land-buttons {
		flex-direction: column;
	}
	.mapping-land-comments {
		padding: 50px 5vw;
	}
	.mapping-m-land-products-item {
		padding: 50px 0;
	}
	.mapping-m-land-products-video {
		padding: 50px 0;
	}
	.mapping-heading {
		font-size: 36px;
	}
	.top-margin-lg {
		margin-top: 50px;
	}
}
  
  /*Mobile Query*/
@media only screen and (max-width:480px) {
	.mapping-connections-content {
		padding: 70px 5vw;
	}
	.mapping-m-land-content {
		padding: 0px 5vw;
		top: 10px;
	}
	.free-trail-notice {
		padding: 50px 5vw;
	}
	.mapping-m-header-land {
		padding: 0px;
	}
	.mapping-m-header {
		padding: 0px;
	}
	.mapping-land-buttons {
		flex-direction: column;
	}
	.mapping-land-comments {
		padding: 50px 5vw;
	}
	.mapping-m-land-products-item {
		padding: 50px 0;
	}
	.mapping-m-land-products-video {
		padding: 50px 0;
	}
	.mapping-heading {
		font-size: 24px;
	}
	.features-title-margin {
		margin-top: 150px;
	}
	.top-margin-lg {
		margin-top: 20px;
	}
	.footer-content {
		padding-left: 50px !important;
		padding-right: 50px !important;
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.wrapper {
        padding: 0 15px;
		width: 100%;
    }
	.add_on_container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: unset;
		height: unset;
		padding: 20px;
		gap: 36px;
		box-shadow: 0px 0px 8px 0px #0000002B;
	}
}
@media only screen and (min-width: 1200px) {
    .wrapper {
        width: 1210px;
        margin: 0 auto;
    }
}
td img {
	vertical-align: top;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

#footer {
	overflow: hidden;
	background: #2E3F47;
	margin-top: 100px;
}

.menu-item {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 21px;
	color: #1E1E1E	!important;
}

.menu-item-active {
	color: #C72014 !important;
}

.mapping-heading {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.mapping-heading-sm {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #1E1E1E;
}

.mapping-heading-esm {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1E;
}

.mapping-heading-md {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #1E1E1E;
}

.prices-heading {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #1E1E1E;
}

.mapping-paragraph {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #2E3F47;
}

.mapping-paragraph-500 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1e1e1e;
}

.jumbotron-paragraph {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #2E3F47;
	margin-bottom: 50px;	
	max-width: 860px;
}

.margin-gap {
	margin-bottom: 50px;
}

.mapping-paragraph-faint {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 29px;
	color: #2E3F47;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder{
	font-family: 'Poppins';
}
input[type="text"], input[type="email"] {
	font-family: 'Poppins';
	height: 45px !important;
	font-size: 16px !important;
	padding: 10px 20px;
}
.mapping-paragraph-sm {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #2E3F47 !important;
}

.mapping-paragraph-bold {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1E;
}

.footer-menu {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF !important;
}

.footer-menu-faint {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #A1AEB7 !important;
}

.blog-excerpt {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #2E3F47 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.card-body {
	padding: 20px 20px 30px 20px !important;
}

.mapping-title-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #1E1E1E;
}

.price-big-number {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
}

.custom-btn {
	justify-content: center;
	align-items: center;
	padding: 9.5px 30px;
	background: linear-gradient(0deg, #C72014, #C72014), #FFFFFF;
	border-radius: 8px;
	border-style: solid;
	border:none;
	outline:none;
}
.custom-btn-lg:hover {
	background: #2E3F47;
}

.custom-btn-lg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9.5px 30px;
	background: linear-gradient(0deg, #C72014, #C72014), #FFFFFF;
	border-radius: 8px;
	border-style: solid;
	border:none;
	outline:none;
	min-width: 200px;
	height: 45px;
}

.custom-btn-outline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9.5px 30px;
	border: 1px solid #C72014;
	border-radius: 8px;
	min-width: 200px;
	height: 45px;
}

.custom-btn-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.custom-btn-text-sm {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.form-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 8px;
	line-height: 24px;
}

.custom-btn-outline-text{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #C72014;
}

.mapping-m-land-top-image {
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
	/* Configure TODO:background: linear-gradient(359.97deg, #FFFFFF 6.88%, rgba(255, 255, 255, 0.1) 99.97%);*/
}

.mapping-m-land-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	left: 0px;
}

.jumbotron-heading {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	display: flex;
	align-items: center;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.mapping-m-header-land {
	background-color: #FFFFFF;
}	

.mapping-m-header {
	box-shadow: 0px 2px 10px 1px rgba(83, 83, 83, 0.1);
	background-color: #FFFFFF;	
}	

.mapping-land-buttons {
	display: flex;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
}

.mapping-m-land-features {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
	left: 0px;
	top: 704px;
}

.mapping-m-article {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	left: 0px;
}

.mapping-m-article h5 {
	margin-bottom: 50px;
	line-height: 1.5;
}

.mapping-m-features-content {
	max-width: 1180px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.mapping-m-land-features-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 20px;
}

.features-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(161, 174, 183, 0.2);
	border-radius: 10px;
}

.features-card-second {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 30px 20px;
	padding-left: 30px !important;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(161, 174, 183, 0.2);
	border-radius: 10px;
	height: 120px;
}

.free-trail-notice {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: linear-gradient(0deg, #F8FAFB, #F8FAFB), #FFFFFF;
}

.mapping-m-land-products-item {
    background: #fff;
}
.mapping-land-content {
	position: relative;
    z-index: 10;
	max-width: 1180px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}
.mapping-m-land-flex {
	display: flex;
    align-items: center;	
}
.mapping-m-land-products-item-txt {
	flex-basis: 40%;
}
.mapping-m-land-products-item-image {
    flex-basis: 55%;
    width: 55%;
}

.mapping-m-land-video-decor {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#play_btn {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 96px;
	height: 96px;
	cursor: pointer;
}

.mapping-connections-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.mappping-land-comments {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;

}
.review-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 20px;
	gap: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(161, 174, 183, 0.2);
	border-radius: 10px;
}
.blog-card {
	box-shadow: 0px 5px 20px rgba(161, 174, 183, 0.2);
}
.review-thumbnail {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}

.mapping-price-table {
	position: relative;
    display: block;
    margin: -65px auto 0;
    transform: scale(0.8);
}
.price-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 0px;
	gap: 10px;
	border-top: 1px solid rgba(161, 174, 183, 0.2);
	background: #F8FAFB;
}

.price-detail {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 16px 0px;
	border-top: 1px solid rgba(161, 174, 183, 0.2);
	background: #FFFFFF;
	text-align: start;
}

.price-header {
	padding: 30px 0px 0px;
	gap: 10px;
	background: #F8FAFB;
	border-radius: 10px 10px 0px 0px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price-bottom {
	border-radius: 0px 0px 10px 10px !important;
}

.available-svg {
	width: 25px;
    height: 25px;
}
.red-col {
	background: #C72014;
}
.channel-link {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #C72014;
	text-align: end;
}
.contactus-map {
	border-radius: 9.48863px;
	max-width: 488px;
	max-height: 291px;
}
.blog-card{
	border-radius: 10px 10px 0px 0px;
}
.blog-search-box {
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	width: 500px;
	padding: 10px 20px;
}
.blog-search-box::placeholder {
	padding-left: 30px;
	padding-top: 20px;
}

.channel-card {
	background: #ffffff;
	box-shadow: 0px 5px 20px rgba(161, 174, 183, 0.2);
	border-radius: 10px;
	display: flex;
	height: 95px;
}

.channel-card:hover {
	border: 3px solid #C72014;	
}

.channel-table {
	background: #F8FAFB;
	margin-bottom: 80px;
}

#in_z span {
	background-image: none;
	background-color: #fff;
	height: 28px;
	width: 28px;
	top: -12px;
	border-radius: 20px;
	border: 2px rgb(198,42,27)solid;
}
.in_k:after, .in_r:after {
    content: '';
    background: url(./img/euro.svg) no-repeat center bottom;
    position: absolute;
    left: 26px;
    top: 20px;
    bottom: 0;
    right: auto;
    margin: auto;
    vertical-align: middle;
    line-height: 46px;
    width: 20px;
    height: 30px;
}
#in_r, #in_k {
	max-width: 250px;
    border: 0px none;
    font: 26px 'Poppins';
    padding: 10px 20px;
    _width: 160px !important;
    _height: 55px !important;
    border: solid 1px #A1AEB7;
    border-radius: 10px;
    text-align: right;
    color: #505D68;
    font-weight: 600;
}
.search-box-container:after {
    content: '';
    background: url(./img/search.svg) no-repeat center bottom;
    position: absolute;
    top: 0%;
    bottom: 0%;
	left: 10px;
    right: auto;
    margin: auto;
    vertical-align: middle;
    line-height: 46px;
    width: 20px;
    height: 20px;
}

#in_r:focus, #in_k:focus {
	outline:none;
	border: solid 3px #1E1E1E;
}
.in_k:after {
	background: url(./img/numbers.svg) no-repeat center bottom;
}
.tarif {
	accent-color: #C72014;
	transform:scale(1.8);
}
.price-options {
	background: linear-gradient(0deg, #F8FAFB, #F8FAFB), #FFFFFF;
}

.pms-card {
	width: 300px;
	height: 120px;
}

.featured-image {
  display: block;
  padding: 0 5% 0 5%;
  margin: 0 auto 1.5em auto;
  overflow: hidden;
  max-height: 1000px;
  position: relative;
}

.blog-img {
	width: 100%;
	height: 252px;
}

.table-row-count {
	font-family: 'Poppins';
    font-style: italic;
    font-weight: lighter;
    font-size: 14px;
    line-height: 21px;
    color: #bcc5cd !important;
}

/*this is test style */

.pms-focus-box{
    display:flex;
    align-items:center;
    background:#f7e6e6;
    padding:18px 22px;
    border-radius:6px;
    max-width:520px;
    gap:15px;
}

.pms-focus-bar{
    width:4px;
    height:45px;
    background:#c62828;
    border-radius:2px;
}

.pms-focus-content{
    display:flex;
    flex-direction:column;
}

.pms-focus-text{
    font-size:18px;
    color:#333;
    font-weight:500;
}

.pms-focus-highlight{
    font-size:18px;
    color:#d32f2f;
    font-weight:600;
}