/*=============================GOOGLE FONT====================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Noto Sans Hebrew', sans-serif;*/

/*<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> */

/*=============================GOOGLE FONT====================================*/




/*=================================BODY=======================================*/

body{
	background:#fff;
	line-height:normal;
	font-size:20px;
	letter-spacing:normal;
	font-family: 'Noto Sans Hebrew', sans-serif;
	color:#242424;
}


body p, 
body li, 
body div, 
body label, 
body input, 
body button, 
body a, 
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6{
	font-family: 'Noto Sans Hebrew', sans-serif;	
}




.container {
	padding-left: 20px;
	padding-right: 20px;
}


#main {
	min-height: 500px;
	overflow: hidden;
}



.default-page-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-color: #f6fafb;
}


/*=================================BODY=======================================*/






/*=================================HEADER=======================================*/

.header-top {
	background: #193053;
	padding: 5px 30px;
	color: #fff;
}



.header-top .header-whatsapp-link a {
	width: 209px;
}


.header-date {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	margin-left: 50px;
}


.header-whatsapp-link a {
	color: #fff;
	position: relative;
	text-decoration: none;
	background: url("images/whatsapp.png") no-repeat left center;
	display: inline-block;
	padding-left: 60px;
}


.header-whatsapp-link a span {
	font-size: 16px;
	line-height: 22px;
	display: block;
	letter-spacing: 1.6px;
}


.header-whatsapp-link a strong {
	font-size: 24px;
	line-height: 26px;
	display: block;
	font-weight: 500;
}


.verified-user a {
	color: #fff;
	text-decoration: none;
}


.verified-user span {
	background: url("images/icon-verified.png") no-repeat right center;
	font-size: 20px;
	font-weight: 800;
	padding: 5px 40px 5px 0px;
	line-height: 27px;
	display: inline-block;
}


.header-top-link ul {
	list-style: none;
}


.header-top-link ul li {
	margin-left: 35px;
}


.header-top-link ul li:last-child {
	margin-left: 0;
}


.header-top-link ul li:last-child a {
	text-decoration: none;
}


.header-top-link ul li a {
	color: #fff;
}


#site-header .navbar-brand {
	font-size: 40px;
	color: #193053;
	font-weight: 800;
	margin-left: 80px;
}


#site-header .navbar-brand img {
	margin-left: 15px;
}



#site-header nav {
	padding: 8px 160px 8px 97px;
}


#site-header nav ul li {
	margin-left: 36px;
}



#site-header nav ul li:last-child, 
#site-header nav ul li.last-child {
	margin-left: 0;
}


#site-header nav ul li a {
	color: #242424;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	padding: 0;
}


#site-header .mobile-header-link li {
	margin-left: 30px;
}



#site-header .mobile-header-link li.whatsapp-icon a {
	font-size: 0;
	background: url("images/whatsapp.png") no-repeat left center;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: 100%;
}


#site-header .mobile-header-link li.log-out a{	
	font-size: 0;
	background: url("images/mobile-log-out.png") no-repeat left center;
	width: 31px;
	height: 35px;
	display: inline-block;
	background-size: 100%;
}


#site-header .mobile-header-link li.user-li a.user-icon{	
	font-size: 0;
	background: url("images/mobile-user-alt.png") no-repeat left center;
	width: 30px;
	height: 32px;
	display: inline-block;
	background-size: 100%;
}


#site-header .mobile-header-link li.user-li {
	position: relative;
}


#site-header .mobile-header-link li.user-li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(100% + 15px);
	background: #fff;
	right: -15px;
	width: 12rem;
	box-shadow: 0px 3px 6px #00000029;
}



#site-header .mobile-header-link li.user-li ul li {
	margin: 5px 0;
}


#site-header .mobile-header-link li.user-li ul li a {
	font-size: 19px;
	color: #207EB7;
	text-decoration: none;
	padding: 4px 13px 6px;
	display: block;
}



#site-header .navbar-brand span {
	position: relative;
	top: 3px;
}







/*=================================HEADER=======================================*/




/*===================================HOME=======================================*/


.home-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	padding-bottom: 70px;
	background-color: #f6fafb;
	margin-top: -98px;
	overflow: hidden;
}


.home-banner-inner {
	padding-top: 70px;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.banner-caption-section h1 {
	color: #193053;
	font-size: 80px;
	font-weight: 800;
	margin: 0;
	line-height: normal;
}

.banner-caption-section h2 {
	color: #207EB7;
	font-size: 48px;
	font-weight: 800;
	margin: 20px 0 11px;
	line-height: normal;
}


.banner-caption-section p {
	color: #242424;
	font-size: 30px;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 0;
}


.banner-right-section {
	width: 25%;
	position: relative;
}


.banner-right-section img.img2 {
	width: 100%;
	position: relative;
	top: 70px;
}


.banner-right-section img.img1 {
	margin: 20px auto 0;
	display: inherit;
	position: relative;
	top: 40px;
}


.banner-caption-section {
	width: 55%;
}


.banner-left-section {
  width: 20%;
}



.banner-left-section a {
	background: #207eb7;
	margin: 14px 0;
	text-decoration: none;
	color: #fff;
	padding: 0 0px 0 70px;
	line-height: normal;
	border-radius: 0 20px 20px 0;
	height: 80px;
}


.banner-left-section a span {
	background: url("images/white-arrow-link.png") no-repeat left center;
	background-size: 18px;
	display: inline-block;
	padding: 16px 35px 16px 52px;
	line-height: 20px;
}


.banner-left-section .dark-blue-btn {
	background: #193053;
	font-size: 25px;
	width: 450px;
	position: relative;
	left: 60px;
}



.banner-left-section .env-icon {
	text-align: center;
	margin-bottom: 55px;
}


.banner-left-section .env-icon a {
	padding: 0;
	background: transparent;
}


.link a {
	color: #207EB7;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 3px solid #207EB7;
	padding: 0 10px;
	font-weight: 700;
}


.marquee-section {
	background: #207EB7;
	padding: 12px 0;
}

.marquee-section .marquee {
	margin: 12px;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
}


.fluid-section-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 70px;
	background-color: #f6fafb;
}


.arena-section {
	margin-bottom: 100px;
	padding: 96px 10% 0;
}


.arena-content {
	padding-left: 0;
}


.arena-content-inner {
	background: rgba(255,255,255,0.78);
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	padding: 40px 70px;
	height: 100%;
}


.arena-content-inner::after {
	content: "";
	display: block;
	width: 11px;
	height: 100%;
	border-radius: 21px;
	background: #193053;
	position: absolute;
	top: 0;
	right: 0;
}


.arena-content-inner h2 {
	color: #193053;
	font-size: 46px;
	line-height: 75px;
	font-weight: 800;
	margin: 0;
	direction: ltr;
	text-align: right;
}


.arena-content-inner h4 {
	color: #207EB7;
	font-size: 24px;
	line-height: 47px;
	font-weight: 500;
	margin: 6px 0 14px;
}


.arena-content-inner p {
	font-size: 17px;
	line-height: 27px;
}


.arena-video-inner {
	height: 100%;
}


.arena-video-inner a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}


.arena-video-inner a::after {
	content: "";
	display: block;
	width: 72px;
	height: 82px;
	background: url("images/play-icon.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100%;
	z-index: 2;
}


.arena-video {
	padding-right: 0;
}


.arena-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.read-more {
	text-align: left;
}


.read-more a {
	color: #207EB7;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	direction: ltr;
}


.service-section h2 {
	color: #193053;
	font-size: 46px;
	line-height: 75px;
	font-weight: 800;
	margin: 0 0 100px;
}


.service-block {
	margin-bottom: 50px;
}


.service-block img {
	width: 84px;
	height: 84px;
	object-fit: contain;
	object-position: bottom;
	margin-bottom: 20px;
}


.service-block h4 {
	font-size: 25px;
	color: #207EB7;
	line-height: 32px;
	padding: 0 72px;
}



.stocks-section {
	margin-top: 85px;
	padding: 0 10%;
}



.table-responsive .table {
	border-radius: 20px;
	overflow: hidden;
}


.table-responsive {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
    height: 590px; 
}


.stocks-section .col-lg-6:first-child .table-responsive {
	float: right;
}


.stocks-section .col-lg-6:last-child .table-responsive {
	float: left;
}


.stocks-section h3 {
	color: #193053;
	font-size: 30px;
	line-height: 47px;
	font-weight: 800;
	margin: 0 0 35px;
	padding-right: 30px;
}


.stocks-section .row {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.table-responsive th, 
.table-responsive td {
	font-size: 17px;
	border: none;
}


.table th {
	color: #fff;
	font-weight: 600;
	padding: 24px 40px;
}


.table td {
	color: #242424;
	padding: 15px 40px;
}


.table-responsive thead tr {
	background: #193053;
}


.table-responsive tbody tr {
	background: #fff;
}


.table-responsive tbody tr:nth-child(2n) {
	background: #E7EAED;
}



.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 30px !important;
	margin-left: 0 !important;
	
}


.table-responsive .mCSB_scrollTools {
	top: 72px;
	opacity: 1;
}


.mCSB_dragger {
	height: 193px !important;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px !important;
	background-color: #193053 !important;
}


.mCSB_scrollTools .mCSB_draggerRail {
	width: 10px !important;
	background: #fff !important;
}


.table-responsive.mCustomScrollbar .mCSB_scrollTools {
	right: 0 !important;
	left: auto !important;
}


.our-client-section {
	overflow: hidden;
	margin-top: 120px;
	position: relative;
	padding-bottom: 150px;
}


.our-client-section::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/blue-path-line.png") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: 100%;
}


