@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&amp;display=swap');

@import url('../../../../vepimg.b8cdn.com/uploads/vjfnew/5490/uploads/vjf/content/misc/1624965490boxicons.min.css');

@import url('../../../../cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.0/css/ion.rangeSlider.min.css');

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

/*-----------------Header-----------------*/
header {
	background: #324b65;
	z-index: 99999999;
	position: relative;
}

header .navbar-brand img {
	width: 130px;
}

header #navbarSupportedContent {
	margin-left: 50px;
}

header .bg-dark {
	background-color: #324b65!important;
}

header .navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1);
	border-color: #c7a81a;
	background: #c7a81a;
	padding: .25rem .65rem;
}

button:focus {
	outline: none;
}

header .navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.75);
	font-size: 14px;
}

header .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}

header .nav-item span {
	color: #fff;
	display: inline-block;
	margin: 0.3rem;
}

header a.outline {
	color: #fff;
	padding: .3rem 1rem;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: .5rem 10px;
	text-decoration: none;
	transition: all ease 0.3s;
	display: inline-block;
	font-size: 14px;
}

header a.fill {
	color: #324B65;
	padding: .3rem 1rem;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 0 10px;
	text-decoration: none;
	background-color: #fff;
	transition: all ease 0.3s;
	display: inline-block;
	font-size: 14px;
}

header a.outline:hover,
header a.fill:hover {
	background: #c7a81a;
	border: 1px solid #c7a81a;
	color: #fff;
}
/*-----------------Header End-----------------*/
img.main-img.right {
    float: right;
}
/*-----------------Banner Section-----------------*/

