/*
.wp-row p{
	margin-top: 0px !important;
}
*/

.m-3 {
	margin: 25px 0 !important;
}

.feature_list_row {
	max-height: 116vh;
	overflow: hidden;
}

.div-overflow-style {
	height: 300px;
	max-height: 400px;
	overflow: hidden auto;
	width: 100%;
}

.div-overflow-style::-webkit-scrollbar {
	width: 20px;
}

.div-overflow-style::-webkit-scrollbar-thumb {
	background: #81c4ea;
	border-radius: 5px;
}

.div-overflow-style::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fff;
}

.content-details .price {
	font-size: 16px !important;
}

.features_list.accordion {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	cursor: pointer;
	padding: 15px;
	font-size: 18px;
	position: relative;
	z-index: 999;
	width: 98%;
	text-align: left;
	border: 1px solid #eee;
	outline: none;
}

.features_list.accordion::after {
	content: url("https://irisstaging.iriswebportal.co.uk/wp-content/themes/iris/assets/images/arrow_down.png");
	position: absolute;
	top: auto;
	right: 30px;
}

.panel {
	display: none;
	border-width: 1px 1px 1px 1px;
    padding: 0 17px;
    border-color: #eee;
    background-color: white;
    width: 98%;
    border-style: solid;
}

.panel.all{
	border-width:1px 1px;
}

button.features_list.bundles {
    width: 96%;
}

.features_list.accordion.active .panel {
	border: 1px solid #eee;
}

.features_list.accordion:hover {
	background-color: #E0E0E0;
}

.active {
	background-color: #E0E0E0;
}

.features_list.accordion.active {
	display: block;
	/*transition: all 0.4s ease-out;*/
}

.features_list.accordion.active::after {
	transform: rotate(180deg);
	/* transition: transform 0.3s ease; */
}

.features_list.accordion.hide {
	display: none;
	/* transition: all 1s ease-out; */
}

.features-tab {
	display: flex;
	width: 50%;
	justify-content: space-between;
}

.feature-button {
	padding: 5px 15px;
	margin-right: 10px;
	background: #CBCBC7;
	color: #000;
	border: 1px solid #8C8B8B;
	border-radius: 50%;
}

.hidden {
	display: none !important;
}

.wp-container.features_list_container {
	padding: 0px 0px 0px 7%;
}

.content-details {
	/*display: flex;
	justify-content: space-between;*/
	padding: 20px 0px 0px 0px;
	position: relative;
	/* transition:opacity 1s ease-out, top 1s ease-out; */
}

.feature-details-div {
	display: grid;
	grid-template-columns: 7fr 2fr 4fr;
	align-items: stretch;
	justify-items: stretch;
}

.content-details .price {
	/*line-height: 0px;
	margin: 20px 0px !important;
	font-weight: bold;
	font-size: 18px;
	width:auto;*/
}

.contact-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	/* position: absolute; */
	bottom: 5%;
}

.feature-cta,
.feature-cta:hover {
	color: #fff;
	font-weight: 400;
}

.contact-block p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px !important;
}

.findoutBtn {
	background: none;
	border-radius: unset;
	box-shadow: none;
	cursor: pointer;
}

/* The modal (background) */
.featuresModal.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.featuresModal .modal-content {
	/* animation: card-container-in 1s both; */
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block !important;
	background-color: #fff;
	width: 100%;
	height: 817px;
	max-height: 817px;
	padding: 30px 115px 0px 115px;
	z-index: 2;
	background-size: auto 68vh;

	@media only screen and (min-width: 1680px) {
		height: 100%;
		max-height: 100vh;
	}
}

.hr-style {
	max-width: 100% !important;
	border-bottom: 1px solid #24303B !important;
}

.img-right-side {
	position: absolute;
	top: 21%;
	right: 0;
	width: 47%;
}

.closeBtn {
	top: 12vh !important;
	left: 40vw;

	@media only screen and (min-width: 1680px) {
		left: 40vw;
		top: 12vh !important;
	}
}

.modal_body_content,
.bundle_modal_body_content {
	padding-top: 2%;
}