.our-client-section .row {
	flex-flow: row;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	justify-content: center;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.our-client-section .client-block {
	display: inline-block;
	width: auto;
	position: relative;
	z-index: 2;
}


.our-client-section .client-block:first-child {
	margin-right: -30px;
}


.our-client-section h2 {
	color: #193053;
	font-size: 46px;
	line-height: 75px;
	font-weight: 800;
	margin: 0 0 82px;
}


.client-block span {
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #242424;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 6px #00000029;
	padding: 18px 40px;
	font-size: 24px;
	line-height: 41px;
	font-weight: 600;
}


/*===================================HOME=======================================*/





/*==================================ABOUT=======================================*/


.default-page-container {
	padding: 70px 160px 0;
}


.page-title {
	margin-bottom: 40px;
}


.page-title h1 {
	font-size: 80px;
	color: #193053;
	font-weight: 800;
	position: relative;
	padding-right: 165px;
}


.page-title h1 img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 140px;
}



.white-bg-section {
	box-shadow: 0px 3px 6px #00000029;
	background: rgba(255,255,255,0.7);
	padding: 70px;
	margin-bottom: 70px;
}



.about-list-block .row {
	margin-bottom: 20px;
}


.about-content h4 {
	color: #207EB7;
	font-size: 25px;
	margin: 0 0 4px;
	font-weight: bold;
}


.about-content p {
	color: #242424;
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
}


.about-section h3 {
	margin: 0 0 24px;
	font-size: 34px;
	color: #193053;
	line-height: 42px;
	font-weight: 500;
}


.about-list-block .arena-video {
	padding-right: calc(var(--bs-gutter-x) * .5);
}


.about-image {
	height: 100%;
}


.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-botton-section {
	position: relative;
}


.about-botton-section img {
	width: 100%;
}


.about-botton-section h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	text-align: right;
	margin: 0;
	z-index: 2;
	padding: 0px 50px;
	width: 100%;
}


.about-botton-section {
	position: relative;
	background-size: cover;
	padding: 25px 0;
	background-repeat: no-repeat;
	background-position: center center;
}



/*==================================ABOUT=======================================*/







/*==================================ROLES=======================================*/


.roles-container .page-title h1 img {
	max-width: 130px;
}


.roles-list-item ol li {
	border: none;
	padding: 0 60px 0 0;
	margin: 0 0 52px;
	color: #242424;
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	background: transparent;
}


.roles-list-item .list-group-numbered > li::before {
	content: counters(section, "") " ";
	color: #207EB7;
	font-size: 50px;
	font-weight: 800;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}