.banner-section {
	background: transparent linear-gradient(0deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
	padding: 70px 0;
	border-radius: 0px 0px 64px 64px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 78px;
}

.banner-section::after {
	content: url(images/arrow-icon.png);
	position: absolute;
	bottom: -30px;
}
img.banner-img {
    float: right;
}
.banner-section h1 {
	margin-top: 40px;
	font-weight: 900;
	font-size: 36px;
	line-height: 52px;
	color: #324B65;
	position: relative;
}

.banner-section h1 img {
	position: absolute;
	left: -280px;
	top: 9px;
	z-index: 888;
}

.banner-section p {
	font-size: 20px;
	line-height: 34px;
	color: #324B65;
	min-height: 65px;
}

.banner-btns {
	padding: 10px 0;
}

a.blue-fill {
	background: #324B65;
	padding: 12px 40px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 24px;
	transition: all ease 0.3s;
	display: inline-block;
	font-weight: bold;
	margin: 10px 15px 10px 0;
}

a.blue-fill:hover {
	background: #c7a81a;
}

a.no-br {
	background: #c7a81a;
	padding: 12px 40px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 24px;
	transition: all ease 0.3s;
	display: inline-block;
	font-weight: bold;
	margin: 10px 15px 10px 0;
}

a.no-br:hover {
	opacity: 0.8;
}

.down-indicator {
	display: flex;
	justify-content: center;
}

.down-indicator::before {
	animation: bounce 2s ease infinite;
	color: #324B65;
	content: url(images/down-arrow.svg);
    /*content: '╲╱';*/
	top: 20px;
	line-height: 4rem;
	opacity: 1;
	position: absolute;
	z-index: 999;
}

@keyframes bounce {
	30% {
		transform: translateY(-30%);
	}
}
/*----------------Banner Section end--------------*/
.slick-list {
	padding: 10px;
}

.slick-slide {
	text-align: center;
}

.slick-next:before, .slick-prev:before {
	color: #7e7e7e;
}

.slick-prev,
.slick-next {
	z-index: 9999;
	width: 32px;
	height: 32px;
}

.slick-prev:before {
	content: url(images/prev.svg)!important;
}

.slick-next:before {
	content: url(images/next.svg)!important;
}

/*----------------Sponsor Section--------------*/

.sponsor-section {
	padding: 70px 0;
	overflow-x: hidden;
}

.slider img {
	padding: 20px;
	height: 90px;
	width: 80%;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 4px 10px #f3f2f2;
	display: inline-block;
	transition: all ease 0.2s;
}

.slider img:hover {
	box-shadow: 0px 4px 10px #d5d5d5;
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}
.testimonial-section .slick-next{
	
		right: 0;

}

.testimonial-section .slick-prev{
	left: 0;
}

/*----------------Sponsor Section end--------------*/
.sponsor-section .slick-list {
    padding: 10px;
    width: 85%;
    margin: 0 auto;
}

a.br-btn {
	background: transparent;
	padding: 12px 35px;
	color: #324B65;
	text-decoration: none;
	font-size: 16px;
	border-radius: 24px;
	transition: all ease 0.3s;
	display: inline-block;
	font-weight: bold;
	border: 2px solid #324B65;
	border-radius: 30px;
	margin: 20px 15px 20px 0;
}

a.br-btn:hover {
	background: #c7a81a;
	border: 2px solid #c7a81a;
	color: #fff;
}

.talent-section {
	padding-top: 70px;
}

/*----------------Custom Section--------------*/

.custom-area {
	padding: 30px 0;
	position: relative;
    overflow-x: hidden;
}

.text-wrp h3 {
	font-size: 32px;
	line-height: 52px;
	font-weight: 900;
	color: #3B3B3B;
	margin-bottom: 15px;
}

.text-wrp p {
	font-size: 16px;
	line-height: 26px;
	color: #3B3B3B;
	margin: 20px 0;
}

.img-wrp {
	position: relative;
	z-index: 9999;
}

.img-wrp img.main-img {
	box-shadow: 15px 15px 50px #f5f5f5;
	border-radius: 16px;
	max-width: 100%;
	position: relative;
	z-index: 999;
	display: inline-block;
	margin-bottom: 20px;
	width: 85%;
}


/*----------------Custom Section end--------------*/


/*----------------Special icon--------------*/

.talent-section img.special-icon {
	position: absolute;
	right: -60px;
	top: 9px;
	z-index: 888;
}

.recruitment-section {
	margin-bottom: 30px;
}

.recruitment-section img.special-icon {
	position: absolute;
	right: 30px;
	bottom: -15px;
	z-index: 888;
}

.hiring-section img.special-icon {
	position: absolute;
	left: -84px;
	top: 0;
	z-index: 888;
}

.recruitment-section img.special-icon {
	position: absolute;
	right: -60px;
	bottom: -15px;
	z-index: 888;
}

/*----------------Special icon end--------------*/


/*----------------start-hiring end--------------*/

.start-hiring-section {
	padding: 70px 0;
	background: url(../images/start-hiring-bg.webp) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}

.start-hiring-section h3 {
	font-size: 36px;
	line-height: 52px;
	font-weight: 900;
	color: #fff;
	margin: 15px 0 0;
}

.start-hiring-section p {
	font-size: 20px;
	font-weight: normal;
}

.text-wrp p {
	font-size: 18px;
	line-height: 26px;
	color: #3B3B3B;
	margin: 0 0 10px 0;
}

.start-hiring-section a.blue-fill {
	background-color: #fff;
	color: #3B3B3B;
	transition: all ease 0.2s;
}

.start-hiring-section a.no-br {
	color: #fff;
}

.start-hiring-section a.blue-fill:hover {
	background: #c7a81a;
	color: #fff;
}

/*----------------start-hiring end--------------*/


/*----------------need section--------------*/

.need-section {
	padding: 50px 0;
	background: transparent linear-gradient(0deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
	text-align: center;
}

.need-section h3 {
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;
	color: #3B3B3B;
	margin: 15px 0;
}

.content-wrp {
	padding: 30px 0;
	transition: all ease 0.2s;
}

.content-wrp:hover {
	box-shadow: 0 0 20px #dddddd;
	border-radius: 12px;
}

.content-wrp img {
	height: 40px;
	display: inline-block;
	margin: 10px 0;
}

.content-wrp h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	margin: 20px 0;
}

.content-wrp p {
	font-size: 16px;
	line-height: 26px;
	margin: 20px 35px;
}

/*----------------need section end--------------*/

/*----------------testimonial section--------------*/

.testimonial-section {
	padding: 70px 0;
	position: relative;
}

.testimonial-section img.special-icon {
	position: absolute;
	bottom: 27%;
	left: 20%;
	z-index: 888;
}

.testimonial-section h3 {
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;
	color: #3B3B3B;
	margin: 15px 0;
	text-align: center;
}

.testimonial-content {
	width: 70%;
	margin: 40px auto;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 15px 15px 50px #f5f5f5;
	position: relative;
	z-index: 9999;
}

.testimonial-content span {
	font-weight: bold;
	margin-left: 10px;
}

.testimonial-content p {
	font-size: 16px;
	line-height: 26px;
	color: #3B3B3B;
	margin: 20px 0;
}

img.comma-img {
	position: absolute;
	top: -20px;
	left: -70px;
}

img.company-logo {
	display: inline-block;
}

.testimonial-content h5 {
	font-weight: 900;
	font-size: 16px;
	line-height: 26px;
	color: #3B3B3B;
	text-align: right;
	margin: 30px 0 10px;
}

.testimonial-content h5 span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #A8B1BB;
	margin: 0;
}

