.sspdiv{
	position: relative !important;
	top: -1px !important;
}
.headerpanel{
	position: relative !important;
}
.button-container img:not(.close, .maximagesin_worh, .toomaximagesin_worh, .robat-img) {
	max-width: 100%;
	width: 98%;
}
.internal-link{
	margin: 0 auto;
    width: fit-content;
	/*border: 1px solid #1e80a4;*/
	border-radius: 5px;
}
.img_closed{display:none !important;}
.internal-link>div{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.internal-link .servicetextpage,.internal-link .countrytextpage{
	padding: 10px;
}
.internal-link .servicetextpage>div,.internal-link .countrytextpage>div{
	margin: 10px;
    background: #f4f7fb;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
	min-width: 175px;
}
.internal-link .other-title{
	background: none !important;
    color: #006f99 !important;
}


.new-btn-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.button-container {
	max-width: 100%;
}

.new-btn-container>a {
	color: #005879;
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	white-space: nowrap;
	width: 100%;
}

.new-btn-container>a>i {
	font-size: 12px;
	margin-left: 5px;
}

.btnnewpages:hover,
.btnnewpages:focus {
	background-color: #07c;
}

.btnnewpages:focus {
	box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.btnnewpages:active {
	background-color: #0064bd;
	box-shadow: none;
}

/* accardions styles for all accardion in new pages*/

.question-section {
	margin-top: 6em;
}

.section-title {
	text-align: center;
	margin-bottom: 2em;
}

.accordion-item {
	background: #E5EEFB;
	box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.03);
	border-radius: 24px !important;
	border: 0;
	margin-bottom: 0.8em;
}

.accordion-item>.content>p {
	padding-top: 5px;
	padding-bottom: 25px;
}

.flashicon {
	color: #61B5FF;
	font-size: 1.5rem;
	transition: 0.2s;
}

.accordion-header {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 31px;
	text-align: right;
}

label {
	display: block;
	overflow: hidden;
}

.title {
	padding: 0.3em 3em;
	position: relative;
	z-index: 599;
	background: #E5EEFB;
	transition: all .5s linear;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.inner-accardion .title {
	background-color: #F5F8FC !important;
	border-radius: 15px;
}

.inner-accardion .content {
	background-color: #F5F8FC !important;
}

.inner-accardion {
	margin: 1rem 2.5rem
}

.title:hover {
	cursor: pointer;
}

.content {
	position: relative;
	padding: 0;
	max-height: 0px;
	border-bottom: 1px solid #eee;
	transition: max-height .5s linear;
	background-color: #E5EEFB;
	border-radius: 0 0 15px 15p
}

.content p,
.bodycont ul {
	position: relative;
	padding: 1.2em 3em;
	margin: 0;
	transition: .5s linear;

}

.theiaStickySidebar input[type="checkbox"] {
    display: none;
}
.bodycont input[type="checkbox"] {
	display: none;
}

.bodycont input[type="checkbox"]:checked+.title {
	background: #E5EEFB;
	border-radius: 15px 15px 0 0;
}

.bodycont input[type="checkbox"]:checked+.title+.content {
	max-height: 200rem;
}

.bodycont input[type="checkbox"]:checked~.flashicon {
	transform: rotate(180deg);
	-ms-transform: rotate(18deg);
	/* IE 9 */
}

@media only screen and (max-width: 768px) {
	.title {
		padding: 1em 1em 0.3em 0.7em;
	}

	.content p {
		padding: 1em 1em 1em 0.7em;
	}

	.question-section {
		margin-top: 3em;
	}

	.new-img-container {
		max-width: 90%;
	}
}

/*BEGIN learn/telegram/create-account-with-virtual-number*/

.header-icon {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}

.header-icon i {
	font-size: 1.2rem;
	margin-left: 5px;
}

/*END learn/telegram/create-account-with-virtual-number*/
@media only screen and (max-width: 600px) {
	.new-btn-container {
		column-gap: 20px;
		grid-template-columns: 1fr;

	}
}

/*start of styles for what is virtual number page */
/* استایل صفحه شماره مجازی چیست */
.section-title {
	margin-bottom: 2.2em;
	text-align: center;
}

/* table css */
.compare-table {
	margin: auto;
	text-align: center;
}

.compare-table thead th {
	border: none;
	padding: 22px;
	font-size: 13px;
	color: #fff;
	background-color: #84b4f9;
}

.compare-table tbody td:first-child {
	background: #F5F8FC;
	border-bottom: 2px solid #eceffa !important;
}

.compare-table tbody th,
.compare-table tbody td {
	border: none;
	padding: 18px;
	font-size: 13px;
	background: #E5EEFB;
	vertical-align: middle;
	color: black;
	/* border-bottom: 2px solid #f8f9fd; */
}

/* styles for advantage section */
.advantage-container {
	width: 70%;
	margin: auto;
	margin-top: 1rem;
}

.advantage-item {
	display: flex;
	flex-direction: row;
	padding: 1rem 0;
	align-items: center;

}

.advantage-img {
	flex-basis: 50%;
	max-width: 100%;
	padding: 0 1rem
}

.advantage-img img {
	max-width: 99%;

}

.advantage-des {
	flex-basis: 50%;
	text-align: center;
	padding: 0 1rem;
	align-self: start;

}

.advantage-des p {
	text-align: justify;
	/* For Edge */
	-moz-text-align-last: right;
	/* For Firefox prior 58.0 */
	text-align-last: right;
}

.rotatey {
	transform: rotatey(180deg);
}

.advantage-des h3 {
	padding: 10px;
}

/* TYPES SECTION STYLES */

.types-section {
	margin-top: 5em;
}

.types-section .section-title {
	margin-bottom: 2.2em;
	text-align: center;
}

.types-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 3rem;
}

.regular-type {
	flex-basis: 30%;
	color: #545454;
	background: #ffffff;
	box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.03);
	border-radius: 36px;
	max-width: 325px;
	margin-top: 3em;
	position: relative;
	padding: 3em 1.8em;
}