.read-toggle-link span {
	color: #207EB7;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}


.read-toggle-link span::after {
	content: "";
	display: inline-block;
	background: url("images/read-toggle-icon.png") no-repeat center center;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	background-size: 100%;
}



/*==================================ROLES=======================================*/





/*================================ADVANTAGE=====================================*/


.advantages-list-item ol li::before {
	display: none;
}


.advantages-list-item ol li img {
	position: absolute;
	right: 0;
	width: 100%;
	max-width: 70px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.advantages-list-item ol li {
	padding: 0 120px 0 0;
	margin: 0 0 60px;
	color: #193053;
}


.advantages-list-item ol li:last-child {
	margin-bottom: 20px;
}


.advantages-list-item ol li a {
	color: #207EB7;
	font-size: 24px;
	line-height: 35px;
	text-decoration: none;
	font-weight: 500;
}


/*================================ADVANTAGE=====================================*/




/*=================================SERVICES=====================================*/


.services-section .roles-list-item li {
	margin-bottom: 123px;
}


.services-container .page-title h1 img {
	max-width: 120px;
}


.services-info-container .roles-list-item li {
	margin-bottom: 30px;
}


.services-info-container .page-title h1 img {
	max-width: 113px;
}



/*=================================SERVICES=====================================*/






/*===============================TRANSACTION====================================*/


.transaction-container .page-title h1 img {
	max-width: 120px;
}


.transaction-content h3 {
	color: #207EB7;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 12px;
}


.transaction-section p {
	font-size: 18px;
}


.transaction-content p {
	color: #242424;
	font-weight: 500;
	line-height: 27px;
}


.transaction-section .row {
	margin-bottom: 36px;
}


.transaction-content {
	padding-left: 130px;
}


.transaction-image img {
	width: 100%;
}


.trans-info {
	margin-top: 79px;
}


.trans-info p {
	line-height: 27px;
	font-weight: 600;
	margin: 0;
}


/*===============================TRANSACTION====================================*/




/*===================================FAQ========================================*/



.faq-section .accordion-item {
	border: none;
	margin-bottom: 12px;
}


.faq-section .accordion-item button {
	background: #207EB7;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	padding: 1.1rem 3rem;
	border-radius: 0 !important;
	box-shadow: none !important;
}


.faq-section .accordion-body {
	padding: 1.5rem 3rem;
	background: #E7EAED;
	color: #242424;
	font-size: 22px;
	line-height: 29px;
	font-weight: 500;
}


.faq-section .accordion-button:not(.collapsed)::after {
	background: url("images/ac-m-icon.png") no-repeat center center;
	transform: none;
	-webkit-transform: none;
	-webkit-transform: none;
	-webkit-transform: none;
	width: 16px;
	height: 3px;
}


.faq-section .accordion-button::after {
	width: 16px;
	height: 20px;
	background: url("images/ac-p-icon.png") no-repeat center center;
	background-size: 100%;
	position: relative;
	left: -20px;
}


.help-contact-info {
	padding: 20px 0 0;
}


.help-contact-info h3 {
	color: #207EB7;
	font-weight: 500;
	margin: 0;
	font-size: 26px;
	line-height: normal;
}



.help-contact-info .header-whatsapp-link {
	text-align: left;
}


.help-contact-info .header-whatsapp-link a {
	color: #193053;
	position: relative;
	text-decoration: none;
	background: url("images/whatsapp-black-icon.png") no-repeat left center;
	padding: 16px 0 16px 73px;
	background-size: 57px;
}


/*===================================FAQ========================================*/







/*===========================LOGIN AND SIGNUP FORM==============================*/


.login-container .page-title h1 img {
	max-width: 125px;
}


.login-section h3 {
	color: #193053;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 28px;
	line-height: normal;
}


.login-section {
	max-width: 1100px;
}


.form-group label {
	color: #207EB7;
	font-size: 24px;
	line-height: normal;
	font-weight: 500;
	display: block;
	margin-bottom: 7px;
	position: relative;
}


.form-group input, 
.form-group select {
	background: #E7EAED !important;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	line-height: normal;
	height: 60px;
	outline: none !important;
	box-shadow: none !important;
	text-align: right;
}




.form-group select {
	background: #E7EAED url("images/select-arrow.png") no-repeat left center !important;
	background-size: 33px !important;
}



.forgot-password {
	margin: 10px 0 0;
}


.forgot-password a {
	color: #207EB7;
	font-weight: 500;
	font-size: 20px;
	text-decoration: underline;
}


.form-check label {
	color: #207EB7;
	font-size: 24px;
	font-weight: 500;
	padding-right: 15px;
	cursor: pointer;
}


.form-check .form-check-input[type="checkbox"] {
	background-color: #193053;
	width: 27px;
	height: 27px;
	box-shadow: none !important;
	border: none !important;
	cursor: pointer;
}


.form-check-input:checked[type="checkbox"] {
	background: #193053 url("images/chck-icon.png") no-repeat center center;
	background-size: 19px;
}


.login-section button[type="submit"] {
	background: #207EB7;
	border-radius: 35px;
	border: none;
	width: 203px;
	line-height: normal;
	padding: 17px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	box-shadow: none;
	cursor: pointer;
	margin-top: 53px;
	box-shadow: none !important;
}


.form-check-label a {
	color: #207EB7;
	text-decoration: underline;
}


.signup-container form .row {
	margin-bottom: 29px;
}


.login-section form h3 {
	margin-top: 60px;
}


.form-check.radio-check-box label {
	color: #242424;
	font-size: 22px;
	margin: 0;
}


.form-check.radio-check-box input {
	width: 14px;
	height: 14px;
	border: 1px solid #193053;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	margin-bottom: 0;
}


.form-check.radio-check-box {
	margin-top: 23px;
}


.radio-check-box .form-check-input:checked[type="radio"] {
	background: url("images/radio-check.png") no-repeat 0 0 !important;
	background-size: 100% !important;
	border: none;
}



.checkbox-check {
	margin: 40px 0 0;
}


.checkbox-check .col-sm-12 {
	position: relative;
	margin-bottom: 18px;
}


.form-group label em, 
.checkbox-check .col-sm-12 em {
	color: #A50F0F;
	position: absolute;
	top: 7px;
	font-size: 18px;
	right: -17px;
}


.checkbox-check .col-sm-12 em {
	right: -34px;
}


.signup-container button[type="submit"] {
	width: 247px;
	margin-top: 0;
}



.forgot-pass-container .login-section button[type="submit"] {
	margin-top: 130px;
	margin-bottom: 20px;
}



/*===========================LOGIN AND SIGNUP FORM==============================*/





/*===============================CREATE OFFER FORM=================================*/


.offer-notification {
	margin-bottom: 70px;
}


.new-offer .alert.alert-light {
	border: none;
	background: transparent;
	position: relative;
	padding: 0 40px 0 0;
	margin: 9px 167px 0 0;
	font-weight:700;
	color:#000;
}


.alert.alert-light::after {
	background: url("images/note-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
}



.new-offer .login-container .page-title h1 img {
	bottom: -42px;
}




.offer-notification {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.offer-notification .offer-btn-large {
	background: #207EB7;
	color: #fff;
	font-size: 21px;
	border: none;
	font-weight: 600;
	padding: 14px 20px 14px 50px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}


.offer-notification .offer-btn-large span {
	position: absolute;
	left: 15px;
	top: 14px;
	font-size: 25px;
}


.offer-notification .blue-btn {
	background: #193053;
	color: #fff;
	display: inline-block;
	margin: 0 35px;
	line-height: normal;
	text-decoration: none;
	padding: 14px 25px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
}



/*.offer-notification a.mail-notification {*/
/*	background: url("images/env-icon.png") no-repeat 0 0;*/
/*	position: relative;*/
/*	width: 86px;*/
/*	background-size: 100%;*/
/*	height: 59px;*/
/*}*/


/*.offer-notification a.mail-notification span {*/
/*	position: absolute;*/
/*	background: #D74949;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	border-radius: 100%;*/
/*	text-align: center;*/
/*	line-height: 30px;*/
/*	color: #fff;*/
/*	top: -18px;*/
/*	right: -14px;*/
/*	font-size: 16px;*/
/*}*/



.login-container textarea {
	width: 100%;
	background: #E7EAED;
	border: none;
	resize: none;
	padding: 20px;
	outline: none;
	height: 116px;
	font-size: 1rem;
}


.new-offer .signup-container .form-btn-link button {
	width: auto;
	margin-top: 37px;
	padding: 17px 39px;
	margin-left: 35px;
	background: #207EB7;
	border-radius: 50px;
	font-size: 25px;
	font-weight: 700;
	border: none;
	outline: none;
	box-shadow: none;
}



/*==================POPUP=====================*/



.modal-dialog {
	box-shadow: 0px 3px 6px #00000029;
	background: #fff;
	max-width: 785px;
}


.modal-dialog {
	box-shadow: 0px 3px 6px #00000029;
	background: #fff;
	max-width: 785px;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	top: 45%;
	width: 90%;
	margin: 0 auto;
}


.modal-dialog .modal-content {
	border: none;
	border-radius: 0;
}


.modal-body h6 {
	color: #207EB7;
	font-size: 30px;
	margin: 0;
	text-align: center;
}


.modal-dialog .modal-body {
	padding: 80px 20px;
}


.modal-dialog .modal-footer {
	border: none;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border-radius: 0;
	padding: 0 60px 50px;
}


.modal-footer button.border-btn {
	border: 5px solid #207EB7;
	border-radius: 35px;
	background: transparent;
	color: #207EB7;
	font-size: 25px;
	font-weight: 700;
	padding: 11px 29px;
	width: 100%;
	max-width: 348px;
	margin: 0;
}


.modal-footer button.bg-btn {
	border: none;
	border-radius: 35px;
	background: #207EB7;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding: 11px 29px;
	width: 100%;
	max-width: 260px;
	margin: 0;
}



/*==================POPUP=====================*/






/*===============================CREATE OFFER FORM=================================*/





/*=================================MY OFFER START==================================*/


.my-offer .page-title {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 0;
}


.my-offer .offer-notification {
	position: relative;
}


.my-offer .login-container .page-title h1 img {
	bottom: 28px;
	max-width: 105px;
}


.my-offer .offer-notification {
	margin-bottom: 50px;
}


.my-offer .page-title h1 {
	font-size: 47px;
	padding-right: 130px;
	margin-left: 20px;
}


.my-offer-container .white-bg-section {
	padding: 30px 26px 30px 30px;
}


.my-offer-container .table-responsive .table {
	border-radius: 0 20px 0 0;
}


.my-offer-container table tr td:first-child {
	background: #193053;
	color: #fff;
}


.my-offer-container .table-responsive th, 
.my-offer-container .table-responsive td {
	font-size: 14px;
	padding: 10px 15px;
	font-weight: 400;
	border-left: 2px solid #207EB7;
	text-align: center;
	max-height: 50px !important;
}


.my-offer-container table tr th:first-child, 
.my-offer-container table tr td:first-child {
	border-left: none;
}



.my-offer-container td .btn-blue-table {
	background: #207EB7;
	font-size: 13px;
	border-radius: 15px;
	padding: 4px 12px;
	font-weight: 600;
	position: relative;
}


.btn-blue-table .msg-icon {
	position: absolute;
	width: 19px;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
}


.table-bottom-link {
	margin-top: 20px;
}


.btn-blue-table .msg-icon img {
	width: 100%;
}



.my-offer-container .table-responsive th.s-name {
	opacity: 0;
}


.my-offer-container .table-responsive .mCSB_scrollTools {
	top: 5px;
}


.my-offer-container .mCSB_scrollTools .mCSB_draggerRail {
	width: 14px !important;
	background: #E7EAED !important;
}



.my-offer-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px !important;
}


.add-delete a {
	display: inline-block;
	margin: 0 3px;
}


.add-delete a img {
	width: 16px;
}



.table-bottom-link .text {
	color: #207EB7;
	font-size: 25px;
	margin-left: 15px;
}


.table-bottom-link .colors {
	text-decoration: none;
	color: #242424;
	font-size: 15px;
	display: inline-block;
	padding: 7px 30px;
	margin-left: 2px;
}


.my-offer-container .light-red-color {
	background:#E47E7E;
}


.my-offer-container .green-color {
	background:#88D77A;
}

.my-offer-container .sunburnt {
	background:#FF474E;
}


.my-offer-container .mantis {
	background:#70CC68;
}


.my-offer-container .sky-blue-color {
	background:#58C2CC;
}


.my-offer-container .orange-color {
	background:#FFC666;
}


.my-offer-container .pink-color {
	background:#E982E9;
}


.my-offer-container .dark-wheat-color {
	background:#C58A58;
}

.my-offer-container td .btn-sent{
	background: #58c2cc ;
	font-size: 13px;
	border-radius: 15px;
	padding: 4px 12px;
	font-weight: 600;
	position: relative;
}
.my-offer-container td .btn-received{
	background: #f3d53a ;
	font-size: 13px;
	border-radius: 15px;
	padding: 4px 12px;
	font-weight: 600;
	position: relative;
}
.my-offer-container td .btn-closed{
	background: #c58a58 ;
	font-size: 13px;
	border-radius: 15px;
	padding: 4px 12px;
	font-weight: 600;
	position: relative;
}
.my-offer-container td .btn-default{
	background: #ffffff ;
	font-size: 13px;
	border-radius: 15px;
	padding: 4px 12px;
	font-weight: 600;
	position: relative;
}


#content-1 {
	height: 600px;
}

.my-offer .table-responsive {
	height: auto;
}


.my-offer-container .table-responsive .table {
	width: 1600px;
}


.my-offer-container .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 30px;
	margin-left: 0;
}


.my-offer-container .table-responsive .mCSB_scrollTools_vertical {
	top: 40px;
}



#content-1 .mCSB_container_wrapper {
	top: 40px;
	margin-bottom: 0;
}