.testimonial .slick-slide {
	text-align: left!important;
}

.btn-area {
	margin-top: 40px;
	text-align: center;
}

/*----------------testimonial section end--------------*/

/*----------------Footer--------------*/

footer {
	padding: 50px 0 0;
	color: #706F6F;
}

footer h5 {
	font-size: 20px;
	color: #706F6F;
}

footer ul {
	padding-left: 0;
}

footer p {
	font-size: 15px;
	margin: 15px 0;
	color: #706F6F;
}

.social-icons ul li {
	list-style: none;
	display: inline-block;
}

.social-icons ul li a {
	font-size: 20px;
	margin-right: 15px;
	color: #324B65;
	transition: all ease 0.2s;
}

.social-icons ul li a:hover {
	color: #c7a81a;
}

footer ul.page-links li,
footer ul.quick-links li {
	list-style: none;
}

footer ul.page-links li a,
footer ul.quick-links li a {
	font-size: 15px;
	color: #706F6F;
}

.footer-content {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	color: #706F6F;
}

.copyright-content {
	padding: 10px 0;
}

.copyright-content a {
	color: #706F6F;
}

.copyright-content p.lang {
	text-align: right;
}

.copyright-content p.lang a:first-child {
	margin-right: 15px;
}
/*----------------Footer end--------------*/


.cv-page .hiring-section .text-wrp {
	margin-top: 50px;
}

.faq-section {
	padding: 70px 0;
	background: transparent linear-gradient(0deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
}

.faq-section h3 {
	font-size: 32px;
	line-height: 52px;
	font-weight: 600;
	color: #3B3B3B;
	margin: 15px 0;
	text-align: center;
}

.faq-content {
	padding: 50px 0 20px 0;
}

.faq-section .panel-title > a.collapsed:before {
	float: right !important;
	content: url(images/plus.svg);
	width: 20px;
	height: 20px;
	padding: 4px;
	text-align: center;
	margin-top: -5px;
}

.faq-section .panel-title > a:before {
	float: right !important;
	content: url(images/minus.svg);
	color: #324B65;
	width: 20px;
	height: 20px;
	padding: 6px;
	text-align: center;
	margin-top: -4px;
}

.faq-section .panel.panel-default {
	background: #fff;
	border-radius: 35px;
	padding: 20px 25px;
	margin-bottom: 20px;
}

.faq-section h4.panel-title {
	margin: 0;
}

.faq-section h4.panel-title a {
	font-size: 18px;
	color: #3B3B3B;
	text-decoration: none;
	display: block;
}

.faq-section h4.panel-title a:after {
	content: '';
	width: 75px;
	height: 2px;
	background: #B9BFCD;
	position: absolute;
	bottom: -14px;
	left: 0;
}

.faq-section h4.panel-title a.collapsed:after {
	background: transparent;
}

.faq-section .panel-body {
	margin: 30px 0 10px 0;
}

.cv-search {
	padding: 70px 0;
	text-align: center;
}

h3 {
	font-size: 32px;
	line-height: 52px;
	font-weight: 600;
	color: #324B65;
	margin: 15px 0 0;
}

.video-area {
	padding: 40px 0 0;
	position: relative;
	z-index: 999;
}

.video-area .special-icon {
	position: absolute;
	top: 40%;
	left: 40px;
}

.video-area img.main-img {
	position: relative;
	z-index: 9999;
}

.features-section {
	padding: 50px 0;
	overflow-x: hidden;
}

.features-section h3 {
	text-align: center;
}

.feature-faq {
	width: 90%;
	margin: 40px 0;
}

.features-section #accordion button.collapsed {
	background: transparent;
	border-radius: 16px;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #EFEFEF!important;
	transition: all ease 0.2s;
}

