* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #bfbfbf;
    color: black;
    border: 1px solid #ccc;
    padding: 34px 20px;
    width: 100%;
    /*border: none;*/
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #8c8c8c;
    color: white;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #336699;
    color: white;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: auto;
    background-color: #ebf0fa;
}
h2.cc-heading{
  font-size: 40px;
  font-weight: 600;
  font-family: 'Cinzel Decorative', cursive;
  text-align: center;
  color: #001a4d;
  margin:20px 0
}

h3.cc-sideheading{
  font-size: 40px;
  font-weight: 600;
  font-family: 'Eczar', serif;
  text-align: center;
  color: #001a4d;
  margin:20px 0
}

p {
  font-size: 20px;
  font-family: calibri;
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
  padding-top: 3%;
  color: #336699;

}

.button {
  align: center;
  border-radius: 15px;
  background: #0c71c3;
  border: 1px solid #0c71c3;
  color: white;  
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 30px;
  width: 45%;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 25%;
  font-family: 'courgette', ;bold

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.page-wrap { width: 100%; margin: 100px auto; padding-top: 0px;}
.page-wrap > div, .actual-table { margin: 0 0; max-width: 1000px; width: 100%; }

.actual-table { border-collapse: collapse;}
        .actual-table td { 
            width: 45%; 
            padding-top: 15px; 
            vertical-align: top;
			text-align: center;
			float:left
        }

/*.acc-column {
    width: 45%;
}*/



.abc-column img {
    margin-left: 10%;
    margin-right: 5%;
}

/*.text-block {
    position: absolute;
    top: 75%;
    right: 25%;
    left: 55%;
    bottom: 13%;
    background-color: rgba(255,255,255,0.33);
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
.text-block p {
  font-family: 'calibri'; 
  font-size: 28px; 
  color: black; 
  text-align: center;


}*/
@media screen and (min-width:320px) and (max-width:767px){
	h2.cc-heading{
		font-size:29px;
	}
	h3.cc-sideheading{
		font-size:25px;
	}
	.tab button{
		padding:22px 20px;
		font-size:19px;
	}
	p{
		font-size:16px;
	}
	.page-wrap{
		margin:25px auto;
	}
	.actual-table td{
		float:none;
	}
}
@media screen and (min-width:591px) and (max-width:767px){
	.tab button{
		padding:27px 20px;
		font-size:19px;
	}
}
@media screen and (min-width:768px) and (max-width:803px){
	.tab button{
		font-size:19px;
	}
}
@media screen and (min-width:804px){
	
	.tabcontent{
		height:619px;
	}

}
@media screen and (min-width:680px) and (max-width:713px){
	.tab button{
		padding:25px 20px;
		font-size:19px;
	}
}
@media screen and (min-width:320px) and (max-width:386px){
	.tabcontent{
		height:694px;
	}
	
}
@media screen and (min-width:387px) and (max-width:432px){
	.tabcontent{
		height:668px;
	}
}
@media screen and (min-width:433px) and (max-width:453px){
	.tabcontent{
		height:641px;
	}
}
@media screen and (min-width:454px) and (max-width:486px){
	.tabcontent{
		height:614px;
	}
}
@media screen and (min-width:487px) and (max-width:539px){
	.tabcontent{
		height:584px;
	}
}
@media screen and (min-width:540px) and (max-width:546px){
	.tabcontent{
		height:557px;
	}
}
@media screen and (min-width:547px) and (max-width:575px){
	.tabcontent{
		height:530px;
	}
}