#content-1 .mCSB_scrollTools_vertical {
	right: 0;
	left: auto;
}

#content-1 .mCSB_scrollTools_horizontal .mCSB_dragger {
	height: 14px !important;
}


#content-1 .mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
#content-1 .mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 14px !important;
	width: calc(100% - 30px) !important;
}





.offer-popup.modal-open .modal-backdrop {
	display: none;
}


#offerpopup {
	position: absolute;
	height: auto;
	top: 82px;
	padding: 0 !important;
	box-shadow: 0px 3px 6px #00000029;
	background: rgba(255,255,255,0.7);
}


.offer-popup.modal-open {
	overflow: visible !important;
	padding: 0 !important;
}


.offerpopup .modal-header {
	display: block;
	text-align: right;
	border: none;
}


.offerpopup .btn-close {
	background: #193053 url("images/close-btn-icon.png") no-repeat center center;
	opacity: 1;
	width: 22px;
	height: 22px;
	background-size: 30px;
	border-radius: 100%;
	box-shadow: none;
	outline: none;
	margin: 0;
}


.offerpopup .modal-dialog {
	box-shadow: 0px 3px 6px #00000029;
	background: rgba(255,255,255,0.7);
	max-width: 100%;
	transform: translateY(0%) !important;
	-webkit-transform: translateY(0%) !important;
	-moz-transform: translateY(0%) !important;
	-ms-transform: translateY(0%) !important;
	top: 0%;
	width: 100%;
}


.offerpopup .modal-dialog .modal-body {
	padding: 6px 20px;
}


.offerpopup .table-responsive .table {
	border-bottom: 5px solid #193053;
}


.offerpopup .table-responsive {
	height: auto;
}


#offerpopup th, 
#offerpopup td {
	border-left: 2px solid #207EB7;
	font-size: 20px;
}


#offerpopup th {
	padding: 24px 20px;
}


#offerpopup th:last-child, 
#offerpopup td:last-child {
	border-left: none;
}




/*=================================MY OFFER CLOSE==================================*/







/*=================================FOOTER=======================================*/


#site-footer {
	background: #193053;
	overflow: hidden;
	padding: 24px 10% 25px;
}


.footer-links ul {
	list-style: none;
}


.footer-links ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 27px;
	display: inline-block;
}


.footer-links ul {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.footer-links ul li {
	width: 20%;
	padding-left: 30px;
	text-align: right;
	margin: 6px 0;
}


.footer-links ul li:nth-child(5n) {
	width: auto;
	margin-left: 0;
	padding-left: 0;
}


.footer-whatsapp .header-whatsapp-link a {
	padding-left: 74px;
	background-size: 53px;
	padding-top: 5px;
	background-position: 0 12px;
	padding-bottom: 15px;
}


.footer-whatsapp .header-whatsapp-link a span {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 2px;
}


.footer-whatsapp .header-whatsapp-link a strong {
	font-size: 30px;
	line-height: 33px;
}


.copyright-section {
	margin-top: 30px;
}


.copyright-section ul {
	list-style: none;
}


.copyright-section ul li {
	margin: 0 0 0 70px;
}


.copyright-section ul li:last-child {
	margin-left: 0;
}


.copyright-section ul li a {
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 400;
}





/*=================================FOOTER=======================================*/









/*====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/





/*=================================HEADER=======================================*/



@media (max-width:992px){
	

	#site-header {
		background: #193053;
		position: relative;
		z-index: 1;
	}


	.header-top {
		background: #207EB7;
		padding: 5px 20px;
	}


	.hidden-block {
		display: none !important;
	}


	.header-top .col-lg-7 {
		flex: 0 0 100%;
		width: 100%;
	}	


	#site-header nav {
		padding: 5px 20px;
	}


	.header-top-link.mobile-header-link {
		display: block !important;
	}


	#site-header .navbar-brand {
		font-size: 25px;
		margin-left: 10px;
		color: #fff;
		margin-right: 36px;
	}


	#site-header .navbar-brand span {
		position: relative;
		top: 4px;
	}


	#site-header .navbar-brand .desktop-logo {
		display: none;
	}


	#site-header .navbar-brand .mobile-logo {
		display: inline-block !important;
		position: relative;
		top: -3px;
		margin-left: 0;
		width: 100%;
		max-width: 50px;
	}


	#site-header nav ul li a {
		color: #fff;
	}


	#site-header nav ul li a {
		font-size: 18px;
	}


	#site-header .mobile-header-link li {
		margin-left: 30px;
		display: inherit;
	}


	#site-header .mobile-header-link li.whatsapp-icon a {
		width: 30px;
		height: 31px;
	}


	#site-header nav button {
		position: absolute;
		padding: 0;
		border-radius: 0;
		right: 20px;
		top: 20px;
		outline: none;
		border: none;
		box-shadow: none;
		z-index: 3;
	}


	#site-header nav button.navbar-toggler.collapsed span{
		background: url("images/hamburger-icon.png") no-repeat 0 0;
		background-size: 100%;
		height: 21px;
	}


	#site-header nav button.navbar-toggler span {
		background: url("images/close-menu-icon.png") no-repeat right center;
		background-size: 21px;
		height: 21px;
	}	
	
	
}/*=====media close=====*/



@media (max-width:400px){


	#site-header .navbar-brand span {
		position: relative;
		top: 0px;
	}


	#site-header nav ul li a {
		font-size: 13px;
	}


	#site-header .mobile-header-link li.whatsapp-icon a {
		width: 25px;
		height: 26px;
	}
	
	
	#site-header .mobile-header-link li.log-out a {
		width: 23px;
		height: 32px;
	}
	
	
	#site-header .mobile-header-link li.user-li a.user-icon {
		width: 22px;
		height: 27px;
	}
	
	
	#site-header .mobile-header-link li.user-li ul {
		top: calc(100% + 14px);
		right: -11px;
		width: 10rem;
	}
	
	
	#site-header .mobile-header-link li.user-li ul li a {
		font-size: 16px;
		padding: 0px 13px 4px;
	}


	#site-header .navbar-brand .mobile-logo {
		max-width: 40px;
	}


	#site-header nav button {
		top: 17px;
	}
		
	
	
}/*=====media close=====*/



@media only screen and (max-device-width: 991px)  and (orientation:landscape) {
	
    #navbarNavAltMarkup {
		position: fixed;
		top: 0;
		left: 50%;
		bottom: 0;
		background: rgba(25, 45, 83, 0.95);
		z-index: 2;
		padding: 150px 20px 0;
		transition: all 0.3s ease-in-out;
		transform: translate(-50%, -24px);
		display: block;
		width: 100%;
		opacity: 0;
		visibility: hidden;
	}
	
	
	#navbarNavAltMarkup.show {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, 0px);
	}
	
	
	#navbarNavAltMarkup .navbar-nav li {
		margin-bottom: 30px;
	}
	
	
	#navbarNavAltMarkup .navbar-nav {
		overflow: auto;
		height: 100vh;
		padding-bottom: 150px;
	}
	
	
	#navbarNavAltMarkup .navbar-nav li a {
		font-size: 26px;
		line-height: normal;
	}
	
	
	body.mobile-hidden {
	  overflow: hidden;
	}


	#site-header nav ul li .header-whatsapp-link a {
		padding-left: 70px;
		background-size: 54px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link a span {
		font-size: 20px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link a strong {
		font-size: 30px;
		line-height: 38px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link {
		text-align: center;
		margin-top: 70px;
		margin-bottom: 50px;
	}
	
}/*====media close====*/



@media (max-width:767px){
	
	
	.verified-user span {
		padding: 3px 31px 3px 0px;
		background-size: 20px;
	}
	
	
	#navbarNavAltMarkup {
		position: fixed;
		top: 0;
		left: 50%;
		bottom: 0;
		background: rgba(25, 45, 83, 0.95);
		z-index: 2;
		padding: 150px 20px 0;
		transition: all 0.3s ease-in-out;
		transform: translate(-50%, -24px);
		display: block;
		width: 100%;
		opacity: 0;
		visibility: hidden;
	}
	
	
	#navbarNavAltMarkup.show {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, 0px);
	}
	
	
	#navbarNavAltMarkup .navbar-nav li {
		margin-bottom: 30px;
	}
	
	
	#navbarNavAltMarkup .navbar-nav {
		overflow: auto;
		height: 100vh;
		padding-bottom: 150px;
	}
	
	
	#navbarNavAltMarkup .navbar-nav li a {
		font-size: 26px;
		line-height: normal;
	}
	
	
	body.mobile-hidden {
	  overflow: hidden;
	}


	#site-header nav ul li .header-whatsapp-link a {
		padding-left: 70px;
		background-size: 54px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link a span {
		font-size: 20px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link a strong {
		font-size: 30px;
		line-height: 38px;
	}
	
	
	.mobile-whatsapp .header-whatsapp-link {
		text-align: center;
		margin-top: 70px;
		margin-bottom: 50px;
	}
	
		
	
}/*=====media close=====*/




