.mockup-modal-info .modal-content {
	background-color: transparent;
	border: 0;
}

.mockup-modal-info .btn-close {
	background-color: #ffffff;
	filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.08));
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: auto;
	opacity: 1;
	box-shadow: none;
	position: fixed;
	top: 30px;
	right: 30px;
}

.dvc-info-box {
	background-color: #ffffff;
	border: 1px solid #d8d6de;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	padding: 8px;
	transition: all 0.3s;
	font-size: 14px;
	color: #5e5873;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 5;
}

.dvc-info-box span {
	transition: all 0.3s;
	padding-left: 8px;
}

.qr-info-box-hover {
	position: fixed;
	bottom: 85px;
	right: 15px;
}

.qr-info-box {
	background-color: #6f5aec;
	border: 1px solid #6a5aec;
	border-radius: 41px;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.qr-info-box span {
	padding-left: 8px;
}

.qr-info-body {
	background-color: #ffffff;
	box-shadow: 0px 4px 28px rgb(0 0 0 / 12%);
	padding: 16px;
	transition: all 0.3s;
	width: 350px;
	border-radius: 7px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 100%;
	display: none;
}

.qr-info-body bdi {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.025em;
	color: #5e5873;
}

.qr-info-body p {
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #5e5873;
}

.nots-info-prvw {
	background-color: rgba(239, 233, 255, 0.5);
	border-radius: 7px;
	padding: 10px;
	font-size: 14px;
	color: #5e5873;
}

.nots-info-prvw .links-box label {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #5e5873;
}

.links-box-inr {
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
	border-radius: 6px;
}

.links-box-inr a {
	padding: 0 5px 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.links-box-inr bdi {
	padding: 12px;
	background-color: #6a5aec;
	border-radius: 0px 6px 6px 0px;
}

.nots-info-prvw b {
	color: #6f5aec;
}

.qr-info-box-hover:hover .qr-info-body {
	display: block;
}

.phones-info-size-hdr {
	font-weight: 600;
	font-size: 15px;
	color: #5e5873;
	margin-bottom: 20px;
}

.phones-info-size-body {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 0 0;
}

.phones-info-size-body li {
	padding: 0 10px 10px 0;
	flex: 0 0 auto;
	width: 20%;
}

.phones-info-size-body li span {
	background-color: #ffffff;
	border: 1px solid #d8d6de;
	border-radius: 5.73108px;
	padding: 8px 4px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.phones-info-size-body li.active span {
	background-color: #f9f7ff;
	border: 1px solid #6a5aec;
}

.phones-info-size-body li span bdi {
	font-weight: 400;
	font-size: 12px;
	color: #5e5873;
	display: block;
	padding-top: 3px;
	line-height: normal;
}

.phones-info-size {
	padding-bottom: 20px;
}

.mockup-modal .offcanvas {
	width: 500px;
	box-shadow: -3px 4px 15px rgba(0, 0, 0, 0.05);
	background-clip: padding-box;
	outline: 0;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 1056;
}

.mockup-modal .offcanvas.show {
	visibility: visible;
	transform: none;
}

.offcanvas-cust-modal .offcanvas-header {
	border-bottom: 1px solid #e5e7eb;
	padding: 20px;
}

.offcanvas-cust-modal .offcanvas-body {
	padding: 20px;
}

.offcanvas-cust-modal .offcanvas-header .btn-close {
	opacity: 1;
}

.offcanvas-cust-modal .offcanvas-header .offcanvas-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.025em;
	color: #5e5873;
}

.mockup-mobile-one {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 384px;
	height: 834px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-one {
	width: 355px;
	height: 800px;
}

.mockup-style-size-one iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-two {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 396px;
	height: 842px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-two {
	width: 361px;
	height: 800px;
	position: relative;
	left: -2px;
}

.mockup-style-size-two iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-three {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image3.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 379px;
	height: 817px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-three {
	width: 364px;
	height: 780px;
	position: relative;
	left: -2px;
}

.mockup-style-size-three iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-four {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image4.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 438px;
	height: 893px;
	overflow: hidden;
	padding-top: 25px;
}

.mockup-style-size-four {
	width: 393px;
	height: 851px;
	position: relative;
	left: -2px;
}

.mockup-style-size-four iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-five {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image5.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 449px;
	height: 972px;
	overflow: hidden;
	padding-top: 20px;
}

.mockup-style-size-five {
	width: 413px;
	height: 915px;
	position: relative;
	left: 2px;
}

.mockup-style-size-five iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-six {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image6.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 414px;
	height: 929px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-six {
	width: 362px;
	height: 880px;
	position: relative;
	left: -2px;
}

.mockup-style-size-six iframe {
	border-radius: 0 0 25px 25px;
}

.mockup-mobile-seven {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image7.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 380px;
	height: 845px;
	padding-top: 15px;
	overflow: hidden;
}

.mockup-style-size-seven {
	width: 364px;
	height: 804px;
}

.mockup-style-size-seven iframe {
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-eight {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image8.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 397px;
	height: 859px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-eight {
	width: 362px;
	height: 800px;
	position: relative;
	left: -2px;
}

.mockup-mobile-nine {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image9.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 382px;
	height: 829px;
	padding-top: 15px;
	overflow: hidden;
}

.mockup-style-size-nine {
	width: 362px;
	height: 800px;
}

.mockup-style-size-nine iframe {
	height: calc(100% - 38px);
	border-radius: 0 0 30px 30px;
}

.mockup-mobile-ten {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image10.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 381px;
	height: 828px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-ten {
	width: 360px;
	position: relative;
	left: -1px;
	height: 780px;
}

.mockup-style-size-ten iframe {
	border-radius: 0 0 15px 15px;
	height: calc(100% - 31px);
}

.mockup-mobile-eleven {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image11.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 385px;
	height: 835px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-eleven {
	width: 362px;
	height: 800px;
}

.mockup-style-size-eleven iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 35px);
}

.mockup-mobile-twelve {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image12.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 423px;
	height: 913px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twelve {
	width: 413px;
	height: 883px;
	position: relative;
	left: -1px;
}

.mockup-mobile-thirteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image13.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 393px;
	height: 811px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirteen {
	width: 360px;
	height: 780px;
	position: relative;
	left: -2px;
}

.mockup-mobile-fourteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image14.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 393px;
	height: 811px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-fourteen {
	width: 360px;
	position: relative;
	left: -2px;
	height: 780px;
}

.mockup-mobile-fifteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image15.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 371px;
	height: 784px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-fifteen {
	position: relative;
	left: -2px;
	width: 361px;
	height: 772px;
}

.mockup-mobile-sixteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image16.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 378px;
	height: 800px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-sixteen {
	width: 320px;
	height: 568px;
}

.mockup-mobile-seventeen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image17.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 372px;
	height: 756px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-seventeen {
	width: 320px;
	height: 568px;
}

.mockup-mobile-eighteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image18.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 429px;
	height: 860px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-eighteen {
	width: 375px;
	height: 812px;
}

.mockup-mobile-nineteen {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image19.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 490px;
	height: 968px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-nineteen {
	width: 414px;
	height: 896px;
}

.mockup-mobile-twenty {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image20.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 490px;
	height: 968px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty {
	width: 414px;
	height: 896px;
}

.mockup-mobile-twenty-one {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image21.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 433px;
	height: 875px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-one {
	width: 375px;
	height: 812px;
}

.mockup-mobile-twenty-two {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image22.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 471px;
	height: 948px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-two {
	width: 414px;
	height: 896px;
}

.mockup-mobile-twenty-three {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image23.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 407px;
	height: 820px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-three {
	width: 360px;
	height: 780px;
}

.mockup-mobile-twenty-four {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image24.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 438px;
	height: 886px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-four {
	width: 390px;
	height: 844px;
}

.mockup-mobile-twenty-five {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image25.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 438px;
	height: 886px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-five {
	width: 390px;
	height: 844px;
}

.mockup-mobile-twenty-six {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image26.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 478px;
	height: 968px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-six {
	width: 428px;
	height: 926px;
}

.mockup-mobile-twenty-seven {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image27.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 422px;
	height: 851px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-seven {
	width: 375px;
	height: 812px;
}

.mockup-mobile-twenty-eight {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image28.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 441px;
	height: 888px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-eight {
	width: 390px;
	height: 844px;
}

.mockup-mobile-twenty-nine {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image29.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 434px;
	height: 881px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-twenty-nine {
	width: 391px;
	height: 844px;
	position: relative;
	left: 1px;
}

.mockup-mobile-thirty {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image30.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 483px;
	height: 974px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirty {
	width: 428px;
	height: 926px;
}

.mockup-mobile-thirty-one {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image31.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 435px;
	height: 886px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirty-one {
	width: 390px;
	height: 844px;
}

.mockup-mobile-thirty-two {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image32.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 478px;
	height: 968px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirty-two {
	width: 428px;
	height: 926px;
}

.mockup-mobile-thirty-three {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image33.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 435px;
	height: 886px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirty-three {
	width: 390px;
	height: 844px;
}

.mockup-mobile-thirty-four {
	background-image: url("https://cdn.rentechdigital.com/common_files/swipecart-app/other/mockup-mobile-image34.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 478px;
	height: 973px;
	overflow: hidden;
	padding-top: 15px;
}

.mockup-style-size-thirty-four {
	width: 425px;
	height: 928px;
	position: relative;
	left: 1px;
}

.mockup-style-fix-apps-list iframe {
	height: calc(100% - 33px);
}

.device-header {
	color: rgb(94, 88, 115);
	font-weight: 400;
	height: 35px;
	font-size: 14px;
	position: relative;
	z-index: 5;
	transition: all 0.3s ease 0s;
	padding: 3px 35px 0px;
}

.device-header bdi {
	margin: 0 5px;
}

.mockup-mobile-one .device-header {
	padding: 1px 30px 0px;
}

.mockup-mobile-three .device-header {
	padding: 1px 25px 0px;
}

.mockup-mobile-four .device-header {
	padding: 0px 40px 0px;
	height: 44px;
}

.mockup-style-size-four iframe {
	height: calc(100% - 47px);
	border-radius: 0 0 40px 35px;
}

.mockup-mobile-four .device-header .hour {
	padding-left: 30px;
}

.mockup-mobile-two .device-header {
	padding: 5px 40px 0px;
}

.mockup-mobile-five .device-header {
	padding: 6px 40px 0px;
	height: 50px;
}

.mockup-mobile-five .device-header .hour {
	padding-left: 45px;
}

.mockup-style-size-five iframe {
	border-radius: 0 0 50px 50px;
}

.mockup-mobile-six .device-header {
	padding: 10px 40px 0px;
}

.mockup-style-size-six iframe {
	height: calc(100% - 25px);
}

.mockup-mobile-nine .device-header {
	padding: 0 25px 0px;
}

.mockup-mobile-ten .device-header {
	padding: 5px 25px 0px;
}

.mockup-style-size-seven iframe {
	height: calc(100% - 34px);
}

.mockup-style-size-seven iframe {
	border-radius: 0 0 38px 38px;
}

.mockup-mobile-seven .device-header {
	padding: 6px 30px 0px;
	height: 40px;
}

.mockup-mobile-seven .device-header .hour {
	padding-left: 50px;
}

.mockup-mobile-eight .device-header {
	padding: 7px 40px 0px;
}

.mockup-style-size-eight iframe {
	border-radius: 0 0 30px 30px;
	height: calc(100% - 30px);
}

.mockup-style-size-sixteen iframe {
	height: calc(100% - 28px);
}

.mockup-mobile-sixteen .device-header {
	margin-top: 95px;
}

.mockup-style-size-seventeen iframe {
	height: calc(100% - 32px);
}

.mockup-mobile-seventeen .device-header {
	margin-top: 75px;
}

.mockup-style-size-eighteen iframe {
	height: calc(100% - 36px);
	border-radius: 0 0 35px 35px;
}

.mockup-mobile-eighteen .device-header {
	padding: 0px 45px 0px;
	margin-top: 10px;
	font-size: 13px;
}

.device-header-android {
	display: flex;
	align-items: center;
}

.device-header-ios {
	display: none;
}

.mockup-mobile-sixteen .device-header-android {
	display: none;
}

.mockup-mobile-sixteen .device-header-ios {
	display: flex;
}

.mockup-mobile-seventeen .device-header-android {
	display: none;
}

.mockup-mobile-seventeen .device-header-ios {
	display: flex;
}

.fourg-class {
	display: none;
}

.fiveg-class {
	display: none;
}

.mockup-mobile-eighteen .device-header-android {
	display: none;
}

.mockup-mobile-eighteen .device-header-ios {
	display: flex;
}

.mockup-mobile-eighteen .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-eighteen .device-header-ios .fourg-class {
	display: block;
}

.mockup-mobile-nineteen .device-header-android {
	display: none;
}

.mockup-mobile-nineteen .device-header-ios {
	display: flex;
}

.mockup-mobile-nineteen .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-nineteen .device-header-ios .fourg-class {
	display: block;
}

.mockup-mobile-nineteen .device-header {
	padding: 0px 60px 0px;
	margin-top: 25px;
	font-size: 13px;
}

.mockup-style-size-nineteen iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 39px);
}

.mockup-mobile-twenty .device-header-android {
	display: none;
}

.mockup-mobile-twenty .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty .device-header-ios .fourg-class {
	display: block;
}

.mockup-mobile-twenty .device-header {
	padding: 0px 60px 0px;
	margin-top: 25px;
	font-size: 13px;
}

.mockup-style-size-twenty iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 39px);
}

.mockup-mobile-twenty-one .device-header-android {
	display: none;
}

.mockup-mobile-twenty-one .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-one .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-one .device-header-ios .fourg-class {
	display: block;
}

.mockup-mobile-twenty-one .device-header {
	padding: 0px 45px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-one iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 39px);
}

.mockup-mobile-twenty-two .device-header-android {
	display: none;
}

.mockup-mobile-twenty-two .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-two .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-two .device-header-ios .fourg-class {
	display: block;
}

.mockup-mobile-twenty-two .device-header {
	padding: 0px 45px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-two iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 39px);
}

.mockup-mobile-twenty-three .device-header-android {
	display: none;
}

.mockup-mobile-twenty-three .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-three .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-three .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-three .device-header {
	padding: 0px 35px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-three iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 44px);
}

.mockup-mobile-twenty-four .device-header-android {
	display: none;
}

.mockup-mobile-twenty-four .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-four .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-four .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-four .device-header {
	padding: 0px 40px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-four iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 44px);
}

.mockup-mobile-twenty-five .device-header-android {
	display: none;
}

.mockup-mobile-twenty-five .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-five .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-five .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-five .device-header {
	padding: 0px 40px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-five iframe {
	border-radius: 0 0 35px 35px;
	height: calc(100% - 44px);
}

.mockup-mobile-twenty-six .device-header-android {
	display: none;
}

.mockup-mobile-twenty-six .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-six .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-six .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-six .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-six iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 43px);
}

.mockup-style-fix-top {
	transform: scale(0.95);
	width: 730px;
	display: inline-block;
}

.mockup-modal .mockup-modal-info {
	max-width: 100%;
}

.mockup-modal {
	padding: 0 !important;
}

.mockup-modal .modal {
	padding: 0 !important;
}

.mockup-style-size-twelve iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 38px);
}

.mockup-style-size-thirteen iframe {
	border-radius: 0 0 38px 38px;
}

.mockup-style-size-fourteen iframe {
	border-radius: 0 0 38px 38px;
}

.mockup-style-size-fifteen iframe {
	height: calc(100% - 50px);
	border-radius: 0 0 38px 38px;
}

.mockup-mobile-fifteen .device-header {
	padding: 0px 15px 0px;
	top: -5px;
}

.mockup-mobile-twenty-seven .device-header-android {
	display: none;
}

.mockup-mobile-twenty-seven .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-seven .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-seven .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-seven .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-seven iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 43px);
}

.mockup-mobile-twenty-eight .device-header-android {
	display: none;
}

.mockup-mobile-twenty-eight .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-eight .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-eight .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-eight .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-eight iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 43px);
}

.mockup-mobile-twenty-nine .device-header-android {
	display: none;
}

.mockup-mobile-twenty-nine .device-header-ios {
	display: flex;
}

.mockup-mobile-twenty-nine .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-twenty-nine .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-twenty-nine .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-twenty-nine iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 44px);
}

.mockup-mobile-thirty .device-header-android {
	display: none;
}

.mockup-mobile-thirty .device-header-ios {
	display: flex;
}

.mockup-mobile-thirty .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-thirty .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-thirty .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-thirty iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 40px);
}

.mockup-mobile-thirty-one .device-header-android {
	display: none;
}

.mockup-mobile-thirty-one .device-header-ios {
	display: flex;
}

.mockup-mobile-thirty-one .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-thirty-one .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-thirty-one .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-thirty-one iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 40px);
}

.mockup-mobile-thirty-two .device-header-android {
	display: none;
}

.mockup-mobile-thirty-two .device-header-ios {
	display: flex;
}

.mockup-mobile-thirty-two .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-thirty-two .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-thirty-two .device-header {
	padding: 0px 50px 0px;
	margin-top: 15px;
	font-size: 13px;
}

.mockup-style-size-thirty-two iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 44px);
}

.mockup-mobile-thirty-three .device-header-android {
	display: none;
}

.mockup-mobile-thirty-three .device-header-ios {
	display: flex;
}

.mockup-mobile-thirty-three .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-thirty-three .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-thirty-three .device-header {
	padding: 0px 60px 0px;
	margin-top: 30px;
	font-size: 13px;
	position: relative;
	top: -10px;
}

.mockup-style-size-thirty-three iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 57px);
}

