.tab {
	padding: 15px 0 60px 0;
}

.slide-toggler h3 {
	margin: 0px !important;
	color: #fff;
}


.tab-container-slide-content h3 {
    margin-top: 29px;    
    margin-bottom: 0px;    
}

.tab-container-slide-content p {
    margin-top: 11px;    
    margin-bottom: 20px;    
}

@media (min-width: 920px) {
    .tab-container-slide-img,
    .tab-container-slide {
        height: 520px;    
    }    
}

@media (max-width: 920px) {
	.tab {
		padding: 0 !important;
		margin-top: -50px !important;
	}

	.tab-container {
		margin: 0px !important;
	}

    .tab-container-slide-content-paragraph {
        text-align: left;
    }

	.tab-container {
		border: none !important;
		box-shadow: none;
	}	
    
}

@media (max-width: 920px) {	

	.slide-toggler {
		border-bottom: solid 1.5px #fff !important;
		height: 73px;
		text-align: center !important;
    }
    
    .tab-container-slide-img {
        height: 229px !important;
    }
    
    .tab-container-slide-content {
        padding: 45px 40px !important;
        height: 100% !important;
    }

    .tab-container-slide-content h3 {
        margin-top: 0px;
        text-align: left !important;
    }

    .tab-container-slide-content-paragraph {
        text-align: left;
    }

	.slide-toggler h3 {
		display: inline-block;
		width: 95%;
		text-align: center !important;
	}

	.slide-toggler.open {
		border-bottom: solid 0px #fff !important;
	}

	.tab-container {
		border: none !important;
		box-shadow: none;
	}

	.slide-toggler-header {
		font-size: 16px !important;
		font-weight: 300 !important;
		font-stretch: normal;
		font-style: normal !important;
		line-height: 1.3 !important;
		letter-spacing: 1px;
	}

	.open .slide-toggler-header {
		font-weight: 900 !important;
    }
    
    .tab-container-slide-content-btn {
        width: 100%;
    }
}

.tab-container {
	width: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 6px 9px 10px 1px rgba(0, 0, 0, 0.1);
	border: solid 1px #afafaf;
	border-top: none;
}


