body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family:'Open Sans', sans-serif;
    cursor: default;
}
header,footer{
    font-family:'Open Sans', sans-serif;
    font-weight: bold;
}

* { 
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
    margin: 0px;
}
p{
    line-height: 1.6;
}
ol{
    margin: 0;
    padding: 0;
}
ul,ol{
    line-height: 1.6;
}
ol, ul, dl{
    padding-left: 40px;
}
a {
    cursor: pointer;
    color: #f60;
    /*text-decoration: none;*/
    line-height: inherit;
    /*display: block;*/
}
select {
    width: 100%;
}
button:focus{
    line-height: 1.5;
    outline: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    border: 0px; 
}
input[type="file"], select {
    margin: 0 0 1em 0;
}
input{
    text-transform: uppercase;
}
input::placeholder{
    text-transform: none;
}
/*==========Class Common===============*/
.hidden {
    display: none !important;
}
.overflow_hidden{ overflow: hidden;}
.left{ float: left;}
.right{float: right;}
.unset{float: unset;display: inline-block}
.relative{ position: relative;}
.absolute{position: absolute;}
.container-post {
    max-width: 850px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-post1{
    max-width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-row{
    width: 100%;
    overflow: hidden;
}
.container-row1{
    width: 100%;
}
/*================End=======================*/

/*==========head menu===============*/
.row_head{
    z-index: 3;
    position: fixed;
    width: 100%;
    background-color: #232323;
    box-shadow: 0px 0px 8px 0px #0c0021;
}
.head-menu{
    height: 65px;
}
.logo{
    padding: 2.5px 0px;
}
.logo img{
	width: 246px;
    height: 60px;
    padding: 15px;
}
.menu{
    cursor: pointer;
    color: white;
    margin: 22px 7px;
    font-size: 14px;
}
.menu:hover{ 
    color: #F7EA1D;
}
.colorF7EA1D{
    color: #F7EA1D;
}
.menu i{
    color: white;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-right-10{
    margin-right: 10px;
}
.dropdown-word-lists{
    display: none;
    position: absolute;
    top: 65px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px #0c0021;
    width: 180px;
    padding: 20px;
    background-color: #fff;
    z-index: 3;
}
.content-lists{
    color:black;
    cursor: pointer;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    padding: 0 5px;
    text-transform: capitalize;
}
.content-lists:hover{
    background-color: #F0F0F0;
}
.border-top{
    border-top: 1px solid #F0F0F0;
}
.icon-caret-down{
    margin-left: 5px;
}
.dropdown-menu,.dropdown-word-lists1{
    width: 0px;
    overflow-x: hidden;
    top: 65px;
    bottom: 0;
    right: 0;
    position: fixed;
    border-top: 1px solid #dbe1e5;
    overflow: auto;
    z-index: 3;
    padding-bottom: 62px;
    background-color: #ebebeb;
    transition: 0.5s;
}

.dropdown-word-lists1{
    z-index: 4;
}
.width325{
    width: 325px;
}
.width0{
    width: 0px; 
}
.main_menu{
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    color: #111;
    border-bottom: 1px solid #dbe1e5;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: -.19px;
    line-height: 19px;
}
.group-dropdown-menu{
    display: none;
}
.width_all{
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
}
.width_all_1{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
}
.icon-menu {
    display:none;
    cursor: pointer;
    padding: 13px 0px;
    float: right;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/*==================main======================*/
.margin-top-65{
    margin-top: 65px;
}
.row_main1,.row_main,.row_main2{
    width: 100%;
    background-color: #E1E1E3;
}
.row_main1{
    min-height: 623px;
}
.row_main2{
    min-height: 880px;
}
.row_main{
    background-color: #232323;
}
.container-ads-768{
    margin: auto;
    width: 768px;
}
.container-ads-300{
    margin: auto;
    width: 300px;
}
.container-ads-320{
    margin: auto;
    width: 320px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.container-content-search{
    padding-right: 10px;
}
.title{
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;

}
.instructions{
    font-size: 17px;
    letter-spacing: -.21px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
.instructions1{
    margin: 0;
    font-size: 13px;
    color: black;
    padding: 2px 0;
}
.width_60{
    width: 60px;
    border-radius: 50%
}
.instructions span{color: #d0021b;}
.from_search{
    max-width: 825px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 23px;
}
.input-container{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}
.input-container1{
    margin: 0;
    border-radius: 0px;
}
.dictionary-container{
    height: 60px;
    z-index: 1;
    padding: 8px;
    text-align: center;
    width: 190px;
    background-color: #fff;
    position: absolute;
    right:0;
    top: 0;
    bottom: 0;
    border-radius:0 5px 5px 0;
    border: 2px solid #ccc;
    cursor: pointer;
}
.dictionary-container1{
    position: unset;
    width: 100%;
    margin-bottom: 10px;
    height: 55px;
    border-radius:5px;
}
.dictionary-container:hover{
    color: #333;
    /*background-color: #e6e6e6;*/
    border-color: #adadad;
}
.dictionary{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.12px;
    line-height: 44px; 
    text-align: center;
    color: white;
}
.input-search,.input-search1{
    width: 100%;
}
.input,.input1{
    height: 60px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .43px;
    color: #111;
    border: 0px;
    width: 100%;
    padding-left: 40px;
    border-radius: 5px;
}
.input1{
    padding-right: 55px;
    padding-left: 20px;
    text-align: start;
    height: 55px;
    font-size: 20px;
    border: 3px solid #000;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
.input:focus,.input1:focus{
    line-height: 1.5;
    outline: 0;
}
.input::placeholder,.input-advanced::placeholder,.input-advanced1::placeholder,.input1::placeholder{
    color: #7D7F7E;
}
.input::placeholder,.input1::placeholder{
    font-weight: 400;
}
.clear-input{
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white
}
.clear-input{
    color: #7c93ad;  
    font-size: 24px;
    cursor: pointer;
}
.button_search{
    cursor: pointer;
    background:#134FE6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.button_search1{
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
    background:rgba(0,0,0,0);
}
.button_search i{
    color: #FFF;
    font-size: 28px;
}
.button_search1 i{
    color: #000;
    font-size: 24px;
}
.clear-input{
    display: none;
}
.advanced_search{
    width: 100%;
    margin-bottom: 20px;
}
.width_63{
    width: 63%;
}
.width_37{
    width: 37%;
}
.input_width_50{
    width: 50%;
}
.text-align{
    text-align:center;
}
.button_advanced_search,.button_advanced_search1{
    background-color: #375C71;
    text-align: center;
    color: white;
    cursor: pointer;
    font-weight: 600;
    height: 48px;
    width: 310px;
    font-size: 15px;
    padding: 1px 17px 1px 6px;
    box-shadow: 0 1px 3px 0 rgba(124,147,173,.75);
    border-radius: 4px;
    margin: auto;
    line-height: 3;
}
.button_advanced_search1{
    width: 100%;
    box-shadow: none;
    height: auto;
    line-height: 2;
    font-size: 14px;
    text-align: start;
    background-color:rgba(0,0,0,0);
    padding: 0px 10px 0px 10px;
}
.button_advanced_search1 p{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.button_advanced_search span i,.button_advanced_search1 span i{color: white;}
.none{display: none;}
.input-advanced-container,.input-advanced-container1{
    background-color: #fff;
    padding: 7.5px;
    border-radius: 5px;
    margin-right: 16px;
    max-width: 500px;
}
.margin7_5{
    margin: 7.5px;
}
.margin-bottom-7_5{
    margin-bottom: 7.5px;
}
.input-advanced-container1{
    width: 250px;
    margin: 0;
    padding: 7.5px;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
.input-advanced-row{
    width: 50%;
}
.input-advanced-row1 {
    width: 100%;
}

.input-advanced{
    width: 100%;
    border-radius: 5px;
    background-color: #F5F6F6;
    border: 1px solid #a3b2ba;
    padding: 9px 30px 9px 10px;
}
.input1{
    padding-right: 55px;
    padding-left: 20px;
    text-align: start;
    height: 55px;
    font-size: 20px;
    border: 3px solid #000;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input{
    font-weight: 400;
}
.input-advanced:focus,.input-advanced1:focus{
    outline: 0;
    border: 1px solid #005a9c;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.button-search-advanced{
    margin: 7.5px 0; 
    background: #F5F6F6;
    font-size: 15px;
    border-radius: 5px;
    padding: 12px 10px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
}

.question-mark{
    position: absolute;
    top: 15px;
    right: 15px;
}
.question-mark2{
    position: absolute;
    top: 8px;
    right: 8px;
}
.question-mark img{
    width: 15px;
    height: 15px;
}
.question-mark i {
    margin-top: 6px;
    font-size: 16px;
    cursor: pointer;
}
.question-mark1{ right: 18px;}
.ads768x90{display: none}
.input-advanced4:focus, .input-advanced4 {
    outline: 0;
    border: 1px solid #d0021b;
}
.question-mark3{
    right: 50px;
    top : 13px;
}
.question-mark3 i{
    font-size: 20px;
}
/*====================footer=====================*/
.row_footer{
    background-color: #232323;
}
.menu-footer,.menu-footer1{
    margin: 20px;
    color: #fff;
}
.menu-footer:hover{
    color: #F7EA1D;
}
.menu-footer1{
    color: #D8D8D8;
}
.menu-footer1 a{
    color: #fff;
}
.menu-footer1 a:hover{
    color: #F7EA1D;
}
/*=============mani unscramble==================*/
.title-results {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 400;
}
.icon-sort{
    cursor: pointer;
    z-index: 1;
}
.container-list-sort{
    display: none;
    background: #fff;
    padding: 10px 10px;
    top: 40px;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px 0px #0c0021;
}
.block{
    display: block;
}
.sort-by{
    padding: 0px 8px;
    border-bottom: 1px solid #F0F0F0;
}
.sort-by:hover{
    background-color: #F0F0F0;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-word-form{
    width: 250px; 
}
.container_word_length{
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
.wordlength{
    font-size: 14px;
    padding: 3px 0px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 2px solid #EAEAEA;
    cursor: pointer;
}
.action{
    cursor: context-menu;
    border-color: #0241E0;
    background-color: #134FE6;
    color: #FFF;
}
.head-table{
    background-color: #232323;
    height: 40px;
    padding: 7px 15px;;
}
.word-length{
    color: #fff;
}
.icon-sort i{
    color: #fff;
}
.content-result{
    background-color: #fff;
    padding: 5px;
}
.word{
    background-color: #EEEEEE;
    padding: 0px 3px;
    color: #254FB5;
    margin: 5px;
}
.word span{
    color: black;
}
.word .point{
    font-size: 12px;
    color: #85A4C4;
    /*vertical-align: -webkit-baseline-middle;*/
    vertical-align: -30%;
}
.menu_input{
    display: none;
    position: fixed;
    top: 68px;
    width: 100%;
    height: 68px;
    background: #f5f5f5;
    padding: 7px 15px;
    z-index: 1;
    box-shadow: 0px 0px 8px 0px #0c0021;
    transition: top 0.3s;
}
.content_no_word{
    background: #fff;
    height: 100px;
    color: #d0021b;
    font-weight: 700;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
.result-table{
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
}
/*===========main dictionary==============*/
.content{
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
    padding: 20px 15px;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    color: #111;
    background-color: #fff;
    border-radius: 5px;
}
.definition-dictionary{
    font-size: 16px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.margin-top-88{
    margin-top: 88px;
}
.header_policy{
    width: 100%;
    border: 1px solid #FFF;
    margin: 15px 0;
}
.container-content1{
    padding: 0 10px;
    margin:5px 20px;

}



.content1{
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(124,147,173,.75);
    padding: 20px 15px;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
}
.content1{
    color: white;
    border-radius: 8px;
    font-size: 14px;
}
.error_definition{
    color: #d0021b; font-weight: 600;font-size: 18px;
}
.definition-type,.definition-type1{
    color: grey;
    font-style: italic;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
}
.definition-type1{
    font-size: 17px;
}
.total-definition{
    margin-bottom: 15px;
    margin-left: 20px;
}
.container-definition{
    margin-left: 40px
}
.content-definition{
    margin-left: 20px;
}
.content-definition div{
    margin-bottom: 10px;
}
/*contact us=================================*/
.hidden {
    display: none !important;
}
.contact-link{
    color:#00c791 !important;
    cursor: text;
    font-size: 12px !important;
    letter-spacing: .5px;
}
.h3-contact{
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    overflow: hidden;
}
#contact_form .comment-notes{
    padding: 15px 15px 15px 0;
    width: 100%;
    overflow: hidden;
    text-align: start;
}
.comment-notes {
    font-style: italic;
}
#contact_form .comment-notes .required{
    font-weight: bold;
}
#contact_form .comment-notes span{
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
#contact-us{
    display: block;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.show-contact-form #contact-us{
    position: fixed;
    top: 0;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}
#contact_form input{
    border-radius: 0;
    padding: 15px;
}
#contact_form textarea{
    width: 100%;
    border-radius: 0;
    padding: 15px;
    color: #000;
}
.show-contact-form  #contact-us > #contact_form{
    background-color: #f6f6f6;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
#contact-us > #contact_form{
    max-width: 640px;
    margin: 50px auto 0 auto;
    padding: 40px 15px;
    overflow: hidden;
}
#contact_form .small-input{
    width: 50%;
}
#contact_form .small-input input{
    width: 95%;
    float: left;
}
#contact_form .small-input.e-mail-input input{
    float: right;
}
#contact_form .input-box{
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#contact_form .input-box.big-input{
    width: 100%;
}
#contact_form .input-box input{
    height: 45px;
    border: 1px solid #c0c0c0;
}
#contact_form .submit-input{
    height: 35px;
    width: 100px;
}
#contact_form .submit-input > input{
    color: #000;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 35px;
}
.submit-input{
    float: right!important;
}
.cancel-contact{
    display: none;
}
.show-contact-form #contact-us .cancel-contact{
    display: block;
}
.cancel-contact{
    margin-right: 15px;
}
.cancel-contact > input{
    border: none;
    background-color: unset;
    color: #000;
}
.cancel-contact > input:hover{
    color: #f40404;
    background-color: unset;
}
#contact-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    opacity: .7;
    z-index: 9; 
}
#contac_subject{
    width: 100%;
}
/*=============ajax=============*/
.loading_mark{
    display: none;
    background:rgba(0,0,0,.5);
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.rotate{
    color: #fff;
    transform: rotate(0deg); 
    animation-name: rotate;
    animation-duration:30s;
}
@keyframes rotate {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(7200deg);}
}
/*=============top================*/
.back_to_top{
    box-shadow: 0 1px 4px 0 rgb(93 89 89);
    padding: 4px;
    width: 48px;
    height: 48px ;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-color:  #cac7c7;
    border: 6px solid #eee;
    transition: all .2s;

}
.back_to_top:hover{
    padding: 10px;
    border: 0px solid #eee;
}
.back_to_top i{
    color: #232323;
    font-size: 28px;
}
.bounce {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}
@media (max-width: 850px) {
    .input-advanced-container{
        margin: auto;
    }
    .width_63,.width_37{
        width: 100%;
    }
    .width_37{
        margin-top: 20px;
    }
    .ads300x250{display: none}
    .ads768x90{display: block}
    .title{font-weight: 500;font-size: 21px;}
    .group-menu{display: none;}
    .icon-menu{display: inline-block;}
    .group-dropdown-menu{display: block}
}
@media (max-width: 768px) {
    .input1{
        text-align: center;
    }
    .input{
        font-size: 24px;
    }
    .container-content-search{
        padding-right: 0px;
    }
    .input-advanced-row1{
        width: 50%;
    }
    .container-input-search{
        width: 100%;
    }
    .search-word-form{
        margin: auto;
        width: 100%;
        max-width: 500px;
    }
    .input-advanced-container1{
        max-width: 500px;
        padding: 7.5px;
        width: 100%;
    }
}
@media (min-width: 600px) {
	.container-content1{
		min-height:519px;
	}
}
@media (max-width: 576px) {
    .menu-footer,.menu-footer1{
        width: 100%;
    }
    .dictionary-container{
        width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; 
    }
    .dictionary-container1{
        width:100%;
    }
}
@media (max-width: 530px) {
    .input-advanced-container{
        width: 100%;
    }
}