.mockup-mobile-thirty-four .device-header-android {
	display: none;
}

.mockup-mobile-thirty-four .device-header-ios {
	display: flex;
}

.mockup-mobile-thirty-four .device-header-ios .threeg-class {
	display: none;
}

.mockup-mobile-thirty-four .device-header-ios .fiveg-class {
	display: block;
}

.mockup-mobile-thirty-four .device-header {
	padding: 0px 60px 0px;
	margin-top: 30px;
	font-size: 13px;
	position: relative;
	top: -10px;
}

.mockup-style-size-thirty-four iframe {
	border-radius: 0 0 50px 50px;
	height: calc(100% - 55px);
}

.mockup-mobile-twelve .device-header {
	padding: 3px 20px 0px;
	position: relative;
	top: -3px;
}

.close-btn-main {
	position: fixed;
}

.mockup-modal-mobile.modal-dialog {
	margin: 0;
}

.mockup-modal-mobile.modal-dialog .modal-header {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
}

.mockup-modal-mobile.modal-dialog .modal-header .btn-close {
	opacity: 1;
	box-shadow: none !important;
}

.mockup-modal-mobile.modal-dialog .modal-header .modal-title {
	font-weight: 600;
	font-size: 15px;
	color: #000000;
	display: flex;
	align-items: center;
	line-height: normal;
}

