.ielts_test_dates {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
}
.image_sec {
    width: 100%;
    float: left;
}
.avlb_ts_dt {
    width: 100%;
    float: left;
    position: relative;
	background-color: #fff;
    box-shadow: 0px 1px 5px rgb(232, 232, 232);
	border-radius: 5px;
	    margin: 20px 0;
    padding: 20px;
}
.dt_select {
    width: 100%;
	float: left;
}
.dt_select h2 {
    font-size: 24px;
    font-family: 'poppinsbold';
	margin-bottom: 12px;
}
.h4_head {
    font-size: 20px;
    font-family: 'poppinssemibold' !important;
}
.h4_head span{
    font-size: 20px;
    font-family: 'poppinssemibold' !important;
}
.h5_head {
    font-size: 20px !important;
    font-family: 'poppinssemibold' !important;
}
    .h5_head span {
        font-size: 20px !important;
        font-family: 'poppinssemibold' !important;
    }
.dt_select p {
    font-size: 14px;
    padding: 5px 0 15px 0;
}
.accordion-body__contents .table tr:first-child {
    background-color: transparent;
}
.accordion-body__contents .table-hover tbody tr:nth-child(2):hover{
    background-color: transparent;
}
.accordion-body__contents .table-hover tbody tr {transition: all .2s ease;}
.accordion-body__contents .table-hover tbody tr:hover {
    color: #555;
    background-color: rgb(50, 65, 76);
}
.accordion-body__contents .table-hover tbody tr:hover td {color: #fff;}
.accordion-body__contents .table tr th {
    text-align: center;
    font-size: 14px;
    padding: 1rem 0;
}
.accordion-body__contents .table tr td {
    text-align: center;
    font-size: 14px;
    padding: 1rem 0;
    vertical-align: middle;
}
.accordion-body__contents .table td a {
    background-color: #e31837;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.accordion-body__contents .table td input {
    background-color: #e31837;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.accordion__item .table-responsive {
    overflow: inherit;
}
.avlb_ts_dt .accordion_main {margin-top: 0px;}
.nearest_cities {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.n_cities {
    width: 100%;
    float: left;
    position: relative;
}
.n_cities ul li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.n_cities ul li a {
    background: #f4f4f4 !important;
    color: #555555;
    border-radius: 4px;
    padding: 14px 18px;
    width: 120px;
    display: inline-block;
    font-family: 'poppinsmedium';
    box-shadow: 0px 3px 4px rgba(58, 58, 58, 0.18);
    font-size: 14px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
	    height: 42px;
}
.n_cities ul li a:hover {
    box-shadow: 6px 6px 0px #c5c5c5;
    padding: 12px 18px;
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
	.accordion-body__contents .table tr th {
    font-size: 11px;
		padding: 1rem .75rem;
    white-space: nowrap;
}
.accordion-body__contents .table tr td {
    font-size: 11px;
		padding: 1rem .75rem;
    white-space: nowrap;	
}
.avlb_ts_dt .accordion-body__contents {
    padding: 1.5em 0em;
    font-size: .85em;
}
	.image_sec .col-sm-6.col-xs-12.float-left{	
		padding: 0;
	}
    .n_cities ul {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .accordion__item .table-responsive {
        overflow-x: auto;
    }
}