/* Style the scrollbar */
::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
    border-radius: 10px !important;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: #888;

    /* Color of the thumb */
    border-radius: 5px;
    /* Rounded corners of the thumb */
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the track */
}

/* Style the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the thumb on hover */
}

ol li {
    font-size: 17px !important;
}

ul li {
    font-size: 17px !important;
}

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

a {
    font-size: 17px !important;
}

#form_div p {
    font-size: 17px !important;
}

body {
    font-family: Verdana !important;
    font-size: 18px !important;
    line-height: 2;
    margin: 0;
    padding: 0;
    /* background-color: #FFCC00; */
    border-radius: 0px 0px 25px 25px;
    background: linear-gradient(180deg, #FFE04C 0%, #ffffff 51.56%, #FFF 82.81%, #FFF 100%) !important;
}

a:link {
    text-decoration: none;
    font-family: verdana;
    color: #0058b0;
    font-weight: 500;
    cursor: pointer
}

a:visited {
    text-decoration: none;
    font-family: verdana;
    color: #0058b0;
    font-weight: 600
}

a:hover {
    text-decoration: none;
    color: red
}

.side_tools_links {
    text-decoration: none;
    font-size: 14px;
    font-family: verdana;
    flex-basis: 100%;
}

.side_tools_links span.NewTool{
    background: #2900E0;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    border-radius: 7px;
    margin-left: 10px;
    font-size: 12px;

}
#form_div p a {
    font-size: 17px;
    font-weight: 400
}

#form_div h1 {
    text-align: left !important;
    font-size: 28px;
}

.footer_links a {
    font-weight: 400;
    text-decoration: none;
    color: #FFF;
}

#form_tool {
    display: flex;
    gap: 20px;
}

#form_div {
    width: 100% !important;
    margin-top: 0
}

#more_tools {
    padding-right: 10px;
    line-height: 1.5 !important;
    font-size: 16px;
    text-align: left;
    min-width: 24% !important;
    width: 24%;
}

#header_image {
    width: 270px;
    height: 38px
}

.min_nav {
    display: none
}

.openbtn {
    float: right;
    font-size: x-large
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center
}

.overlay a {
    padding: 10px;
    margin: 10px;
    text-decoration: none;
    font-size: x-large;
    color: #fff;
    display: block;
    transition: .3s
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    right: 5px;
    font-size: 50px;
    color: #fff
}

#AutoNumber3 {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 10px;
}

.hr_cont {
    width: 100%;
    margin-top: 0;
    display: none !important;
}

#hr_cont {
    width: 1180px;
    max-width: 95%
}

#main_div {
    width: 1180px;
    max-width: 95%;
    margin: 0 auto
}

#tool_content_2 {
    width: 1180px;
    max-width: 95%;
    margin: 0 auto
}

.bg-light {
    background-color: #FFF !important
}

.border {
    border: 1px solid #ffd018
}

.example-txt {
    width: 32px;
    height: 32px;
    background: #544b4b;
    margin-right: 0;
    filter: invert(1)
}

.clr-txt {
    background: #fff;
    width: 45px;
    height: 45px;
    margin-right: 8px;
}

.upld-txt {
    width: 32px;
    height: 32px;
    background: #636363;
    margin-right: 0;
    filter: invert(1)
}

form textarea {
    background-color: #FFF !important;
    padding: 5px 15px !important;
    max-width: -webkit-fill-available !important;
    /* border: 1px solid #767676; */
    outline: none;
    border-radius: 10px;
}

form input[type=text] {
    background-color: #ffeca3 !important;
    padding: 5px;
    border: 1px solid #767676;
    outline: none;
    border-radius: 3px;
    height: 40px
}

#edpd_global_copy_alert {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 9999;
    background: #5266cc;
    color: #fff;
    padding: 4px;
    box-shadow: 2px 2px 10px -2px #5266cc;
    border: 1px solid #5266cc;
    border-radius: 5px;
    font-size: 14px;
    transition: opacity .5s
}

#edpd_global_copy_alert.edpd-deactive-alert {
    transform: translate(210px);
    transition: transform 1s ease
}

#edpd_global_copy_alert.edpd-active-alert {
    transition: transform 1s ease;
    transform: translate(-20px)
}

.buttons_home_page {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    justify-content: start;
}

#none {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 450px) {
    #form_div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1220px) {
    #form_div {
        width: 66% !important;
    }

    #more_tools {
        width: 25%
    }

    .container-div {
        margin: 0 5% !important;
    }
}

