/*
  System: ARLO
  Theme URL: https://arlo.online
  Author: Abdul Samad Ahmadzai (The Knight Rider)
*/
.pri_table_list h3{
	padding:10!important; 
	background-color:#3EC1D5; 
	color:#fff;
	padding:15px 0 15px;
	font-size:20px;
}
.pri_table_list button{
	padding: 8px 20px!important;
}
.div_clicked{
	background-color:#e7e7e7!important;
	color:#000000!important;
}
.btn_clicked{
	background-color:#e7e7e7!important;
	color:#000!important;
}
.divider {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.divider:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #f0f0f0;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  background: #fff;
  margin-top: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.divider:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #2ca5b9;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  background: #2ca5b9;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pri_list li.check{
	font-weight: 550;
	color:#3EC1D5;
}
.grey_border{
	border: 1px solid #C0C0C0;
}
.zero_padding{
	padding:0px!important;
}
.idlo_blue_bg{
	background-color:#006695;
}
.elp_signin{
	margin:18px!important; 
	font-size:21px;
	line-height: 1.5333333!important;
}


.show-div{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box-div-content{
	padding:15px;
	height:45px;
}
.div-round-border-5{
	border-radius:5px;
}
.margin_10{
	margin:3px;
}
.team-social-icon ul li a{
	border-radius: 5px!important;
	width:100px!important;
}
.p_padding{
	padding: 0px 10px 10px 10px !important;
}
.border_1_groove{
	border:1px groove #C7C7C7;
}
.color_1{
	color:#006695;
}


.bg_color_1{
	background-color:#006695;
}

.bg_grediant{
	background-image: linear-gradient(to right, #006695 0%, #AFD7F2 51%, #a1c4fd 100%);
}
.tab_chb{
  flex: 1 1 auto;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
}
.tab_chb:hover {
  background-position: right center; /* change the direction of the change here */
}
.active_chapter{
	background-color: #d3d3d3;
}


.content_box{
	overflow:hidden;
	/* background-color: #2980b9; */
	border-radius: 1px;

}



.content_box{
  transition: all .2s ease-in-out; 
}
.content_box11:hover { 
  transform: scale(1.01, 1.01); 
  }

  .cf_slider_heading{
    padding-top:8px !important;
    color: #2980b9;
  }


  .content_box:hover {
    /* transform: scale(2) translateX(calc(90% / 2)) translateY(calc(90% / 2)); */
    transform: scale(1.03);
    z-index: 20;
  }



	