@media (min-width:400px) and (max-width:767px){
	
	
	#site-header .mobile-header-link li.whatsapp-icon a {
		width: 36px;
		height: 40px;
	}


	#site-header nav ul li a {
		font-size: 18px;
	}	
		

	#site-header .navbar-brand .mobile-logo {
		max-width: 55px;
		top: 0;
	}


	#site-header .navbar-brand {
		font-size: 25px;
	}


	#site-header .navbar-brand span {
		top: 3px;
	}	


	#site-header nav button {
	  top: 21px;
	}
	
	
}/*=====media close=====*/




@media (min-width:992px) and (max-width:1500px){
	

	#site-header {
		background: transparent;
	}


	.header-top {
		background: #193053;
		padding: 5px 20px;
	}	


	.hidden-block {
		display: flex !important;
	}


	.header-top .col-lg-7 {
		flex: 0 0 auto;
		width: 54.333%;
	}


	.header-top .col-sm-2 {
		width: 20%;
	}


	.header-whatsapp-link a {
		padding-left: 50px;
		background-size: 39px;
	}
	
	
	.header-top .header-whatsapp-link a {
	  width: 185px;
	}


	.header-date {
		margin-left: 30px;
	}


	.header-whatsapp-link a strong {
		font-size: 22px;
		line-height: 26px;
	}


	.header-whatsapp-link a span {
		font-size: 14.5px;
	}



	#site-header nav {
		padding: 8px 20px;
	}


	#site-header .navbar-brand img {
		margin-left: 10px;
		max-width: 60px;
	}


	#site-header .navbar-brand .desktop-logo {
		display: inline-block;
	}


	#site-header .navbar-brand .mobile-logo {
		display: none !important;
	}


	#site-header .navbar-brand {
		font-size: 30px;
		margin-left: 40px;
		color: #193053;
		margin-right: 0;
	}


	#site-header nav ul.navbar-nav {
		width: 100%;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	#site-header nav ul li {
		margin-left: 20px;
	}


	#site-header nav ul li a {
		font-size: 14px;
		color: #242424;
	}



	.header-top-link.mobile-header-link {
		display: none !important;
	}


	.home-banner {
		margin-top: -72px !important;
	}
	
	
}/*=====media close=====*/




@media (min-width:1240px) and (max-width:1500px){
	
	
	#site-header nav {
		padding: 8px 9%;
	}


	#site-header nav ul li a {
		font-size: 16px;
	}
	
}/*=====media close=====*/




@media (min-width:1540px){
	
	
	#site-header nav .navbar-nav {
		width: 100%;
		justify-content: space-evenly;
		-webkit-justify-content: space-evenly;
		-moz-justify-content: space-evenly;
		-ms-justify-content: space-evenly;
		padding-left: 26px;
	}	
		
	
}/*=====media close=====*/



@media (min-width:992px){

	#site-header nav ul li.mobile-whatsapp {
	  display: none;
	}

}/*=====media close=====*/




@media (min-width:992px) and (max-width:1500px){
	

	.header-logged .col-lg-3.d-flex {
		flex: auto;
		width: 30%;
	}


	.header-logged .verified-block {
		flex: unset;
		width: 30%;
	}


	.header-logged .header-top-link {
		flex: unset;
		width: 37%;
	}

	
	.header-logged .header-top-link ul li a {
		font-size: 14px;
	}	


	.header-logged .header-top-link ul li {
		margin-left: 20px;
	}


	.header-logged .header-top-link ul li:last-child {
		margin-left: 0;
	}
	
	
	.header-logged .header-top-link ul {
		width: 100%;
	}
	
	
}/*=====media close=====*/


	

@media (min-width:1200px) and (max-width:1500px) {


	.header-logged .header-top-link ul li {
		margin-left: 40px;
	}


	.header-logged .header-top-link ul li a {
		font-size: 15px;
	}
	
	
}/*=====media close=====*/