@media only screen and (max-width: 769px) {
    #form_div {
        width: 100% !important;
    }

    .container-div {
        margin: 0 5% !important;
    }

    #more_tools {
        width: 100% !important;
    }

    .header_p {
        width: 100% !important
    }

    #search__result {
        top: 115px !important;
        left: 20px !important;
        width: 90% !important;
        height: 200px !important
    }

    #search__result span {
        width: 98% !important
    }

    .add-btn {
        flex-direction: column !important;
    }
}

#search__result {
    z-index: 10;
    position: absolute;
    background: #fff;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    top: 80px;
    right: 100px;
    padding: 5px;
    height: 400px;
    overflow: auto;
    width: 315px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

#search__result span a {
    padding: 0 0 0 12px;
    font-weight: 400;
    border-radius: 3px;
    display: block;
    font-size: 16px;
    color: #464646 !important;
    -webkit-box-align: center;
    align-items: center
}

#search__result span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    float: left;
    overflow: hidden;
    margin: 3px;
}

.search-link {
    width: 92%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 16px !important;
}

.breadcrumb-active {
    color: #000;
}

.search-link:hover {
    background-color: #F7F7F7;
}

.btn-search {
    border: .2px solid #EBEBEB;
    border-radius: 5px;
    padding: 0 10px;
}

.tooltip4 {
    width: 100%
}

.tooltip4 .tooltiptext {
    visibility: hidden;
    width: 75px;
    background-color: #444;
    color: #fff;
    font-size: 13px;
    opacity: .9;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: 35px;
    top: -5px;
    position: absolute;
    z-index: 1
}

@media only screen and (max-width: 426px) {
    .textClass {
        padding: 0 !important
    }

    .container-div {
        margin: 0 5% !important;
    }

    .buttons_home_page {
        justify-content: space-around
    }

    #Left_top {
        width: 100%;
    }

    .mobile_nav_bar {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .min_nav {
        display: block
    }

    #form_tool {
        flex-direction: column;
        align-items: center;
    }

    /* #AutoNumber3{width:95%;max-width:95%} */
    #form_div {
        width: 100%
    }

    #more_tools {
        width: 100% !important;
    }

    #none {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }

    #head_font {
        font-size: 16px
    }

    /* #header_image{width:200px} */
    .contact {
        width: 92%
    }
}

.btn_forms {
    border-radius: 6px;
    background: #000;
    padding: 10px 40px;
    margin-top: 12px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_forms:hover {
    background-color: #272629 !important;
}

#form_div h3 {
    font-size: 19px
}

textarea:focus {
    outline: none
}

.tooltip,
.tooltip2,
.tooltip3,
.tooltip4 {
    position: relative;
    cursor: pointer;
    display: inline-block
}

textarea.textClass {
    resize: none;
    border-right: 1px solid #EBEBEB;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 16px !important;
    font-family: verdana !important;
    line-height: 26px;
}
#resulttext, #output
{
    line-height: 26px;
}

.main-sidebar-div {
    background-color: #fff !important;
    padding: 20px 5px;
    border-radius: 10px;
}

