/*****
css 10-09-2022
.learning-pages 
*********/
.show-only-mobile-table {
	display:none!important;
}

@media only screen and (max-width: 1023px) {
	.show-only-mobile-table {
		display:inherit!important;
	} 
}

@media only screen and (max-width: 768px) {
	.hide-mobile {
		display:none!important;
	} 
}

.btn{
    padding: 14px 20px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
	width: 100%; 
    max-width: 320px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: all ease 0.3s;
	display:table;
	margin: auto;
}

.btn.ct1{
	border: 1px solid #bfd42f;
    background: #bfd42f;
    color: #fff;
    transition: all ease 0.3s;
}

.btn.ct1:hover{
	border: 1px solid #97a91a;
    background: #97a91a;
}


.col-3-box,
.col-3,
.col-4,
.col-5,
.col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
} 

.col-3-box .col {
  width: calc(90% / 3);
  margin-right:5%;
}

.col-3-box .col:nth-child(3n+3){
  margin-right:0%;
}


.col-2 .col {
  width: calc(95% / 2);
  margin-right:5%;
}

.col-2 .col:nth-child(2n+2){
  margin-right:0%;
}

.col-4 .col {
  width: calc(85% / 4);
  margin-right:5%;
}

.col-4 .col:nth-child(2n+2){
  margin-right:0%;
}

.col-5 .col {
  width: calc(80% / 5);
  margin-right:5%;
}

.col-5 .col:nth-child(5n+5){
  margin-right:0%;
}

@media only screen and (max-width: 1024px) {
	.col-3-box.tablet-small .col {
	  width: calc(95% / 2);
	  margin-right:5%;
	}
	
	.col-3-box.tablet-small .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
	.show-desktop{
		display:none!important;
	}
	
	.col-4.tablet .col {
	  width: calc(85% / 2);
	  margin-right:5%;
	}

	.col-4.tablet .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
	
	.col-5.tablet .col {
	  width: calc(85% / 2);
	  margin-right:5%;
	}

	.col-5.tablet .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
}



@media only screen and (max-width: 767px) {
	.col-2.tablet .col {
	  width: calc(100% / 0);
	  margin-right:0%;
	}

	.col-2.tablet .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
	.col-5.tablet .col {
	  width: calc(100% / 2);
	  margin-right:0%;
	}

	.col-5.tablet .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
}	
	


@media only screen and (max-width: 680px) {
	.col-3-box.tablet-small .col {
	  width: calc(100% / 1);
	  margin-right:0%;
	}
	
	.col-3-box.tablet-small .col:nth-child(1n+1){
	  margin-right:0%;
	}
	
	.col-3-box.mobile-size-680 .col {
	  width: calc(100% / 1);
	  margin-right:0%;
	}
	
	
	.col-5.mobile .col {
	  width: calc(100% / 2);
	  margin-right:0%;
	}

	.col-5.mobile .col:nth-child(2n+2){
	  margin-right:0%;
	}
	
}


.mt30{
	margin-top:30px
}

#articles-pages.learning-pages{
	padding-bottom:00px;
	padding-top:170px;
	max-width:1200px;
	width:90%;
	margin:auto
}

#articles-pages.learning-pages .single-main-article .image{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#articles-pages.learning-pages .single-main-article .image img{
	object-fit:cover;
	max-width:600px;
}

@media only screen and (max-width: 840px) {
	#articles-pages.learning-pages {
		padding-top: 100px;
	}
	
	#articles-pages.learning-pages .single-main-article .image {
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}

	#articles-pages.learning-pages .single-main-article .image img {
		width: 100%;
	}
	
}


@media only screen and (max-width: 500px) {
	#articles-pages.learning-pages {
		padding-top: 85px;
	}
}


.remove-fot-clr .fot-clr {
	height:0
}

hr.hrSt-1{
width: 100%;
    background: #d8d8d8;
    height: 1px;
    border: 0px;
    margin: 20px 0 20px 0;
    display: block;
    clear: both;
}


.learning-pages  h1 {
    font-size: 26px;
}


.ctn-style-1 {
	background:#F9F8F8;
	padding:30px 0 30px 0;
	display:flex;
	width:100%;
}



.box-layout-1{
	padding:20px;
	width:100%;
	display:table;
	background:#fff;
	max-height:180px;
	height:100%;
	height:180px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	transition:all ease .3s;
	cursor:pointer;
	margin-bottom:50px;
	border:1px solid #fff;
}


.box-layout-1 .l-date{
	font-size:14px;
	margin-bottom:10px;
	height:20px;
}

.box-layout-1 .l-title{
	margin-bottom:10px;
}

.box-layout-1 .l-title h3 a{
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #323232;
}

.box-layout-1 .l-readmore {
	position:relative;
    width: auto;
    display: table;
    padding-right: 30px;
}
.box-layout-1 .l-readmore a{
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #9BB006;
}