.featuresModal .close {
	color: #aaa;
	float: right;
	font-size: 45px;
	font-weight: bold;
	margin-top: -2%;
}

.featuresModal .close:hover,
.featuresModal .close:focus {
	cursor: pointer;
}

.modal-desc-div {
	display: flex;
	justify-content: space-between;
}

.modal-desc-div .price {
	font-size: 16px;
	font-weight: 600;
}

button:hover {
	background: transparent;
}

.sub-cont.col-wp-12 {
	margin-top: 10px;
}

.info-icon{
	top: 0px;
    left: 0px;
}

.descriptionDiv{
	display: grid;
	grid-template-columns: 7fr 2fr 4fr;
}

.descriptionDiv .findoutBtn{
	min-width: auto;
    padding: 0px;
}

.right-side-image {
	width: 111%;
	max-width: 294%;
}

.descriptionDiv p {
	margin-top: 0px !important;
	line-height: 30px !important;
}

.payMethodDiv {
	margin-top: -7px;
}

.addon-cat {
	background-color: #0089a4 !important;
	border: 1px solid #0089a4 !important;
	text-align: center;
	color: #fff;
	width: auto;
	border-radius: 44px;
	cursor: pointer;
	min-height: 50px;
	min-width: 115px;
	height: 50px;
	padding: 1vh 0vh;
	margin-right: 10px;
	max-width: 150px;
	font-size: 16px;
	letter-spacing: 0.2px;
}

.addon-cat:hover {
	background-color: #c0e1f4;
}

.addon-cat.active-tab{
	background-color: #c00 !important;
	border: 1px solid #cdcdcd !important;
}

.logoNhome {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-around;
	align-content: center;
}

.feature-home {
	width: 15%;
	margin-left: 20px;
}

.close.col-wp-1 img {
	float: right;
}

body.modalOpen {
	overflow: hidden;
}

.features-button-div{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.TotalIndValue {
	display: flex;
	font-size: 12px !important;
	justify-content: center;
	margin-bottom: 0px;
	align-items: stretch; 
    margin-top: 5px !important;
    text-shadow: none;
}

.TotalIndValue input {
	width: 110px;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	height: 40px;
	background: #eeeeee;
	font-weight: bold;
}

.checkbox-container {
	display: flex;
	position: relative;
	margin: 0px;
	padding-left: 54px;
	cursor: pointer;
	line-height: 3;
	font-size: 1.0625rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 42px;
	background-color: #ededed;
	border: 6px solid #d3d5d8;
	transition: background-color 0.25s ease;
	border-radius: 15px;
	margin-top: 6px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;

}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 10px;
	top: 1px;
	width: 12px;
	height: 25px;
	border: solid #c8102e;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Summary box */
.summary-box {
	position: fixed;
    right: 5%;
    z-index: 1;
    min-height: 500px;
    height: 530px;
    width: 30%;
    color: #4e5961;
    background-color: #eeeff0;
    border: 5px solid #d1d3d6;
    padding: 2% 2% 0 2%;
    border-radius: 15px;
}

.selected-options {
	border: 1px solid #81c4ea;
	border-width: 1px 0px 1px 0px;
	margin: 0px 0 20px;
	overflow: hidden auto;
	max-height: 350px;
	height: 250px;
}

.selected-options::-webkit-scrollbar {
	width: 20px;
}

.selected-options::-webkit-scrollbar-thumb {
	background: #81c4ea;
	border-radius: 5px;
}

.selected-options::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fff;
}

.selected-options .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0px;
	padding-right: 20px;
	margin-top: 15px !important;
}

.selected-options .row p {
	margin-bottom: 0px;
}

.selected-options .row .addon-details {
	width: 70%;
	font-size: 12px;
	line-height: 24px;
}

.selected-options .row p .p-type {
	font-size: 12px;
	font-weight: bolder;
}

.selected-options .row .price-details {
	width: 15%;
	font-size: 12px;
	text-align: left;
}