.features-section #accordion button {
	background: transparent linear-gradient(297deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
	border: 0!important;
	padding: 20px 20px 10px;
	border-radius: 16px 16px 0 0;
	font-weight: bold;
	transition: all ease 0.2s;
}

.features-section .card-body {
	background: transparent linear-gradient(297deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
	padding: 0 20px 20px;
	margin-top: -1px;
	border-radius: 0 0 16px 16px;
}

.features-section #accordion button.collapsed .faq-icon {
	display: inline-block;
	margin-bottom: 0px;
	transition: all ease 0.6s;
}

.features-section #accordion button .faq-icon {
	display: block;
	margin-bottom: 15px;
	transition: all ease 0.3s;
}

.features-section h4.panel-title {
	margin: 0;
}

.features-section h4.panel-title a {
	font-size: 20px;
	color: #324B65;
	text-decoration: none;
	transition: all ease 0.2s;
	display: block;
}

.features-section h4.panel-title span.faq-icon {
	margin-right: 10px;
}

.features-section .icon-show {
	display: none;
}

.features-section #accordion button.collapsed .icon-show {
	display: inline-block;
}

.features-section #accordion button.collapsed .icon-close {
	display: none;
}

.features-section .icon-help {
	font-size: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #324B65;
}

.features-section .icon-show,
.features-section .icon-close {
	font-size: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #324B65;
}

.features-section img.faq-img {
	margin: 80px 0;
	position: relative;
	z-index: 9999;
}

.feature-img-wrp {
	position: relative;
}

.feature-img-wrp .special-icon {
	position: absolute;
	right: -30px;
	top: 65px;
}

.banner-section.pricing-banner:after {
	content: '';
	position: absolute;
}
.pricing-wrp .nav {
	position: relative;
}


.pricing-banner {
	background: transparent linear-gradient(0deg, #FFFCF5 0%, #E0EFF6 100%) 0% 0% no-repeat padding-box;
	;
    text-align: center;
}

.pricing-banner h1 {
	margin-top: 20px;
}

.pricing-section .nav-tabs .nav-item {
	margin-bottom: 0;
}

.pricing-section {
	padding-bottom: 70px;
}

.pricing-section .nav-link {
	display: block;
	padding: 15px;
}

.pricing-section li.nav-item {
	width: 33%;
	text-align: center;
}

.pricing-section .nav-tabs {
	border-bottom: none;
	border-radius: 12px;
	background: #f4f4f4;
}

.pricing-section .nav-tabs .nav-item.show .nav-link,
.pricing-section .nav-tabs .nav-link.active,
.pricing-section .nav-tabs .nav-link.active:hover{
	color: #fff;
	background-color: transparent;
	border: none;
	border-radius: 12px;
	font-weight: bold;
	opacity: 1;
}

.pricing-section .nav-tabs .nav-link {
	color: #324B65;
	font-weight: bold;
	position: relative;
	z-index: 999;
	border: none;
	transition: all ease 0.3s;
}


.pricing-section .nav-tabs .nav-link:hover {
	border: none;
	background-color: #d7d7d7;
	border-radius: 12px;
	color: #324B65;
	opacity: 1;
	transition: all ease 0.3s;
}
.pricing-wrp {
	background-color: #fff;
	border-radius: 26px;
	padding: 15px;
	margin-top: -45px;
	position: relative;
	z-index: 888;
	box-shadow: 10px 20px 56px #0000000a;
}

.pricing-wrp #myTabContent {
	padding-top: 30px;
}