.box-layout-1 .l-readmore:after{
	 content:"";
	 display:block;
	 width:16px;
	 height:16px;
	 position:absolute;
	right: 0;
    top:8px;
	transition:all ease .3s;
	background:url(../background/svg/arrow-read-more.svg) no-repeat
}


.box-layout-1:hover{
	padding:20px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.10);
	transition:all ease .3s;
	border:1px solid #f8f8f8;
}

.box-layout-1:hover h3 a{
	color: #9BB006;
}

.box-layout-1:hover .l-readmore:after{
	right: -5px;
	transition:all ease .3s
}


.box-layout-1 .l-seminar-status{
	background: #9BB006;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
    display: table;
    text-align: Center;
    padding: 5px;
    font-size: 12px;
}


.mobile-button-seminar{
	display:none;
}

@media only screen and (max-width: 840px) {
	.mobile-button-seminar{
		position: fixed;
		display: block;
		bottom: 20px;
		width: 90%;
		background: #bfd42f;
		margin: auto;
		left: 5%;
		height: 40px;
		border-radius: 10px;
		text-align: center;
		box-shadow: 0px 0px 8px rgb(0 0 0 / 50%);
		margin: auto;
		max-width: 300px;
		left: 0;
		right: 0;
		line-height: 40px;
		font-size: 18px;
		font-weight: bold;
		color:#fff
	}
}


/*********
.learning-single-page-ctn
*******************/
.learning-single-page-ctn{
	display:flex;
	margin-bottom:50px;
	width: 100%;
}

.learning-single-page-ctn .main-body{
	display:block;
	width:100%;
	margin-right:100px;
}


.learning-single-page-ctn .right-body{
	display:block;
	width:500px;
}

@media only screen and (max-width: 1023px) {
	
	.learning-single-page-ctn{
		display:table;
		margin-bottom:50px;
	}
	
	.learning-single-page-ctn .main-body{
		width:100%;
		margin-right:00px;
		margin-bottom: 50px;
	}

	.learning-single-page-ctn .right-body {
		display: block;
		width: 100%;
		margin-bottom:50px;
	}
}





.seminars-details-box-ctn{
	background: #FEFEFE;
	border: 1px solid #D7D7D7;
	border-radius: 10px;
	padding:15px 20px 15px 20px;
	display:flex;
}

.seminars-details-box-ctn.row{
	display:table;
}

.seminars-details-box-ctn .seminars-details-box{
	text-align: center;
	margin-bottom: 20px;
}

.seminars-details-box-ctn.row .seminars-details-box{
	text-align: left;
	margin-bottom:5px;
}


.seminar-text-description img{
	margin-bottom:20px;
	object-fit: cover;
}
	

.seminar-form-registration{
	display:block;
	width:100%;
}

.seminar-speakers-ctn {
	padding-bottom:20px;
	border-bottom: 1px solid #D7D7D7;
	background: #FEFEFE;
	border: 1px solid #D7D7D7;
	border-radius: 10px;
	padding:25px 20px;
	
}

.seminar-speakers-ctn .seminar-speaker-box {
	width:100%;
	display:table;
}

.seminar-speakers-ctn .seminar-speaker-image{
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 260px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
	margin: 0 auto 20px auto;
}


.seminar-speakers-ctn .seminar-speaker-image img{
	width: 100%;
    height: auto;
    object-fit: cover;
}

.seminar-speakers-ctn .seminar-speaker-name{
	display:block;
	width:100%;
	text-align:center;
}

.seminar-speakers-ctn .seminar-speaker-name h3{
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #323232;
}


.seminars-details-box-ctn.completed h4{
    font-size: 16px;
    color: #bfd42f;
    text-align: center;
    font-weight: bold;
    width: 100%;
}


@media only screen and (max-width: 680px) {
	.seminar-text-description img{
		width:100%;
		margin-bottom:20px;
		object-fit: cover;
	}
	
	.seminars-details-box-ctn .col{
		margin: 0px auto 10px;
	}
	
	.seminars-details-box-ctn .col:last-child{
		margin: 0px auto 0px;
	}
	
	.seminars-details-box-ctn {
		background: #FEFEFE;
		border: 1px solid #D7D7D7;
		border-radius: 10px;
		padding: 10px 4px 5px;
		display: flex;
		text-align: center;
		text-align: left;
	}
}

.warning-msg-no-persons{
	padding: 10px;
    background: #4c4c4c;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}


/********************
REGISTRATION FORM LAYOUT
*****************************/
.form-horizontal .accept-terms{
	font-size: 12px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    padding-top: 2px;
}

.form-horizontal .accept-terms a{
	font-weight:700;
	color:#323232
}

.form-horizontal .accept-terms a:hover{
	color:#9BB006
}


.form-two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
 }