@media (min-width:1500px) {

	.header-logged .row.align-items-center {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.header-logged .col-lg-3.d-flex {
		width: 40%;
		flex: unset;
	}


	.header-logged .verified-block {
		flex: unset;
		width: auto;
	}


	.header-logged .header-top-link {
		flex: unset;
		width: 36%;
	}
	
	
}/*=====media close=====*/



/*=================================HEADER=======================================*/




/*===================================HOME=======================================*/




@media (max-width:767px){

		
	.fluid-section-bg {
		background-color: #f6fafb;
		background-image: url("images/chart2-mobile.png") !important;
	}
	
	
	
	.banner-caption-section {
		width: 100%;
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		padding: 0 20px;
	}


	.home-banner-inner {
		padding-top: 47px;
		position: relative;
	}


	.banner-caption-section h1 {
		font-size: 60px;
	}


	.banner-caption-section h2 {
		font-size: 33px;
		line-height: 37px;
	}


	.banner-caption-section p {
		font-size: 24px;
		margin-bottom: 7px;
	}


	.banner-right-section {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		width: 40%;
	}



	.banner-right-section img.img1 {
		top: 50px;
		width: 120px;
		margin: 0 auto;
		right: 20px;
	}



	.banner-right-section img.img2 {
		width: 300px;
	}


	.banner-left-section {
		order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		width: 36%;
		position: absolute;
		left: 0;
		bottom: 100px;
	}



	.banner-left-section a span {
		background-size: 14px;
		padding: 10px 18px 10px 32px;
		font-size: 15px;
	}


	.banner-left-section a {
		height: 67px;
		width: 350px;
		position: relative;
		left: 37px;
	}
	
	
	.banner-left-section .env-icon {
	  margin-bottom: 0;
	}
	
	
	.banner-left-section .env-icon a {
		padding: 0;
		background: transparent;
		left: 0;
	}
	
	
	.banner-left-section .env-icon a img {
		width: 100%;
		max-width: 40px;
	}


	.banner-left-section .dark-blue-btn {
		width: 350px;
	}


	.link a {
		font-size: 20px;
	}


	.arena-content-inner {
		padding: 20px 40px;
	}


	.arena-content-inner h4 {
		font-size: 20px;
		line-height: normal;
		margin: 8px 0 10px;
	}


	.arena-content-inner h2 {
		font-size: 34px;
		line-height: normal;
	}


	.arena-content {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}


	.arena-video {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	
	
	.arena-video-inner a::after {
		width: 60px;
		height: 70px;
	}


	.read-more a {
		font-size: 22px;
	}


	.arena-section {
		padding: 113px 20px 0;
	}


	.service-section h2 {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 70px;
	}


	.service-block h4 {
		padding: 0 20px;
		font-size: 22px;
	}


	.stocks-section {
		padding: 0 20px;
		margin-top: 40px;
	}


	.table-responsive {
		width: 100%;
		height: 500px;
		margin-bottom: 50px;
	}


	.table-responsive th, 
	.table-responsive td {
		font-size: 13px;
		padding: 15px 16px;
	}
	
	
	.table-responsive th{
		padding: 24px 16px;
	}


	.stocks-section h3 {
		font-size: 21px;
		line-height: normal;
		margin-bottom: 23px;
	}



	.our-client-section {
		margin-top: 54px;
		padding-bottom: 200px;
	}


	.our-client-section h2 {
		font-size: 40px;
		line-height: normal;
	}


	.our-client-section .row {
		margin-bottom: 20px;
	}


	.our-client-section .row:last-child .client-block:first-child {
		margin-right: -200px;
	}
	
	
	
	.client-block span {
		padding: 11px 40px;
		font-size: 19px;
		line-height: 41px;
	}

	.table-mobile {
		font-size: 13px;
	}

	.table-mobile td{
		padding: 8px 8px 8px 8px;
		width: 33%;
	}

	.table-mobile th{
		padding: 12px 20px;
	}

	
	
}/*=====media close=====*/




@media (min-width:500px) and (max-width:767px){


	.banner-caption-section h2 {
		font-size: 31px;
	}

	.stocks-section h3 {
		font-size: 32px;
	}
	
	
	.table-responsive th {
		padding: 24px 24px;
		font-size: 20px;
	}	
		
		
	.table-responsive td {
		padding: 15px 24px;
		font-size: 16px;
	}	


}/*=====media close=====*/





@media (min-width:767px) and (max-width:992px){


	.arena-content {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}


	.arena-video {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}


	.table-responsive {
		width: 100%;
	}
	
	
	.container {
	  max-width: 100%;
	}
	
	
	.table-responsive {
		margin-bottom: 50px;
	}
	
	
	.our-client-section {
		margin-top: 57px;
		padding-bottom: 40px;
	}
	

	.service-block h4 {
		font-size: 20px;
		padding: 0 10px;
	}


}/*=====media close=====*/




@media (min-width:767px) and (max-width:1500px){


	.banner-caption-section {
		width: 50%;
	}


	.banner-caption-section h1 {
		font-size: 50px;
	}


	.banner-caption-section h2 {
		font-size: 26px;
	}


	.banner-caption-section p {
		font-size: 21px;
	}


	.banner-right-section img.img1 {
		width: 120px;
	}



	.banner-left-section {
		width: 25%;
	}


	.banner-left-section a {
		padding: 0 0px 0 30px;
		height: 70px;
		position: relative;
		left: -22px;
	}


	.banner-left-section .dark-blue-btn {
		left: 10px;
	}


	.banner-left-section a span {
		background-size: 14px;
		padding: 10px 20px 10px 30px;
		font-size: 16px;
	}


	.banner-left-section .dark-blue-btn span {
		font-size: 18px;
	}
	
	
	
	.arena-section {
		padding: 96px 7% 0;
	}


	.stocks-section {
		padding: 0 7%;
	}	


}/*=====media close=====*/





@media (min-width:992px) and (max-width:1380px){
	
	.service-block h4 {
		font-size: 24px;
		padding: 0 40px;
	}

	.stocks-section h3 {
		font-size: 25px;
		margin-bottom: 25px;
	}


	.table-responsive th {
		padding: 24px 20px;
		font-size: 16px;
	}	
		
		
	.table-responsive td {
		padding: 15px 20px;
		font-size: 14px;
	}	
	
	
	.arena-content-inner {
		padding: 40px 40px;
	}


	.arena-content-inner h4 {
		font-size: 24px;
		line-height: normal;
	}	
	
	
	.table-responsive {
		height: 576px;
	}
	
	
	
}/*=====media close=====*/




@media (min-width:1100px) and (max-width:1500px){


	.banner-caption-section {
		padding: 0 30px;
	}


	.banner-caption-section h1 {
		font-size: 6vw;
	}	


	.banner-caption-section h2 {
		font-size: 2.8vw;
	}


	.banner-caption-section p {
		font-size: 2vw;
	}


	.link a {
		font-size: 20px;
	}


	.banner-left-section a {
		height: 75px;
		left: -40px;
	}


	.banner-left-section a span {
		font-size: 20px;
		background-size: 18px;
		padding: 10px 36px 10px 44px;
		line-height: 23px;
	}


	.banner-left-section .dark-blue-btn span {
		font-size: 24px;
	}
	
	
	.table-responsive .mCSB_scrollTools {
		top: 75px;
	}
	
	
	.table-responsive th {
		padding: 24px 25px;
		font-size: 20px;
	}
	
	
	.table-responsive td {
		padding: 15px 25px;
		font-size: 16px;
	}
	
	
}/*=====media close=====*/




@media (min-width:1300px) and (max-width:1500px){
	

	.banner-left-section a {
		left: -80px;
	}


	.banner-left-section .dark-blue-btn {
		left: -25px;
		width: 350px;
	}	
	
	
}/*=====media close=====*/




@media (max-width:992px){
	
	
	.home-banner {
		margin-top: 0;
	}

	
}/*=====media close=====*/



@media (min-width:992px){
	
	.stocks-section .col-sm-12 {
		width: 46%;
	}

	
}/*=====media close=====*/




@media (min-width:1600px){
	
	
	.banner-caption-section {
		width: 58%;
		padding: 0 70px;
	}


	.banner-caption-section h1 {
		font-size: 100px;
	}


	.banner-caption-section h2 {
		font-size: 50px;
	}


	.banner-left-section {
		width: 17%;
	}


	.banner-left-section a {
		padding: 10px 0px 10px 20px;
		height: 90px;
		font-size: 24px;
	}


	.banner-left-section a span {
		background-size: 22px;
		line-height: 25px;
	}


	.banner-left-section .dark-blue-btn {
		font-size: 28px;
	}


	.arena-content-inner h2, 
	.service-section h2, 
	.our-client-section h2 {
		font-size: 55px;
		line-height: 75px;
	}	

	.arena-content-inner h4 {
		font-size: 28px;
		line-height: 47px;
		margin: 5px 0 16px;
	}
	
	
	.arena-content-inner p {
		font-size: 20px;
		line-height: 27px;
	}
	
	
	.service-block h4 {
		font-size: 30px;
		line-height: 41px;
	}
	
	
	
}/*=====media close=====*/


/*===================================HOME=======================================*/






/*==================================ABOUT=======================================*/




@media (max-width:767px){
	

	.default-page-container {
		padding: 100px 20px 0;
	}


	.page-title {
		margin-bottom: 20px;
	}


	.page-title h1 {
		font-size: 33px;
		padding-right: 96px;
	}


	.page-title h1 img {
		max-width: 80px;
	}


	.white-bg-section {
		padding: 40px 20px;
	}


	.about-section h3 {
		font-size: 27px;
		line-height: 35px;
		margin-bottom: 60px;
	}


	.about-list-block .row {
		margin-bottom: 10px;
	}



	.about-list-block .row .col-lg-6:first-child, 
	.about-list-block .row:nth-child(2n) .col-lg-6:last-child {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.about-image {
		height: auto;
		margin-bottom: 21px;
	}


	.about-image img {
		height: auto;
	}


	.about-content h4 {
		font-size: 22px;
		margin: 0 0 5px;
	}


	.about-section h3 br {
		display: none;
	}


	.about-section .about-botton-section h3 {
		font-size: 17px;
		line-height: 26px;
		padding: 0 20px;
		margin: 0;
	}

	
}/*=====media close=====*/




@media (min-width:500px) and (max-width:767px){
	
	
	.about-section h3 {
		font-size: 33px;
		line-height: 40px;
	}
	
	
	.about-content p {
		font-size: 20px;
		line-height: 27px;
	}


	.about-content h4 {
		font-size: 30px;
	}


	.about-section .about-botton-section h3 {
		font-size: 22px;
		line-height: 29px;
		padding: 7px 30px;
	}
	
	
}/*=====media close=====*/




@media (min-width:767px) and (max-width:1500px){
	
	.default-page-container {
		padding: 65px 7% 0;
	}
	

	.page-title h1 img, 
	.roles-container .page-title h1 img, 
	.services-container .page-title h1 img, 
	.services-info-container .page-title h1 img, 
	.transaction-container .page-title h1 img, 
	.login-container .page-title h1 img {
		max-width: 100px;
	}


	.page-title h1 {
		font-size: 50px;
		padding-right: 120px;
	}	
	
	
}/*=====media close=====*/





@media (min-width:767px) and (max-width:992px){


	.white-bg-section {
		padding: 60px 40px;
	}


	.about-content h4 {
		font-size: 33px;
	}


	.about-list-block .row .col-lg-6:first-child, 
	.about-list-block .row:nth-child(2n) .col-lg-6:last-child {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
		
		
	.about-image {
		height: auto;
		margin-bottom: 21px;
	}


	.about-image img {
		height: auto;
	}	


	.about-list-block .row {
		margin-bottom: 30px;
	}


	.about-section .about-botton-section h3 {
		font-size: 23px;
		line-height: 33px;
		padding: 10px 40px;
	}


	.about-section h3 br {
		display: none;
	}


	.about-content p {
		font-size: 18px;
		line-height: 27px;
	}

	
}/*=====media close=====*/




@media (min-width:992px) and (max-width:1340px){
	

	.about-list-block .row .col-lg-6:first-child, 
	.about-list-block .row:nth-child(2n) .col-lg-6:last-child {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}


	.about-image, 
	.about-image img {
		height: 100%;
	}


	.about-section h3 br {
		display: none;
	}


	.about-botton-section h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	
}/*=====media close=====*/	





@media (min-width:1240px) and (max-width:1500px){
	
	.default-page-container {
		padding: 80px 9% 0;
	}	
	
}/*=====media close=====*/		





@media (min-width:1600px){

	.about-section h3 {
		font-size: 35px;
		line-height: 47px;
	}


	.about-content p {
		font-size: 20px;
		line-height: 27px;
	}


	.about-section .about-botton-section h3 {
		font-size: 24px;
		line-height: 35px;
	}

	
}/*=====media close=====*/





@media (min-width:1300px){

	.about-list-block .row {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}	
	
}/*=====media close=====*/



/*==================================ABOUT=======================================*/






/*==================================ROLES=======================================*/


@media (max-width:767px){
	

	.roles-container .page-title h1 img {
		max-width: 80px;
	}


	.roles-list-item ol li {
		padding: 0 32px 0 0;
		font-size: 18px;
		line-height: 25px;
		margin: 0 0 30px;
	}


	.roles-list-item .list-group-numbered > li::before {
		font-size: 40px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		top: 10px;
	}
	
	
}/*=====media close=====*/




/*==================================ROLES=======================================*/





/*================================ADVANTAGE=====================================*/



@media (max-width:767px){
	

	.advantages-list-item ol li {
		padding: 0 70px 0 0;
	}


	.advantages-list-item ol li a {
		font-size: 18px;
		line-height: 26px;
	}


	.advantages-list-item ol li img {
		max-width: 60px;
		top: 8px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}

	
}/*=====media close=====*/



@media (min-width:1600px){
	
	
	.advantages-list-item ol li a, 
	.roles-list-item ol li {
		font-size: 30px;
		line-height: 39px;
	}	
	
}/*=====media close=====*/



/*================================ADVANTAGE=====================================*/





/*=================================SERVICES=====================================*/



@media (max-width:767px){
		
	.services-container .page-title h1 img, 
	.services-info-container .page-title h1 img, 
	.transaction-container .page-title h1 img, 
	.login-container .page-title h1 img {
		max-width: 80px;
	}	
	
	
	.services-section .roles-list-item li {
		margin-bottom: 77px;
	}
	
	
	.services-info-container .roles-list-item li {
		margin-bottom: 40px;
	}
	
}/*=====media close=====*/



/*=================================SERVICES=====================================*/







/*===============================TRANSACTION====================================*/



@media (max-width:992px){
	
	
	.transaction-section .row {
		margin-bottom: 70px;
	}
	

	.transaction-content h3 {
		font-size: 22px;
		margin-bottom: 6px;
	}
	

	.transaction-content {
		padding-left: 0;
	}


	.transaction-section .row .col-sm-12:first-child {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		margin-top: 30px;
	}
	
	
	.trans-info {
		margin-top: 0;
	}
	
	
}/*=====media close=====*/




@media (min-width:992px) and (max-width:1500px){
	
	
	.transaction-section .row .col-sm-12:first-child {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}


	.transaction-content {
		padding-left: 50px;
	}	
	
	
}/*=====media close=====*/



@media (min-width:1600px){


	.transaction-section p {
	  font-size: 20px;
	}	


	.transaction-container .white-bg-section {
		padding: 60px 90px;
	}
	
	
}/*=====media close=====*/


/*===============================TRANSACTION====================================*/





/*===================================FAQ========================================*/



@media (max-width:767px){
	
	.faq-section .accordion-body {
		padding: 1.5rem 2rem;
		font-size: 18px;
		line-height: 27px;
	}


	.faq-section .accordion-item button {
		font-size: 18px;
		padding: 1.1rem 2rem;
	}	
	
	
}/*=====media close=====*/


@media (min-width:1600px){


	.faq-section .accordion-item button {
		font-size: 25px;
	}

	.faq-section .accordion-body {
		font-size: 25px;
		line-height: 34px;
	}
	
	
	.help-contact-info h3 {
		font-size: 35px;
	}
	
	
	.help-contact-info .header-whatsapp-link a strong {
		font-size: 30px;
	}
	
	
}/*=====media close=====*/



/*===================================FAQ========================================*/






/*===========================LOGIN AND SIGNUP FORM==============================*/



@media (max-width:767px){
	
	.form-check label, 
	.form-group label {
		font-size: 20px;
	}	
	
	
	.form-group label em, 
	.checkbox-check .col-sm-12 em {
		top: 7px;
		font-size: 15px;
		right: -10px;
	}


	.checkbox-check .col-sm-12 em {
		right: -28px;
	}
	
}/*=====media close=====*/




@media (max-width:575px){


	.form-group input {
		margin-bottom: 24px;
	}


	.forgot-password {
		margin: 0px 0 20px;
	}	

	.signup-container form .row {
		margin-bottom: 0;
	}


	.signup-container button[type="submit"] {
		margin-top: 30px;
	}


	.login-section button[type="submit"] {
		font-size: 22px;
	}


	.form-check.radio-check-box {
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	
	.forgot-pass-container .login-section button[type="submit"] {
		margin-top: 50px;
	}

	
}/*=====media close=====*/



/*===========================LOGIN AND SIGNUP FORM==============================*/





/*===============================CREATE OFFER FORM=================================*/


@media (max-width:767px){


	.default-page-container.new-offer {
		padding-top: 60px;
	}


	.new-offer .login-container .page-title h1 img {
		bottom: 0;
	}

		
	.new-offer .page-title {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.offer-notification {
		order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		position: relative;
		margin: 40px 0 0;
		padding-bottom: 70px;
		width: 100%;
	}


	.new-offer .page-title h1 {
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order:1;
	}


	.new-offer .alert.alert-light {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		font-size: 14px;
		margin: 13px 89px 13px 0;
	}



	/*.offer-notification a.mail-notification {*/
	/*	width: 64px;*/
	/*	background-size: 100%;*/
	/*	height: 45px;*/
	/*}*/



	.offer-notification .offer-btn-large {
		font-size: 15px;
		font-weight: 600;
		padding: 13px 15px 13px 30px;
		width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}


	.offer-notification .offer-btn-large span {
		font-size: 24px;
		position: absolute;
		top: 6px;
		left: 10px;
	}


	.offer-notification .blue-btn {
		margin: 4px 0 0 27px;
		padding: 8px 52px;
		font-size: 17px;
		font-weight: 600;
		background: url("images/blue-btn-bg.png") no-repeat 0 0;
		background-size: cover;
	}



	.new-offer .signup-container .form-btn-link button {
		width: 100%;
		margin: 16px 0 0;
		padding: 21px 18px;
		font-size: 16px;
	}


	.login-container textarea {
		margin-bottom: 24px;
	}


	.form-btn-link {
		margin-top: 20px;
	}
	
	
	.form-btn-link .col-sm-12{
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	



	.modal-dialog .modal-footer {
		padding: 0 20px 30px;
	}
		
		
	.modal-body h6 {
		font-size: 24px;
	}	


	.modal-footer button.border-btn, 
	.modal-footer button.bg-btn {
		font-size: 23px;
		padding: 11px 10px;
		max-width: 100%;
		margin: 0 0 20px;
		border: 5px solid #207EB7;
	}



	
	
	
}/*=====media close=====*/




@media (min-width:576px) and (max-width:767px){
	
	
	.new-offer .form-check label, 
	.new-offer .form-group label {
	  font-size: 13px;
	}
	
	
	.new-offer .signup-container .form-btn-link button {
		width: auto;
		margin: 16px 0 0 30px;
		padding: 18px 25px;
		font-size: 16px;
	}



	.modal-footer button.border-btn, 
	.modal-footer button.bg-btn {
		max-width: 47%;
	}
	
	
}/*=====media close=====*/




@media (min-width:767px) and (max-width:1200px){
	
	

	.offer-notification .offer-btn-large {
		font-size: 16px;
	}


	.offer-notification .offer-btn-large span {
		top: 11px;
	}

	.offer-notification .blue-btn {
		margin: 0 35px;
		padding: 15px 25px;
		font-size: 15px;
	}
	

	.new-offer .form-group label {
		font-size: 1.9vw;
	}
	
	
	.new-offer .signup-container .form-btn-link button {
		font-size: 17px;
	}



	.modal-footer button.border-btn {
		font-size: 23px;
		max-width: 292px;
	}


	.modal-footer button.bg-btn {
		padding: 14px 29px;
		font-size: 23px;
		max-width: 240px;
	}

	
}/*=====media close=====*/




@media (min-width:767px) and (max-width:1500px){
	
	.new-offer .alert.alert-light {
		margin: 9px 122px 0 0;
	}	
	
}/*=====media close=====*/



/*===============================CREATE OFFER FORM=================================*/







/*=================================MY OFFER START==================================*/


@media (max-width:767px){


	.default-page-container.my-offer {
		padding-top: 70px;
	}


	.my-offer .login-container .page-title h1 img {
		max-width: 80px;
		bottom: -14px;
	}


	.my-offer-container .white-bg-section {
		margin-top: 20px;
		padding: 30px 10px 30px 10px;
	}


	.my-offer .page-title h1 {
		font-size: 33px;
		padding-right: 100px;
		margin-left: 0;
	}


	.my-offer-container .table-responsive {
		margin-bottom: 20px;
	}


	.table-bottom-link .text {
		font-size: 17px;
		margin-left: 5px;
	}


	.table-bottom-link .colors {
		font-size: 10px;
		padding: 7px 13px;
		margin-left: 0;
	}
	
	
	
	#offerpopup {
		top: 130px;
	}

	#offerpopup th, 
	#offerpopup td {
		font-size: 12px;
		padding: 17px 10px;
	}


	.offerpopup .table-responsive {
		margin-bottom: 0;
	}	
	
	
}/*====media close====*/




@media (min-width:480px) and (max-width:1000px){
	
	#offerpopup th, 
	#offerpopup td {
		font-size: 15px;
		padding: 17px 20px;
	}	
	
}/*====media close====*/





@media (min-width:767px) and (max-width:1000px){
	
		
	.my-offer-container .table-responsive .table {
		width: 1140px;
	}


	.table-bottom-link .text {
		font-size: 22px;
	}

	.table-bottom-link .colors {
		font-size: 14px;
		padding: 7px 17px;
	}


	.my-offer-container .table-responsive {
		margin-bottom: 30px;
	}


	.my-offer .login-container .page-title h1 img {
		bottom: -11px;
		max-width: 100px;
	}


	.my-offer .page-title h1 {
		padding-right: 120px;
		width: 100%;
		margin-bottom: 39px;
	}	



	.my-offer .page-title {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}	


}/*====media close====*/




@media (min-width:1000px) and (max-width:1520px){
	
	.my-offer-container .table-responsive th, 
	.my-offer-container .table-responsive td {
		font-size: 1vw;
		padding: 14px 5px;
	}


	#offerpopup th {
		padding: 24px 13px;
	}

	#offerpopup td {
		padding: 15px 20px;
	}

	#offerpopup th, 
	#offerpopup td {
		font-size: 15px;
	}
	
	
}/*====media close====*/






@media (min-width:1000px) and (max-width:1500px){
	
		
	.my-offer .page-title h1 {
		width: auto;
		margin-bottom: 0px;
		font-size: 30px;
		padding-right: 90px;
		top: 8px;
	}


	.my-offer .login-container .page-title h1 img {
		bottom: auto;
		max-width: 70px;
		top: -18px;
	}


	.my-offer .page-title {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}	


	.my-offer .offer-notification .offer-btn-large {
		font-size: 14px;
	}


	.my-offer .offer-notification .blue-btn {
		margin: 0 15px;
		padding: 15px 19px;
	}
	
	
}/*====media close====*/




@media (min-width:1200px) and (max-width:1520px){

	
	.my-offer .offer-notification .blue-btn {
		margin: 0 30px;
		font-size: 15px;
		padding: 19px 19px;
	}
	
	
	.my-offer .offer-notification .offer-btn-large {
		font-size: 14px;
		padding: 20px 20px 14px 50px;
	}


	.my-offer .page-title h1 {
		margin-bottom: 0px;
		font-size: 50px;
		padding-right: 113px;
		top: -5px;
		margin-left: 0;
	}


	.my-offer .login-container .page-title h1 img {
		bottom: auto;
		max-width: 90px;
		top: -18px;
	}
	
	

		
	
}/*====media close====*/	



@media (min-width:1600px){
	
	.my-offer .page-title h1 {
		font-size: 70px;
		margin-bottom: 0;
		top: -16px;
	}


	.my-offer-container .table-responsive th, 
	.my-offer-container .table-responsive td {
		font-size: 15px;
	}


	.my-offer-container td .btn-blue-table {
		font-size: 13px;
		padding: 4px 10px;
	}
	
	
	.my-offer-container .table-responsive .table {
		width: 1900px;
	}	
	
	
}/*====media close====*/



/*=================================MY OFFER CLOSE==================================*/










/*=================================FOOTER=======================================*/



@media (max-width:992px){
	
		
	#site-footer {
		padding: 45px 20px 25px;
	}	


	.footer-links ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.footer-links ul li {
		width: 50% !important;
		padding-left: 10px;
		margin: 10px 0;
	}


	.footer-links ul li a {
		font-size: 16px;
		line-height: normal;
	}
	
	
	.copyright-section ul li:first-child {
		text-align: left;
		padding-left: 70px;
	}


	#site-footer .header-whatsapp-link {
		text-align: left;
	}


	.footer-whatsapp .header-whatsapp-link a {
		padding-left: 64px;
		background-size: 49px;
		padding-top: 8px;
	}


	.footer-whatsapp .header-whatsapp-link a span {
		font-size: 17px;
	}


	.footer-whatsapp .header-whatsapp-link a strong {
		font-size: 26px;
	}


	.copyright-section ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.copyright-section ul li {
		margin: 0;
		width: 50%;
	}

	.copyright-section ul li a {
		font-size: 2.9vw;
	}
	
	
}/*=====media close=====*/