.pricing-wrp .sub-tabs {
	text-align: center;
}

.pricing-wrp .sub-tabs ul.nav-tabs {
	display: inline-block;
	margin: 0;
	background: #F4F4F4;
	padding: 5px 10px;
	border-radius: 24px;
}

.pricing-wrp .sub-tabs ul.nav-tabs li {
	list-style: none;
	display: inline-block;
	width: auto;
}

.pricing-wrp .sub-tabs ul.nav-tabs li a {
	background: #F4F4F4;
	border-radius: 24px;
	padding: 7px 20px;
	text-decoration: none;
	color: #324B65;
	font-size: 16px;
	font-weight: bold;
	border: none;
	display: inline-block;
}

.pricing-wrp .sub-tabs ul.nav-tabs li a.active,
.pricing-wrp .sub-tabs ul.nav-tabs li a.active:focus,
.pricing-wrp .sub-tabs ul.nav-tabs li a:focus {
	background: transparent;
	box-shadow: 0px 2px 8px #0000000F;
	border-radius: 24px;
	padding: 7px 20px;
	color: #324B65!important;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
}
.pricing-wrp .sub-tabs ul.nav-tabs li a:hover {
	background: rgba(255,255,255,0.3);
	box-shadow: 0px 2px 8px #0000000F;
	border-radius: 24px;
	padding: 7px 20px;
	color: #324B65;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
}

.pricing-wrp .sub-tabs {
	padding: 40px 0 0;
}

.pricing-wrp .sub-tabs p.title-para {
	font-size: 20px;
	line-height: 34px;
}

.price-wrp {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.price-content:hover {
	box-shadow: 0 0 15px #e7e7e7;
}

.price-content {
	display: inline-block;
	width: 23%;
	text-align: center;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	margin: 20px 10px;
	padding: 0 15px 15px;
	transition: all ease 0.2s;
	background: transparent linear-gradient(360deg, #FFFCF5 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	;
}

.price-content p {
	font-size: 14px;
	margin: 20px 0;
	height: 65px;
	overflow: hidden;
}

.price-content ul {
	padding-left: 0;
	height: 135px;
	overflow: auto;
}

.price-content ul li {
	list-style: none;
	font-size: 14px;
	padding: 5px 0;
}

.price-content ul li:before {
	content: url(images/list-icon.svg);
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.price-content span.type {
	padding: 5px 15px;
	border-radius: 0 0 12px 12px;
	background: #f4f4f4;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #3b3b3b;
}

.price-content.premium span.type {
	background-image: linear-gradient(to right, #E5CE6F, #FBF1C5 );
	padding: 5px 20px 5px 12px;
}

.price-content.premium span.type img {
	margin-right: 10px;
	width: 20px;
	margin-top: -3px;
	display: inline-block;
}

.price-content a.br-btn {
	font-size: 14px;
	padding: 12px 40px;
	margin: 10px 0;
}

.price-content a.blue-fill {
	font-size: 14px;
	padding: 12px 40px;
	margin: 10px 0;
	border: 2px solid #324b65;
}

.price-content a.blue-fill:hover {
	border: 2px solid #c7a81a;
}

.price-content h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	height: 100px;
	overflow: hidden;
}

.price-content h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.combo-deal .price-content p {
	height: 30px;
	overflow: hidden;
}

.solution-section {
	padding: 40px 0 70px;
	text-align: center;
	position: relative;
	overflow-x: hidden;
}

.solution-section a {
	margin-top: 40px;
}

.solution-section img.special-icon {
	position: absolute;
	right: -30px;
	top: 80px;
}
#accordion1 .card {
	border: none;
	margin-bottom: 20px;
	background: #fff;
    border-radius: 35px;
    padding: 20px 25px;
}
#accordion1 .card-header{
 
padding: 0;
background: transparent;
border: none;
position: relative;
}

#accordion1 .card-header h5 button {
    font-size: 18px;
    color: #3B3B3B;
    text-decoration: none;
	display: block;
	padding: 0;
	width: 100%;
	text-align: left;
	white-space: normal;
word-wrap: break-word;
}
#accordion1 .card-header h5 button.collapsed:after {
    background: transparent;
}
#accordion1 .card-header h5 button:after {
    content: '';
    width: 75px;
    height: 2px;
    background: #B9BFCD;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.card-body {
    padding: 30px 0 0;
}