.tag {
	position: absolute;
	top: 0;
	left: 2.5em;
	width: 29px;
	height: 34px;
}

.regular-type::before {
	content: " ";
	position: absolute;
	top: 0;
	width: 100%;
	height: 110px;
	left: 0;
	right: 0;
	z-index: 5;
	border-radius: 36px 36px 0 0;
	background: linear-gradient(180deg,
			rgba(61, 110, 200, 0.1) 0%,
			rgba(233, 241, 255, 0.00177085) 99.99%,
			rgba(61, 110, 200, 0) 100%);
}

.regular-type::after {
	content: " ";
	position: absolute;
	background-image: url("../../images/blue-pattern.png");
	background-repeat: no-repeat;
	bottom: 0;
	left: -2px;
	width: 170px;
	height: 207px;
	z-index: 0;
	background-size: contain;
}

.bold-type {
	position: relative;
	flex-basis: 30%;
	color: #ffffff;
	max-width: 325px;
	background: linear-gradient(155.41deg,
			#4ac5f5 -26.67%,
			#55cbf8 -3.29%,
			rgba(54, 105, 199, 0.782228) 116.17%,
			rgba(54, 105, 199, 0.538542) 116.18%,
			#4dc7f6 116.2%,
			#2bb6ea 116.2%);
	box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.03);
	border-radius: 36px;
	padding: 3em 1.8em;
	margin: 0 2em;
}

.bold-type ul li {
	color: #d4f3ff;
}

.bold-type::after {
	content: " ";
	position: absolute;
	background-image: url("../../images/white-pattern.png");
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	width: 170px;
	height: 231px;
	z-index: 0;
	background-size: contain;
}

.type-name {
	font-weight: 700;
	font-size: 23px;
	line-height: 36px;
	text-align: right;
}

.regular-type .type-name {
	margin-bottom: 0.7em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.3em;
	margin-left: 0.5em;
}

.bold-type .type-name {
	padding-right: 0.8em;
	margin-bottom: 0.6em;
	color: white;
}

.types-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.types-wrapper li {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.6em;
}

.types-wrapper li img {
	margin-top: 0.3em;
	margin-left: 0.5em;
}

#Advantages {
	margin-top: 3rem;
}

#Disadvantages {
	margin-top: 3rem;
}

#virtual-number {
	margin-top: 3rem;

}

@media (max-width: 992px) {
	.types-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.regular-type,
	.bold-type {
		margin: 0;
		flex-basis: 100%;
		max-width: 80%;
		margin-bottom: 1.5em;
		width: 80%;
	}

	.titles ul {
		padding-right: 23px;
	}

	.advantage-item:nth-child(odd) {
		display: flex;
		flex-direction: column;
	}

	.advantage-item:nth-child(even) {
		display: flex;
		flex-direction: column-reverse;
	}

	.advantage-container {
		width: 95%;
	}
}

/* CONSULTING SECTION STYLES */

.consulting-section {
	margin-top: 5em;
}

.consulting-wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
	padding: 0 5vw 0 6vw;
}

.consulting-wrapper::after {
	content: " ";
	background-image: url("../../images/circles-yellow.svg");
	position: absolute;
	top: -49px;
	left: 15px;
	z-index: 10;
	width: 49.35px;
	height: 49.6px;
}

.consulting-wrapper::before {
	content: " ";
	width: 100%;
	height: 72%;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: linear-gradient(266.72deg,
			#009cd7 3.04%,
			rgba(0, 185, 255, 0.554167) 75.38%,
			rgba(0, 185, 255, 0) 130.94%);
	border-radius: 23px;
}

.robat-img {
	max-width: 340px;
	width: 100%;
	z-index: 11
}

