@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
html{ font-size: 13px }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* reset css end */

nav{ background: #004a8f; }
nav.whitebg{ background: #fff; }
body{ background: #ffffff; font-family: 'Open Sans', sans-serif; font-weight: 400; overflow-x: hidden; }
footer{ background: #004a8f; font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size:9px; padding:15px 0 60px; }

.otherBx{background: #fff;width: fit-content;border-radius: 10px;}
.otherBx .innertxt{padding: 20px;position: relative; display: flex; justify-content: space-between; align-items: center;}
.otherBx h4{font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.otherBx p{font-size: 14px;margin-bottom: 10px}
.otherBx .thumb_img img{border-top-left-radius: 10px; border-top-right-radius: 10px;}
.otherBx .arrowrad{position: absolute;right: 20px;bottom: 30px;}
.evalutorCal .breadcrumb{margin-bottom: 10px;}