.form-two-columns .col{
  width: calc(95% / 2);
  margin-right:5%;
}

.form-two-columns .col:nth-child(2n+2){
  margin-right:0%;
}

.form-two-columns .col:nth-last-child(-n+2){
  margin-bottom:0;
}


.form-3-columns {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
 }

.form-3-columns .col{
  width: calc(90% / 3);
  margin-right:5%;
}

.form-3-columns .col:nth-child(3n+3){
  margin-right:0%;
}



@media only screen and (max-width: 680px) {
	.form-3-columns {
	  display: table;
	  flex-direction: row;
	  flex-wrap:wrap;
	  width: 100%;
	 }

	.form-3-columns .col{
	  width: calc(100% / 1);
	  margin-right:0%;
	}

	.form-3-columns .col:nth-child(3n+3){
	  margin-right:0%;
	}	
	
}
	






.form-layout-ctn .form-layout{
	height:50px;
	display:table;
	margin-bottom: 30px;
	position:relative
	}


.input-design label{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #323232;
	margin-bottom:5px;
	display:table;
}


.input-design input{
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
	height:50px;
	width: 100%;
	padding:10px;
}



.form-sent-button{
border: 1px solid #bfd42f;
    padding: 14px 20px;
    text-align: center;
    background: #bfd42f;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    /* width: 100%; */
    max-width: 320px;
    font-size: 16px;
	cursor:pointer;
	width:100%;
	transition:all ease 0.3s
}

.form-sent-button:disabled{
	opacity:0.6;
	transition:all ease 0.3s
}

div#emailAlertConfirm {
    position: absolute;
    bottom: -33px;
}

 
.input-design #emailAlertConfirm p{
	position: relative;
    font-size: 12px;
    color: #fff;
    background: red;
    padding: 2px 9px;
    width: 100%;
    display: table;
}

.accept-terms label{
	font-size: 12px!important;
    float: left;
}



#emailMismatch {
	position: absolute;
    left: 0;
    font-size: 10px;
    background: red;
    color: #fff;
    padding: 3px 9px;
    bottom: -20px;
}


 
#expand-div-form .expand-title{
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:00px;
  background: #F5F5F5;
	border-radius: 4px 4px 0 0 ;
	padding:10px 20px;
}

#expand-div-form .expand-title h3{
	cursor:pointer;
	font-size:14px;
	padding-right: 20px;
}

#expand-div-form .expand-title span{
	font-weight:700;
	color:#9BB006;
}


#expand-div-form.accordion-bottom-space{
    margin-bottom: 50px;
    border-bottom: 1px solid #d0ab85;
    padding-bottom:00px;
}

#expand-div-form .arrow{
    width: 22px;
    height: 11px;
    transition: 0.25s ease;
    opacity: 1;
    transform: rotate(90deg);
    background: url(../background/expand-arrow.png)no-repeat;
    background-size: 16px;
}

#expand-div-form .expand-title:hover .arrow{
  opacity: 1;
}

#expand-div-form .expand-title:hover, 
#expand-div-form .active{
}

#expand-div-form .arrow-animate{
  transform: rotate(0deg);
  opacity: 1;
}

#expand-div-form .content-expand-form{
  display: none;
}

#expand-div-form .content-expand-form .content-wrp {
	width:100%;
	display:block;
	background:#F5F5F5;
	padding:20px;
}



 
@media only screen and (max-width: 680px) {
	.form-two-columns {
		display: table;
		width: 100%;
	 }

	.form-two-columns .col{
		width: calc(100% / 1);
		margin-right:0%;
	}

	.form-two-columns .col:nth-child(2n+2){
		margin-right:0%;
	}

	.form-layout-ctn .form-layout {
		margin-bottom: 25px;
	}

	
	.form-layout-ctn .form-layout:nth-last-child(2){
	  margin-bottom:25px;
	}
		
	.form-layout-ctn .form-layout:nth-last-child{
	  margin-bottom:00px!important;
	} 
}




/*************
CHECKBOX
*****************/
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.cbx p{
	font-size:12px!important;
	line-height: 16px!important;
}

.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: #07f;
}

.cbx .check-position{
	float:left;
}

.cbx .text-position{
	float:right;
}

.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #ff0000;
  border-color: #ff0000;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.hide_recaptcha{
	display:none;
}

.show_recaptcha{
	display:table;
}

/*****
EMAILS ALERT
*******/
#emails-alert.alert-overlay {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999999;
}

#emails-alert.alert-overlay.display_none{
  display:none;
}

#emails-alert .emails-alert {
  position: fixed;
  bottom: 0;
  z-index: 9999999999999;
  width: 100%;
  -webkit-animation: alert-in 0.5s;
  -moz-animation: alert-in 0.5s;
  -o-animation: alert-in 0.5s;
  animation: alert-in 0.5s;
  width: 100%;
  max-width: 540px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 400px;
  padding: 20px;
  border-radius: 0;
}