@media (min-width:767px) and (max-width:992px){
	

	.footer-whatsapp {
		padding-left: 20%;
	}
	

	.copyright-section ul li {
		margin: 0 0 0 42px;
		width: auto;
	}

	.copyright-section ul li a {
		font-size: 15px;
		line-height: 24px;
	}

	.copyright-section ul li:first-child {
		text-align: right;
		padding-left: 0;
	}
	
}/*=====media close=====*/



@media (min-width:767px) and (max-width:1500px){

	
	#site-footer {
		padding: 24px 7% 25px;
	}	
	
	
}/*=====media close=====*/




@media (min-width:992px) and (max-width:1400px){


	.footer-whatsapp {
		padding-left: 0;
	}

		
	.footer-links ul li a {
		font-size: 1.2vw;
		line-height: normal;
	}


	.footer-whatsapp .header-whatsapp-link a {
		padding-left: 53px;
		background-size: 42px;
		background-position: 0 8px;
		width: 178px;
		position: relative;
		left: 20px;
	}


	.footer-whatsapp .header-whatsapp-link a span {
		font-size: 12px;
		line-height: 18px;
	}


	.footer-whatsapp .header-whatsapp-link a strong {
		font-size: 20px;
		line-height: 26px;
	}
	
	
}/*=====media close=====*/