.total-div h4 {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

.delete-addon {
	min-width: auto;
	background: none;
	border: none;
	box-shadow: none;
}

/* .delete-addon[data-class="websites-type"],
.delete-addon[data-class="packages"]{
	cursor: none;
}

.delete-addon[data-class="websites-type"] img,
.delete-addon[data-class="packages"] img{
	display: none;
} */

.content-details p.font16 {
    line-height: 24px !important;
	width:90%;
}

.annual-monthly-toggle{
	margin-bottom: 10px;
}

/*Mobile and Tab*/
@media screen and (max-width: 390px) {
	.feature_list_row {
		flex-direction: column;
		max-height: max-content;
	}

	/* .right-side-image {
		position: absolute !important;
		top: 178% !important;
		width: 100% !important;
		left: 0;
	} */

	.contact-block {
		bottom: -100% !important;
	}

	.addon-cat {
		min-width: 100% !important;
		width: 100% !important;
		margin-bottom: 12px;
	}

	.closeBtn {
		top: 13% !important;
	}
}

@media screen and (max-width: 767px) {
	.feature_list_row .col-wp-7 {
		width: 100%;
	}

	.wp-container.features_list_container {
		padding: 0px 20px 0px 20px;
	}

	.feature_list_row {
		flex-direction: column;
		max-height: max-content;
	}

	.feature_list_row .col-wp-6 {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-details {
		align-items: stretch;
	}

	.sub-cont {
		width: 100%;
	}

	.titleDiv {
		width: 100% !important;
	}

	.payMethodDiv h5 {
		font-size: 16px !important;
	}

	.findoutBtn {
		width: auto;
		margin: -10px 0px 0px;
		float: unset;
		padding: 0px !important;
	}

	.featuresModal .modal-content {
		width: 100%;
		position: relative;
		top: 0%;
		overflow-y: scroll;
		padding: 20px 10px 0px !important;
		max-height: 100vh !important;
		height: 100vh !important;
	}

	.featuresModal.modal {
		overflow: hidden scroll;
		width: 100% !important;
	}

	.info-icon {
        position: relative;
		top: 1vh !important;
        left: -27px;
    }

	.right-side-image {
		position: absolute !important;
		top: 150%;
        width: 94% !important;
        max-width: 100%;
	}

	.info-modal-div{
		width: 20%;
	}

	.content-details p.font16{
		width: 80%;
    	font-size: 14px !important;
	}

	.feature-details-div {
		grid-template-columns: auto !important;
		justify-items: start !important;
	}

	.features-button-div{
		align-items: center;
    	flex-direction: column;
		width: 100%;
	}

	.features_list.accordion {
		z-index: 997 !important;
		font-size: 18px !important;
	}

	.feature-details-div .titleDiv .title{
		font-size: 18px !important;
	}

	.addon-cat {
        min-width: 100% !important;
		width:100%;
		margin-bottom: 12px;
    }

	.contact-block {
		bottom: -80%;
	}

	.emptyDiv {
		display: none;
	}

	.logoNhome {
		width: 80% !important;
	}

	.close.col-wp-1 {
		width: 20% !important;
	}

	.img-right-side {
		position: relative;
		top: 0%;
		right: 0;
		width: 100% !important
	}

	.imgDiv {
		width: 100%;
	}

	.closeBtn {
		top: 12% !important;
		position: absolute;
		padding: 16px !important;
		min-height: 20px !important;
		height: 20px !important;
		left: 0 !important;
	}

	.priceDiv {
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.TotalIndValue input{
		color: #000;
	}

	.summary-box{
		position: relative;
		width:100%;
		right: -1%;
		height: 440px;
        min-height: 440px
	}

	.div-overflow-style	{
		height: auto;
		max-height: 300px;
		margin-bottom:30px;
	}

	.selected-options{
		max-height: 250px;
    	height: 200px;
	}

	/* .selected-options .row{
		align-items: center;
	} */

	.bundle_modal_body_content,
	.modal_body_content{
		padding-top: 15%;
	}

	.modal-content .bundle_modal_body_content .col-wp-5,
	.modal-content .modal_body_content .col-wp-5{
		width:100%;
	}

	.modal-content .bundle_modal_body_content .wp-row,
	.modal-content .modal_body_content .wp-row{
		flex-direction: column;
	}

	.bundle_modal_body_content p.font26{
		font-size: 16px !important;
		line-height: 24px;
	}

	.content-details .price{
		margin-bottom: 0px;
	}

	.payMethodDiv {
		margin-top: -2vh;
	}

	.selected-options .row .addon-details,
	.selected-options .row .price-details{
		margin: 0px !important;
	}

	.descriptionDiv{
		display: flex;
	}
}

/*Till iPad Air*/
@media screen and (min-width: 768px) and (max-width: 998px) {
	.wp-container.features_list_container {
		padding: 20px;
	}

	.col-wp-5 {
		width: 100%;
	}

	.features_list_container .wp-row .col-wp-5 {
		width: 100%;
	}

	.contact-block {
		bottom: 8% !important;
	}

	.right-side-image {
		top: 100%;
		position: absolute;
		width: 100%;
	}

	.featuresModal .modal-content {
		max-height: 100vh;
		height: 100vh;
		padding: 30px;
		overflow: hidden scroll;
	}

	.imgDiv {
		width: 100%;
	}

	.img-right-side {
		position: absolute;
		top: 69%;
		right: 0;
		width: 100% !important;
	}

	.closeBtn {
		left: auto !important;
		right: 20px;
		top: 12vh !important;
	}

	.logoNhome {
		width: 60% !important;
	}

	.close.col-wp-1 {
		width: 40% !important;
	}

	.emptyDiv {
		display: none;
	}

	.bundle_modal_body_content,
	.modal_body_content{
		padding-top: 15%;
	}

	.modal-content .bundle_modal_body_content .col-wp-5,
	.modal-content .modal_body_content .col-wp-5{
		width:100%;
	}

	.modal-content .bundle_modal_body_content .wp-row,
	.modal-content .modal_body_content .wp-row{
		flex-direction: column;
	}
}

/*iPad pro and more*/
@media screen and (min-width: 999px) and (max-width: 1200px) {
	.wp-container.features_list_container {
		padding: 20px;
	}

	.col-wp-5 {
		width: 100%;
	}

	.features_list_container .wp-row .col-wp-5 {
		width: 100%;
	}

	.features-tab {
		justify-content: flex-start;
	}

	.contact-block {
		bottom: 20% !important;
	}

	.right-side-image {
		top: 80%;
		position: absolute;
		width: 100%;
	}

	.featuresModal .modal-content {
		max-height: 100vh;
		height: 100vh;
		padding: 30px;
		overflow: hidden scroll;
	}

	.imgDiv {
		width: 100%;
	}

	.img-right-side {
		position: absolute;
		top: 60%;
		right: 0;
		width: 100% !important;
	}

	.closeBtn {
		left: auto !important;
		right: 20px;
		top: 12vh !important;
	}

	.logoNhome {
		width: 60% !important;
	}

	.close.col-wp-1 {
		width: 40% !important;
	}

	.emptyDiv {
		display: none;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
	.right-side-image {
		width: 135%;
		max-width: 290%;
	}

	.contact-block {
		bottom: -18%;
	}

	.img-right-side {
		width: 52%;
	}
}

@media screen and (min-width: 1800px) {

	.addon-list-section {
		padding: 20px 0px 0px 180px;
	}

	.content-details .price {
		font-size: 20px !important;
	}

	.right-side-image {
		width: 112%;
		max-width: 341%;
		margin-top: 12%;
		margin-left: -11px;
	}

	.feature_list_row {
		max-height: 100vh;
		overflow: hidden;
	}

	.features-tab {
		width: 40%;
	}

	.div-overflow-style {
    	height: 365px;
	}

	.contact-block{
		bottom:3%;
	}


	button.features_list.bundles {
		width: 760px;
	}

	.payMethodDiv {
		margin-top: -3px;
	}

	.addon-cat {
		min-width: 120px;
	}

	.summary-box{
		top:25%;
		min-height: 550px;
		height:530px;
	}

	#bundles .panel{
		width:87%;
	}

	.delete-addon{
		margin-top:-1vh !important;
	}

	.selected-options .row p{
		margin: 0px !important;
	}
}