.midbtn {
	background: linear-gradient(180deg, #e8eef7, transparent);
	margin: auto;
	margin-top: 7em;
	padding: 30px;
	width: 50%;
	min-width: 320px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.midbtn::after {
	content: "";
	position: absolute;
	background-image: url("../../images/blue-pattern.png");
	background-repeat: no-repeat;
	bottom: 0;
	left: -2px;
	width: 182px;
	height: 215px;
	z-index: -1;
	background-size: contain;
}

.midbtn a {
	margin: auto;
}

.consulting-content {
	text-align: right;
	color: #ffffff;
	margin-top: 0;
	max-width: 545px;
	width: 100%;
	z-index: 11;
}

.consulting-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 37px;
	color: #E5EEFB;
}

.consulting-number {
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	margin-top: .7em;
	margin-bottom: 2px;
	color: #8adfff !important;
}

.consulting-dis {
	margin-right: 26px;
	margin-bottom: 20px;
	color: #8adfff !important;
}

.consulting-links {
	display: flex;
	justify-content: flex-end;
}

.consulting-links a {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5em 1em;
	margin-right: 1em;
	transition: 0.2s;
	cursor: pointer;
}

span.footer-text {
	unicode-bidi: plaintext;
}

.consulting-links a:hover {
	padding-right: 1.5em;
}

.consulting-link-call {
	background: #ffb03b;
	box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.07);
	border-radius: 15px;
	width: 156px;
}

.consulting-link-call:hover {
	color: #fff;
}

.consulting-link-message {
	color: #000;
	background: #ffffff;
	box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.07);
	border-radius: 15px;
	width: 202px;
}

.consulting-link-message:hover {
	color: #000;
}

@media (max-width: 992px) {
	.consulting-wrapper::before {
		height: 100%;
	}

	.consulting-wrapper {
		display: flex;
		flex-direction: column;

		padding: 1.5em;
	}

	.consulting-number {
		margin-top: 0.7em;
		margin-bottom: 1.5em;
		color: white;
	}

	.consulting-dis {
		color: white;
	}

	.robat-img {
		max-width: 340px;
		width: 44vw;
		margin: auto;
		margin-top: -5.5em;
	}

	.consulting-content {
		margin-top: 1.2em;
		max-width: 100%;
	}

	.consulting-links {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.consulting-links a {
		margin-right: 0;
	}

	.consulting-link-message {
		margin-top: 0.7em;
	}

	.consulting-section {
		margin-top: 6em;
	}

	.consulting-wrapper::after {
		display: none;
	}


}


/* custom css */
/*,.new-btn-container img*/

.dark-blue {
	color: #61B5FF;
}

.yellow {
	color: rgb(242, 186, 82);
}

.green {
	color: green;
}

.red {
	color: red;
}

.orange {
	color: orange;
}

ul {
	padding-top: 0;
}

.new-img {
	max-width: 100%;
	border-radius: 15px;
	padding: 10px;
	height: auto;
}

.new-img-container {
	max-width: 60%;
	margin: auto;
	text-align: center
}

.new-img-container100 {
	max-width: 100%;
	margin: auto;
	text-align: center;
}
.new-img-container70m100{
	max-width: 70%;
	margin: auto;
	text-align: center;
}
.contact-problem-1 {
	height: 550px;
}

@media only screen and (max-width: 600px) {
	.contact-problem-1 {
		height: 400px;
	}
.new-img-container70m100{
		/*max-width: 100%;*/
		overflow-x: auto;
	}
}

/*Start of styles for telegram report */
.code {
	position: absolute;
	background: white;
	height: 17px;
	cursor: pointer;
	padding: 2px;
	right: 13%;
}

.pre {
	text-align: left;
	white-space: break-spaces;
	direction: ltr;
	cursor: copy;
	border: 1px solid #b9bcbf;
	padding: 0 1rem;
	border-radius: 5px;
	width: 75%;
	margin: auto;
}

/* End of styles for telegram report */


.section1-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.img1 {
	max-width: 90%;
}

.newimg-types {
	width: 650px;
	max-width: 90%;
	text-align: center;
	border-radius: 10px;
}
/**/
.mobile_hidden_more .titles ul {
	background-color: #F5F8FC;
	border: 2px solid #E5EEFB;
	border-radius: 12px;
	padding: 20px;
}

.mobile_hidden_more .sec-ul {
	padding: 0 25px;
}

.mobile_hidden_more .sec-ul li {
	font-size: 14px;
}
/**/
/*????*/
.plan_caspages .titles ul {
	background-color: #F5F8FC;
	border: 2px solid #E5EEFB;
	border-radius: 12px;
	padding: 20px;
}
.plan_caspages .sec-ul {
	padding: 0 25px;
}

.plan_caspages .sec-ul li {
	font-size: 14px;
}

.plan_account ul{list-style: none;}
.plan_account ul a{cursor: pointer;}
/*.plan_account .titles ul {
	background-color: #F5F8FC;
	border: 2px solid #E5EEFB;
	border-radius: 12px;
	padding: 20px;
}*/
.plan_account .titles ul {
    background-color: #f5f8fc;
    border-radius: 12px;
    padding: 40px;
}

.plan_account .sec-ul {
	padding: 0 25px;
}

.plan_account .sec-ul li {
	font-size: 14px;
}
/*.titles ul li {
	color: #4E9DD7;
}*/
.plan_account .titles ul li {
    color: #1c679e;
}
.bodycont li {
    font-size: 16px;
    color: #707070;
    text-align: justify;
    line-height: 38px;
}

.fa-solid {
	margin-left: 5px;
}

h3 {
	font-size: 15px;
	color: black;
}

h2 {
	font-size: 1.4rem;
	color: black;
}

.button-container p {
	font-size: 16px;
	color: #484848;
}

.img-container {
	max-width: 98%;
	text-align: center;
}

@media(max-width: 992px) {

	.compare-table tbody th,
	.compare-table tbody td {
		font-size: 15px;
		padding: 15px;
	}

	.compare-table thead th {
		font-size: 15px;

	}

	.compare-table {
		width: 80%;
	}
}

/* استایل صفحه شماره مجازی چیست */
/*end of styles for what is virtual number page */

/* start style of internatioanl sim  */
#inter-sim {
	background-color: #F5F8FC;
}

