/* ==========Fonts========== */
@font-face {
	font-family: 'Poppins-Medium';
	src: url('./fonts/Poppins-Medium.otf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('./fonts/Poppins-Regular.otf');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('./fonts/Poppins-SemiBold.otf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('./fonts/Poppins-Bold.otf');
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('./fonts/Montserrat-Bold.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('./fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('./fonts/Raleway-Regular.ttf');
}
@font-face {
	font-family: 'MuseoSans-700';
	src: url('./fonts/MuseoSans_700.otf');
}

/* font by bilal  */
@font-face {
	font-family: 'MyriadPro';
	src: url('./fonts/MyriadPro.ttf');
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('./fonts/Poppins-Light.ttf');
}

/* font by bilal  */
/* ==========Fonts========== */

/* =====General===== */
html{
    scroll-behavior: smooth;
}
a, a:hover {
	text-decoration: none;
	color: black
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto!important;
}

h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Poppins-Regular';
	margin: 0;
	padding: 0;
}

/* =====General===== */

/**********************Here all custom style for website ####### */

/*navbar style*/

header .header-menu, header .logo {
	align-self: center;
}

header .navbar-light .navbar-nav .nav-link {
	color: #000000;
	font-size: 17px;
	outline: 0;
}

header .header-menu .nav-item:nth-child(4) .nav-link {
	padding: 8px 35px;
	/*border: 1px solid #2c3d50;*/
	color: #fff;
	border-radius: 30px;
	background-color: #2c3d50;
}

header .header-menu .nav-item:last-child .nav-link {
	padding: 8px 25px;
	border: 1px solid;
	border-radius: 30px;
	background-color: transparent;
}

header .header-menu .nav-item:nth-child(4) .nav-link:hover, header .header-menu .nav-item:last-child .nav-link:hover {
	box-shadow: 0px 5px 5px #C2C2C2;
	opacity: 1;
	cursor: pointer;
}

header .navbar-light .navbar-nav .nav-item {
	margin: 5px 8px;
}

.carousel-img-item img {
	margin-top: -35px;
}

/*Banner style*/

.main-banner {
	background: url('./images/banner-rectangle.png') no-repeat center bottom;
	padding-bottom: 3.5%;
	background-size: 100%;
}

.main-banner .carousel-item img {
	width: 100%;
}

.main-banner .carousel-item .banner-text h1 {
	text-align: left;
	font-size: 61px;
	margin-bottom: 20px;
	color: white;
}

.main-banner .carousel-item .banner-text a {
	float: left;
	font-size: 17px;
	color: white;
	background-color: #14aff8;
	padding: 15px 40px;
	border-radius: 50px;
	background-image: url('./images/banner-btn-cart.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.carousel-indicators {
	bottom: 70px;
}

.carousel-indicators li {
	width: 20px;
	background-color: #fff;
	height: 20px;
	border-radius: 30px;
	cursor: pointer;
	border: 1px;
	opacity: 1;
}

.carousel-indicators .active {
	background-color: #1a85f8;
	border: 2px solid #fff;
	width: 18px;
	height: 18px;
}

.banner-text {
	position: absolute;
	top: 30%;
	left: 0;
	right: 50%;
	width: 100%;
}

.banner-btn {
	margin-top: 10px !important;
	background-color: #14aff8 !important;
	padding: 15px 40px !important;
}

/*.banner-text h1{ 
	font-size: 4.5rem;
}*/

.legal p {
	margin-bottom: 25px;
}

/*meet kate section start from here*/

.meet-kate .heading p {
	font-size: 17px;
	color: #808282;
	padding: 0 100px;
}

.meet-kate h1 {
	margin-bottom: 10px;
}

.meet-kate-padding {
	padding: 100px 0 40px 0;
}

.kate-box {
	border: 1px solid #eceff1;
	border-radius: 10px;
	padding: 30px 30px 0 30px;
	margin: 0 15px;
}

.meet-kate .break .kate-box-img {
	margin: -100px auto 50px;
	background-color: #14AFF8;
	max-width: max-content;
	padding: 28px 30px;
	border: 2px solid #eceff1;
	border-radius: 100%;
	position: relative;
}

.meet-kate .break .kate-box-img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	border: 7px solid #fff;
}

.meet-kate .break:first-child .kate-box-img {
	background-color: #2CDAFF;
}

.meet-kate .break:last-child .kate-box-img {
	background-color: #1A85F8;
}

.kate-box-img img {
	margin: 0 auto;
}

.kate-box h6 {
	font-family: 'Poppins-SemiBold';
	font-size: 23px;
	color: #2c3d50;
	margin-bottom: 30px;
}

.kate-box p {
	font-size: 17px;
	color: #808282;
	margin-bottom: 40px
}

.kate-box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.kate-box a {
	font-family: 'Roboto-Regular';
	padding: 12.5px 32.5px;
	color: #ffffff;
	background-color: #2c3d50;
	border-radius: 40px;
	position: relative;
	top: 10px;
	background-image: url('./images/kate-btn-cart.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	/*box-shadow: 0px 2px 3px #313131;*/
}
.kate-box a:hover{
    opacity: 1;
	box-shadow: 0px 2px 5px #313131;
}

.meet-kate-padding .break {
	margin-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

.kate-img-item img {
	margin-top: -48px;
}

.heading h1 {
	margin-bottom: 10px;
}

/*meet kate end here*/

/*plans start from here*/

.plans {
	/*margin-top: 50px; deleted */
}

.plans .heading h1 {
	font-size: 40px;
	color: #1f1f1f;
	margin-bottom: 30px;
}

.plans .plan-table {
	border-top: 10px solid #2c3d50;
	border-radius: 10px;
	overflow: auto;
}

.plans .plan-table .table {
	margin-top: -20px;
	margin-bottom:30px;
}

.plans .plan-table .table th {
	width: 30%;
	text-align: left;
}

.plans .plan-table tr th {
	font-family: 'Poppins-Regular';
	font-size: 17px;
	color: #888888;
	padding-left: 60px;
}

.plans .plan-table tr td {
	font-family: 'Poppins-Medium';
	font-size: 15px;
	color: #333333;
	border: none;
	border-top: 1px solid #DEDEDE;
}

.plans .plan-table tr:first-child th, .plans .plan-table tr:nth-child(2) th {
	padding-left: 30px;
}

.plans .plan-table tr:nth-child(1) td {
	font-family: 'Poppins-SemiBold';
	color: white;
}

.plans .plan-table tr:nth-child(1) td h4 {
	font-size: 31px;
	margin: 15px 0;
}

.plans .plan-table tr:nth-child(1) td h4 span {
	font-size: 18px;
}

.plans .plan-table tr:nth-child(1) td h5 {
	font-size: 27px;
}

.plans .plan-table tr:nth-child(1) td p {
	font-family: 'Poppins-Regular';
	font-size: 17px;
	margin-bottom: 0;
}

.plans .plan-table tr:nth-child(2) th, .plans .plan-table tr:nth-child(2) td {
	border: none;
	font-family: 'Poppins-SemiBold';
	color: #2c3d50;
	font-size: 26px;
	padding-bottom: 20px;
}

.plans .plan-table tr:nth-child(11) th, .plans .plan-table tr:nth-child(11) td, .plans .plan-table tr:last-child th, .plans .plan-table tr:last-child td {
	border-top: none;
}

.plans .plan-table tr:last-child td {
	font-size: 17px;
	color: #8A8C8C;
	padding: 15px 20px 60px 20px;
}

.plans .plan-table .composition {
	vertical-align: bottom;
	color: #1f1f1f;
}

.plans .plan-table .composition h1 {
	margin-top: -140px;
}

.plans .plan-table .unlimited {
	background: url('./images/plan1.png') no-repeat center bottom/cover;
	padding: 35px 0 75px 0 !important;
}

.plans .plan-table .lite {
	background: url('./images/plan2.png') no-repeat center bottom/cover;
	padding: 35px 0 75px 0 !important;
}

.plans .plan-table .table td {
	/*margin: 10px;*/
	display: inline-block;
	background-color: #F8F8F8;
	margin: 0 10px;
	width: 42%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px 20px;
	min-height: 55px;
}
.plans .plan-table .table tr:first-child td {
	padding-bottom: 0px;
}

.plans .plan-table .signup-btn {
	margin-top: unset;
	padding: 12.5px 0px;
	font-family: 'Poppins-Regular';
	font-size: 17px;
	background-color: #2C3D50;
	border-radius: 100px;
	width: 100%;
	color: white;
}
.signup-btn {
	display: block;
}

.plans .plan-table .signup-btn br {
	display: none;
}

.plans .plan-table .signup-btn:hover {
	box-shadow: 0px 3px 5px #7a7a7a;
	background-color: #2C3D50;
}

.plans .plan-note {
	margin-bottom: 20px;
	color: #808282;
}

.plans .plan-note p {
	/*margin-bottom: 15px;*/
}

.plans .terms a {
	font-family: 'Poppins-SemiBold';
	font-size: 17px;
	color: #1f1f1f;
}

/*Support section style start from here */

.support {
	background: url('./images/support-banner.png') no-repeat;
	background-size: cover;
	padding: 110px 0 90px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

.support h1 {
	font-family: Poppins-Medium;
	margin-bottom: 30px;
	color: white;
}

.support h3 {
	font-family: 'Poppins-SemiBold';
	font-size: 27px;
	color: #2c3d50;
	padding-bottom: 5px;
}

.support-border {
	width: 120px;
	height: 2px;
	background: white;
	margin-bottom: 12px;
}

.support-topics-list {
	list-style: none;
	padding: 0;
}

.support-topics-list a {
	font-size: 17px;
	font-family: Poppins-Regular;
	color: white;
}

.support-topics-list li {
	margin-bottom: 8px;
}

.support p {
	margin: 0 0 20px 0;
	color: white;
	font-family: 'Poppins-Regular';
	font-size: 17px;
}

.live-chat {
	padding: 20px;
	background-color: white;
	text-align: center;
	width: 70px;
	border-radius: 100%;
	margin-bottom: 30px;
	margin-left: 30%;
}
.chat-section{
    margin-left: -60px;
}
.chat-section h5 {
	color: #2C3D50;
	font-family: 'Poppins-Regular';
	font-size: 17px;
}

.support-chat {
	margin-bottom: 35px;
}

.chat-section .chat-block {
	text-align: center;
}

.chat-section .chat-block .chat-block-img {
	background-color: white;
	padding: 25px;
	border-radius: 100px;
	margin: 0 auto 10px;
	max-width: max-content;
}

.chat-section .chat-block:first-child .chat-block-img {
	padding: 25px 30px;
}

/*search bar*/

.support-search-btn {
	margin-left: -30px;
	border-radius: 0 100px 100px 0;
	width: 20%;
	background-color: #2c3d50;
	color: white;
	font-family: 'Poppins-SemiBold';
	font-size: 18px;
	border: 2px solid #2c3d50;
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
	border-radius: 100px;
}

.support-form-control {
	padding: 1.7rem 1.75rem;
	font-size: 18px;
}

.main {
	width: 100%;
	margin-bottom: 15px;
}

.customer-support {
	border: 2px solid #fff;
	padding: 13px 25px;
	border-radius: 100px;
	margin-right: 15px;
	font-size: 20px;
	background-color: #fff;
	margin-left: 50px;
}

.customer-support span {
	position: relative;
	top: 15px;
	color: #1aab14;
	font-size: 22px;
	font-family: 'Poppins-Medium';
}

.customer-support img {
	width: 150px;
}

.view-more {
    display: block;
	padding: 10px 50px;
	border: 2px solid #2c3d50;
	border-radius: 50px;
	margin-right: 25px;
	background: #2c3d50;
	color: #fff;
}
.view-more:hover{
    color: white!important;
}
.chat-now {
    display: block;
	padding: 10px 50px;
	border: 2px solid #2c3d50;
	border-radius: 50px;
	background: #2c3d50;
	color: #fff;
}
.chat-now:hover{
    color: white!important;
}
.chat-show {
	display: none;
}

.customer-support-section ul {
	list-style: none;
}

.customer-support-section ul li {
	float: left;
	margin-top: 10px;
	margin-left: 100px;
}

.customer-support-section ul li:first-child {
	margin:0 15px 0 50px;
}

/*.customer-support span {
	position: relative;
	top: 8px;
}*/

/*.customer-btn, .customer-btn:hover {
	font-family: 'Poppins-Regular';
	float: left;
	background-color: white;
	padding: 15px 50px;
	border-radius: 50px;
	background-color: #2c3d50;
	color: white;
}*/

/* News Section Starts */

.news {
	padding-top: 0px;
}

.news .heading h1 {
	color: #1f1f1f;
}

.news .boxes {
	margin-top: 40px;
}

.news .box {
	border-right: 2px solid rgba(235, 235, 235, 0.6);
	padding: 0px 40px;
}

.news .box:last-child {
	border-right: none;
}

.news .box-detail {
	display: flex;
	margin-bottom: 15px;
}

.news .box-detail .date {
	background: url('./images/date-border.png') no-repeat right center;
	padding-right: 8px;
	text-align: center;
}

.news .box-detail .date h4, .news .box-detail .date h6 {
	font-family: 'Montserrat-Bold';
	color: #2C3D50;
}

.news .box-detail .date h4 {
	font-size: 31px;
}

.news .box-detail .date h6 {
	font-size: 20px;
}

.news .box-detail .author {
	margin-top: 10px;
}

.news .box-detail .author p {
	margin-left: 10px;
	padding: 4px 0 0 30px;
	font-family: 'Raleway-Regular';
	font-size: 15px;
	color: #787474;
	background: url('./images/news-author.png') no-repeat left 16px;
	font-weight: 900;
	letter-spacing: 0.75px;
	line-height: 1.3;
}

.news .box a {
	font-family: 'Poppins-Regular';
	font-size: 17px;
	line-height: 1.5;
	border-bottom: 2px solid #c1c0c0;
	color: #302D2D;
}

.news .bx-wrapper {
	display: none;
}

/********************************************footer styling from here*/

/*new changes here*/

footer {
	background: url('./images/footer-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	margin-top: 5px;
	color: white
}

/*new changes here*/

footer h5 {
	font-family: 'MuseoSans-700';
	font-size: 17px;
	padding-bottom: 7px;
}

footer .company-info p, footer .company-info .info p {
	font-family: 'Raleway-Regular';
}

footer .company-info .info p {
	margin-bottom: 20px;
}


/*footer chat with us button*/
.chat p{
    font-family: 'Raleway-Regular';
    color: #f8f8f8;
    font-size: 15px;
    margin: 0 0 20px 0;
}
    .chat-with-us{
        display: block;
        padding: 10px 35px;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: #fff;
        color: #2c3d50;
        float:left;
    }
/*chat with us end here*/


.footer-list-nav, .footer-list-social {
	padding: 0;
}
.footer-list-social li:nth-child(2) a span{
    visibility: hidden;
}
.footer-list-nav li, .footer-list-social li {
	list-style: none;
	margin: 10px 0 10px 0;
}

.footer-list-social li a {
	margin-left: 20px;
}

.footer-list-social li i {
	background-color: white;
	color: #2F4052;
	padding: 7px;
}

.footer-list-social li:first-child i {
	padding: 7px 10px;
}

.footer-list-nav li a, .footer-list-social li a {
	font-family: 'Raleway-Regular';
	color: #f8f8f8;
	font-size: 15px;
}

.footer-border {
	width: 150px;
	height: 2px;
	background: linear-gradient(to right, #14AFF8 50%, white 50%);
	margin-bottom: 30px;
}

.footer-logo {
	margin: 30px 0 20px 0;
}

.footer-search {
	border-radius: 0 !important;
	border: none;
	margin-bottom: 10px;
	font-family: Raleway-Regular;
	font-size:14px !important;
}

.footer-search-btn {
	color: #fff;
	border-radius: 0;
	background-color: #2c3d50;
	padding: 10px 40px;
	border: 1px solid #fff;
	font-family: Raleway-Regular;
}
.footer-search::-webkit-input-placeholder { /* Edge */
	font-family: Raleway-Regular;
  font-size:14px;
}

.footer-search:-ms-input-placeholder { /* Internet Explorer */
	font-family: Raleway-Regular;
  font-size:14px;
}

.footer-search::placeholder {
  font-size:14px;
	font-family: Raleway-Regular;
}
.footer-search{
    padding:13px 16px;
    height:unset;
}
.footer-holder label {
	font-family: Raleway-Regular;
	margin-bottom: 15px !important;
	font-size: 15px;
}

/**************************************** popup style start here*/

 .popup-header {
	display: inline-block;
	text-align: center;
	font-family: Poppins-Medium;
	font-size: 2.5rem !important;
	border-bottom: none;
	padding: 0;
}


 .popup-far {
	color: #7c7c7c;
	font-size: 20px;
}

 .popup-content {
	border-radius: 2px !important;
	border: none;
	padding: 2.125rem;
	background-color: #fff;
	min-width:575px;
	background: url('./images/sign-up-background.png') no-repeat center center/100%;
}

 .modal-body,  .input-body {
	margin-bottom: -15px;
}

 .input-body {
	margin-bottom: 1.25rem;
}


 .popup-footer {
	border-top: none;
}

 .popup-dialog {
	max-width: max-content;
}

 .popup-form {
	border-radius: 2px !important;
	border-right: 0 !important;
	padding: 25px 20px;
}

 .popup-input-icon {
	border-left: 0 !important;
	background: #fff;
	border-radius: 2px;
}

 .popup-group {
	margin-bottom: 1.25rem;
}

 .form-control:focus {
	border-color: lightgray;
	box-shadow: none;
}

 .popup-button {
    font-family: 'Poppins-Medium';
	width: 100%;
	background-color: #2c3d50;
	border: 1px solid #2c3d50;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 0px;
	padding: 15px 0;
}

 .popup-button:active {
	width: 100%;
	background-color: #2c3d50 !important;
	border: 1px solid #2c3d50;
	border-radius: 2px;
	color: #fff;
	box-shadow: none !important;
}

 .popup-button:focus {
	width: 100%;
	background-color: #2c3d50;
	border: 1px solid #2c3d50;
	border-radius: 2px;
	color: #fff;
	box-shadow: none !important;
}

 .popup-button:hover {
	width: 100%;
	background-color: #fff;
	border: 1px solid #2c3d50;
	border-radius: 2px;
	color: #2c3d50;
}

 .already-accout {
	text-align: center;
	color: #474747;
	font-size: 18px;
}

 .already-accout a {
	font-family: "Poppins-Medium";
	font-size: 18px;
	border-bottom:2px solid #ACB2B9;
	color: #2C3D50;
}

 input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5);
	/* IE */
	-moz-transform: scale(1.5);
	/* FF */
	-webkit-transform: scale(1.5);
	/* Safari and Chrome */
	-o-transform: scale(1.5);
	/* Opera */
	transform: scale(1.5);
	margin-left: -0.7rem;
}

 .popup-chackbox {
	margin-left: 1rem;
	color: #000;
	font-family: 'Poppins-Regular';
}

/**************************************** popup end here*/

/**************************************** download section start from here */
.download-outer-con {
	background: url('./images/downloads-page-banner.png') no-repeat center;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 50px 0 140px;
}

.download-inner-con h1 {
	color: #ffffff;
	margin-left: 80px;
}

/*****************************breadcrumbs*/
.brdcrumbs {
	margin-left: 40px;
}

.brdcrumbs ul li {
	display: inline;
	font-size: 17px;
	font-family: 'Poppins-Medium';
}

.brdcrumbs ul li i {
	margin: 0 10px;
}

.brdcrumbs ul li a {
	color: #000;
	text-decoration: none;
}

.brdcrumbs ul li a.active {
	color: #14aff8;
}

/****************************breadcrumb*/

.app-outer-con {
	background: url('./images/downloads-page-bg.png') no-repeat;
	background-size: 100%;
	background-position: center;
}

.app-holder h2 {
	margin-bottom: 30px;
	width: 50%;
	color: #2C3D50;
}

.app-img {
	margin: 35% 0 0 50px;
}
/* govt-response section css start by bilal  */
.govt-response-banner img{
	width: 100%;
}
.govt-response .platforms-inquiry img{
	float: left;
	margin: 0px 35px 10px 0px;
}
.govt-response .govt-response-row{
	margin: 85px 0px 150px;
}
.govt-response .response-text h6{
	color: #a2a9b0;
	font-size: 16px;
	font-family: 'MyriadPro';
}
.govt-response .response-text h2{
	font-family: 'Poppins-Medium';
	font-size: 34px;
	margin-bottom:25px;
}
.govt-response .response-text p{
	font-family: 'Poppins-Light';
	font-size: 18px;
	margin-bottom: 25px;
}
/* govt-response section css end  by bilal */

/* might also section css start by bilal  */

.might-also .heading h2{
	font-family: 'MyriadPro';
	font-size: 40px;
}
/* might also section css end by bilal  */

/* support-section css start by bilal  */

.support-section .support-heading h1{
	font-family: 'Poppins-Medium';
    font-size: 40px;
    position: absolute;
    color: white;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.support-section .support-heading img{
	width: 100%;
}
.support-section .support-topics h1{
	text-align: center;
	font-family: 'Poppins-Medium';
    font-size: 40px;
}
.support-section .support-topics ul{
	padding: 0px;
	margin-top: 40px;
}

.support-section .support-topics ul li {
	background-image: url(images/suppor-tick.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	list-style: none;
	font-family: 'Poppins-Regular';
	font-size: 22px;
	border: 1px solid #d1d1d1;
	border-radius: 30px;
	width: max-content;
    padding: 10px 34px 10px 70px;
	float: left;
	margin: 0px 25px 25px 0px;
}
.support-section .support-topics ul li:nth-child(5) {
	margin-left: 12%;
}
.support-section .support-topics{
	margin-bottom: 20px;
}

.support-news{
	background-image: url(images/support-news.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 120px 0px 150px; */
	padding: 133px;
}
.support-news .heading h1{
	color: white;
}
.support-news .box-detail .date h4, .support-news .box-detail .date h6,.support-news .box-detail .author p, .support-news .box a{
	color: white;
}

.news .box-detail .author p {
    background: url(./images/support-news-shape.png) no-repeat left 16px;
}
.news.nes-dt .box-detail .author p {
    background: url(./images/news-author.png) no-repeat left 16px !important;
}
.support-news  .box {
    border-right: 2px solid rgba(235, 235, 235, 0.6);
    padding: 0px 28px;
}
.support-news .box a {
    border-bottom: 2px solid #ffffff;
}

.support-section-chat{
	margin-top: 40px;
}

.support-section-chat h3{
	text-align: center;
	font-family: 'Poppins-Medium';
    font-size: 40px;
}
 .support-section-chat p{
	text-align: center;
	font-family: 'Poppins-Regular';
    font-size: 17px;
	margin-bottom: 30px;
}
.support-section-chat .chat-block .chat-block-img {
	box-shadow: 0px 0px 15px lightgray;
}

/* support-section css end by bilal  */

/* communikate-news  css by bilal start  */
.communikate-news .communikate-news-bg h1{
	font-family: 'Poppins-Medium';
    font-size: 40px;
    position: absolute;
    color: white;
    top: 33%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.communikate-news .communikate-news-bg img{
	width: 100%;
}
.communikate-news .date-news-bg{
	background-image: url(images/news-date-bg.png);
	margin-top: -150px;
	margin-bottom: -162px;
	padding-top: 140px;
	padding-bottom: 119px;
	/* yes add */

}
.communikate-news .communikate-date .date{
	background-color: #2c3d50;
	float: left;
	/* width: max-content;
	padding: 0px 20px; */
	margin-right: 10px;
	height: 100%;
    width: 30%;
    text-align: center;
}
.communikate-news .communikate-date .date-col{
	margin-bottom: 30px;
}
.communikate-news .communikate-date .date h1{
	font-family: 'Poppins-Bold';
	font-size: 116px;
	color: white;
}
.communikate-news .communikate-date .date h6{
	font-family: 'Poppins-Regular';
	font-size: 16px;
	color:#a2a9b0;
	margin: -25px 0px 10px;
}
.communikate-news .communikate-date .tech-news h6{
	font-family: 'Poppins-Regular';
	font-size: 17px;
	color: #a2a9b0;
}
.communikate-news .communikate-date .tech-news h3{
	font-family: 'MyriadPro';
	font-size: 30px;
	line-height: 1;
	margin: 12px 0px 30px;
}
.communikate-news .communikate-date .tech-news a{
	font-family: 'Roboto-Regular';
	font-size: 19px;
	color: #4a90fe;
}
.communikate-news .communikate-date .date-col:nth-child(5) .tech-news h3{
	margin: 30px 0px 30px;
}
.communikate-news .communikate-date .date-col:nth-child(6) .tech-news h3{
	margin: 30px 0px 30px;
}


/* communikate-news css by bilal end  */
/* form css start blal  */
.form-section form .button{
	padding: 8px 35px;
    color: #fff;
    border-radius: 5px;
    background-color: #2c3d50;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 10px;
}
.form-section form .button:hover{
	background-color: lightgray;
	color: black;
}
.form-section form h2{
	font-family: 'Poppins-Medium';
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}
.form-control:focus {
    outline: none !important;
    border:1px solid #2c3d50;
    /* box-shadow: 0 0 5px #2c3d50; */
}
input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text { 	color: transparent; }

/* form css end bilal  */





/* tanveer css start */


.inner-banner .news-det{
	background: url('./images/downloads-page-banner.png') no-repeat center;
	background-size: cover;
	padding: 50px 0 140px;
}
.news-det .download-inner-con h1{
	margin-left: 0px;
	text-align: center;
}

.inner-banner.new-bnr{
	position: relative;
	text-align: center;
	color: white;
}
.inner-banner.new-bnr img{
	width: 100%;
}
.news-main{
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
  }
.date-col:nth-child(2n+1) {
    margin-right: 30px;
}
.date-col:nth-child(odd){
	margin-right: 30px;
	margin-left: 40px;
}
/* tnaveer css end */







/**************************************** download section end here */

/* News Section Ends */

@media (min-width:992px) {
	.news .box {
		max-width: 24%;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1230px;
	}
}

@media(min-width:1440px) {
	/********************************footer style*/
	.footer-inner-con {
		padding: 200px 0 70px;
	}
	.mobile-banner {
		display: none;
	}
	.footer-company-info {
		display: none;
	}
	.desktop {
		display: initial;
	}
	.mobile {
		display: none;
	}
    .app-outer-con {
        background-size: contain;
    }
}

@media(min-width:1560px) {
	/********************************footer style*/
	.footer-inner-con {
		padding: 280px 0 70px;
	}
	/********************************footer style*/
	footer {
		margin-top: 20px;
	}
}
@media(min-width:1680px) {
    .download-outer-con{
        padding: 60px 0 150px;
    }
   .support {
        padding: 120px 0;
   }
}
@media(min-width:1920px) {
    .support {
        padding: 180px 0;
    }
	/********************************footer style*/
	.footer-inner-con {
		padding: 280px 0 70px;
	}
	/********************************footer style*/
	.download-outer-con {
        padding: 75px 0 165px;
    }
    .inner-banner .news-det {
		padding: 50px 0 190px;
	}
	/* bilal-latest-one */
	.support-news {
		padding: 240px 0px 262px;
	}
	/* bilal-latest-one */
}

@media (max-width:1919.98px) {/* For 1670 */  
	.inner-banner .news-det {
		padding: 50px 0 155px;
	}
		/* bilal-latest-one */
	.support-news {
		padding: 242px 0px 170px;
	}
	/* bilal-latest-one */
}
@media (max-width:1679.98px) {/* For 1560 */  
}
@media (max-width:1559.98px) {/* For 1440 */
		/* bilal-latest-one */
	.support-news {
		padding: 150px 0px 170px;
	}
		/* bilal-latest-one */
}
@media(max-width:1439.98px) {
	.footer-inner-con {
		padding: 170px 0 40px;
	}
	.mobile-banner {
		display: none;
	}
	.footer-company-info {
		display: none;
	}
	.desktop {
		display: initial;
	}
	.mobile {
		display: none;
	}
	/* bilal-latest-one */
	.support-news {
		padding: 124px 0px 170px;
	}
		/* bilal-latest-one */

}

@media(max-width:1365px) {
	/********************************footer style*/
	.footer-inner-con {
		padding-top : 180px;
	}
	/********************************footer style*/
	/* media query by bilal  */
/* bilal-latest-one */
		.support-news {
			padding: 124px 0px 138px;
		}
		/* bilal-latest-one */
	.support-section .support-heading h1 {
		top: 23%;
	}

	/* media query by bilal  */
	.govt-response .govt-response-row {
		margin: 60px 0px 150px;
	}
	.communikate-news .date-news-bg {
	
		margin-top: -150px;
		margin-bottom: -162px;
		padding-top: 170px;
		padding-bottom: 119px;
	}
}

@media (max-width:1279px) {
	.container {
		max-width: 98%;
	}
	.plans .plan-table tr th {
		padding-left: 40px;
		vertical-align: middle;
	}
	.plans .plan-table .table tr:first-child td {
        margin-top: -10px;
    }
	.plans .plan-table .table td {
		min-height: 75px;
		padding: 25px 20px 0px;
	}
	.plans .plan-table tr:last-child td {
		min-height: 220px;
	}
	/********************************footer style*/
	.footer-inner-con {
		padding-top: 190px;
	}
	/********************************footer style*/

	/* media query by bilal  */
	.support-section .support-topics ul li:nth-child(5) {
		margin-left: 0;
	}
		/* bilal-latest-one */
		.support-news {
			padding: 80px 0px 106px;
		}
		/* bilal-latest-one */
	.support-section .support-heading h1 {
		top: 21%;
	}
	.communikate-news .communikate-date .date h1 {
		font-size: 105px;
	}
	.communikate-news .communikate-date .tech-news h3 {
		font-size: 28px;
		margin: 15px 0px 10px;
	}
	.communikate-news .communikate-date .date-col:nth-child(5) .tech-news h3 {
		margin: 30px 0px 10px;
	}
	.communikate-news .communikate-date .date-col:nth-child(6) .tech-news h3 {
		margin: 30px 0px 10px;
	}

	.govt-response .govt-response-row {
        margin: 0px 0px 150px;
    }
	/* media query by bilal  */
	

}

@media(max-width:1151px) {
	.main-banner .banner-text {
		top: 25%;
	}
	.main-banner .carousel-item .banner-text h1 {
		font-size: 50px;
	}
	.main-banner .carousel-item .banner-text a {
		padding: 12px 35px;
	}
	.main-banner .carousel-indicators {
		bottom: 8%;
	}
	.plans .plan-table .table td {
		width: 46%;
	}
	.plans .plan-table tr th {
		font-size: 15px;
	}
	.plans .plan-table tr:last-child td {
		min-height: 245px;
	}
	/******************************************** news Responsive style */
	.news .box {
		padding: 0px 30px;
	}
	.news .box-detail .date h4 {
		font-size: 25px;
	}
	.news .box-detail .date h6 {
		font-size: 18px;
	}
	.news .box-detail .author p {
		font-size: 14px;
	}
	.news .box a {
		font-size: 18px;
		line-height: 1;
	}
	/******************************************** news Responsive style */
	.customer-support-section ul li:first-child {
        margin-left: 0px;
        width: 49%;
    }
	/* media query by bilal  */
		/* bilal-latest-one */
		.support-news {
			padding: 72px 0px 57px;
		}
		/* bilal-latest-one */
	.support-section .support-heading h1 {
		top: 23%;
	}
	.support-section .support-heading h1 {
		top: 20%;
	}
	.communikate-news .communikate-news-bg h1 {
		top: 30%;
	}
	.communikate-news .communikate-date .date h1 {
		font-size: 100px;
	}
	.communikate-news .communikate-date .tech-news h3 {
		font-size: 25px;
	}
	.communikate-news .communikate-date .date {
		width: 32%;
	}
	.communikate-news .communikate-date .date h6 {
		margin: -20px 0px 10px;
	}
		.govt-response .response-text h2 {
		font-size: 22px;
	}
	/* media query by bilal  */

}

@media(max-width:1090px) {
	/*sport-section btn styling*/
	.customer-support {
		margin-left: 25px;
	}
	/*sport-section btn styling*/
}

@media(max-width:1023px) {
	/*sport-section btn styling*/
	.customer-support {
		margin-left: 15px;
	}
	.customer-support img {
		width: 140px;
	}
	/*sport-section btn styling*/
	footer {
		margin-top: -60px;
	}
	.footer-inner-con {
		padding-top: 200px;
	}
	.footer-logo {
		float: left;
	}
	footer h5 {
		font-size: 14px;
	}
	/******************************************** news Responsive style */
	.news .box-detail .date h4 {
		font-size: 25px;
	}
	.news .box-detail .date h6 {
		font-size: 18px;
	}
	.news .box-detail .author p {
		font-size: 14px;
	}
	.news .box a {
		font-size: 14px;
		line-height: 1;
	}
	/******************************************** news Responsive style */
	.kate-box {
		margin: 0;
	}

	/* media query by bilal  */
	.communikate-news .communikate-date .tech-news h3 {
		font-size: 24px;
	}
		/* bilal-latest-one */
	.support-news {
		padding: 72px 0px 67px;
	}
	/* media query by bilal  */
}

@media(max-width:991.98px) {
	/*sport-section btn styling*/
	.customer-support {
		margin-left: 30px;
		padding: 10px 20px;
		margin-right: 10px;
		font-size: 14px;
	}
	.view-more {
		margin-right: 20px;
	}
	.chat-now, .view-more {
		padding: 10px 40px;
	}
	.customer-support img {
		width: 130px
	}
	/*sport-section btn styling*/
	.app-img {
		margin: 35% 0 0 0;
	}
	.graphic {
		margin: 0 0 0 35%;
	}
	.customer-1, .customer-1:hover {
		float: right;
	}
	.customer-2, .customer-2:hover {
		float: left;
	}
	header {
		padding: 10px 0;
	}
	header .navbar-collapse {
		position: absolute;
		right: 1%;
		top: 85%;
		width: 200px;
		background-color: #2C3D50;
		z-index: 2;
	}
	header .navbar-toggler {
		outline: 0;
		border: none;
	}
	header .navbar-light .navbar-nav .nav-item {
		margin: 0px;
	}
	header .header-menu .nav-item:nth-child(4) .nav-link, header .header-menu .nav-item:last-child .nav-link {
		border: none;
		border-radius: 0px;
		background-color: transparent;
	}
	header .header-menu .nav-item:nth-child(4) .nav-link:hover, header .header-menu .nav-item:last-child .nav-link:hover {
		box-shadow: none;
	}
	header .header-menu .nav-item .nav-link {
		font-family: 'Poppins-Regular';
		padding: 10px 0 10px 15px!important;
		color: white!important;
	}
	header .navbar-light .navbar-nav .nav-item:hover {
		background-color: white;
	}
	header .navbar-light .navbar-nav .nav-item:hover .nav-link:hover {
		color: #2C3D50!important;
	}
	.main-banner {
		position: relative;
		z-index: 1;
	}
	.main-banner .carousel-item .banner-text h1 {
		font-size: 40px;
	}
	.main-banner .carousel-item .banner-text a {
		padding: 10px 30px;
		font-size: 15px;
	}
	.meet-kate h1 {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.meet-kate .heading p, .kate-box p {
		font-size: 15px;
	}
	.meet-kate .heading p {
		padding: 0px;
	}
	.kate-box {
		border: 1px solid #eeeeee;
		border-radius: 10px;
		padding: 30px 10px 0 10px;
	}
	.plans .plan-table .unlimited, .plans .plan-table .lite {
		padding: 35px 0 65px !important;
	}
	.plans .plan-table .composition h1 {
		font-size: 25px;
	}
	.plans .plan-table .table td {
		width: 42%;
	}
	.plans .plan-table tr:nth-child(1) td h5 {
		font-size: 20px;
	}
	.plans .plan-table tr:nth-child(1) td h4 {
		font-size: 25px;
	}
	.plans .plan-table tr:nth-child(1) td p {
		font-size: 16px;
	}
	.plans .plan-table tr:nth-child(2) th, .plans .plan-table tr:nth-child(2) td {
		font-size: 18px;
	}
	.plans .plan-table .signup-btn {
		font-size: 15px;
	}
	.plans .plan-table tr:last-child td p {
		font-size: 15px;
	}
	.plans .plan-table tr:last-child td {
		min-height: 270px;
	}
	.support-search-btn {
		width: 25%;
	}
	/*query changes*/
	.news .box {
		margin-bottom: 30px;
	}
	.news .box:nth-child(2) {
		border-right: none;
	}
	/******************************************** news Responsive style */
	.news .box-detail .date h4 {
		font-size: 30px;
	}
	.news .box-detail .date h6 {
		font-size: 23px;
	}
	.news .box-detail .author p {
		font-size: 13px;
	}
	.news .box a {
		font-size: 14px;
		line-height: 1.1;
	}
	.news .box-detail {
		margin-bottom: 0;
	}
	/******************************************** news Responsive style */
	/********************************************Footer Responsive style */
	footer .company-info .info p {
		text-align: left;
		float: left;
		width: 100%;
	}
	footer {
		margin-top: -100px;
	}
	.footer-inner-con {
		padding-top: 250px;
	}
	footer .company-info p {
		text-align: left;
		float: left;
		width: 100%;
	}
	.footer-logo {
		float: left;
	}
	.company-info {
		margin-bottom: 30px;
	}
	.company-links {
		margin-bottom: 30px;
	}
	.follow-us {
		margin-bottom: 30px;
	}
	.sign-up-col {
		margin-bottom: 30px;
	}
	.hide{
	    display:none !important;
	}
	/********************************************Footer Responsive style end */
	.download-outer-con {
        padding: 40px 0 150px;
    }
    .brdcrumbs ul {
        position: relative;
        top: -40px;
    }
    .app-holder h2 {
        width: 100%;
    }
    .app-outer-con{
        margin-top: -40px;
    }
	/* media query start by bilal  */
	.govt-response .govt-response-row {
		margin: 50px 0px 100px;
	}
	.support-news {
		padding: 12% 0;
		background-position: center;
	}
	.support-section .support-heading h1 {
		top: 21%;
		/* font-size: 30px; */
	}
	.support-section .support-heading img {
		height: 150px !important;
	}
	.communikate-news .communikate-news-bg h1 {
		top: 27%;
		width: fit-content;
	}
	.communikate-news .date-news-bg {
		margin-bottom: -240px;
	}
	.communikate-news .communikate-date .date-col:nth-child(6) .tech-news h3 {
		margin: 20px 0px 0px;
	}
	.communikate-news .communikate-date .date-col:nth-child(5) .tech-news h3 {
		margin: 20px 0px 0px;
	}
	.communikate-news .communikate-date .tech-news h3 {
		font-size: 22px;
		margin: 10px 0px 0px;
	}
	.communikate-news .communikate-date .date h1 {
		font-size: 90px;
	}
	.communikate-news .communikate-date .date {
		width: 39%;
		padding-top: 8px;
	}
	
	/* media query end by bilal  */
	.inner-banner .news-det {
		padding: 35px 0 155px;
	}
	.govt-response .platforms-inquiry img {
		float: none;
		margin: 0;
	}
	.govt-response .response-text h6 {
		margin-top: 30px;
	}
	.govt-response .govt-response-row {
		margin: 0px 0px 100px;
	}
	.news-main {
		top: 40%;
		left: 47%;
		transform: translate(-44%, -50%);
	}
	.date-col:nth-child(2n+1) {
		margin-right: 12px;
		margin-left: 12px;
	}
}

@media(max-width:892px) {
	/*sport-section btn styling*/
	.customer-support {
		margin-left: 15px;
		padding: 10px 15px;
	}
	.chat-now, .view-more {
		padding: 10px 35px;
	}
}

@media(max-width:777px) {
	/*sport-section btn styling*/
	.view-more {
		margin-right: 5px;
	}
	.chat-now, .view-more {
		padding: 10px 30px;
	}
	/*sport-section btn styling*/
}

@media(max-width:767.98px) {
	.app-img {
    margin: 5% 0 5% 25%;
    }
	/*sport-section btn styling*/
	.chat-now, .view-more {
		padding: 8px 20px;
	}
	.customer-support {
		margin-left: 0;
		padding: 10px 15px;
	}
	.customer-support-section ul{
	    padding-left: 15px;
	}
	.customer-support-section ul li {
         margin-top: 0px; 
		margin-left: 100px;
    }
	/*sport-section btn styling*/
	.app-holder h2 {
		width: 60%;
	}
	.download-inner-con h1 {
		text-align: center;
		margin-left: 0;
	}
	.app-img {
		margin: 5% 0 5% 22%;
	}
	.graphic {
		margin: 0 0 0 25%;
	}
	.app-img img, .graphic img {
		width: 65%;
	}
	/*.customer-support{
		margin: 0 0 0 22%;
		padding: 10px 35px;
	}*/
	.main-banner .carousel-item .banner-text h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.main-banner .carousel-item .banner-text a {
		padding: 10px 18px;
	}
	.kate-box {
		margin-bottom: 80px;
	}
	.break:last-child .kate-box {
		margin-bottom: 0px;
	}
	
	.support {
		padding: 20% 0;
	}
	.support-search-btn {
		width: 30%;
	}
	 .popup-button {
		margin-bottom: 0px;
	}
	/******************************************** news Responsive style */
	.news .box {
		border: none;
	}
	.news .box-detail .date h4 {
		font-size: 27px;
	}
	.news .box-detail .date h6 {
		font-size: 20px;
	}
	.news .box-detail .author p {
		font-size: 17px;
	}
	.news .box a {
		font-size: 18px;
		line-height: 1.1;
	}
	.news .box-detail {
		margin-bottom: 0;
	}
	.news .box-detail {
		margin-bottom: 0;
	}
	/******************************************** news Responsive style */
	/********************************************Footer Responsive style */
	footer .company-info .info p {
		font-size: 18px;
		text-align: left;
	}
	.footer-logo {
		margin: 75px 0 20px 0;
	}
	footer {
		margin-top: -260px;
	}
	.footer-inner-con {
		padding-top: 300px;
	}
	footer .company-info p {
		text-align: left;
		font-size: 18px;
	}
	.company-info {
		margin-bottom: 30px;
	}
	.company-links {
		margin-bottom: 30px;
	}
	.follow-us {
		margin-bottom: 30px;
	}
	.sign-up-col {
		margin-bottom: 30px;
	}
	.footer-list-nav li a, .footer-list-social li a {
		font-size: 18px;
	}
	.sign-up-col label {
		font-size: 18px
	}
	/********************************************Footer Responsive style end */
	.popup-content {
        max-width:100%;
        min-width: initial;
		padding: 1.125rem;
		background-size: cover;
    }
	/* media query start by bilal  */
	.govt-response .govt-response-row {
		margin: 50px 0px 75px;
	}
	.support-news {
			padding: 20% 0;
			background-position: center;
	}
	.support-section-chat {
		margin-bottom: 40px;
	}
	.communikate-news .communikate-news-bg h1 {
		top: 24%;
	}
	.communikate-news .date-news-bg {
		margin-bottom: -340px;
	}
	/* .support-section .support-heading img {
		height: 125px !important;
	}
	.support-section .support-heading h1 {
		top: 20%;
		font-size: 30px;
	}
	.support-section .support-topics h1 {
		font-size: 30px;
	}
	.support-section .support-topics ul li {
		font-size: 18px;
	} */
	/* media query start end by bilal  */
	.govt-response .govt-response-row {
		margin: 0px 0px 75px;
	}
	.inner-banner .news-det {
		padding: 30px 0 0px;
		height: 200px;
	}
	.news-main h1 {
		font-size: 30px;
	}
	.news-main {
		top: 34%;
		left: 47%;
		transform: translate(-44%, -50%);
	}
	.date-col:nth-child(2n+1) {
		margin-right: 0px;
		margin-left: 0px;
	}
	.communikate-news .communikate-date .tech-news h3 {
		font-size: 22px;
		margin: 12px 0px 5px;
	}
}

@media(max-width:660px) {
	/*.customer-support{
	margin: 0 0 0 18%;
	}*/
	.app-img {
		margin: 5% 0 5% 20%;
	}
	.graphic {
		margin: 0 0 0 22%;
	}
	.app-img img, .graphic img {
		width: 65%;
	}
}

@media(max-width:575.98px) {
    .chat-with-us{
        margin:0 0 0 37%;   
    }
    .plans .container {
		padding: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.plans .plan-table {
		border-top: none;
		border-radius: 0;
		overflow: initial;
	}
	.plans .heading .mobile h1:first-child {
		font-size: 50px;
		margin-bottom: initial;
	}
	.plans .heading .mobile h1:last-child {
		font-size: 28px;
		margin-bottom: 70px;
	}
	.plans .plan-table .table {
		margin-top: 0px;
	}
	.plans .plan-table .table tr:first-child th {
		border-top: none;
	}
	.plans .plan-table tr:first-child td {
		border-top: 5px solid #2C3D50;
		padding: 0px 0 15px!important;
		background-size: 100%;
	}
	.plans .plan-table tr td:nth-child(2) {
		border-right: 1px solid #c6dde2;
	}
	.plans .plan-table tr:nth-child(odd) th {
		background-color: #D8F8FE;
	}
	.plans .plan-table tr:nth-child(odd) td {
		background-color: #D2F2F8;
	}
	.plans .plan-table tr:nth-child(even) th {
		background-color: #C0F4FF;
	}
	.plans .plan-table tr:nth-child(even) td {
		background-color: #B9EEF9;
	}
	.plans .plan-table tr:first-child th, .plans .plan-table tr:nth-child(11) th, .plans .plan-table tr:last-child th {
		background-color: transparent;
	}
	.plans .plan-table tr:first-child td, .plans .plan-table tr:nth-child(11) td, .plans .plan-table tr:last-child td {
		background-color: #F8F8F8;
	}
	.plans .plan-table tr:first-child td div {
		margin-top: -5px;
	}
	.plans .plan-table tr:nth-child(1) td h5 {
		font-size: 22px;
	}
	.plans .plan-table tr:nth-child(1) td h4 {
		font-size: 27px;
	}
	.plans .plan-table tr:nth-child(1) td p {
		font-size: 18px;
	}
	.plans .plan-table .table td {
		display: table-cell;
		width: 33%;
	}
	.plans .plan-table tr th {
		padding-left: 10px;
	}
	.plans .plan-table tr:first-child th, .plans .plan-table tr:nth-child(2) th {
		padding-left: 20px;
	}
	.plans .plan-table tr:first-child th {
		padding-bottom: 15px;
	}
	.plans .plan-table tr:last-child td {
		font-size: 17px;
		color: #8A8C8C;
		padding: 0px 10px 5px;
	}
	.plans .plan-table .signup-btn {
		background-image: url(./images/kate-btn-cart.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 8px 0px;
	}
	.plans .plan-table .signup-btn br {
		display: initial;
	}
    	.support {
		padding: 140px 0;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: initial;
	}
	.desk-show {
		display: none;
	}
	.meet-kate-padding {
        padding-bottom : 0;
    }
	.kate-box {
		padding-bottom: 30px
	}
	.kate-box a {
		position: unset;
	}
	.plans .heading .mobile h1:first-child {
		font-size: 40px;
	}
	.plans .heading .mobile h1:last-child {
		font-size: 23px;
		margin-bottom: 40px;
	}
	.plans .plan-table .table th h2 {
		font-size: 15px;
	}
	.plans .plan-table tr th {
		font-size: 12px;
	}
	.plans .plan-table .unlimited, .plans .plan-table .lite {
		padding: 25px 0 55px !important;
	}
	.plans .plan-table .table td {
		font-size: 13px;
		padding: 15px 10px;
	}
	.plans .plan-table tr:nth-child(1) td h5, .plans .plan-table tr:nth-child(1) td h4 {
		font-size: 18px;
	}
	.plans .plan-table tr:nth-child(1) td p {
		font-size: 13px;
	}
	.plans .plan-table tr:nth-child(11) td {
		padding: 15px 0px;
	}
	.plans .plan-table tr:last-child td p {
		font-size: 13px;
	}
	.plans .plan-table .signup-btn {
		font-size: 13px;
	}
	.plans .plan-note p {
		font-size: 15px;
	}
	.support-topics-list li {
		margin-bottom: 3px;
	}
	.chat-section {
        margin-left: 0px;
    }
    .customer-support-section ul li{
        width: 80%!important;
        margin: 20px auto 0!important;
    }
    .customer-support-section ul li:first-child{
        width: 78%!important;
    }
	/*mobile screen banner*/
	.footer-company-info {
		display: unset;
	}
	.fullscreen-banner {
		display: none;
	}
	.mobile-banner {
		display: unset;
	}
	.main-banner {
		background: url('./images/mobile-banner-rectangle.png') no-repeat center bottom;
		padding-bottom: 6.5%;
		background-size: 100%;
	}
	.main-banner .carousel-item .banner-text h1 {
		font-size: 9vw;
	}
	.main-banner .banner-text {
		top: 25%;
	}
	.banner-text {
		position: absolute;
		left: 0;
		width: 80%;
	}
	.main-banner .carousel-item .banner-text a {
		padding: 10px 85px;
		font-size: 18px;
	}
	.support-border {
		margin: auto;
		margin-bottom: 25px;
	}
	.support {
		text-align: center;
	}
	.chat-show {
		display: inline-block;
		margin: auto;
		width: 85%;
		margin-bottom: 60px;
	}
	.chat-hide {
		display: none;
	}
	.chat-section .chat-block {
		width: 31.33333333%
	}
	.customer-support img {
		width: 100px;
	}
	.customer-support {
		width: 100%;
		margin: 20px auto;
	}
	.customer-support span {
		top: 10px;
		font-size: 14px;
	}
	.view-mobile {
		width: 100%;
		margin: auto;
		margin-top: 0;
	}
	.chat-now, .view-more {
		padding: 10px 30px;
    	background-image: url('./images/kate-btn-cart.png');
    	background-repeat: no-repeat;
    	background-position: center bottom;
    	text-align: center;
	}
	.customer-support-section ul li {
		float: unset;
		margin-top: 0;
	}
	.support {
		background: url('./images/mobile-support-banner.png') no-repeat;
		background-repeat: no-repeat;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding:60px 0 80px;
	}
    .chat-section .chat-block .chat-block-img {
        padding: 20px;
    }
    .chat-section .chat-block:first-child .chat-block-img {
        padding: 20px 25px;
    }
	footer {
		background: url('./images/mobile-footer-background.png') center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 40px;
	}
	footer h5 {
		font-size: 20px;
	}
	
	.follow-us {
		text-align:center;
	}
	.footer-inner-con {
		padding: 40px 0 0;
	}
	.footer-logo {
		float: unset;
	}
	.footer-border {
		width: 85px;
		background: #14AFF8;
		margin: auto auto 20px;
	}
	/*mobile screen banner*/
	.support-topics-list {
		margin-bottom: 50px;
	}
	.main {
		margin-bottom: 0;
	}
	.kate-box a {
		padding: 14px 100px;
	}
	.app-holder h2 {
		width: 80%;
		text-align: center;
		margin-bottom: 20px;
	}
	.app-img {
		margin: 5% 0 5% 17%;
	}
	.graphic {
		margin: 0 0 0 18%;
	}
	.app-img img, .graphic img {
		width: 80%;
	}
	header {
		padding: 0px 0;
	}
	.main-banner .carousel-item img {
		filter: brightness(70%);
	}
	.main-banner .carousel-item .banner-text h1 br {
		display: none;
	}
	.main-banner .carousel-indicators {
		bottom: 8%;
	}
	.carousel-indicators li {
		width: 15px;
		height: 15px;
	}
	.carousel-indicators .active {
		width: 13px;
		height: 13px;
	}
	.support h1 {
		font-size: 35px;
	}
	.support h3 {
		font-size: 20px;
	}
	.support-topics-list, .support p, .support-search-btn, .support-form-control {
		font-size: 15px;
	}
	.support-form-control {
		padding: 1.4rem 1.75rem;
	}
	.support-search-btn {
		width: 40%;
	}

	.customer-support-section ul {
		padding-left: 0px;
		margin: auto;
	}
	 .modal-title {
		font-size: 25px;
	}
	/******************************************** news Responsive style 575 */
	.news .box-detail .date h4 {
		font-size: 25px;
	}
	.news .box-detail .date h6 {
		font-size: 17px;
	}
	.news .box-detail .author p {
		font-size: 17px;
	}
	.news .box a {
		font-size: 17px;
		line-height: 0.9
	}
	.news .box-detail {
		margin-bottom: 0;
	}
	/******************************************** news Responsive style */
	/********************************************Footer Responsive style 575 */
	footer .company-info .info p {
		font-size: 18px;
		text-align: center;
		line-height: 1.3;
	}
	.info p:last-child {
		display: none;
	}
	.footer-company-info {
		width: 100%;
		float: left;
		border-top: 1px solid #fff;
	}
	.footer-company-info p {
		font-family: 'Raleway-Regular';
		margin: 20px 0px;
		text-align: center;
		font-size: 15px;
		line-height: 1.3;
	}
	.company-info, .company-links, .sign-up-col {
		margin-bottom: 30px;
		text-align: center;
	}
	.follow-us h5 {
		text-align: center;
	}
	.footer-list-nav li a, .footer-list-social li a {
		font-size: 18px;
		line-height: 1;
	}
	.sign-up-col label {
		font-size: 18px
	}
	.sign-up-col .footer-search {
		float: left;
		width: 70%;
		border-radius: 100px!important;
		padding-left: 20px;
		position: relative;
		margin-right: -50px;
		z-index: 2;
	}
	.sign-up-col .footer-search-btn {
		font-family: "Poppins-Medium";
		padding: 13px 30px 8px 115px;
		border-radius: 100px;
		border: transparent;
		background-color: #14AFF8;
		margin-left: -50px;
		z-index: 1;
		outline: 0;
	}
	.footer-list-social {
		text-align: center;
	}
	.footer-list-social li {
		width: 50%;
		float: left;
	}
	/********************************************Footer Responsive style end */
	.news .boxes {
		display: none;
	}
	.news .bx-wrapper {
		display: initial;
	}
	.news .bx-wrapper .bxslider {
		margin: 0 12.5%;
	}
	.news .bx-wrapper .bx-viewport .slide {
		height: auto!important;
		background-color: #F6F6F6;
		padding: 20px;
		margin: 0px 7px;
	}
	.news .bx-wrapper .slide a {
		border-bottom: 1px solid #646363;
	}
	.news .bx-has-controls-direction {
		display: none;
	}
	#sign-up-popup{
	    padding: 15px!important;
	}
	.download-outer-con {
        padding: 30px 0 115px;
    }
    .download-inner-con h1 {
        font-size: 30px;
    }
    .download-app{
        margin-bottom: -40px;
    }
	/* media query by bilal  */
	.support-section .support-topics ul li {
		font-size: 16px;
	}
	.support-news .bx-wrapper .bx-viewport .slide {
		background-color: transparent;
	}
	.support-news .bx-wrapper .slide a {
		border-bottom: 1px solid #ffffff;
		color: white;
	}
	.support-section .support-heading h1 {
		top: 17%;
		/* font-size: 20px; */
	}
	.communikate-news .date-news-bg {
		margin-bottom: -140px;
	}
	.communikate-news .communikate-news-bg h1 {
		top: 18%;
		font-size: 30px;
	}
	.communikate-news .date-news-bg {
		background-image: url(images/news-date-bg.png);
		margin-top: 0px;
		padding-top: 50px;
	}
	/*.communikate-news .date-news-bg {*/
	/*	padding-bottom: 40px;*/
	/*}*/
	/* .support-section .support-heading img {
		height: 100px !important;
	} */

     /* media query by bilal  */
    .download-inner-con h1 {
		font-size: 36px;
	}
	.inner-banner .news-det {
		padding: 24px 0 0px;
		height: 160px;
	}
	.news-main h1 {
		font-size: 20px;
	}
	.inner-banner.new-bnr img {
		position: relative;
		z-index: 1;
	}
	.news-main {
		z-index: 1;
	}
	.communikate-news .date-news-bg {
		margin-top: -32px;
	}
	/* bilal-latest-one */
	.support-section-chat .chat-show {
		margin-left: 7%;
	}
	.support-section .support-topics ul li {
		padding: 10px 34px 10px 55px;
	}
	/* bilal-latest-one */
}

@media(max-width:509.98px) {
	.app-holder h2 {
		font-size:25px;
	}
	.main-banner .carousel-indicators {
		bottom: 8%;
	}
}
@media(max-width:414.98px) {
    .chat-with-us{
        margin:0 0 0 31.5%;   
    }
	/* media query by bilal  */
	.support-section .support-topics ul li {
		font-size: 14px;
	}
	/*.communikate-news .date-news-bg {*/
	/*	position: relative;*/
	/*}		*/
	
	.communikate-news .communikate-news-bg h1 {
		top: 17%;
	}
	.form-section form h2 {
		font-size: 30px;
	}
		/* media query by bilal  */
	.news-main h1 {
		font-size: 20px;
	}
}
@media(max-width:409.98px) {
    .chat-with-us{
        margin:0 0 0 30%;   
    }
	.download-outer-con{
		padding: 20px 0 95px;
	}

	.main-banner .carousel-item .banner-text a {
        padding: 10px 70px;
    }
	.main-banner .carousel-indicators {
		bottom: 8%;
	}
	.app-holder h2 {
		width: 85%;
		margin-bottom: 15px;
	}
	.app-img {
		margin: 5% 0 6% 17%;
	}
	.graphic {
		margin: 0 0 0 20%;
	}
	.app-img img, .graphic img {
		width: 80%;
	}
	.customer-1, .customer-1:hover {
		padding: 10px 30px;
	}
	.customer-2, .customer-2:hover {
		padding: 10px 30px;
	}
	.chat-section h5 {
		font-size: 15px;
	}
	.sign-up-col .footer-search-btn {
		padding-right: 35px;
		margin-right: -18px;
	}
	.news-main h1 {
		font-size: 15px;
	}
	.news-det.form-heading .download-inner-con h1 {
        font-size: 32px;
    }
    .footer-inner-con {
        padding: 0px 0 0;
    }
    .footer-logo {
        margin: 20px 0 20px 0;
    }
}

@media(max-width:374.98px) {
    .chat-with-us{
        margin:0 0 0 28%;   
    }
	.customer-1, .customer-1:hover {
		padding: 8px 25px;
	}
	.customer-2, .customer-2:hover {
		padding: 8px 25px;
	}
	.main-banner .carousel-indicators {
		bottom: 8%;
	}
	.sign-up-col .footer-search-btn {
		padding-left: 95px;
	}
	.brdcrumbs {
    margin-left: 35px;
	}
	.app-img {
    margin: 5% 0 5% 12%;
	}
	.app-img img {
    margin-left: 10px;
	}
	.graphic img {
    margin-left: -10px;
	}
}

@media(max-width:359.98px) {
    .chat-with-us{
        margin:0 0 0 26%;   
    }
	.main-banner .carousel-item .banner-text a {
        padding: 10px 55px;
    }
	.support-search-btn {
		margin-left: -20px;
	}
	 .popup-content {
		padding: 1.125rem 0rem;
	}
	/*.customer-support {
		padding: 10px;
		margin: 0 0 0 2%;
	}*/
	.customer-1, .customer-1:hover {
		padding: 8px 25px;
	}
	.customer-2, .customer-2:hover {
		padding: 8px 25px;
	}
	.kate-box a {
		padding: 14px 65px;
	}
	.plans .heading .mobile h1:first-child {
		font-size: 35px;
	}
	.plans .heading .mobile h1:last-child {
		font-size: 20px;
	}
	.plans .plan-table tr:nth-child(1) td h5 {
		font-size: 15px;
	}
	.plans .plan-table tr:nth-child(1) td h4 {
		font-size: 15px;
	}
	.plans .plan-table tr:nth-child(1) td h4 span {
		font-size: 13px;
	}
	.plans .plan-table tr:nth-child(1) td p, .plans .plan-table tr:last-child td p {
		font-size: 11px;
	}
	.plans .plan-table .table td {
		font-size: 12px;
		padding: 15px 10px;
	}
	.chat-show {
		margin-bottom: 35px;
	}
	.chat-now, .view-more {
        padding: 8px 30px;
	}
	.chat-section .chat-block {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-list-social li a {
		margin-left: 5px;
	}
	.sign-up-col .footer-search-btn {
		padding: 14px 25px 9px 90px;
	}
	.brdcrumbs {
    margin-left: 10px;
	}
	.graphic img {
    margin-left: -6px;
	}
	.app-holder h2 {
    width: 90%;
	}
	.app-img {
    margin: 5% 0 5% 10%;
	}
	.app-img img {
    margin-left: 15px;
	}
	.news-det.form-heading .download-inner-con h1 {
        font-size: 27px;
    }
		/* media query by bilal  */
		.support-section .support-topics ul li {
			font-size: 11px;
		}
		.communikate-news .communikate-news-bg h1 {
			top: 16%;
			font-size: 25px;
		}
		/* .support-section .support-heading h1 {
			top: 14%;
			font-size: 20px;
		}
		.support-section .support-heading img {
			height: 80px !important;
		} */
		 /* media query by bilal  */
	.footer-logo {
        margin: 60px 0 20px 0;
    }
}
@media(max-width:320.98px) {
    .chat-with-us{
        margin:0 0 0 24%;   
    }
}