@font-face {
    font-family: 'aboriginal_serifregular';
    src: url('../fonts/aboriginal_serif_regular_939.woff2') format('woff2'),
        url('../fonts/aboriginal_serif_regular_939.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

textarea:focus,
input:focus {
    outline: none;
}

/*body{font-family: 'Nunito Sans', sans-serif;}*/
body {
    font-family: 'Poppins', sans-serif;
}

.maincontainer {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 65px;
    min-height: 100vh;
}

.header {
    background-color: #A73336;
    padding: 10px;
    float: left;
    width: 100%;
}

.headerdiv {
    max-width: 1170px;
    margin: 0 auto;
}

.logosec {
    float: left;
    width: 140px;
}

.logosec img {
    max-width: 100px;
    width: 100%;
}

.menusec {
    float: left;
    width: 80%;
    text-align: center;
    color: #fff;
    padding-top: 4px;
}

.menusec h3 {
    font-size: 50px;
    font-family: 'Nunito Sans', sans-serif;
}

.menusec ul li {
    list-style: none;
    display: inline;
}

.menusec ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 0px 20px;
}

.searchseccontainer {
    padding: 10px;
    max-width: 1170px;
    margin: 0 auto;
    overflow: auto;
    margin-top: 20px;
}

.seacrhimg {
    float: left;
    width: 350px;
}

.seacrhimg img {
    width: 250px;
}

.searchworddiv {
    float: left;
    text-align: center;
    margin-top: 100px;
    width: calc(100% - 350px);
}

/* .searchworddiv h3 {
    color: #ad3038;
    font-size: 40px;
    margin-bottom: 10px;
} */

.searchworddiv h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 900;
    color: #ad3038;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #ad3038;
    text-align: center;
}

/*.searchworddivinner{max-width:500px;margin:0 auto;}*/
.form-search {
    position: relative;
}

.form-search input {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #2C3F4D;
    border: 2px solid #2C3F4D;
    padding-right: 2.375rem;
    font-size: 22px;
}

.form-search input::-webkit-input-placeholder {
    color: #2C3F4D;
    font-size: 22px
}

.form-search input:-ms-input-placeholder {
    color: #2C3F4D;
    font-size: 22px
}

.form-search input::placeholder {
    color: #2C3F4D;
    font-size: 22px
}

.form-search span.search-icon {
    position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.searchworddivinner p {
    text-align: left;
    padding-top: 10px;
    font-size: 24px;
    color: #000;
}

.recent-recent {
    color: #fff !important;
}

.searchworddivinner a {
    color: #fff;
}

.footer {
    background: #161616;
    padding: 10px;
    color: #fff;
}

.footercontainer {
    padding: 10px;
    max-width: 1170px;
    margin: 0 auto;
    overflow: auto;
}

.copyright {
    float: left;
}

.socialicons {
    float: right;
    text-align: right;
}

.socialicons .fa {
    padding-left: 10px;
}

.socialicons span {
    margin-right: 10px;
}

.socialicons a {
    color: #fff;
}

.menusecsearch {
    float: left;
    width: 80%;
    text-align: left;
    padding-top: 22px;
}

.menusecsearch ul li {
    list-style: none;
    display: inline;
}

.menusecsearch ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0px 20px;
}

.menusecsearch ul li a:first-child {
    padding-left: 0px;
}

.headersearch {
    position: relative;
    margin-bottom: 5px;
}

.headersearch input {
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #2C3F4D;
    border: 2px solid #2C3F4D;
    padding-right: 2.375rem;
    font-size: 17px;
}

.headersearch span.search-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.dicserachsec {
    margin: 40px 0px;
}

.dicserachsec h3 {
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: lowercase;
}

.dicserachsec span {
    font-weight: normal;
    font-size: 24px;
}

.dicserachsec p {
    font-size: 30px;
    font-family: 'aboriginal_serifregular';
}

.dicserachsec a {
    color: #301DA6;
}

.dicserachsec img {
    width: 35px;
    padding-left: 5px;
    position: relative;
    top: 6px;
}

.dicserachsec b {
    padding: 0px 5px;
}

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

.bcrumb a {
    color: #000 !important
}