#inter-sim .img-container {
	max-width: 100%;
}

#inter-sim .img-container img {
	max-width: 99%;
}

#inter-sim section {
	margin: 90px 0;
}

/* headersim section */
#inter-sim .‌headersim-img-container {
	max-width: 100%;
	flex-basis: 30%;
}

#inter-sim .‌headersim {
	display: flex;
	flex-direction: row;
	/* gap: 50px; */
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
}

#inter-sim .‌headersim-img-container {
	flex-basis: 40%;
}

#inter-sim .‌headersim-text {
	flex-basis: 60%;
}

#inter-sim .‌headersim-shape1 {
	position: absolute;
	left: -20px;
	top: -35px;
	max-width: 50%;
	z-index: 1000;
	border-top-left-radius: 20px;
}

#inter-sim .sec2 {
	height: 365px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 25px;

}

#inter-sim .whats-sim {
	align-self: flex-end;
	flex-basis: 100%;
}

#inter-sim .items ul {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: repeat(20, 5%);
	width: 100%;
	padding: 0;
	row-gap: 35px;
}

#inter-sim .items li {

	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: start;
	align-items: flex-start;
	gap: 5px;
}

#inter-sim .item-def {
	flex-basis: 75%;
}

#inter-sim .item-def p {
	font-size: 13px;
	line-height: 22px;
}

#inter-sim .item-def h3 {
	margin: 0;
}

#inter-sim .item-img {
	width: 37px;
	height: auto;
}

#inter-sim .img-center-container {
	position: absolute;
	text-align: center;
	width: 99%;
	margin: 0 auto;
	margin-top: -400px;
	left: 14px;
}

#inter-sim .item-img-canter {
	width: 320px;
}

#inter-sim .li1 {
	grid-column: 2/9;
	grid-row: 1/2;
}

#inter-sim .li2 {
	grid-column: 14/20;
	grid-row: 1/2;
}

#inter-sim .li3 {
	grid-column: 1/7;
	grid-row: 2/3;
}

#inter-sim .li4 {
	grid-column: 15/21;
	grid-row: 2/3;
}


#inter-sim .li5 {
	grid-row: 3/4;
	grid-column: 2/9;
}

#inter-sim .li6 {
	grid-row: 3/4;
	grid-column: 14/20;
}

#inter-sim .emkanat {
	text-align: center;
}

#inter-sim .img-trust {
	width: 80px;
	height: 105px;
	border-radius: 46px;
	border: 29px solid white;
}

#inter-sim .trust-item {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#inter-sim .trust-text p {
	text-align: center;
	width: 70%;
	margin: auto;
}

#inter-sim .trust-‌headersim {
	text-align: center;

}

#inter-sim .trust-text {
	margin: 65px 0;
}

#inter-sim .advg-img img {
	width: 170px;
	height: auto;
}

#inter-sim .advg-item {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 30px 20px;
	background: white;
	border-radius: 15px;
}

#inter-sim .advg-btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size: 13px;
	padding: 0 12px;
	line-height: 20px;
	height: 30px;
	max-height: 30px;
	background: none;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	color: #D92736;
	transition-timing-function: ease-in-out;
	transition-property: background;
	transition-duration: 150ms;
	box-shadow: none;

}

#inter-sim .advg-btn :hover {
	background: #F7F9FD;
}

#inter-sim .advg-text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

#inter-sim .advg-text-p p:nth-child(2) {
	display: none;
}

#inter-sim .advg-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin: 30px 45px;
}

#inter-sim .advg-main‌headersim {
	text-align: center;

}

#inter-sim .show {
	display: unset !important;
}

/* QUESTION SECTION SYULES */
#inter-sim .lable {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#inter-sim .question-container {
	width: 70%;
	margin: 0 auto;
}

#inter-sim div.c {
	position: relative;
	margin: 2em;
}

#inter-sim input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: 0;
}

