@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--col1: #FA5607;
	--col2: #086767;
	--col3: #99db87;
	--col4: #27c18a;
}
::selection {
	background: #18d5cd;
	color: #fff;
}
body {
	margin: 0;
	/* font-family: 'Work Sans', sans-serif; */
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #4b566b;
	text-align: left;
	background-color: #fff;
	-webkit-transition: all .3s ease 0s;
  	transition: all .3s ease 0s;
}
a {
	color: #4b566b;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all .3s ease 0s;
  	transition: all .3s ease 0s;
}
button, .button{
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
  	transition: all .3s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
	color: #4b566b;
}
p {
	margin: 0;
}
a:hover{
	color: var(--col2);
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.pitw-container {
	max-width: 1400px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.PrimeItWorld_siteWrap {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	left: 0;
	transition: left .5s ease;
	width: 100%;
	max-width: 100%;
}
/* Header CSS Start */
.PrimeItWorld_header {
	background: #18d5cd;
}
.header_main_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}
.header_logo a {
	display: block;
}
.header_logo img {
	max-height: 60px;
}
.header_nav_menu ul {
	display: flex;
}
.header_nav_menu ul li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	padding: 20px 15px;
	display: block;
	color: #fff;
}
.header_nav_menu ul li a:hover {
	color: #fdaa00;
}
.subscribe_btn, .hero_btn {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	background:var(--col1);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 15px;
}
.subscribe_btn:hover, .subscribe_btn:focus, .hero_btn:hover, .hero_btn:focus {
	color: #fff;
	background-color: transparent;
	background: var(--col2);
}
.woocommerce_my_order {
	padding: 15px 0;
	max-width: 900px;
	margin: 0 auto;
}
.thankyou_topper, .woocommerce_my_order .woocommerce-order-details {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 20px;
}
.thankyou_topper .woocommerce-notice, .woocommerce_my_order .woocommerce-order-details .woocommerce-order-details__title {
	font-weight: 600;
	font-size: 18px;
	color: #098C3A;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.02);
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	width: 50%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	margin-bottom: -1px;
	margin-left: -1px;
	border-top: 0;
	border-left: 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
	font-weight: 500;
}
.woocommerce_my_order .woocommerce-customer-details {
	display: none;
}
.woocommerce_my_order .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
	margin-bottom: 0;
}
.woocommerce_my_order .thwcfe-section-title {
	color: #098C3A;
}

/* Header CSS End */

