.button-container img:not(.close,.maximagesin_worh,.toomaximagesin_worh,.robat-img){
	max-width: 100%;
	width: 98%;
}
.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: 16px;
	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: 13px;
	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: 17px;
    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,ul {
	position: relative;
	padding: 1.2em 3em;
	margin: 0;
	transition: .5s linear;

}
input[type="checkbox"] {
	display: none;
}

 input[type="checkbox"]:checked+.title {
	background: #E5EEFB;
	border-radius: 15px 15px 0 0;
}

input[type="checkbox"]:checked+.title+.content {
	max-height: 200rem;
}

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: 14px;
	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: 14px;
	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: 16px;
	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: 16px;
	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;
}
.contact-problem-1{
	height: 550px;
}
@media only screen and (max-width: 600px) {
	.contact-problem-1{
		height: 400px;
	}
}

/*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;
}

.button-container .titles ul {
	background-color: #F5F8FC;
	border: 2px solid #E5EEFB;
	border-radius: 12px;
	padding: 20px;
}

.titles ul li {
	color: #4E9DD7;
}

.fa-solid {
	margin-left: 5px;
}

h3 {
	font-size: 16px;
	color: black;
}

h2 {
	font-size: 1.4rem;
	color: black;
}

.button-container p {
	font-size: 17px;
	color: #484848;
}

.img-container {
	max-width: 98%;
	text-align: center;
}
@media( max-width: 992px){

	.compare-table tbody th, .compare-table tbody td {
		font-size: 16px;
		padding: 15px;
	}
	.compare-table thead th{
		font-size: 16px;

	}
	.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: 70%;
}

#inter-sim .‌headersim-shape1 {
    position: absolute;
    left: -20;
    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;
}

#inter-sim .items li {
    
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
}

#inter-sim .item-def {
    flex-basis: 75%;
}
#inter-sim .item-def p{
    font-size: 14px;
    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: -440px;
}

#inter-sim .item-img-canter {
    width: 350px;
}

#inter-sim .li1 {
    grid-column: 2/9;
    grid-row: 1/2;
}

#inter-sim .li2 {
    grid-column: 13/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: 13/20;
}
#inter-sim .emkanat{
    text-align: center;
}
#inter-sim .img-trust {
    width: 80px;
    height: 120px;
    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;
}

#inter-sim .advg-btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    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 */

/* *, *::after, *::before{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
  }
  body{
    font-family: "Poppins", sans-serif;
  } */
  #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 ~ .icon{
    transform: rotate(180deg);
  }
  
  #inter-sim  label{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  #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;
  }
  /* end of style for internatinal sim  */