#inter-sim .c h3 {
	background: white;
	color: black;
	padding: 1em;
	position: relative;
	border-radius: 15px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#inter-sim input:checked~i.icon {
	transform: rotate(180deg);
}

#inter-sim .label {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	align-content: stretch;
	justify-content: space-between;
	width: 100%;
}

#inter-sim div.p {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 15px;
	color: #8c9095;
}

#inter-sim div.p p {
	padding: 2em;
}

#inter-sim input:checked~h3~div.p {
	max-height: 600px;
}

#inter-sim a {
	color: steelblue;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 768px) {
    #inter-sim .advg-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 30px 45px;
    }
}

@media only screen and (max-width: 992px) {
	#inter-sim .‌headersim-text {
		flex-basis: unset;
	}

	#inter-sim .sec2 {
		height: auto;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 25px;
	}

	#inter-sim .national-sim {
		width: 70%;
	}

	#inter-sim .items ul {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: repeat(2, 50%);
		gap: 0 15px;
	}

	#inter-sim .li1,
	#inter-sim .li2,
	#inter-sim .li3,
	#inter-sim .li4,
	#inter-sim .li5,
	#inter-sim .li6 {
		grid-column: unset;
		grid-row: unset;
	}

	#inter-sim .img-center-container {
		position: unset;
		text-align: center;
		width: 99%;
		margin: 0 auto;
		margin-top: 0;
	}

	#inter-sim .emkanat {
		text-align: center;
		margin-bottom: 40px;
	}

	#inter-sim .trust-text {
		margin: 30px 0 60px 0;
	}

	#inter-sim .img-trust {
		width: 68px;
		height: 90px;
		border-radius: 37px;
		border: 21px solid white;
	}

	#inter-sim .trust-item {
		gap: 25px;
	}

	#inter-sim .trust-text p {
		width: 80%;
	}

	#inter-sim .advg-item {
		display: flex;
		flex-direction: column;
		gap: 0;
		box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
		padding: 25px 20px;
		background: white;
		border-radius: 15px;
		justify-content: flex-start;
		align-items: center;
	}

	#inter-sim .advg-‌headersim {
		font-size: 20px;
		font-weight: bold;
		color: black;
	}

	#inter-sim .advg-text {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	#inter-sim .question-container {
		width: 95%;
		margin: 0 auto;
	}

	#inter-sim .advg-img img {
		width: 125px;
		height: auto;
	}
}
.sim-upper{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.sim-upper-text{
	/*margin: 10px;*/
}
.sim-upper-text > .btn{
	float: left !important;
    /* padding: 5px 40px !important; */
    background: #ffba53 !important;
    color: white;
    border-radius: 10px;
}
.sim-upper-text > .btn > a{
	cursor: pointer;
    display: table;
    /*border: 1px solid;*/
    padding: 5px 30px !important;
}
.sim-upper-text > .btn_border{
	color: #ffba53;
    background: white !important;
    border: 2px solid #ffba53;
    border-radius: 10px;
}
.sim-upper-video{
	width: 300px;
    height: 300px;
    min-width: 300px;
    margin: 10px;
    border-radius: 20px;
    /*background: #b5d7ff;*/
    padding: 3px;
    /*display: flex;*/
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
	
	overflow: hidden;
	/*background-image: url("/images/international-sim/simm.jpg");*/
	background-size: cover;
}

.sim-up{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
}
.sim-box{
	border: 1px solid #abe8ff;
    border-radius: 20px;
    width: 249px;
    height: 181px;
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.sim-box img{
	width: 60px !important;
}
.sim-box>div:nth-child(3){
	color: #bebebe;
}
/*.sim-list::-webkit-scrollbar {
    height: 5px;
}*/
.sim-list{
	margin-top: 70px !important;
}
.sim-type-load{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	/*margin-top: 40px;*/
}
.sim-box-type{
	border-radius: 20px;
    width: 200px;
    height: 200px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 12px #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#tdfortbodysim .available{
	background: #ffb03b;
	width: 74px;
	margin: 0;
}
#tdfortbodysim tr td:last-child{
	padding-left: 7px;
}
.discountcheckforsim{
	padding-top: 7px;
    padding-bottom: 7px;
}
.discountcheckforsim .discount_percent_digits .textdecospetforall{
	font-size: 12px;
    margin-top: 2px;
    margin-bottom: -2px;
}
.discountcheckforsim .discount_percent_digits .textdecospetforall>div{
	background: #93000047;
}
.addincart>a{
	background: #ff6262 !important;
}
.simnumbers{
	direction: ltr;
    text-align: left;
    padding-left: 5px !important;
}
.sim-section1{
	margin-top: 24px;
}
.sim-section11{
	text-align: right;
    padding: 10px;
    color: #009cd7;
    font-size: 17px;
}
.trsims{
	text-align: center !important;
}
.simnumbersh{
	text-align: left !important;
    padding-left: 5px !important;
}
.sim-box-type img{
	width: 85px !important;
}
.sim-box-type > .btn{
	background: #ffba53 !important;
    color: white;
    border-radius: 10px;
}
.sim-box-type > .btn > a{
	display: table;
    padding: 5px 20px !important;
    cursor: pointer;
}
.international-sim{
	max-width: 1120px;
}
.sim-body{
	margin-top: 70px;
}

.country-list-sim {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.country-list-sim > div {
    background: #f7f7f7;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px;
    color: #006f99;
}
@media screen and (max-width: 1000px){
    .sim-upper{
        flex-wrap: wrap !important;
    }
}
.sim-soon{
	position: absolute;
    background: red;
    border-radius: 5px;
    padding: 0px 5px;
    color: white;
    margin-right: 87px;
}
.sim-notactive>.btn{
	background: gray !important;
}
.sim-notactive>.btn>a{
	cursor:auto !important;
}
.sim-notactive img{
	opacity: 0.3 !important;
	filter: grayscale(1);
}
.sim-notactive .sim-text-name{
	color: #aeaeae !important;
}
/* end of style for internatinal sim  */
/*begin for list account*/
.btnextendorupdateaccount{
	width: fit-content;
	padding: 1px 10px;
}
.numlisttable_forpage > div{
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 10px;
	align-items: center;
}
.paginate_foraccountpage{
	border: none !important;
	display: block !important;
	margin: 0 auto !important;
	width: fit-content !important;
}
.morecommentforaccount{
	padding: 15px 5px;
    text-align: center;
}
/*end for list account*/
.account_education_titr_general_tabs{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 40px;
}
.account_education_titr_tabs{
	background: #b4b4b4;
    color: white;
    padding: 1px 8px;
    border-radius: 5px;
	margin: 10px;
    margin-top: 20px;
	width: 90px;
	text-align: center;
}
.account_education_titr_text_tabs .noactivetabs{display: none;}
.account_education_titr{display: none;}
.account_education_titr_general_tabs .activetabs_g{
	background: #009cd7;
}
.account_education_titr_general_tabs .noactivetabs_g{
	cursor: pointer;
}
show_tab_amoozesh_divclass{
	padding-top: 35px;
} 

.international_simcard_table{
	border-collapse: collapse;
    border: none;
    width: 100%;
    background: #f6f8fe;
}
.international_simcard_table td {
    border: 1px solid #d4d4d4bf;
	font-size: 13px;
	padding: 5px;
}

.td_byimage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.td_byimage img{
	width: 15px;
    margin-right: 10px;
}
.td_byimage div{
    width: 70px;
}
.international_simcard_table thead td{
	background: #e5ecf6;
}
.td_byimage .fa-check-square{
	color:#189658;
}
.td_byimage .fa-times-square{
	color:red;
}
.international_simcard_table thead td {
	font-weight: bold;
}



.accu-list{
	margin-top: 70px !important;
}
.accu-type-load{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	/*margin-top: 40px;*/

	justify-content: flex-start;flex-wrap: wrap;
}
.accu-notactive>.btn{
	background: gray !important;
}
.accu-notactive>.btn>a{
	cursor:auto !important;
}
.accu-notactive img{
	opacity: 0.3 !important;
	filter: grayscale(1);
}
.accu-notactive .accu-text-name{
	color: #aeaeae !important;
}
.accu-text-name{
    font-size: 15px;
    text-align: center;
    color: #3f4043;
}
/*.accu-soon{
    position: absolute;
    background: red;
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
    left:10px;
    margin-top: -22px;
    font-size: 12px;
    z-index: 1;
}*/
.accu-soon {
    position: absolute;
    background: red;
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
    left: 8px;
    margin-top: -8px;
    font-size: 12px;
    z-index: 1;
}
.accu-box-type{
    /*border-radius: 20px;
    width: calc(20% - 17px);
    min-width: 170px;
    height: 180px;
    margin: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: none;
    background: #f5f8fc;
    padding: 0px;*/



	border-radius: 20px;
    width: calc(20% - 17px);
    min-width: 170px;
    /* height: 180px; */
    margin: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: none;
    background: #f5f8fc;
    padding: 0px;
    padding-bottom: 14px;
}
.accu-box-type > a{cursor:pointer;}
.accu-box-type > a > div{
	position: relative;
}
.accu-box-type img{
    width: 100%!important;
    margin-top: -15px;
}
.accu-box-type > .btn{
	background: #ffba53 !important;
    color: white;
    border-radius: 10px;
}
.accu-box-type > .btn > a{
	display: table;
    padding: 5px 20px !important;
    cursor: pointer;
}
.international-sccu{
	max-width: 1120px;
}
.accu-body{
	margin-top: 70px;
}
.accu-upper{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.accu-upper-text{
	margin: 10px;
}
.accu-upper-text > .btn{
	float: left !important;
    /* padding: 5px 40px !important; */
    background: #ffba53 !important;
    color: white;
    border-radius: 10px;
}
.accu-upper-text > .btn > a{
	cursor: pointer;
    display: table;
    /*border: 1px solid;*/
    padding: 5px 30px !important;
}
.accu-upper-text > .btn_border{
	color: #ffba53;
    background: white !important;
    border: 2px solid #ffba53;
    border-radius: 10px;
}
.accu-upper-video{
	width: 300px;
    height: 300px;
    min-width: 300px;
	min-width:450px;
    margin: 10px;
    border-radius: 20px;
    /*background: #b5d7ff;*/
    padding: 3px;
    /*display: flex;*/
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
	
	overflow: hidden;
	/*background-image: url("/images/international-sim/simm.jpg");*/
	background-size: cover;
}
.accu-upper-video>img{
	width: 100%;border-radius: 20px;
}
.commentforaccountpay{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    color: #777;
    font-size: 13px;
    margin-top: 5px;
}
#tellmekeyjava_accu{
    background: #009cd7;
    text-align: center;
    border-radius: 10px;
    /*margin-top: -10px;*/
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
	width: 120px;
}

/*صفحه گیفت کارت*/
/*BEGIN cards page openai and ...*/
.cards-page1{
    display: flex;
}
.questions_titr{
    color: black;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.cards-page1 .discount_percent_digits{
    font-size: 12px;
}
.cards-page1 .discount_percent_div{
    color: red;
    max-height: 40px;
    margin-right: 6px;
    width: 41px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    /*new*/
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    align-items: center;
}
.cards-page1 .discount_percent_div div:nth-child(1){
    margin-top: 3px;
    font-size: 12px;
}
.cards-page1 .discount_percent_div div:nth-child(2){
    margin-left: -5px;
}
.cards-page1 .discount_percent_div:not(:empty) {
    background: #ffd3d3;
    padding: 6px 0px 6px 1px;
}
.cards-page1 .pay_informal_accout{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.cards-page1 .formpaycards{
    margin-top: 25px;
    margin-bottom: 10px;
}
.cards-page1-r,.cards-page1-l{
    margin: 10px;
    padding: 10px;
}
.cards-page1-r{
    width: 40%;
    min-width: 150px;
    text-align: center;
}
.cards-page1-l{
    width: 60%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cards-page1-r>img{
    width: 100%;
}
.cards-page2,.cards-page3,.cards-page4{
    /*margin: 10px;*/
    padding: 20px 0px;
    width: 100%;
}
.filterservice,.filtercountry,.filtercompany{
    display: none;
}
.exportunitpay{
    display: none;
}
.cards-page1 .paycardsdiv{
    display: flex;
    justify-content: flex-end;
}
.cards-page1 .paycardsdiv button{
    width: 212px !important;
    background: #ffb03b !important;
		height: 45px;
}
.cards-page1 .paycardsgetcount{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cards-page1 .paycardsgetcount_export{
    margin-right: 10px;
    margin-left: 10px;
    width: 40px;
    text-align: center;
    background: #e8e8e8;
}
.cards-page1 .paycardsgetcount_down,.cards-page1 .paycardsgetcount_up{
    color: #0095cd;
    font-size: 28px;
    cursor: pointer;
}
.cards-page1 .exportcount{display: none;}
.cards-page1 .paycards_amountnumber{
    width: 100px;
    margin-right: 20px;
}
.cards-page1 .paycards_amountnumber>div{
    white-space: nowrap;
    text-align: left;
    float: left;
}
.cards-page1 h1{
	text-align: right;
	font-size: 24px;
}
#paycardsformexporttext{
    text-align: center;
    padding: 10px;
}
.cards-page2 table caption{
    padding: 10px;
}
.cards-page1-l .rentalnumberforeverdesitems > div {
    width: calc(50% - 66px);
    padding: 23px;
    margin: 10px;
		background: #f5f8fc;
}
.cards-page1-l .rentalnumberforeverdesitems div p{/*.rentalnumberforeverdesitems div h4*/
	font-size: 18px;
    font-weight: 300;
    color: #334b6c;
}
.cards-page1-l .rentalnumberforeverdesitems div p i:nth-child(1) {
    font-size: 17px;
    margin-left: 6px;
}
.cards-page1-l .rentalnumberforeverdesitems {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px 0;
    text-align: right;
}
.cards-page3 h2.t3, .cards-page4>h2{
    text-align: center;
    font-size: 1.4rem;
    color: black;
}
.cards-page3 h2{
    font-size: 1.4rem;
    color: #333333;
}
.cards-page3 h2.t3{display: none;}
.cards-page5{
    text-align: center;
    padding: 15px 10px;
}
.cards-page5>h2{
    display: flex;
    justify-content: center;
}
.cards_education{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cards_education1{
max-height: 25px;
    width: 116px;
    background: #009cd7;
    padding: 6px 12px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
    color: white;
    cursor: pointer;
margin-right: 10px;
}
.cards_education1_e{
max-height: 25px;
    width: 178px;
    background: #32b976;
    padding: 6px 12px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
    color: white;
    cursor: pointer;
margin-right: 10px;
}
.cards_education2{
    display: none;
    background: #fffad6;
    border-radius: 10px;
    width: fit-content;
    width: 100%;
    position: relative;
    padding: 30px;
}
.cards_education_titr, .cards_education_titrs{
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}
.cards_education_titrs{
    display: none;
}
.cards_education2 p{
    text-align: left;
}
.cards_education2 a{
    color: #009cd7;
    cursor: pointer;
}
.cards_education2 li{
    display: block;
}
.cards_education2 .inline-image{
    width: 22px;
}
.discount_cards{
	color: #ffffff;
	background: #26ac00;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
}
.keywordhidden{display: none;}
.discount_cards>span{
	color: #ffffff;
	width: 75px;
	position: relative;
	text-align: left;
	display: inline-block;
	font-size: 16px;
}
.cupo{cursor:pointer;}
.cupo1:hover, .cupo1:hover + .cupo2, .cupo2:hover {
    color: #009cd7 !important;
    font-weight: bold !important;
    cursor: pointer;
}
.imagescardsforcode{position: relative;direction: ltr;}
.imagescardsforcode .img_info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    color: white;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 25px;
    direction: rtl;
}
.imagescardsforcode .img_info div:first-child{
	background: #0000004d;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 10px;
    margin-left: 3px;
    height: 30px;
    display: flex;
    align-items: center;
}
.imagescardsforcode .img_info div:last-child{    
    height: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 10px;
    /*margin-right: 5px;*/
}
.imagescardsforcode .img_info img{
    height: 40px;
}
.imagescardsforcode .serbackgroundimgp_m{display:none;}
.serbackground {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradienttt 15s ease infinite;
	
	width: auto;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    aspect-ratio: 1;
}
.newserbackground {
    background:none !important;
}
.cards_country .cards_country_div{
    cursor:pointer;
    margin: 4px 6px;
    height: 34px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*border: 2px solid #ffffff00;*/
    border: 2px solid #F5F8FC;
    border-radius: 10px;
    padding: 5px 5px;

    width: 94px;
    justify-content: space-between;
}
.cards_country .cards_country_div_active{
    cursor:auto;
    border: 2px solid #00A9FA;
    border-radius: 6px;
    background: #EDF8FC;
    color: #00A9FA;
    font-weight: bold;
}
.cards_country .cards_country_div > div:first-child{
	width: calc(100% - 1px);
	line-height: 1.2;
	overflow: hidden;
	font-size: 14px;
}

.cards_country{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    max-height: 200px;
    overflow: auto;
    margin-bottom: 20px;

	position: relative;
	padding-top: 8px;
}
.cards_country img{
    width: 37px;
	margin-right: 0px;
}
.imagescardsforcode .serbackgroundimgp{width: 100% !important;}
.cards_title2{font-size: 20px;font-weight: bold;width: 48px;}
.cards_country_div_fast{
    position: absolute;
    font-size: 10px;
    background: #7F9D60;
    border-radius: 5px;
    padding: 1px 5px;
    margin-top: -50px;
    font-weight: 300;
    color: white;
    margin-right: 42px;
}
.cards_balance_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cards_balance_div_fast{
    background: #7F9D60;
    color: white;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
}
#cards_div2{
    margin-bottom:60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    
}
#cards_div2 div{/*opacity: 0.1;*/}
#cards_div1{
    margin-bottom: 20px;
}
.pay_product_general_text_before_pay{
    background: aliceblue;
    padding: 10px;
    border-radius: 10px;
    text-align: right;
    margin: 16px 0px;
    margin-left: 15px;
}
.pay_product_general_text_before_pay:empty{
    padding: 0px;
}
/*پایان صفحه گیفت کارت*/
@media screen and (max-width: 1000px){
    .accu-upper{
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 480px){/*mobile*/
	.accu-type-load{
		/*justify-content: space-evenly !important;*/
		justify-content: space-between !important;
		margin: 0 -10px;
	}
	.accu-box-type{
		width: calc(50% - 14px)!important;
		margin: 7px;
		min-width: 150px;
	}
	.accu-box-type img{
		width: 100% !important;
	}
	.accu-upper-video{
		min-width: 100%;
        margin: 0;
        overflow: visible;
        height: fit-content;
	}
	.accu-upper-text{
		margin: 0;
	}
	#tellmekeyjava_accu{
		/*width: calc(100% - 20px) !important;*/
		width: 110px !important;
	}
	.accu-list{
		margin-top: 0px !important;
    	margin-bottom: 50px !important;

	}
	/*صفحه گیفت کارت*/
	.imagescardsforcode .serbackgroundimgp_m{display: block;width: 100%;}
	.imagescardsforcode .serbackgroundimgp{display: none;}
	.cards-page1-r{width:100%;}
	.cards-page1{flex-wrap: wrap;}
	.imagescardsforcode .img_info{
		/*margin-top: -159px;*/
		margin-left: 15px;
	}
	.cards-page1-l{width: 100%;}
	.cards_country .cards_country_div{width: 85px;}
	.cards_country{justify-content: space-between;}
	.cards-page1-r, .cards-page1-l{margin: 0;}
}