.sidebar_item {
    padding: 12px;
    border-left: 3px solid #fff;
    background-image: linear-gradient(to right, #ffffff, rgb(255, 255, 255) 50%);
    margin: 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-bottom: 1px solid #dad8d8;
}
.main-sidebar-div .sidebar_item:last-child {
    border-bottom: none;
}

.sidebar_item img {
    margin-right: 10px;
    width: 7px;
}

.sidebar_item a {
    color: #000;
    font-family: verdana;
    padding-left: 5px;
    font-size: 14px !important;
}

.sidebar_item a:hover {
    /* text-decoration: underline !important; */
    color: #0071E3 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 75px;
    background-color: #444;
    color: #fff;
    font-size: 13px;
    opacity: .9;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    bottom: 32px;
    position: absolute;
    z-index: 1
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: #444;
    color: #fff;
    font-size: 12px;
    opacity: .9;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: -32px;
    bottom: 32px;
    position: absolute;
    z-index: 1
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 80px;
    background-color: #444;
    color: #fff;
    font-size: 12px;
    opacity: .9;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 0;
    bottom: 32px;
    position: absolute;
    z-index: 1
}

.tooltip:hover .tooltiptext,
.tooltip2:hover .tooltiptext2,
.tooltip3:hover .tooltiptext3,
.tooltip4:hover .tooltiptext {
    visibility: visible
}

.link_all {
    padding: 8px 7px 4px 8px !important
}

.btn-ad-share-fb {
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #4867aa !important;
    opacity: 1;
    filter: grayscale(0%);
    border-radius: 5px
}

.btn-ad-share-tw {
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #50abf1 !important;
    opacity: 1;
    filter: grayscale(0%);
    border-radius: 5px
}

.btn-ad-share-li {
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #0077b5 !important;
    opacity: 1;
    filter: grayscale(0%);
    border-radius: 5px
}

.btn-ad-share-pn {
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #c61d26 !important;
    opacity: 1;
    filter: grayscale(0%);
    border-radius: 5px
}

.btn-ad-share img {
    width: 20px;
    height: px
}

.model-bg {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 50;
    display: none;
    top: 0;
    left: 0
}

.model-box {
    background: #fff;
    height: auto;
    left: 57%;
    width: 450px;
    margin: 0 auto;
    min-height: 200px;
    position: fixed;
    top: 20%;
    margin-left: -300px;
    z-index: 60;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 50px -5px #3a3a3a;
    padding: 0;
    overflow: hidden
}

.model-box .model-heading {
    width: 100%;
    display: block;
    color: #000;
    border-bottom: 1px solid #929292;
    background: #fff;
    text-align: left;
    padding: 6px;
    font-size: 20px
}

.model-box .model-body {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #6b6b6b;
    min-height: 110px;
    padding: 10px
}

.model-box .model-footer {
    width: 100%;
    display: block;
    background: #dab00d;
    color: #fff;
    margin-bottom: 0;
    padding: 7px;
    text-align: center
}

.close-model {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    background: #e7e7e7;
    border-radius: 3px;
    padding: 0 8px;
    border: none
}

.close-model:hover {
    color: #000;
    background: #ccc
}

.model-box .model-footer a {
    color: #0058b0
}

.model-box .model-footer a:hover {
    text-decoration: underline
}

.footer_section {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    text-align: center;
}

.footer_section div:first-child {
    flex-basis: 25%
}

.footer_section div:nth-child(2) {
    flex-basis: 50%;
    text-align: center
}

.footer_section div:last-child {
    flex-basis: 25%;
    text-align: right
}

@media only screen and (max-width: 992px) {
    .footer_section {
        flex-direction: column
    }

    .footer_section div {
        text-align: center !important
    }

    #none {
        flex-direction: column
    }

    #none td {
        margin: 5px auto;
    }

}

@media only screen and (max-width: 768px) {
    .desk_bread {
        display: none
    }

    #none td {
        width: 100%;
        text-align: center;
    }

    .header_p {
        width: 50%
    }

    #none td:last-child {
        text-align: left;
        line-height: 1.6
    }

    #AutoNumber3 {
        margin: 0 auto
    }
}

.d-flex-buton {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 1023px) {
    .model-box {
        left: 50%;
        width: 50%;
        margin-left: -25%
    }
}

@media screen and (max-width: 650px) {

    .tooltip:hover .tooltiptext,
    .tooltip2:hover .tooltiptext2,
    .tooltip3:hover .tooltiptext3 {
        display: none
    }

    .model-box {
        left: 6%;
        width: 88%;
        margin-left: 0;
    }

    .model-box .model-footer {
        font-size: 16px;
        padding: 1px
    }

    .tool_content2 img {
        width: 100% !important;
        height: auto !important
    }

    .nav_link {
        display: none !important;
    }

}

.submit__btn {
    font-size: 17px;
    padding: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1480px !important;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1480px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    /* .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    } */

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* .captcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: 70px;
    min-height: 70px
} */

.flag-n {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: none
}

.flag-n::before {
    width: 100px;
    height: 30px;
    position: absolute;
    background: #5266cc;
    left: 75;
    font-weight: 700;
    content: "Copied";
    top: -48px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    display: block
}

.globalcopybtn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: -3px;
    background: url('/assets/images/copy.png');
    height: 16px;
    width: 16px;
}

.flag-n::after {
    width: 0;
    height: 0;
    position: absolute;
    left: 82px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #5266cc;
    top: -13px;
    display: block;
    content: ""
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.text-center {
    text-align: center !important;
}

.search_bar {
    display: flex;
    /* background: #FFF; */
    height: 100%;
    padding: 0 7px;
    /* border-radius: 10px; */
    /* border: 1px solid #9c9898; */
}

.search_bar_main {
    /* min-height: 30px; */
    border: 1px solid #9c9898;
    background: white;
    /* margin-top: -6px; */
    border-radius: 10px;
}

.nav_link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px;
}

.nav_link a.active {
    color: #FFF;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 10px;
}

.container-footer {
    width: 100%;
    color: #FFF;
    background-color: #000;
}

.footer-description {
    margin: 0 18%;
}