/* Footer CSS Start */
.PrimeItWorld_footer {
	background-image: linear-gradient(180deg, #18d5cd 0%, #000000 100%);
	margin-top: auto;
}
.footerTopInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.footer_logo img {
	max-height: 40px;
}
.footer_menu {
	display: flex;
	flex-wrap: wrap;
}
.footer_menu li {
	padding-left: 15px;
	color: #fff;
}
.footer_menu li a {
	color: #fff;
	font-size: 13px;
	display: block;
}
.footer_menu li a:hover {
	color: #fdaa00;
}
.footerBottomInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
}
.footerBottomInner .sep {
	padding: 0 6px;
}
.footerBottomInner a {
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	font-weight: 600;
}
.footerBottomInner i {
	margin-right: 5px;
}
.topbutton {
	position: fixed;
	right: 15px;
	bottom: 15px;
	Z-index: 1;
	background-repeat: no-repeat;
	display: none;
	margin: 0;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	transition: .5s all;
	background-color: rgba(255,255,255,.25);
	border-radius: 50%;
}
.topbutton i {
	position: absolute;
	top: 9px;
	left: 9px;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	background: var(--col1);
	border-radius: 50%;
	z-index: -9;
	line-height: 52px;
	font-size: 28px;
	cursor: pointer;
}
.whatsapp_toogle, .home_toogle{
	position: fixed;
	z-index: 9999;
	left: 110px;
}
.img-circle, .home-circle {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 35px;
	border-radius: 50%;
	box-shadow: 0px 0px 11px rgba(0,0,0,.5);
	padding: 6px;
}
.img-circleblock, .home-circleblock{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	width: 48px;
	height: 48px;
	background-size: 48px;
}
.whatsapp_toogle{
	bottom: 16px;
}
.home_toogle{
	bottom: 86px;
}
.img-circle{
	background-color: #5ebc57;
}
.home-circle {
	background-color: #fff;
}
.img-circleblock{
	background-image:url(../../primeitworld-assets/primeitworld-images/whatsapp.png);background-position: center center;background-repeat:no-repeat;
}
.home-circleblock{
	background-image:url(https://canadaservice.online/wp-content/uploads/2024/01/899a5ba4-removebg-preview.png);background-position: center center;background-repeat:no-repeat;
}
@keyframes tossing {
	0% {transform: rotate(-8deg);}
	50% {transform: rotate(8deg);}
	100% {transform: rotate(-8deg);}
}
@-webkit-keyframes tossing {
	0% {-webkit-transform: rotate(-8deg);}
	50% {-webkit-transform: rotate(8deg);}
	100% {-webkit-transform: rotate(-8deg);}
}
/* Footer CSS End */

/* Home CSS Start */
.hero_section {

	position: relative;
}
.bg_carousel_item {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero_content_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero_content_wrap .container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 25px 15px;
}
.hero_content {
	max-width: 665px;
	padding-top: 45px;
	margin-bottom: 20px;
}
.hero_content h1 {
	color: #FFFFFF;
	font-size: 65px;
	font-weight: 700;
	-webkit-text-stroke-width: 0px;
	stroke-width: 0px;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	margin-bottom: 20px;
}
.hero_content p {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.brand_carousel_item img{
	border-radius: 4px;
	height: 80px;
}
.price_section {
	padding: 40px 0;
}
.price_sec_content {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 40px;
}
.price_sec_content::before {
	content: "";
	width: 150px;
	height: 3px;
	background: var(--col1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.price_sec_content h2 {
	font-size: 31px;
	font-weight: 700;
	margin-bottom: 12px;
}
.pitw_package_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -8px;
}
.pitw_package_item {
	width: 25%;
	text-align: center;
	padding: 0 8px;
}
.pitw_package_inner {
	border: 1px solid #53515140;
	padding: 17px 12px 20px;
	border-radius: 5px;
	background: #e9fae9;
}
.pitw_package_item i {
	color: var(--col3);
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.pitw_package_item h3 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
	color: var(--col1);
}
.pitw_package_item .price {
	color: var(--col2);
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}
.pitw_package_item ul {
	margin-bottom: 20px;
	padding: 0 10px;
}
.pitw_package_item ul li {
	color: #101315;
	margin-bottom: 7px;
	text-align: left;
	border-bottom: 1px solid #53515140;
	padding-bottom: 5px;
	font-size: 15px;
}
.pitw_package_item ul li span {
	position: relative;
	display: inline-block;
}
.pitw_package_item ul li span::before {
	content: "\f336";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	margin-right: 10px;
	color: var(--col3);
	font-size: 14px;
}
.button.add_to_cart_button {
	font-weight: 500;
	letter-spacing: 1.2px;
	text-shadow: 0px 0px 10px rgba(8, 0, 0, 0.98);
	background: var(--col1);
	border-radius: 5px;
	display: inline-block;
	padding: 5px 20px;
	font-size: 20px;
	color: #fff;
}
.button.add_to_cart_button:hover, .button.add_to_cart_button:focus {
	color: #fff;
	background: var(--col2);
}
.pitw_package__item {
	max-width: 400px;
	text-align: center;
}
.pitw_package__inner {
	border: 4px solid #f30909;
	padding: 17px 15px 20px;
	border-radius: 12px;
	background: #18d5cd;
}
.pitw_package__item i {
	color: var(--col3);
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.pitw_package__item h3 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
	color: var(--col3);
}
.pitw_package__item p {
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--col1);
	background: #f4d8d8;
	padding: 7px 10px;
	border-radius: 4px;
}
.pitw_package__item .price {
	color: var(--col4);
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.pitw_package__item .price del {
	opacity: .7;
}
.pitw_package__item .price ins {
	margin-left: 10px;
	text-decoration: none;
}
.pitw_package__item ul {
	margin-bottom: 20px;
	padding: 0 10px;
}
.pitw_package__item ul li {
	color: #fff;
	margin-bottom: 7px;
	text-align: left;
	border-bottom: 1px solid #d8cccc57;
	padding-bottom: 5px;
	font-size: 18px;
}
.pitw_package__item ul li span {
	position: relative;
	display: inline-block;
}
.pitw_package__item ul li span::before {
	content: "\f336";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	margin-right: 10px;
	color: var(--col3);
	font-size: 14px;
}
.stream_section {
	background: #fff7f7;
	padding-bottom: 30px;
}
.stream_content {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.stream_content p {
	color: var(--col1);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.stream_content h2 {
	color: #000000;
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: 600;
}
.stream_content h4 {
	text-align: center;
	color: #303030;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
.movie_banner_carousel, .sports_banner_carousel{
	margin-bottom: 20px;
}
.banner_carousel_item img{
	border-style: groove;
	border-color: var(--col1);
	border-radius: 8px 8px 8px 8px;
}
.tv_logo_carousel {
	margin-bottom: 20px;
	padding: 7px 0px 7px 0px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #20063B 0%, #20063B 100%);
}
.ott_logo_carousel {
	margin-bottom: 20px;
}
.logo_carousel_item{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_carousel_item img{
	border-radius: 4px;
	max-height: 60px;
	width: auto !important;
}
.subscription_section {
	padding: 30px 0;
}
.subscrip_content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.subscrip_content p {
	color: #383838;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 30px;
}
.subscrip_content .subscrip_btn {
	color: #FFFFFF;
	background: var(--col1);
	font-size: 20px;
	border-color: #FFFFFF;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 600;
}
.subscrip_banner {
	position: relative;
}
.subscrip_banner .sb_first_banner {
	z-index: 30;
	position: relative;
}
.subscrip_banner .sb_second_banner {
	margin: -432px 0 0 -48px;
	z-index: 60;
	position: relative;
}
.service_section {
	padding: 50px 0 30px;
}
.service_item {
	border: 1px solid #53515140;
	padding: 20px;
	border-radius: 5px;
	background: #e9fae9;
	text-align: center;
	height: 100%;
}
.service_item i {
	color: var(--col3);
	font-size: 62px;
	line-height: 62px;
	margin-bottom: 15px;
}
.service_item h3 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
	color: var(--col1);
}
.service_item p {
	font-size: 14px;
	text-align: justify;
}
.howWork_section {
	padding: 40px 0 0;
}
.howwork_sec_title, .service_sec_title {
	color: #0F0202;
	font-size: 41px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 55px;
	padding-bottom: 15px;
	position: relative;
}
.howwork_sec_title::after, .service_sec_title:after {
	width: 150px;
	height: 3px;
	background: var(--col1);
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.howWork_item {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.howWork_item i {
	color: #fff;
	background: var(--col3);
	width: 104px;
	height: 104px;
	line-height: 104px;
	border-radius: 50%;
	font-size: 40px;
	margin-bottom: 15px;
}
.howWork_item h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--col1);
	margin-bottom: 10px;
}
.howWork_item p {
	font-size: 15px;
	color: #212022;
}
.faq_section {
	background-image: url("../../primeitworld-assets/primeitworld-images/image-dodo1-23.png");
	background-position: 8px -190px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.faq_section::before {
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.69;
}
.faq_section .container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.faq_sec_title {
	color: #001C31;
	font-size: 52px;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	text-align: center;
	margin-bottom: 30px;
}
.faq_banner img {
	max-height: 460px;
	display: block;
	margin: 0 auto;
}
.accordion-item {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.125);
}
.accordion-button {
	box-shadow: none !important;
	background: transparent;
	font-weight: 600;
	font-size: 22px;
}
.accordion-button:not(.collapsed) {
	color: var(--col1);
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion-body ul {
	padding-left: 30px;
}
.accordion-body ul li {
	list-style: disc;
	margin-bottom: 5px;
}
.contact_section {
	background-color: transparent;
	background-image: linear-gradient(180deg, #E2E1E1 0%, #E4E4E4 100%);
	padding: 30px 0;
}
.contact_sec_title {
	color: #001c31;
	font-size: 46px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	margin-bottom: 30px;
	text-align: center;
}
.contact_content {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact_support {
	height: 100%;
	width: 50%;
	border-right: 3px solid #fdaa00;
	padding-right: 25px;
	text-align: center;
}
.support_icon {
	margin-bottom: 15px;
}
.support_icon i {
	color: #25D366;
	font-size: 93px;
	line-height: 93px;
}
.contact_support h3 {
	font-size: 24px;
	font-weight: 700;
	color: #001C31;
	margin-bottom: 10px;
}
.contact_support p {
	color: #2C2929;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}
.support_btn {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	background:  #25D366;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
}
.contact_info {
	width: 50%;
	padding-left: 25px;
}
.single_contact {
	margin-bottom: 15px;
}
.single_contact a {
	display: flex;
}
.single_contact .icon {
	margin-right: 10px;
	min-width: 35px;
}
.single_contact .icon i {
	font-size: 24px;
	width: 35px;
	background: var(--col1);
	text-align: center;
	margin-top: 4px;
	color: #fff;
	line-height: 35px;
	border-radius: 4px;
}
.single_contact .info h4 {
	color: var(--col2);
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}
.single_contact .info p {
	color: #212022;
	font-weight: 600;
	font-size: 16px;
}
/* Home CSS End */

/* Page CSS Start */
.error-wrpp {
	text-align: center;
	padding: 20px 0 40px;
}
.error-title {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #d10404;
	-webkit-text-fill-color: #fff;
	animation: fill .6s infinite alternate;
	-webkit-animation: fill .6s infinite alternate;
	text-shadow: 0 2px 4px #000;
	display: inline-block;
}
@keyframes fill {
	from {
	 -webkit-text-fill-color:#9a1515;
	}
	to {
	 -webkit-text-fill-color:#ddd;
	}
}
@-webkit-keyframes fill {
	from {
	 -webkit-text-fill-color:#9a1515;
	}
	to {
	 -webkit-text-fill-color:#ddd;
	}
}
.error-wrpp .error-text {
	font-size: 22px;
	margin-bottom: 15px;
}
.error-wrpp .text {
	font-size: 16px;
	margin-bottom: 15px;
}
.error-wrpp .error_btn {
	border: 2px solid var(--col1);
	padding: 8px 31px 4px;
	font-size: 15px;
	background: #fff;
	color: var(--col1);
	border-radius: 4px;
	line-height: 26px;
	display: inline-block;
	transition: all .3s ease-in-out;
}
.error-wrpp .error_btn:hover {
	background:var(--col1);
	color: #000;
}
.pitw_page_content {
	padding: 30px 0;
}
.page__content h2 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.page__content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.page__content h4 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.page__content h5 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.page__content p {
	margin-bottom: 12px;
}
.pitw_page_inner {
	margin: 30px 0;
}
.page__content ul, .page__content ol, .primeitworld_product_tabs #tab-description ol, .primeitworld_product_tabs #tab-description ul {
	margin-bottom: 10px;
	padding-left: 25px;
}
.page__content ul li, .page__content ol li, .primeitworld_product_tabs #tab-description ul li, .primeitworld_product_tabs #tab-description ol li {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.5;
}
.page__content ul li, .primeitworld_product_tabs #tab-description ul li {
	list-style: disc;
}
.page__content ol li, .primeitworld_product_tabs #tab-description ol li {
	list-style: decimal;
}
.booking_section {
	padding: 40px 0;
	background: #f4f4f4;
}
.booking_sec_title {
	text-align: center;
	font-size: 42px;
	margin-bottom: 30px;
}
.booking_content {
	max-width: 780px;
	margin: 0 auto;
}
.wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
}
.wpforms-field-container .wpforms-field {
	width: 100%;
	padding: 0 10px 12px !important;
}
.wpforms-field-container .wpforms-field.half_width {
	width: 50%;
}
.wpforms-container .wpforms-field-label {
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea {
	background: #f4f2f2 !important;
}
/* Page CSS End */


@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.pitw_menu_toggle{
		display: none;
	}
	
}
@media (min-width: 992px) {

}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
  }
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
	.header_action{
		display: none;
	}
	.header_main {
		position: relative;
	}
	.header_main_inner {
		padding: 8px 0;
	}
	.header_logo img {
		max-height: 50px;
		max-width: 250px;
	}
	.header_nav_menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		background: #18d5cd;
		transform: scaleY(0);
		transition: all 300ms ease-out;
		transform-origin: 50% 0;
		visibility: hidden;
	}
	.header_nav_menu.show {
		transform: scaleY(1);
		visibility: visible;
	}
	.pitw_menu_toggle .toggle_icon_open, .pitw_menu_toggle .toggle_icon_close {
		width: 30px;
		fill: #fff;
	}
	.pitw_menu_toggle .toggle_icon_close {
		display: none;
	}
	.pitw_menu_toggle.open .toggle_icon_open {
		display: none;
	}
	.pitw_menu_toggle.open .toggle_icon_close {
		display: block;
	}
	.header_nav_menu ul {
		display: block;
		padding-bottom: 15px;
	}
	.header_nav_menu ul li a {
		padding: 10px 25px;
	}
	.hero_content h1 {
		font-size: 50px;
	}
	.pitw_package_item {
		width: 50%;
		margin-bottom: 20px;
	}
	.stream_content h2 {
		font-size: 36px;
	}
	.subscrip_content h2 {
		font-size: 32px;
	}
	.subscrip_content {
		margin-bottom: 25px;
	}
	.faq_sec_title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.faq_banner {
		margin-bottom: 32px;
	}
	.cart_form_wrap, .cart-collaterals, .pitw_checkout_inner .customer_details, .order_review_details {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.footer_logo {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.pitw_footer_menu {
		width: 100%;
	}
	.footer_menu {
		justify-content: center;
	}
	.footerBottomInner span {
		width: 100%;
		text-align: center;
	}
	.footerBottomInner .sep {
		display: none;
	}
	.topbutton {
		width: 50px;
		height: 50px;
	}
	.topbutton i {
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		line-height: 40px;
		font-size: 20px;
	}
	.hero_content {
		padding-top: 15px;
	}
	.hero_content h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.hero_content p {
		font-size: 16px;
	}
	.brand_carousel_item img {
		height: 50px;
	}
	.price_sec_content {
		margin-bottom: 40px;
		padding-bottom: 25px;
	}
	.price_sec_content h2 {
		font-size: 24px;
	}
	.price_sec_content p {
		font-size: 15px;
	}
	.pitw_package_item {
		width: 100%;
	}
	.stream_content h2 {
		font-size: 30px;
	}
	.stream_content h4 {
		font-size: 15px;
	}
	.stream_content {
		padding-bottom: 30px;
	}
	.subscrip_content h2 {
		font-size: 28px;
	}
	.subscrip_content p {
		line-height: 25px;
	}
	.subscrip_banner .sb_second_banner {
		margin: -282px 0 0 -5px;
	}
	.howwork_sec_title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.howWork_content .mb-5 {
		margin-bottom: 25px !important;
	}
	.howWork_item i {
		width: 85px;
		height: 85px;
		line-height: 85px;
		font-size: 36px;
	}
	.howWork_item h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.howWork_item p {
		font-size: 14px;
		color: #212022;
	}
	.faq_sec_title {
		font-size: 28px;
	}
	.faq_banner img {
		max-height: 250px;
	}
	.accordion-button {
		font-size: 20px;
	}
	.contact_sec_title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.contact_support {
		height: auto;
		width: 100%;
		border-right: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.support_icon i {
		font-size: 65px;
		line-height: 65px;
	}
	.contact_support p {
		font-size: 16px;
	}
	.support_btn {
		font-size: 22px;
		padding: 5px 20px;
	}
	.contact_info {
		width: 100%;
		padding-left: 0;
	}
	div#customer_login {
		width: 100%;
	}
	.wpforms-field-container .wpforms-field.half_width {
		width: 100%;
	}
	.whatsapp_toogle, .home_toogle {
		left: 90px;
	}
	.home_toogle {
		bottom: 72px;
	}
	.img-circle, .home-circle {
		width: 50px;
		height: 50px;
	}
	.img-circleblock, .home-circleblock {
		width: 38px;
		height: 38px;
		background-size: 38px;
	}
}
@media (max-width: 420px) {


}