@charset "utf-8";
a:hover{text-decoration:none;}

@media all and (min-width: 992px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text > ul{float:left; width:180px; border:1px dotted #ccc; border-radius:10px;}
.container > .row > .body_text > ul.fourth_ul{margin:20px 0px 0px 0px;}
.container > .row > .body_text > ul.fifth_ul{margin:20px 0px 0px 0px;}
.container > .row > .body_text > ul > li:first-child{font-size:18px; color:#fff; background:#036; text-align:center; padding:10px; font-weight:bold; border-radius:10px 10px 0px 0px;}
.container > .row > .body_text > ul >li{margin-bottom:10px; padding:0px 10px 0px 10px; font-size:16px;}
}

@media all and (max-width: 991px) and (min-width:768px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text > ul{float:left; width:180px; border:1px dotted #ccc; border-radius:10px;}
.container > .row > .body_text > ul.fourth_ul{margin:20px 0px 0px 0px;}
.container > .row > .body_text > ul.fifth_ul{margin:20px 0px 0px 0px;}
.container > .row > .body_text > ul > li:first-child{font-size:18px; color:#fff; background:#036; text-align:center; padding:10px; font-weight:bold; border-radius:10px 10px 0px 0px;}
.container > .row > .body_text > ul >li{margin-bottom:10px; padding:0px 10px 0px 10px; font-size:16px;}

}

@media all and (max-width: 767px) and (min-width: 546px){
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text > ul{float:left; width:180px; border:1px dotted #ccc; border-radius:10px; margin-top:20px;}
.container > .row > .body_text > ul > li:first-child{font-size:18px; color:#fff; background:#036; text-align:center; padding:10px; font-weight:bold; border-radius:10px 10px 0px 0px;}
.container > .row > .body_text > ul >li{margin-bottom:10px; padding:0px 10px 0px 10px; font-size:16px;}
}

@media screen and (max-width: 545px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text > ul{float:left; width:120px; border:1px dotted #ccc; border-radius:10px; margin-top:20px;}
.container > .row > .body_text > ul > li:first-child{font-size:12px; color:#fff; background:#036; text-align:center; padding:10px; font-weight:bold; border-radius:10px 10px 0px 0px;}
.container > .row > .body_text > ul > li{font-size:10px; margin-bottom:10px; padding:0px 10px 0px 10px;}

}
