@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}
::selection {
    background: #263045;
    color: #fff;
    text-shadow: none;
}
body, html{
	margin: 0;
	padding:0;
	background-color: #fff; 
  font-family: 'poppinsregular';
	font-weight: normal;
  font-style: normal;
  outline: none;
}
.default_section,.default_div{
  width: 100%;
  float: left;
}
.default_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
pre{
	word-break: break-word;
    white-space: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #231f20;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none
  color:#ea5607;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;   
  font-weight: 400;
}
p{
  margin: 0 0 0px 0;
  line-height: 20px;
  padding: 0;   
  font-weight: 400;
  color: #000000;
  font-size: 15px;
}

h1 {
  font-size:38px;
  color: #000;  
}
h2 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'poppinssemibold';
    font-weight: bold;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase; 
    background-color: #f34331;
    display: inline-block;
    padding: 15px 10px 10px 15px;
    min-width: 275px;
}
.arriaval_test{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'poppinssemibold';
    font-weight: bold;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase; 
    background-color: #f34331;
    display: inline-block;
    padding: 15px 10px 10px 15px;
    min-width: 275px;
}
h2 span{
  font-size:30px;
  color: #006cc7; 
  font-weight: bold; 
  letter-spacing: 1px;
}
h3 {
  font-size: 29px;  
  color: #231f20;
  margin: 0px 0 10px 0;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 9;
}

