h1, h2, h3, h4, h5, h6, p, a, span, button, input, textarea, strong, label, ul, li {
    font-family: "Montserrat", serif;
}

.ensure_medi {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    padding-bottom: 15px;
}

.intro_medi_txt {
    position: absolute;
    bottom: 0px;
    background: #00000045;
    padding: 5px;
}

.intro_medi_txt h1 {
    color: #fff;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    margin: 0px;
    padding-bottom: 5px;
}

.intro_medi_txt a {
    background: #00205b;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 5px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}

.intro_medi img {
    border-radius: 5px 5px 0px 0px;
}

.knmow_txt h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    line-height: normal;
    padding-bottom: 5px;
    color: #00205b;
}

.knmow_txt p {
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.intro_medi {
    position: relative;
}

section.know_basic_sec {
    padding: 15px 0px;
    position: relative;
}


/* tabs css */

.tab-content{
    display:none;
    padding:20px;
    border:1px solid #ddd;
}

.tab-content.active{
    display:block;
}

/* tabs css close  */

section.basics_secs {
    padding-top: 15px;
    position: relative;
    border-bottom: 2px solid #EFEFEF;
}

.our_pages_txt p {
    color: #00205b;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.basics_menu li {
    color: #00205b;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: normal;
    cursor: pointer;
}

.date_lrn p {
    padding-bottom: 0px !important;
}

.nata {
    display: grid;
    grid-template-columns: 10% 88%;
    column-gap: 2%;
    padding-bottom: 15px;
}

.nata_txt h6 {
    font-size: 14px;
    margin: 0px;
    line-height: normal;
    color: #00205b;
    font-weight: bold;
}

.medi_lrns h1 {
    font-size: 30px;
    line-height: normal;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.medi_lrns p.short_des {
    color: #00000061;
    line-height: normal;
    padding-bottom: 5px;
}

.nata_txt p {
    margin: 0px;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-top: 5px;
}

.nata_txt p i {
    color: green;
}

.date_lrn {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.date_lrn p {
    margin: 0px;
    font-size: 14px;
    line-height: normal !important;
}

.medi_lrns p {
    color: #333;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    padding-bottom: 5px;
}

.medi_lrns ul li {
    line-height: normal;
    padding-bottom: 10px;
}

.col-sm-4.medi_lrn_col2 {
    border: 1px solid #EFEFEF;
    padding: 0px !important;
    border-bottom: 0px;
    border-top: 0px;
}

.src #srch_inp {
    height: auto !important;
    padding: 6px 10px;
    color: #000;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
    line-height: normal;
}

.src {
    display: flex;
    align-items: center;
}

.src i.fa.fa-search {
    background: #00205b;
    color: #fff;
    padding: 7px 6px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.agnt_que p {
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    color: #00205b;
    font-weight: 500;
}

.agnt_que {
    padding: 15px 20px;
    background: #C1F0FF;
    border-radius: 5px;
    margin-top: 20px;
}

.serch_br form {
    margin: 0px !important;
}

.serch_br {
    padding-bottom: 10px;
    position: relative;
}

.agnt_online_data p {
    color: #333;
    line-height: normal;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 5px;
}

.wayne_txt {
    display: flex;
    column-gap: 5px;
    padding-bottom: 5px;
}

.agnt_online {
    display: grid;
    grid-template-columns: 33% 65%;
    column-gap: 2%;
    margin-top: 30px;
    padding: 10px;
    background: #efefef;
    border-radius: 5px;
    align-items: center;
}

.wayne_txt h5 {
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: normal;
}

.wayne_txt p {
    padding-bottom: 0px !important;
}

.agnt_online_data h6 {
    color: green;
    margin: 0px;
    font-size: 16px;
    padding-bottom: 5px;
}

.agnt_online_data a {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #00205b;
}

.agnt_online img {
    border-radius: 50%;
    width: 85px;
    height: 88px;
    object-fit: cover;
}


@media(min-width: 280px) and (max-width: 319px) {

section.pickerr {
    width: 90% !important;
    left: -27px !important;
    position: relative !important;
}
section.picker .nav {
    overflow: hidden;
    overflow-x: scroll;
}
.wayne_txt {
    flex-direction: column;
}
}


@media(min-width: 320px) and (max-width: 374px) {

section.picker {
    width: 90% !important;
    left: -27px !important;
    position: relative !important;
}
section.picker .nav {
    overflow: hidden;
    overflow-x: scroll;
}
}


@media(min-width: 280px) and (max-width: 424px) {

.agnt_online_data {
    margin-top: 10px;
    text-align: center;
}

.medi_lrn_col3 .agnt_online {
    grid-template-columns: 100% !important;
}

.agnt_online_data a {
    margin: auto;
}

.agnt_online img {
    width: 100px !important;
    height: 100px !important;
    margin: auto;
}

.wayne_txt {
    justify-content: center;
}
}


@media(min-width: 240px) and (max-width: 767px) {

.col-sm-4.medi_lrn_col2 {
    margin: 30px 0px !important;
}

.col-sm-3.medi_lrn_col3 {
    padding: 0px !important;
}

.col-sm-5.medi_lrn_col1 {
    padding: 0px !important;
}

.nata_txt h6 {
    font-size: 16px !important;
}

.nata_txt p {
    margin: 0px;
    font-size: 14px !important;
}

.wayne_txt {
    align-items: center;
}

.agnt_online {
    grid-template-columns: 26% 72% !important;
}
}


@media(min-width: 240px) and (max-width: 999px) {

.col-sm-5.medi_lrn_col1 {
    width: 100% !important;
}

.col-sm-4.medi_lrn_col2 {
    width: 100% !important;
    margin: 20px 0px !important;
}

.col-sm-3.medi_lrn_col3 {
    width: 100% !important;
}
}


@media(min-width: 768px) and (max-width: 999px) {

.col-sm-5.medi_lrn_col1 {
    width: 100% !important;
}

.col-sm-4.medi_lrn_col2 {
    width: 50% !important;
    margin: 20px 0px !important;
}

.col-sm-3.medi_lrn_col3 {
    width: 50% !important;
    margin: 20px 0px !important;
}

.agnt_online img {
    width: 100px !important;
    height: 105px !important;
}
}