#accordion1 .card-header h5 button.collapsed:before {
    float: right !important;
    content: url(images/plus.svg);
    width: 20px;
    height: 20px;
    padding: 4px;
    text-align: center;
    margin-top: -5px;
}
#accordion1 .card-header h5 button:before {
    float: right !important;
    content: url(images/minus.svg);
    color: #324B65;
    width: 20px;
    height: 20px;
    padding: 6px;
    text-align: center;
    margin-top: -5px;
}
.features-section #accordion .card-header{
 
	padding: 0;
	background: transparent;
	border: none;
	position: relative;
 }
 .features-section #accordion .card-header h5 button {
    font-size: 18px;
    color: #3B3B3B;
    text-decoration: none;
    font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: left;
	white-space: normal;
word-wrap: break-word;
padding: 20px 20px;
border: none!important;
}
.features-section #accordion {
border: 1px solid #EFEFEF!important;
	border-radius: 16px;
}
.features-section #accordion .card {

	margin-bottom: 0px;
	background: #fff;
	border-radius: 16px;
	padding:0;
	border-top: none!important;
    border: 1px solid #EFEFEF;
	
}
.features-section #accordion span.faq-icon {
    margin-right: 10px;
}
.features-section #accordion .card-header h5 button:after{
	content: '';
	background: transparent;
}
.features-section #accordion .card-header h5 button.collapsed:before{
	content: '';
	background: transparent;
}
.features-section #accordion .card-header h5 button:before{
	content: '';
	background: transparent;
}
/*----------------Media Queries--------------*/
@media (max-width: 1200px) {
	.content-wrp p {
		font-size: 16px;
		line-height: 26px;
		margin: 20px 0;
	}

	.video-area .special-icon {
		position: absolute;
		top: 40%;
		left: -60px;
	}

	.price-content {
		width: 45%;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
}

@media (max-width: 1140px) {
	header #navbarSupportedContent {
		margin-left: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	header a.outline,
header a.fill {
		margin: .5rem 5px;
	}
	
}

@media (max-width: 991px) {
	header .nav-item span {
		display: none;
	}

	header a.outline,
header a.fill {
		margin: .5rem 10px .5rem 0;
	}

	.navbar-collapse {
		position: fixed!important;
		top: 75px;
		left: 50px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 75%!important;
		height: 100%!important;
		z-index: 999;
	}

	.navbar-collapse.collapsing {
		left: -75%;
		transition: height 0s ease;
	}

	.navbar-collapse.show {
		left: 0;
		transition: left 500ms ease;
	}

	.navbar-toggler.collapsed ~ .navbar-collapse {
		transition: left 500ms ease;
	}

	.hiring-section .row {
		display: flex;
		flex-flow: column-reverse;
	}

	.text-wrp {
		margin-bottom: 30px;
		text-align: center;
	}

	.img-wrp {
		text-align: center;
	}

	.feature-faq {
		width: 100%;
	}

	img.faq-img {
		padding: 0;
	}
	.banner-section{
		text-align: center;
	}
	img.banner-img{
		float: none;
	}
	img.main-img.right {
		float: none;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
}

@media (max-width: 768px) {
	.banner-section {
		padding: 30px 0 70px;
		text-align: center;
	}

	.banner-section h1 {
		font-size: 28px;
		line-height: 41px;
		text-align: center;
	}

	.banner-section p br {
		display: none;
	}

	.custom-area {
		padding: 20px 0;
	}

	.sponsor-section {
		padding: 30px 0;
		overflow-x: hidden;
	}

	.text-wrp h3 {
		font-size: 26px;
		line-height: 42px;
	}

	.text-wrp p {
		font-size: 16px;
	}

	a.br-btn {
		padding: 12px 25px;
		font-size: 14px;
	}

	.cv-page .hiring-section .text-wrp {
		margin-top: 0;
	}

	h3 {
		font-size: 26px!important;
		line-height: 42px!important;
	}

	.testimonial-section {
		padding: 30px 0;
	}

	.testimonial-content {
		width: 100%;
		margin: 40px auto;
	}

	img.comma-img {
		position: absolute;
		top: -41px;
		left: 0;
		width: 50px;
	}

	.testimonial-section img.special-icon {
		position: absolute;
		bottom: 23%;
		left: 0;
		z-index: 888;
	}

	.faq-section {
		padding: 30px 0;
	}

	.faq-content {
		padding: 20px 0 20px 0;
	}

	h4.panel-title a {
		font-size: 14px;
	}

	.panel-body {
		font-size: 14px;
	}

	.need-section {
		padding: 30px 0;
	}

	.content-wrp {
		padding: 20px 0;
	}

	.content-wrp h4 {
		font-weight: bold;
		font-size: 20px;
		line-height: 42px;
		margin: 10px 0;
	}

	.content-wrp p {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}

	a.blue-fill {
		padding: 12px 30px;
		font-size: 14px;
		margin: 10px;
	}

	.testimonial-content p {
		font-size: 14px;
	}

	.price-content {
		width: 100%;
	}

	.pricing-section .nav-link {
		display: block;
		padding: 10px;
		font-size: 14px!important;
	}

	.pricing-wrp .sub-tabs {
		padding: 0;
	}
		.pricing-wrp .slide2{
	display: none!important;
}
.pricing-wrp .sub-tabs ul#myTab2 li a.active,
 .pricing-wrp .sub-tabs ul#myTab2 li a.active:focus,
  .pricing-wrp .sub-tabs ul#myTab2 li a:focus{
	  background: #fff;
}
}
@media (max-width: 575px) {
	a.no-br {
		margin: 10px 0 10px 0;
	}

	.pricing-section li.nav-item {
		width: 100%;
		text-align: center;
	}
	.pricing-wrp .slide,
	.pricing-wrp .slide1,
		.pricing-wrp .slide2{
	display: none!important;
}
.pricing-section .nav-tabs .nav-item.show .nav-link,
 .pricing-section .nav-tabs .nav-link.active,
  .pricing-section .nav-tabs .nav-link.active:hover {
	background-color: #324B65;
}
.pricing-wrp .sub-tabs ul.nav-tabs li a.active,
 .pricing-wrp .sub-tabs ul.nav-tabs li a.active:focus,
  .pricing-wrp .sub-tabs ul.nav-tabs li a:focus{
	  background: #fff!important;
  }
}
@media (min-width: 1140px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1130px;
	}
}
/*----------------Media Queries End--------------*/