h4 {
  font-size:18px;
  color: #999; 
  margin:0 0 15px 0;
  position: relative;
}
h5 {
  font-size:16px;
  color: #fff; 
  font-weight: bold;
}
ul, li, ol{
	  margin: 0;
    padding: 0;
    list-style: none;
}
select:-moz-focusring {
color:transparent;
outline:none;
text-shadow:0 0 0 #000;
border:0;
}
select{ 
	-moz-appearance:none; 
	-webkit-appearance:none; 
	appearance:none; 
	cursor:pointer; 
	outline:none;  
	border-radius:3px;
    border: 1px #d9d9d9 solid;
    background-color: #fff;
    padding: 0px 40px 0px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 100%;
    color: #000;
    background-image: url(../images/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
img {
  outline: 0;
  border: 0;
  max-width: 100%;
}
.clear{
	clear: both;
}
label{
	color: #000;
  font-family: 'montserratregular';
	font-size: 14px;
	margin:0 0 10px 0;
	line-height: 16px;
	letter-spacing: 0.25px;
	display: block;
}
sup{
	color: #7d002c;
	font-size: 20px;
    vertical-align: top;
}
input[type="text"], input[type="email"],input[type="number"], input[type="password"],input[type="tel"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
  background-color: #fff;
	border:1px #d9d9d9 solid;
	margin: 0;
	padding: 0 10px;
  border-radius: 3px;
}
/*input[type="submit"]{
    color: #fff;
    background-color:#84d3f8;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 0;
    padding: 0 15px;
    transition: all .2s ease-in-out;
    font-weight: 600;
    border: 0px #84d3f8 solid;
    border-radius: 3px;
    cursor: pointer;
}
input[type="submit"]:hover{
	opacity: 0.8;
}*/
textarea{
	width: 100%;
	min-height: 140px;
	line-height: 26px;
	color: #333;
	font-size: 16px;
	border:1px #d9d9d9 solid;
	margin: 0;
	padding:10px 15px;
  border-radius: 3px;
	resize: none;
	font-family: 'Lato', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus, textarea:focus, input[type="submit"]:focus, button:focus, input[type="password"]:focus{
	outline: none;
}
input[type="radio"]{
  margin:0;
  vertical-align: middle;
  cursor: pointer;
}
.btn{
    color:#fff;
    background-color:#22aee3;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin:0px 0 0 0px;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    border: 1px #22aee3 solid;
    position: relative;
    z-index: 10;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn:hover{
  color: #22aee3;
  background-color:#fff;
  opacity: 0.8;
}

.product_name{
  color: #5f5f5f;
  font-family: 'poppinsregular';
  font-size: 14px;
  margin:0 0 0px 0;
  line-height: 18px;
  letter-spacing: 0.25px;
  display: block;
  text-align: center;
  /*max-height: 36px;
  overflow: hidden;*/
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.product_id{
    font-weight: bold;
    font-size: 16px;
    color: #ff3a26;
    display: block;
    margin: 10px 0 0 0;
}
.sprite_icon{
  background-image: url("../images/sprite-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.list_item:hover .product_name{
  color: #ff3a26;
}
.color_dropdown .btn{
  width: 30px;
  height: 30px;
  padding: 0;
  border:1px #e1dcdc solid;
  margin: 0 5px 5px 0;
  border-radius: 0;
  float: left;
  z-index: 9;
}
.color_dropdown .btn:hover{
  background-color: #fcb712;

}
.red_color{
  background-color: #f00000;
}
.blue_color{
  background-color: #0000FF;
}
.black_color{
  background-color: #000000;
}
.green_color{
   background-color: #00FF00; 
}
.gray_color {
  background-color: #666; 
}
.sky_color{
   background-color: #3ab1f6;
}
.orange_color{
  background-color: #ea5607;
}
.yellow_color{
  background-color: #fcb712;
}
.chocolate_color{
  background-color: #7B3F00;
}
.pink_color{
  background-color: #d800ff;
}
.light_blue_color{
  background-color: #056bb4;
}
.lightred_color{
  background-color: #b60262;
}
.lightgreen_color{
  background-color: #0bb457;
}
.purple_color{
  background-color: #8308b3;
}
.category_heading{
  display: block;
  color: #5f5f5f;
  padding: 10px 20px;
}
.category_listing .category_heading{
 border-bottom: 1px #f7f7f7 solid;
}
.tab_section{
  margin: 30px 0 0 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(172, 208, 241, 0.2);
}
.tabs {
    margin:0;
    width: 100%;
    float: left;
    border-bottom: 2px #357bc0 solid;
}
.tabs li {
    float: left;
    border: solid 0px #dae0e1;
    padding:15px 25px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #6c6e6f;
    font-size: 16px;
}
.tabs li.current {
    background-color: #357bc0;
    color: #fff;
}
.tab-content.current {
    display: block;
}
.tab-content {
    display: none;
    padding:25px 25px;
    width: 100%;
    float: left;
}
.form_row{
  width: 100%;
  float: left;
  margin: 0 0 20px 0; 
}
.form_row:last-of-type{
  margin: 0;
}
.full_width{
  width: 100% !important;
}
/*.whatsup_icon{
  position: fixed;
  bottom: 70px;
  z-index: 99;
  right: 0;
}*/
.whatsup_icon img{
  max-width: 36px;
  vertical-align: middle;
}
.whatsup_icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0dc152;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    padding:0px;
}
.top_arrow{
  width: 40px;
  height: 40px;
  display: none;
  background-color: #999;
  color: #fff;
  font-size: 24px;
  position: fixed;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  left:10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
}
.top_arrow:hover,.top_arrow:focus{
  color: #fff;
  background-color: #357bc0;
}
.top_arrow.show{
  opacity: 1;
  visibility: visible;
}
.upload_photo {
    float: left;
    position: relative;
}
.student_photo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border:1px #d9d9d9 solid;
}
.student_photo img{
  max-width: 85%;
}
.file_input {
    position: absolute;
    opacity: 0;
    bottom: -5px;
    right:-5px;
    height: 40px;
    z-index: 30;
    cursor: pointer;
    width: 40px;
}
.student_photo:after {
    content: '';
    position: absolute;
    bottom: -5px;
    cursor: pointer;
    right: -5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    border-radius: 100%;
    background-image: url(../images/camera_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    visibility: visible;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.set{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.set a{
  display: inline-block;
  padding: 10px 15px;
  float: right;
  background-color: #fff;
  text-decoration: none;
  color: #555;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set a i{

}
.set a.active{
  background-color:#3399cc;
  color: #fff;
  opacity: 0.80;
}
.content{
  display:none;
  height: 100%;
  width: 100%;
  clear: both;
}
.alert{
  width: 100%;
  float: left;
  padding:15px;
  color: #000;
  margin-bottom: 10px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  font-size: 15px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}
.alert .btn{
  margin: 0;
  color: #000;
}

.btn_bar{
  display: flex;
  flex-flow: wrap;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxrow{
  position: relative;
  width: 40px;
  float: left;
  min-height: 40px;
}
.btn_bar input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height:100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 100%;
}
/*.btn_bar:hover input ~ .checkmark {
  background-color: #ccc;
}*/
.btn_bar input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.btn_bar input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  left: 10px;
  top: 6px;
  width: 8px;
  height: 14px;
  border: solid #eeeeee;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product_total .btn{
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 20px;
  border-color: transparent;
}
.pagination{
  width: 100%;
  float: left;
  text-align: center;
}
.pagination{
  width: 100%;
  float: left;
  background-color: #fff;
  margin:20px 0 10px 0;
  padding: 15px 0;
}
.pagination li{
  display: inline-block;
}
.pagination li a,.pagination li span{
  display: block;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 14px;
  padding: 7px 10px;
  border:1px #ddd solid;
  min-width: 30px;
}
.pagination li a i{
  font-size: 18px;
}
.pagination li a:hover,.pagination li span:hover,.pagination li.active span{
  color: #000;
  border-color: #909090;
}

.sub_heading{
  display: block;
  font-size: 42px;
  color: #777777;
  margin:10px 0 10px 0;
  padding: 0;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  font-family: 'montserratbold';
}
.sub_heading_desc{
  display: block;
  font-size: 22px;
  font-family: 'montserratmedium';
  color: #777777;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: center;  
}
.testimonial_head{
    display: block;
  font-size: 20px;
  font-family: 'montserratmedium';
  color: #000;
  margin: 10px 0;
  padding: 0;
  line-height: normal;
}
.client_name{
  display: block;
  font-size: 16px;
  font-family: 'montserratmedium';
  color: #000;
  margin: 10px 0;
  padding: 0;
  line-height: normal;
  font-weight: bold;
}


.c-accordion{
  width: 100%;
  /*float: left;*/
  display: flex;
  position: relative;
}
.c-accordion .js-btn {
    display: block;
    position: absolute;
    padding: 18px 20px;
    border-top: 0px #f7f7f7 solid;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    top: 0;
    right: 0;
}
.c-accordion .js-btn:after{
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 11px;
  top: 17px;
}
.c-accordion .js-btn:before{
  content: '';
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  right: 17px;
  top: 11px;
}
.c-accordion .js-btn.js-is-active:before{
  content: none;
}
.accordion__body .checkboxrow{
  width: 100%;
  padding: 0px 0px;
  margin: 0;
  cursor: pointer;
  line-height: 38px;
  font-family: 'poppinsregular';
  color: #5f5f5f;
}
.accordion__body .checkmark{
  border-radius: 0;
  top: 0px;
  padding: 0 20px;
  display: block;
  border:1px #ddd solid;
  background-color: transparent;
  width:100%;
  height: 100%;
  left: 0px;
  border-radius: 2px;
  position: relative;
}
.accordion__body .checkmark span{
  /*padding: 0 20px;
  display: block;*/
}
.accordion__body .btn_bar{
  /*width: 100%;
  border-top: 1px #f7f7f7 solid;
  padding: 5px 0;
  */
  display: block;
  float: left;
  margin:0 10px 10px 0;
  
}
/*.accordion__body .btn_bar:last-of-type{
  border-bottom: 0;
}*/
.accordion__body .btn_bar input:checked ~ .checkmark {
    background-color: #22aee3;
     border-color: #22aee3;
     color: #fff;
}

.accordion__body .checkmark:after{
 border-color: #22aee3;
 left: 6px;
 top: 2px;
 content: none;
}
.accordion__body {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0 0px 0 10px;
  /*max-height: 0;*/
  /*opacity: 0;*/
  transition: all 0.2s ease-in-out;
}
.js-is-active + .accordion__body {
  /*min-height: 1em;
  max-height:260px;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;*/
  /*scrollbar-color: #bfbfbf #F5F5F5;
  scrollbar-width: thin !important;*/
}

.js-is-active + .accordion__body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.js-is-active + .accordion__body::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.js-is-active + .accordion__body::-webkit-scrollbar-thumb
{
  background-color: #bfbfbf;
}
/* -- tooltip css --*/
[data-tooltip]:before {           
    position : absolute;
    bottom: 30px;
     content : attr(data-tooltip);
     opacity : 0;
     background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    visibility: hidden;
    font-size: 11px;
    white-space: nowrap;
    height: auto;
    line-height: 14px;
    left: -5px;
    z-index: 999;
}
[data-tooltip]:hover:before {       
    opacity : 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}
[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}















@media (max-width:1239px){
.sub_heading{
  font-size: 30px;
}
.sub_heading_desc{
  font-size: 16px;
}

}
@media (max-width:991px){
.sub_heading {
    font-size: 20px;
}
}
@media (max-width:767px){
  .sub_heading_desc {
      font-size: 14px;
      line-height: 20px;
  }
  .c-accordion{
    display: block;
  }
  
  .js-is-active + .accordion__body {
    /*min-height: 1em;
    max-height:210px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;*/
    /*scrollbar-color: #bfbfbf #F5F5F5;
    scrollbar-width: thin !important;*/
 }

}


@media (max-width:479px){
h2,.arriaval_test{
  min-width: 200px;
}
.accordion__body .checkmark span {
    font-size: 13px;
}
}