.mockup-modal-mobile .modal-content {
	border-radius: 0;
	border: 0;
}

.mockup-modal-mobile iframe {
	width: 100%;
	height: calc(100vh - 0px);
	border: 0;
}

.qr-info-box-mobile .qr-info-body {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.qr-info-box-mobile.active .qr-info-body {
	display: block;
}

.hover-info-box {
	top: auto;
	bottom: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

.hover-info-box span {
	margin-bottom: 15px;
	background-color: #6a5aec;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 8px;
	transition: all 0.3s;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.if-po-fi {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.preview-modal-custom .modal-content {
	box-shadow: 0px 8px 24px rgb(0 0 0 / 14%);
	border-radius: 10px;
	border: 0;
}

.preview-modal-custom .modal-content .btn-close {
	box-shadow: none;
}

.preview-modal-custom .modal-header {
	border: 0;
	padding: 20px;
}

.preview-modal-custom .modal-body {
	padding: 20px;
}

.preview-modal-custom .modal-header .modal-title {
	font-weight: 600;
	font-size: 18px;
	color: #5e5873;
}

.preview-modal-custom .links-box label {
	font-weight: 500;
	font-size: 14px;
	color: #5e5873;
}

.bdr-bottom-mobile {
	border-top: 0.5px solid #d1d5db;
	padding: 25px 0 0 0;
	margin: 30px 0 0 0;
}

.bdr-bottom-mobile p {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #5e5873;
}

.links-box-icons-fix ul li {
	display: inline-block;
	margin-right: 10px;
}

.links-box-icons-fix ul li button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.links-box-icons-fix ul li button svg {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.mockup-mobile-four + .dvc-info-box {
    right: -25px;
}

.mockup-mobile-five + .dvc-info-box {
    right: -30px;
}

.mockup-mobile-six + .dvc-info-box {
    right: -10px;
}

.mockup-mobile-eighteen + .dvc-info-box,
.mockup-mobile-twelve + .dvc-info-box {
    right: -20px;
}

.mockup-mobile-nineteen + .dvc-info-box,
.mockup-mobile-twenty + .dvc-info-box {
    right: -50px;
}

.mockup-mobile-twenty-one + .dvc-info-box {
    right: -25px;
}

.mockup-mobile-twenty-two + .dvc-info-box {
    right: -40px;
}

.mockup-mobile-twenty-five + .dvc-info-box,
.mockup-mobile-twenty-four + .dvc-info-box {
    right: -25px;
}

.mockup-mobile-twenty-six + .dvc-info-box {
    right: -40px;
}

.mockup-mobile-twenty-eight + .dvc-info-box,
.mockup-mobile-twenty-nine + .dvc-info-box,
.mockup-mobile-twenty-seven + .dvc-info-box {
    right: -20px;
}

.mockup-mobile-thirty + .dvc-info-box {
    right: -45px;
}

.mockup-mobile-thirty-one + .dvc-info-box {
    right: -20px;
}

.mockup-mobile-thirty-two + .dvc-info-box {
    right: -40px;
}

.mockup-mobile-thirty-three + .dvc-info-box {
    right: -20px;
}

.mockup-mobile-thirty-four + .dvc-info-box {
    right: -40px;
}

.mockup-mobile-twenty-three + .dvc-info-box {
    right: -10px;
}

/* ------------------------------------------- css media query ------------------------------------------- */

@media (min-width: 768px) {
	.mockup-modal .modal-backdrop {
		background-color: rgba(255, 255, 255, 0.9);
		opacity: 1 !important;
	}
}

@media (max-width: 1400px) {
	.mockup-style-fix-top {
		transform: scale(0.9);
	}
}

@media (min-width: 576px) {
	.mockup-modal .mockup-modal-info {
		margin: auto;
		min-height: calc(100% - 0rem);
	}
}

@media (max-width: 1399px) {
	.mockup-modal .offcanvas {
		width: 400px;
	}

	.phones-info-size-body li span bdi {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	.dvc-info-box {
		top: 35px;
	}

	.phones-info-size-body li {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.close-btn-main {
		position: unset;
		text-align: right;
	}

	.close-btn-main svg {
		width: 50px;
		height: 50px;
	}

	.dvc-info-box {
		position: unset;
		text-align: center;
		display: block;
		width: 160px;
		margin: -45px auto 20px auto;
	}

	.mockup-style-fix-top {
		width: 100%;
		transform: none;
		transform-origin: top center;
		display: block;
	}

	.qr-info-box-hover {
		position: sticky;
		text-align: center;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 15px;
		margin: -10px;
	}

	.qr-info-box {
		padding: 5px 12px;
		font-weight: 500;
		font-size: 11px;
	}

	.mockup-style-fix-apps {
		width: 340px;
		background-size: contain;
		height: 100%;
		background-image: none;
	}

	.mockup-style-size-one {
		width: 313px;
		height: 704px;
		position: relative;
		left: -2px;
	}

	.mockup-style-size-two {
		width: 310px;
		height: 685px;
		left: -2px;
	}

	.mockup-style-size-three {
		width: 325px;
		height: 698px;
	}

	.mockup-style-size-four {
		width: 305px;
		height: 660px;
		position: relative;
		left: -1px;
	}

	.mockup-style-size-five {
		width: 314px;
		height: 673px;
		position: relative;
		left: 1px;
	}

	.mockup-style-size-five iframe {
		border-radius: 0 0 33px 33px;
	}

	.mockup-style-size-six {
		width: 296px;
		height: 720px;
		position: relative;
		left: -2px;
	}

	.mockup-style-size-seven {
		width: 322px;
		height: 716px;
	}

	.mockup-style-size-seven iframe {
		border-radius: 0 0 30px 30px;
	}

	.mockup-style-size-eight {
		width: 308px;
		height: 685px;
		position: relative;
		left: -2px;
	}

	.mockup-style-size-nine {
		width: 322px;
		height: 707px;
		position: relative;
		left: -1px;
	}

	.mockup-style-size-ten {
		width: 322px;
		position: relative;
		left: -1px;
		height: 696px;
	}

	.mockup-style-size-eleven {
		width: 319px;
		height: 703px;
		position: relative;
		left: -1px;
	}

	.mockup-style-size-twelve {
		width: 330px;
		height: 708px;
		position: relative;
		left: -1px;
	}

	.mockup-style-size-twelve iframe {
		border-radius: 0 0 10px 10px;
	}

	.mockup-style-size-thirteen {
		width: 312px;
		height: 673px;
		position: relative;
		left: -2px;
	}

	.mockup-style-size-thirteen iframe {
		border-radius: 0 0 30px 30px;
	}

	.mockup-style-size-fourteen {
		width: 312px;
		position: relative;
		left: -2px;
		height: 673px;
	}

	.mockup-style-size-fourteen iframe {
		border-radius: 0 0 30px 30px;
	}

	.mockup-style-size-fifteen {
		position: relative;
		left: -1px;
		width: 328px;
		height: 711px;
	}

	.mockup-style-size-fifteen iframe {
		height: calc(100% - 50px);
		border-radius: 0 0 5px 5px;
	}

	.mockup-style-size-sixteen {
		width: 285px;
		height: 567px;
		position: relative;
		left: 1px;
	}

	.mockup-style-size-sixteen iframe {
		height: calc(100% - 103px);
	}

	.mockup-style-size-seventeen {
		width: 292px;
	}

	.mockup-style-size-seventeen iframe {
		height: calc(100% - 89px);
	}

	.mockup-style-size-eighteen {
		width: 297px;
		height: 639px;
	}

	.mockup-style-size-eighteen iframe {
		border-radius: 0 0 30px 30px;
	}

	.mockup-style-size-nineteen {
		width: 288px;
		height: 611px;
	}

	.mockup-style-size-nineteen iframe {
		border-radius: 0 0 27px 27px;
	}

	.mockup-style-size-twenty {
		width: 287px;
		height: 611px;
	}

	.mockup-style-size-twenty iframe {
		border-radius: 0 0 27px 27px;
	}

	.mockup-style-size-twenty-one {
		width: 294px;
		height: 632px;
	}

	.mockup-style-size-twenty-one iframe {
		border-radius: 0 0 30px 30px;
	}

	.mockup-style-size-twenty-two {
		width: 298px;
		height: 639px;
	}

	.mockup-style-size-twenty-two iframe {
		border-radius: 0 0 26px 26px;
		height: calc(100% - 39px);
	}

	.mockup-style-size-twenty-three {
		width: 301px;
		height: 648px;
	}

	.mockup-style-size-twenty-five {
		width: 302px;
		height: 651px;
	}

	.mockup-style-size-twenty-six {
		width: 304px;
		height: 652px;
	}

	.mockup-style-size-twenty-six iframe {
		border-radius: 0 0 35px 35px;
	}

	.mockup-style-size-twenty-seven {
		width: 302px;
		height: 648px;
	}

	.mockup-style-size-twenty-seven iframe {
		border-radius: 0 0 37px 37px;
	}

	.mockup-style-size-twenty-eight {
		width: 300px;
		height: 647px;
	}

	.mockup-style-size-twenty-eight iframe {
		border-radius: 0 0 37px 37px;
	}

	.mockup-style-size-twenty-nine {
		width: 306px;
		height: 655px;
		position: relative;
		left: 1px;
	}

	.mockup-style-size-twenty-nine iframe {
		border-radius: 0 0 40px 40px;
	}
}