#emails-alert .emails-alert .top-row{
    display: block;
    width: 100%;
    padding: 20px 10px  10px 10px  ;
	border-radius: 4px 4px 0 0;
}

#emails-alert .emails-alert .top-row.success{
  background:#7b9e42;
  background:#ffffff;
}
 
#emails-alert .emails-alert .top-row.error{
  background:#e75e60;
}

#emails-alert .emails-alert .top-row .image-icon{
  width:104px;
  height:66px;
  margin:0 auto 25px auto;
}


#emails-alert .emails-alert .top-row .image-icon img{
  width:104px;
  height:66px;
  margin:auto;
}

#emails-alert .emails-alert .top-row.error .image-icon img{
  width:66px;
  height:66px;
  margin:auto;
}



#emails-alert .emails-alert .top-row h3{
  color: #ffffff;
  color: #323232;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}


#emails-alert .emails-alert .top-row p{
  color:#fff;
  color:#323232;
  text-align:center;
  font-size:14px;
  line-height:20px
}

#emails-alert .emails-alert .top-row.error h3,
#emails-alert .emails-alert .top-row.error p{
	color:#fff;
}


#emails-alert .emails-alert .top-row p a{
  color:#fff;
  color:#323232;
  font-weight:700
}

#emails-alert .emails-alert .top-row h4 a:hover{
  color:#000;
}

#emails-alert .emails-alert .top-row hr{
  margin:10px 0;
  border:0px solid #fff;
  height:1px;
  width:100%;
  background:#fff;
  
}

#emails-alert .emails-alert .bottom-row{
  background:#fff;
  height:90px;
  display:block;
  width:100%;
   border-radius:0 0 4px 4px;
  padding:20px 0 20px 0;
  text-align:center;
}



@-webkit-keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}

@-moz-keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}

@-o-keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}

@keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}
 
#emails-alert .alert.alert-success-ctn,
#emails-alert .alert.alert-error {
margin:auto;
height:auto;
text-align:center;
box-shadow: 0px 0px 20px rgb(0 0 0);
}

#emails-alert .alert.alert-error {
background:#c73537
}


#emails-alert .close-button  {
    line-height: 40px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block;
    height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    border-radius: 0;
    line-height: 36px;
    letter-spacing: 1px;
    max-width: 260px;
    margin:auto;
}

#emails-alert .alert.alert-error h4,
#emails-alert .alert.alert-success-ctn h4 {
color: #fff;
font-weight: 400;
line-height: 20px;
font-size: 14px;
width: 90%;
margin: auto;
}

#emails-alert .alert.alert-success-ctn .button a {
color: #fff;
    border-color: #23282b;
    font-weight: 700;
    background: #000;
    /* box-shadow: 0px 5px 10px #2d2d2d; */
    width: 100%;
    max-width: 320px;
    display: table;
    margin: auto;
    height: 40px;
    line-height: 26px;
	border-radius: 4px;
}

#emails-alert .alert.alert-error-ctn .button a {
color:#fff;
border-color:#e75e60;
font-weight:700
}


#emails-alert .close-button.error{
  background:#23282b;
}

#emails-alert .close-button.success{
  background:#23282b;
}




/*******
CHECKBOX
******/

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
	content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #32323f;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    position: absolute;
    top: 4px;
}

.form-group input:checked + label:after {
	content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 7px;
    height: 17px;
    border: solid #323232;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group input:disabled ~ label:before {
	opacity:0.5
}





/*********************
AUTO POPUP 
**********************/
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999999999999999999
}

.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index:99999999999999999999
}

.bts-popup-container {
	position: absolute;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: flex;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* height: 330px; */
    display: table;
    margin: auto;
}


.bts-popup-container img {
	object-fit: cover;
    width: 100%;
    height: 300px;
}

.bts-popup-container p {
	color: #323232;
}
.bts-popup-container .bts-popup-button {
 margin-top:20px
}

.bts-popup-container a {
  Color:#323232
}

.bts-popup-container h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}


.bts-popup .bts-popup-close {
	position: absolute;
    top: -34px;
    right: 0px;
    width: 28px;
    height: 28px;
    background: black;
    display: table;
    BORDER-RADIUS: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}


.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .bts-popup-container  .image{
    margin-bottom: 20px;
  }
  
  .bts-popup-container h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
	}
	
	.bts-popup-container img {
		object-fit: cover;
		width: 100%;
		height: 150px;
	}
	
	.bts-popup-container p {
    color: #323232;
    font-size: 12px;
	}
}

/***** cookie popup hide ****/
div#popupOne {
    /* Hide the div */
    display: none;
}