.pricing-wrp .slide{
	display: inline-block;
    width: 33%!important;
	padding: 15px;
    border-radius: 3px;
    background-color: #324B65;
    position: absolute;
    z-index: 1;
    border-radius: 12px;
	bottom: 0;
	top: 0;
	left: 0;
    transition: all .4s linear;
}
.pricing-wrp .slide1{
	display: inline-block;
	border-radius: 24px;
    padding: 7px 20px;
    background-color: #fff;
	position: absolute;
    z-index: 1;
	bottom: 5px;
    top: 5px;
	left: 0;
    transition: all .4s linear;
}
.pricing-wrp .slide2{
	display: inline-block;
	border-radius: 24px;
    padding: 7px 20px;
    background-color: #fff;
	position: absolute;
    z-index: 1;
	bottom: 5px;
    top: 5px;
	left: 0;
    transition: all .4s linear;
}


.pricing-wrp .sub-tabs ul.nav-tabs li a#jordan-only-ar-tab{
    font-size: 0;
}
.pricing-wrp .sub-tabs ul.nav-tabs li a#jordan-only-ar-tab:after{
  content:"الأردن فقط";
    font-size: 16px;
}

.pricing-wrp .sub-tabs ul.nav-tabs li a#all-countries-ar-tab{
    font-size: 0;
}
.pricing-wrp .sub-tabs ul.nav-tabs li a#all-countries-ar-tab:after{
  content:"جميع البلدان";
    font-size: 16px;
}