.pageheading {
    color: #A73336;
    text-align: center;
    padding: 20px 0;
    font-size: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.pagebodyfull {
    margin-top: 34px;
    background-color: #A73336;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.pagebodyfullinner {
    padding: 10px;
    max-width: 1170px;
    margin: 0 auto;
    overflow: auto;
    margin-top: 20px;
}

.pagebodyfullinner h3 {
    margin: 30px 0;
    font-size: 25px;
}

.secdivideinner {
    padding: 10px;
    max-width: 1170px;
    margin: 0 auto;
    overflow: auto;
    margin-top: 20px;
}

.commomsect {
    text-align: center;
    float: left;
    width: 33%;
}

.secdividemain {
    padding: 40px 0 50px;
}

.commomsect img {
    margin-bottom: 10px;
}

.commomsect p {
    text-transform: uppercase;
}

.searchpara .notexsist {
    color: red;
}

#subscribers-autocomplete::placeholder {
    color: #ddd !important;
}

.record[voice="off"] {
    color: #000;
}

.record[voice="on"] {
    color: #a73336;
}

.hoghlightWrd {
    font-weight: bold;
    color: #000 !important
}

.seeMoreClr {
    color: #008000 !important;
}

@media(max-width:767px) {
    .logosec {
        width: 100%;
        text-align: center;
    }

    .menusec {
        width: 100%;
        text-align: center;
    }

    .menusecsearch {
        width: 100%;
        text-align: left;
    }

    .menusec h3 {
        font-size: 32px;
    }

    .menusec ul li a {
        font-size: 15px;
        padding: 0px 12px;
    }

    .menusecsearch ul li a {
        font-size: 15px;
        padding: 0px 12px;
    }

    .seacrhimg {
        width: 100%;
        text-align: center;
    }

    .seacrhimg img {
        width: 150px;
    }

    .searchworddiv {
        width: 100%;
    }

    .searchworddivinner {
        padding: 0px 20px;
    }

    /* .searchsec {
        margin: 50px 0;
    } */

    .copyright {
        width: 100%;
        text-align: center;
    }

    .socialicons {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .commomsect {
        width: 100%;
        margin-bottom: 30px;
    }

    .seacrhimg {
        display: none;
    }

    .searchseccontainer {
        min-height: 58vh;
    }

    .searchworddiv {
        margin-top: 40px;
    }
}

@media(min-width:768px) {
    .searchpagefooter {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }


}

/*******Front sie****/
.autocomplete-box {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 225px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border: 1px solid #E9E9E9;
    border-top: none;
    z-index: 1051;
    background-color: #ffffff
}

.autocomplete-box p {
    padding-top: 0 !important
}

.autocomplete-box:empty {
    border-color: transparent;
    background: transparent;
    height: 0px
}

/* .autocomplete-box::-webkit-scrollbar{display:none} */
.autocomplete-option {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem .75rem;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer
}

.autocomplete-value {
    display: none
}

.autocomplete-text span {
    font-weight: 600;
    color: #222222
}

.link-button {
    position: absolute;
    top: 15px;
    right: 10px;
}

html {
    overflow-y: scroll;
}

.fontFamilyMode {
    font-family: Aboriginal serif !important;
}

.autocomplete-text {
    font-family: 'Poppins', sans-serif;
}

/**Mic**/
.record {
    height: 33px;
    width: 32px;
    padding: 7px 3px 5px 6px;
    border-radius: 100%;
}

.link-button {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.record[voice="on"] .pulse-ring {
    content: "";
    width: 33px;
    height: 32px;
    background: #a73336;
    border: 5px solid #a73336;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    animation: pulsate infinite 1.5s;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

.autocomplete-option:focus {
    outline: none;
    background: #80808024;
}

.mobileNone {
    display: none !important;
}

.font-increase p {
    font-size: 22px !important;
}

.margin-tp {
    margin-top: 30px !important;
}

.searchpara p {
    text-transform: none;
}

.mlset {
    margin-left: 30px;
    text-decoration: none;
}

.fa-microphone:before {
    content: "\f130";
    font-size: 24px !important;
}

.autocomplete-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(167, 51, 54, 0.3);
    background-color: #F5F5F5;
}

.autocomplete-box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.autocomplete-box::-webkit-scrollbar-thumb {
    background-color: #A73336;
    border: 2px solid #555555;
}

p {
    font-size: 22px !important;
}

.pagebodyfull a {
    color: #ADD8E6 !important;
}

.homeSections {
    background-image: url('../images/seneca-dictionary-backgrd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
}

.searchworddivinner {
    background-color: rgb(0 0 0 / 67%);
    padding: 15px 30px;
    border-radius: 7px;
}