.row.ai-banner{
    background: #0f1116;
    padding: 0.3rem 2rem;
    margin-left: 0;
    margin-right: 0;
    color: #fbba2b;
}
.row.ai-banner .ai-banner-img{
    padding-left: 3rem;
    padding-right: 0;
}
.row.ai-banner .ai-description{
    padding-left: 0;
}
.row.ai-banner p{
    font-size: 13pt;
    display: table-cell;
    vertical-align: middle;
    height: 106px;
    margin: 0;
}
.country-section h3{
    margin: 2rem 0 0;
    border-bottom: 1px solid;
    font-size: 15pt;
    color: #000000;
}
.country-section .section-block{
    display: block;
    padding: 1.5rem;
    text-align: center;
    background-color: #f8fbff80;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
}
.country-section .section-block img{
    margin: 0 auto;
}
.country-section .small-block,
.sub-section .inner-block{
    display: block;
    padding: 0.5rem 1.5rem;
    text-align: left;
    background-color: #f8fbff80;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
}
p.add-note{
    margin: 3rem 1rem 0rem;
    padding: 0.7rem 1rem;
    background-color: #fed70330;
    font-size: 11pt;
    border-left: 2px solid #000000;
}

@media ( min-width : 320px) and ( max-width : 1190px) {
    .row.ai-banner .ai-banner-img img{
		position: absolute;
	}
    .row.ai-banner .ai-description{
        padding-left: 2rem;
    }
    .row.ai-banner .ai-banner-img{
        padding-left: 2rem;
        padding-right: 0;
    }
    .personal table{
        width: 50% !important;
    }
}
@media ( min-width : 320px) and ( max-width : 820px) {
    .row.ai-banner{
        padding: 0.3rem 0;
    }
    .row.ai-banner .ai-description{
        padding-left: 1rem;
    }
    .row.ai-banner p{
        font-size: 9.5pt;
    }
}
@media ( min-width : 320px) and ( max-width : 460px) {
    .row.ai-banner .ai-banner-img{
        padding-left: 0;
    }
    table.search-table,
    table.search-table tbody,
    table.search-table tr{
		display: block !important;
		width: 100%;
	}
    table.search-table{
        padding: 1rem !important;
    }
	table.search-table.subject tr.input-box td{
        display: inline-block;
        width: 32%;
        vertical-align: top;
        line-height: 1;
        margin-bottom: 10px;
    }
    table.search-table input[type=checkbox]{
        margin-right: 3px;
    }
    table.search-table p.search-btn .btn{
        width: 100% !important;
    }
    .video-location h2{
        font-size: 15pt !important;
    }
}
.perl-breadcrumb li a{
    width: 100%;
    display: block;
    line-height: 55px !important;
    padding: 0;
}
.perl-breadcrumb > li + li:before{
	display:none;
}
.perl-breadcrumb {
    display: flex;
    width: 100%;
    position: relative;
    background: none;
    padding: 0 !important;
    /* margin-bottom: 20px; */
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.perl-breadcrumb li {
    transition: all 0.2s ease-in-out;
    height: 55px;
    background: #f5f5f5;
    box-shadow: 0px 0px 18px -2px #f5f5f5;
    line-height: 55px;
    padding-left: 35px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 0;
}
.perl-breadcrumb li:after {
    transition: all ease-in-out 0.2s;
    content: "";
    position: absolute;
    left: calc(100% - 10px);
    top: 11px;
    z-index: 1;
    width: 0;
    height: 0;
    border: 17px solid #f5f5f5;
    border-left-color: transparent;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
    transform: rotate(45deg);
    margin-left: -9px;
}
.perl-breadcrumb li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
}
.perl-breadcrumb li:last-child {
    font-weight: 600;
}
.perl-breadcrumb li:last-child:after {
    content: "";
    display: none;
}
.personal table{
    width: 40%;
    margin: 0 auto;
}
.personal table .inner-title a{
	text-align: center;
}
.personal table td .personal-text{
    font-size: 110%;
    width: 240px;
    margin: 0 auto;
    padding-bottom: 1rem;
}
@media ( max-width : 816px) {
    .perl-breadcrumb > li{
        padding-right: 20px;
        height: 70px;
        line-height: 70px;
    }
    .perl-breadcrumb li:nth-of-type(2){
        padding-right: 20px;
	}
    .perl-breadcrumb li a{
        font-size: 12px;
        line-height: 1.5 !important;
        display: inline-block;
        vertical-align: middle;
    }
	.perl-breadcrumb li:first-child{
		padding-left: 10px;
		padding-right: 9px;
	}
    .perl-breadcrumb li:after{
        top: 20px;
    }
}
@media ( max-width : 400px) {
    .perl-breadcrumb > li{
        padding-right: 5px;
        height: 80px;
        line-height: 78px;
    }
    .perl-breadcrumb li:nth-of-type(2){
        padding-right: 20px;
	}
    .perl-breadcrumb li:after{
        top: 24px;
    }
}
@media ( max-width : 570px) {
    .sub-section td{
        padding: 4px !important;
    }
    .inner-block{
        padding: 0.5rem 1rem !important;
    }
    .inner-title a,
    .inner-subtitle a{
        line-height: 1.4 !important;
    }
    .inner-title{
        font-size: medium !important;
    }
     .inner-subtitle{
        padding: 7px 0;
    }
    .perl-breadcrumb li a{
        font-size: 10px;
    }
    table.search-table.category tr td{
		display: block;
	}
    .personal table{
        width: 80% !important;
    }
    .personal table td .personal-text{
        padding: 0 1rem 1rem !important;
    }
}
.sub-section-title{
    display: table;
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}
.sub-section-title img,
.sub-section-title h2{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1.1;
}
.post-ad-link{
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    padding: 1rem;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    color: #cdcdcd;
    font-size: 15px;
}
.post-ad-link a{
    display: inline-block;
    color: #007CFF;
    font-size: 17px;
    font-weight: 600;
    margin: 0px 5px;
}
.sub-section td{
    padding: 8px;
}
.inner-block .inner-title{
    font-size: large;
    font-weight: 500;
    /* padding: 10px 0; */
}
.inner-block .inner-subtitle{
    position:relative;
    font-size: small;
}
.inner-block .inner-subtitle:before{
    position:absolute;
    content:'';
    width: 4px;
    height: 4px;
    background-color: #337ab7;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner-subtitle a{
    padding-left: 15px !important;
    display: block;
}
.inner-block .inner-title a{
    display: block;
}
table.search-table{
    display: inline-table;
    padding: 1rem 1.5rem;
    background-color: #f8fbff80;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
    border-collapse: separate;
}
table.search-table.category td select{
	width: 300px;
	padding: 5px 10px;
	font-size: 14px;
	margin: 10px;
}
table.search-table input[type=radio]{
	margin-top: 7px;
	margin-right: 3px;
}
table.search-table input[type=checkbox]{
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 1px;
}
table.search-table .sub{
	display:block;
	margin: 30px 0 10px;
	font-weight: bold;
}
table.search-table p.search-btn{
    text-align: center;
}
table.search-table p.search-btn .btn{
    margin: 2rem 0 0;
    width: 400px;
    border-radius: 5px !important;
}
@media ( max-width : 760px) {
    .sub-section-title{
        padding: 5px 10px;
    }
    .sub-section-title img{
        width: 20%;
    }
    .sub-section-title h2{
        width: 75%;
        font-size: 13px;
        line-height: 1.2;
    }
}

/* Video Carousel */
.video-location {
    margin: 1rem 0 3rem;
}
.video-location h2{
	font-size: 17pt;
	letter-spacing: 0.3px;
	margin: 1.5rem 0;
}
.video-location .slider-text{
    color:#0f1116;
    letter-spacing: 0;
    font-size: medium;
    padding-top: 0.7rem;
}
.video-location .slider-text:hover{
    color:#337ab7;
}
.video-location .amp-carousel-button-next,
.video-location .amp-carousel-button-prev{
  background-color: #e6ae35;
  box-shadow: 0 0 10px;
}
.header-aside-inner .notification-header,.header-aside-inner .notification-list li,
.header-aside-inner .sub-menu .user-link{
    border: none;
}
.z-ad-button{
    color: #fff !important;
    background-color: #007cff !important;
}