.download-link {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_social_icons a {
    margin: 0 20px !important;
}

.search_input {
    width: 300px;
    height: 30px;
    font-size: 16px;
    padding-left: 10px;
    border: none;
    background: transparent;
    flex-basis: 90%;
    outline: none;
    background: white;
}

.tool-home {
    background-color: #FFF;
    border: 1px solid #FFF;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.tool-btn {
    display: flex;
    flex-wrap: wrap !important;
}

.content.textContent {
    border: none;
    background: #fff !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.textClass {
    border: none !important;
    /* border-left: 1px solid #EBEBEB !important; */
}

/* .btn_forms {
    height: auto !important;
    padding: 10px !important;
} */

.ad-1 {
    height: 400px !important;
    width: 150px;
    /* text-align: left !important; */
}

.ad-main-1 {
    /* flex-basis: 20% !important; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.container-div {
    margin: 0 5% !important;
}

.container-nav {
    margin: 0 5% !important;
}

.model-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.model-content p {
    width: 80%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;

    color: #8E93A6;
    font-family: Verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.model-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.btn-model {
    border: none !important;
    flex: 1;
    padding: 15px;
    margin: 15px 0;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
}

.footer-model {
    display: flex;
    gap: 15px;
}

.btn-yellow {
    background-color: #FFE04C;
    color: #000;
}

.btn-dark {
    background-color: #000;
    color: #FFF;
}

@media only screen and (max-width: 769px) {
    .content.textContent.textContent2 {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    #div1 {
        width: 100% !important;
    }

    #div2 {
        width: 100% !important;
    }

    .bottom-bar {
        justify-content: center !important;
    }

    .footer-model {
        display: flex !important;
        gap: 0;
        flex-direction: column !important;
        width: 89%;
    }

    .btn-model {
        margin: 5px 0px !important;
        display: block !important;
        width: 100% !important;
    }

    .tool_content img {
        width: 100% !important;
        height: auto !important;
    }

    .submit__btn {
        flex-grow: 1 !important;
    }

    .model-captche-box{
        right: 4% !important;
    }
}

.tool_content p {
    text-align: justify !important;
}

.tool_content ul {
    padding: 0 !important;
}

.lang-select {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.lang-select:focus-visible {
    outline: none;
}

.contact-div {
    margin: 70px 0;
}

#myForm .content {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    /* border-radius: 10px; */
}

.content {
    margin: 0 !important;
}

@media screen and (max-width: 426px) {

    .textClass {
        margin-bottom: 10px !important;
        border: 0.5px solid #EBEBEB !important;
        padding: 5px !important;
    }
}

#myForm {
    position: relative !important;
}

.mid-line {
    position: absolute !important;
    height: 100% !important;
    width: 1px !important;
    z-index: 1 !important;
    background-color: #00000030 !important;
    left: 50%;
    top: 0;
    transform: translate(0px, 0px);
}

@media screen and (max-width: 426px) {
    .mid-line {
        display: none !important;
    }
}

.side_tools_links.active {
    color: #0071E3 !important;
}

.count-sidebar {
    flex-basis: 5%;
}

.img-sidebar {
    background-image: url(../../web_assets/frontend/image/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    height: 20px;
    width: 20px;
    margin-right: 10px;

}

.clearfix {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px !important;
}

.clearfix div {
    width: 100%;
}

/* tool tip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.flex-rwo-reverse {
    flex-direction: row-reverse;
}

.model-captche-bg {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 50;
    display: none;
    top: 0;
    left: 0
}

.model-captche-box {
    background: #fff;
    height: auto;
    left: 57%;
    width: 400px;
    margin: 0 auto;
    min-height: 200px;
    position: fixed;
    top: 20%;
    margin-left: -300px;
    z-index: 60;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 50px -5px #3a3a3a;
    overflow: hidden;
    padding-bottom: 20px;
}

.w-100{
    width: 95% !important;
}

.close-icon{
    cursor: pointer;
}
.grammar-in{
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.grammar-in img{
    max-width: 80%;
}

@media screen and (max-width: 426px) {
    .model-captche-box {
        left: 6%;
        width: 88%;
        margin-left: 0;
    }
}

.mb-2{
    margin-bottom: 20px !important;
}
#ac-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 2001;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:640px){
    #ac-wrapper a img {
    width: 90%;
}
}
.moreFontBtn {
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #0d6efd;
    cursor: pointer;
    padding: 6px 12px;
}
.moreFontBtn:hover {
    background: #fff;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}
.section-6 .my-container{
    margin: 0px auto;
    width: 80%;
    padding: 20px;
}