@media screen and (max-width: 920px) {
	.tab-container {
		width: 100%;
		box-shadow: none;
    }
    .tab {
        margin: 0px !important;
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 768px) {	
    .tab {        
        margin-top: -75px !important;
    }
}

.tab-container-header {
	display: flex;
	justify-content: space-around;
	align-items: center !important;
	padding: 20px 5px;
	height: 70px;
	background-color: #0453a0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 1px;
}
@media screen and (max-width: 720px) {
	.tab-container-header {
		padding: 13px 5px;
	}
}
@media screen and (max-width: 920px) {
	.tab-container-header {
		display: none;
		height: 60px;
	}
}
.tab-container-header-button {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}

.tab-container-header-button.active {
	font-weight: 900;
}

@media screen and (max-width: 720px) {
	.tab-container-header-button {
		font-size: 11px;
	}
}
.tab-container-slides {
	display: flex;
	width: 400%;
	transition: all .5s ease-in-out;
}
@media screen and (max-width: 920px) {
	.tab-container-slides {
		width: 100% !important;
		flex-direction: column;
		box-shadow: none;
	}
}
.tab-container-slide {
	width: 100%;
	display: flex;
	border-top: none;
}
@media screen and (max-width: 920px) {
	.tab-container-slide {
		text-align: center;
		flex-direction: column;
		display: none;
	}
}
.tab-container-slide-img {
	width: 50%;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 920px) {
	.tab-container-slide-img {
		height: 250px;
		width: 100%;
    }
    .tab-container {
        margin-left: 0px;
        margin-right: 0px;
    }

}
.tab-container-slide-content {
	padding: 40px 80px;
	width: 50%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

@media screen and (max-width: 964px) {
	.tab-container-slide-content {
		padding: 40px;
	}
}
@media screen and (max-width: 920px) {
	.tab-container-slide-content {
		padding: 20px;
	}
}
@media screen and (max-width: 920px) {
	.tab-container-slide-content {
		width: 100%;
	}
}
.tab-container-slide-content-header {
	font-size: 33px;
	text-transform: capitalize;
	font-weight: 300;
	margin-top: -10px !important;
	margin-bottom: -8px !important;
	color: black;
}

@media screen and (max-width: 1350px) {
	.tab-container-slide-content-header {
		font-size: 28px !important;
		margin-bottom: 20px;
    }
    .tab-container-slide-content p {
    	font-size: 18px !important;
        line-height: 1.45 !important;
    }   
}

@media screen and (max-width: 1150px) {
	.tab-container-slide-content-header {
		font-size: 24px !important;
		margin-bottom: 20px;
    }
    .tab-container-slide-content-paragraph {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
}
@media screen and (max-width: 920px) {
	.tab-container-slide-content-header {
		font-size: 27px;
		margin-bottom: 20px;
	}
}
.tab-container-slide-content-header-mod {
	color: #0453a0;
	font-weight: 700;
}
.tab-container-slide-content-paragraph {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.62;
	margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
	.tab-container-slide-content-paragraph {
		font-size: 16px;
		margin-bottom: 25px;
	}
}
.tab-container-slide-content-btn {
	display: inline-block;
	text-decoration: none;
	background-color: #ffca30;
	color: #03273f;
	padding: 0px 50px;
	line-height: 57px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tab-container-indications {
	list-style: none;
	text-align: center;
    margin-top: 30px;
    padding-left: 0px !important;
}

@media screen and (max-width: 920px) {
	.tab-container-indications {
		display: none;
	}
}
.tab-container-indication {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #d8d8d8;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 4.5px;
}
.tab-container-indication.active {
	background-color: #717171;
}
.tab-container-allbtn-container {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 920px) {
	.tab-container-allbtn-container {
    	margin: 20px 0 -20px 0 !important;
	}
}
.tab-container-allbtn {
	text-transform: uppercase;
	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 1px;
    text-align: center;
    color: #717171;
}
.slide-toggler {
	display: none;
	background-color: #0453a0;
	color: #fff;
	padding: 10px;
	align-items: center;
	justify-content: space-between;
}
.slide-toggler-header {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.slide-toggler-icon {
	position: relative;
	width: 20px;
	height: 20px;
}
.slide-toggler-icon .vertical {
	position: absolute;
	height: 10px;
	width: 1.6px;
	background-color: white;
	top: 26%;
	right: 50%;
	transition: all .3s;
}
.slide-toggler-icon .horizontal {
	position: absolute;
	width: 10px;
	height: 1.5px;
	background-color: white;
	top: 49%;
	right: 29%;
}
.slide-toggler-icon.opened .vertical {
	display: none;
}
@media screen and (max-width: 920px) {
	.slide-toggler {
		display: flex;
	}
}
.services {
	padding: 0 9.5%;
}

@media screen and (max-width: 1300px) {
	.services { 
        padding: 0 6%;
    }
}

@media screen and (max-width: 1000px) {
	.services  {
        padding: 0 5%;
    }
}


.tab-container-slide-content p {
    color: black;
    font-size: 21px;
    line-height: 1.5;
}

.tab-container-slide-content p {
	font-weight: 400 !important;
}

@media (max-width: 920px) {

    .tab-container-slide-content-header {
      font-size: 23px !important;
	  font-weight: bold;
	  margin-top: 20px !important;
	}
	
	.tab-container-slide-content {
		padding: 15px 40px 40px 40px !important;
	}
    
    .tab-container-slide-content p {
        text-align: left !important;
    }
}


h2.tab-container-header-button{
	text-align: center !important;
}

.tab-container-slide-content p {
    display: block !important;
    width: 100% !important;
}



/* IF HAS ONE TAB ONLY */
.is-one .tab-container-header {
    display: none !important;
}

.is-one .tab-container-indications {
    display: none !important;
}

.is-one .slide-toggler {
    display: none !important;
}

.is-one .tab-container {
    border: solid 1px #afafaf !important;
}

.is-one .tab-container-slide {
    display: flex !important;
}

.services.tab.is-one {
    margin-bottom: 50px;
}

@media only screen and (max-width: 920px) {
    .is-one .tab-container {
        border: none !important;
        border-width: 0 !important;
    }
    .services.tab.is-one {
        margin-top: 40px !important;
    }
}