@media (min-width:1400px) and (max-width:1500px){
	
	.footer-whatsapp .header-whatsapp-link a {
		width: 240px;
	}

	.footer-whatsapp .header-whatsapp-link a span {
		font-size: 18px;
	}


	.footer-whatsapp .header-whatsapp-link a strong {
		font-size: 27px;
		line-height: 35px;
	}	
	
}/*=====media close=====*/



@media (min-width:1500px) {
	
	.footer-whatsapp .header-whatsapp-link a {
		width: 260px;
		background-size: 61px;
		background-position: 0 5px;
	}	
	
}/*=====media close=====*/



@media (min-width:1600px){
	
		
	.footer-links ul li a {
		font-size: 20px;
	}	

	
}/*=====media close=====*/



/*=================================FOOTER=======================================*/

 .table-container {
	 max-height: 425px;
	 overflow-y: auto;
 }

.fixed-header {
	position: sticky;
	top: 0;
	background-color: #193053;
	color: #fff;
	z-index: 1;
}

.table tbody tr:nth-child(even) {
	background-color: #E7EAED;
}

.table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.table th,
.table td {
	border-radius: 0;
}

.table th:first-child,
.table td:first-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.table th:last-child,
.table td:last-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/* Scrollbar Styles */
.table-container::-webkit-scrollbar {
	width: 10px;
	/*display: none; !* Hide scrollbar by default *!*/
}

.table-container::-webkit-scrollbar-thumb {
	background-color: #193053;
	border-radius: 8px; /* Set border-radius for the thumb */
	opacity: 0; /* Set initial opacity to 0 */
}

.table-container:hover::-webkit-scrollbar-thumb {
	opacity: 1; /* Show scrollbar thumb on hover */
}