﻿body
{
    font-family: 'Lato';
    -webkit-font-smoothing: subpixel-antialiased;
}
h1
{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 0;
}
h2
{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .25px;
    color: #000;
    margin-bottom: 0;
}
h3
{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-bottom: 0;
}
h4
{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .15px;
    color: #000;
    margin-bottom: 0;
}
h5
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .01em;
    margin-bottom: 0;
    color: #000;
}
h6
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6
{
    line-height: 1.5!important;
    letter-spacing: 1px!important;
}
p
{
    color: #243d4e!important;
    font-weight: 500!important;
    letter-spacing: normal!important;
}
span
{
    color: #243d4e;
}
.primary-color
{
    color: #f37521!important;
}
.secondary-color
{
    color: #00224a!important;
}
.text-ellipsis-1
{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-ellipsis-2
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-ellipsis-5
{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.form-control:focus
{
    box-shadow: none;
}
a:link
{
    text-decoration: none!important;
}
a:hover, .description-hover:hover *
{
    opacity: .9!important;
    text-decoration: none!important;
}
a
{
    text-decoration: none!important;
    cursor: pointer;
}
::placeholder
{
    font-weight: bold;
}
.text-grey
{
    color: #5f5f5f!important;
}
.solid_button
{
    background-color: #f37521!important;
    border: none!important;
    text-decoration: none!important;
}
.category div p
{
    color: #186aa5!important;
}
.category-label
{
    color: #186aa5!important;
    font-weight: 700;
}
.header-padding
{
    margin-top: 0;
    padding-top: 4rem!important;
}
.custom-text
{
    color: #243d4e;
}
.custom-header
{
    color: #186aa5;
    font-weight: 600;
}
.center-justified
{
    margin: 0 auto;
    text-align: justify;
    width: 30rem;
}
@media screen and (max-width: 767px)
{
    .toggle-menu
    {
        width: 44px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .responsive-nav-login__list
    {
        border-bottom: 1px solid rgba(255,255,255,.15);
        right: 20px;
    }
}
.text-effect:hover
{
    font-size: .8rem!important;
}
.menu-drawer li a:hover
{
    color: #fff!important;
}
.header-bgc
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    background-color: #243d4e;
}
.header-bgc:after
{
    content: " ";
    display: block;
    background: none;
    height: 10px;
    width: 100%;
    border: 0;
    position: absolute;
    top: 90px;
    z-index: -1;
}
@media screen and (max-width: 800px)
{
    .header-bgc:after
    {
        top: 60px;
        z-index: -1;
    }
    .header-bgc
    {
        height: 60px;
    }
    .document-search .nav
    {
        position: relative!important;
    }
}
.responsive-nav-login__list
{
    top: 15px;
}
.DP-logo, .custom-nav-item
{
    height: 100%;
    padding-left: 10%;
    width: 90%;
}
@media screen and (min-width: 975px)
{
    .custom-responsive-item-drawer
    {
        display: none;
    }
}
@media screen and (max-width: 991px)
{
    .custom-responsive-item
    {
        display: none;
    }
    .toggle-menu
    {
        top: 10px;
    }
    .toggle-menu:hover
    {
        background: none;
    }
    .responsive-nav-login__item:hover
    {
        background: none!important;
    }
    .toggle-menu::after
    {
        content: '';
        font-size: 30px;
        color: #fff;
        position: absolute;
        left: 10px;
    }
}
.breadcrumb
{
    background-color: #fff!important;
    border-bottom: solid 1px #b2b2b2;
    border-radius: 0;
}
.breadcrumb-item
{
    color: #5f5f5f!important;
    font-weight: bold;
}
.breadcrumb a
{
    color: #5f5f5f;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.breadcrumb a:hover, .breadcrumb a:focus
{
    color: #5f5f5f;
}
#search-text
{
    width: auto;
    height: auto;
    font-size: auto;
    color: #000;
    border-width: auto;
    background: #fff;
}
.btn-hover:hover, solid_button:hover
{
    background-color: #f58d48!important;
    text-decoration: none!important;
}
.btn-hover a
{
    text-decoration: none!important;
}
.create-doc div p
{
    font-size: 1.2vw;
    font-weight: 600;
}
.doc-content h2
{
    font-size: 2vw!important;
}
.featured-boxes-flat .featured-box .icon-featured
{
    top: 0!important;
}
.box-content-border-bottom
{
    border-bottom-color: #186aa5!important;
}
.page-header.page-header-modern.page-header-background
{
    background-size: cover!important;
}
.page-header.page-header-modern.page-header-background.page-header-background-md
{
    padding: 100px 0!important;
}
.pricing-table .plan.plan-featured
{
    transform: scale(1);
}
.pricing-table .plan .plan-footer
{
    padding: 0 .8rem 2.5rem!important;
}
.custom-landing-img
{
    position: relative;
    background: url("../image/bg-landing.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bg-sign-up-img
{
    position: relative;
    background: url("../image/bg-sign-up.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-owl-theme.owl-theme .owl-nav [class*=owl-]:hover
{
    background-color: transparent!important;
    color: #777!important;
}
.bg-document-img
{
    position: relative;
    background: url("../image/bg-document.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-landing-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,.5);
}
.custom-signup-img
{
    position: relative;
    background: url("../image/bg-signup.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-signup-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,.3);
}
.custom-refer-img
{
    position: relative;
    background: url("../image/bg-refer.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-refer-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,.3);
}
.column
{
    float: left;
    width: 25%;
    padding: 10px;
}
.column
{
    opacity: 1;
    cursor: pointer;
}
.column:hover
{
    opacity: .8;
}
.row:after
{
    content: "";
    display: table;
    clear: both;
}
.closebtn
{
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}
.custom-create-doc-text
{
    color: #243d4e;
}
.test-123
{
    font-size: 12px;
}
.custom-advance-search-bg
{
    background-color: #f8fbff;
}
@media(max-width: 767px)
{
    .custom-hr
    {
        display: inline-block;
    }
    .custom-search-result
    {
        text-align: center;
    }
    .custom-line, .custom-divivder
    {
        display: none;
    }
    .my-account-menu .nav
    {
        position: relative;
        max-width: 100%;
    }
}
@media(min-width: 768px)
{
    .custom-hr
    {
        display: none;
    }
    .custom-line, .custom-divivder
    {
        display: inline-block;
    }
}
.custom-pricing-img
{
    position: relative;
    background: url("../image/bg-pricing.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-pricing-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,.3);
}
.custom-pricing-text
{
    color: #186aa5!important;
}
.pricing-table .plan .plan-features ul li
{
    color: #5f5f5f;
    font-weight: 500;
    line-height: 2;
    font-size: 14px!important;
}
.my-acount-header
{
    padding-top: 100px!important;
}
.rounded-top
{
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.rounded-bottom
{
    border: none!important;
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
}
.toggle.toggle-minimal .toggle>label
{
    background: transparent;
    color: #186aa5;
    border-left: 0;
    border-bottom: 0 solid #cccc;
    border-radius: 0;
    margin: 0;
    padding: 12px 20px 12px 0;
    font-weight: 600;
}
.toggle>div
{
    color: #243d4e;
}
html .toggle-custom.toggle-simple .toggle>label:after
{
    background-color: #f37521;
}
.custom-contact-img
{
    position: relative;
    background: url("../image/bg-contact.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-contact-team-img
{
    position: relative;
    background: url("../image/bg-about-us-our-team.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-contact-team-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,.3);
}
.form-control:disabled, .form-control[readonly]
{
    background-color: #fff;
}
.my-account-menu li
{
    padding-right: 1px;
    padding-left: 1px;
}
.pricing-table .plan .plan-footer
{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.rounded-top
{
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus
{
    border-bottom: 2px solid #eee;
}
.tabs.tabs-simple .nav-tabs>li
{
    margin-left: -30px;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus
{
    border-bottom-color: #f37521!important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border-bottom: none!important;
}
.featured-box
{
    border: none;
}
.featured-box .box-content-border-bottom
{
    border-right: 1px solid rgba(0,0,0,.06)!important;
    border-left: 1px solid rgba(0,0,0,.06)!important;
}
.toggle.toggle-simple .toggle>label:after
{
    width: 18px;
    height: 18px;
}
.toggle.toggle-simple .toggle>label:before
{
    top: 10px;
    left: 4px;
}
.table td, .table th
{
    border-color: #fff;
    padding-bottom: 10px;
}
.bg-career-img
{
    position: relative;
    background: url("../image/bg-career.png") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
.bg-career-img-2
{
    position: relative;
    background: url("../image/bg-career-2.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
.custom-about-img
{
    position: relative;
    background: url("../image/bg-about-us.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-about-img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,95,95,0);
}
.news_detail i
{
    margin-left: 50px!important;
}
.blog-item
{
    transition: all .2s ease-in-out;
}
.blog-item:hover
{
    transform: scale(1.02);
    box-shadow: 10px 10px 5px #f7efef;
}
.nav
{
    background: #fff!important;
}
.nav-link
{
    color: #186aa5!important;
    font-weight: bold;
}
.follow-us
{
    margin-right: 1.5vw!important;
}
footer a:hover
{
    font-size: .8rem;
}
.social-icons li a:hover
{
    width: 26px;
    height: 26px;
}
.social-icons-hover:hover
{
    width: 33px!important;
    height: 33px!important;
}
.pricing-table .plan.plan-featured
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
table.dataTable thead th, table.dataTable thead td
{
    border-bottom: 0!important;
    font-family: 'Montserrat';
    color: #243d4e;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
table.dataTable thead th
{
    font-size: 1.2rem;
    font-weight: 500;
}
.toggle>label:before
{
    right: 0;
}
.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus
{
    border-top: 3px solid #186aa5!important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td
{
    vertical-align: top!important;
}
.toggle-menu i
{
    top: 8px;
}
.ui-autocomplete
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000!important;
    display: none;
    float: left!important;
    min-width: 160px!important;
    padding: 5px 0!important;
    margin: 2px 0 0!important;
    list-style: none!important;
    font-size: 14px!important;
    text-align: left!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;
    background-clip: padding-box!important;
    border-color: #f5f5f5!important;
}
.ui-autocomplete>li
{
    padding: 5px 0!important;
}
.ui-autocomplete>li>div
{
    display: block!important;
    padding: 3px 20px!important;
    clear: both!important;
    font-weight: normal!important;
    line-height: 1.42857143!important;
    color: #333!important;
    white-space: nowrap!important;
}
.ui-state-hover, .ui-state-active, .ui-state-focus
{
    text-decoration: none!important;
    color: #262626!important;
    background-color: #f5f5f5!important;
    cursor: pointer!important;
    border-color: #f5f5f5!important;
}
.ui-helper-hidden-accessible
{
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}
.stellarnav.dark.desktop
{
    display: none!important;
}
.table thead th
{
    border-top: 0;
    border-bottom: .5px solid #dee2e6!important;
}
.table td, .table th
{
    padding-top: 40px;
    padding-bottom: 30px;
    border-color: #dee2e6;
    border-width: .5px;
}
.table tbody tr
{
    border-bottom: .5px solid #dee2e6!important;
}
@media(max-width: 565px)
{
    .mobile-h1
    {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 56px;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 0;
    }
    .mobile-h2
    {
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 41px;
        letter-spacing: .25px;
        color: #000;
        margin-bottom: 0;
    }
    .mobile-h3
    {
        font-style: normal;
        font-weight: 600;
        font-size: 24px!important;
        line-height: 29px;
        color: #000;
        margin-bottom: 0;
    }
    .mobile-h4
    {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .15px;
        color: #000;
        margin-bottom: 0;
    }
    .mobile-h5
    {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .01em;
        color: #000;
        margin-bottom: 0;
    }
    .mobile-h6
    {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #000;
        margin-bottom: 0;
    }
    .responsive-nav-login__item
    {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .about-us-box
    {
        text-align: start!important;
    }
    .nav-menuOepn
    {
        max-width: 44px;
        min-height: 58px;
        position: absolute;
        top: 7px!important;
        right: 0;
        z-index: 999;
    }
    .rounded-top-silver
    {
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
    }
    .rounded-top-platinum
    {
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
    }
    .rounded-bottom-silver
    {
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
    }
    .rounded-bottom-platinum
    {
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
    }
    .landing-search-btn
    {
        padding: 0!important;
    }
    .custom-text
    {
        color: #243d4e;
        font-weight: bold;
    }
    .landing-input
    {
        width: 50%!important;
    }
    .iframe-container
    {
        overflow: hidden;
        padding-top: 100%;
        position: relative;
    }
    .iframe-container iframe
    {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .toggle.toggle-simple .toggle>label
    {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .toggle.toggle-simple .toggle>label:after
    {
        margin-top: -20px;
        font-weight: bold;
    }
    .toggle.toggle-simple .toggle>label:before
    {
        top: 1px;
        left: 6px;
        font-weight: bold;
    }
    .mobile-justify-content-start
    {
        justify-content: start!important;
    }
    .mobile-justify-content-end
    {
        justify-content: end!important;
    }
    .resp-width
    {
        width: 111%!important;
    }
    .resp-about-us
    {
        width: 100%!important;
    }
    .resp-docs-list
    {
        display: inline-block!important;
    }
    .docs-list
    {
        display: none!important;
    }
    .custom-contact-img
    {
        display: none;
    }
    .d-inline
    {
        display: none!important;
    }
    #search-text-button
    {
        width: 30px!important;
        height: 30px!important;
    }
    .promo_code_checkbox #promo_checkbox, .user-profile-checkbox input
    {
        margin-top: 8px!important;
    }
    .promo_code_checkbox div label, .user-profile-checkbox label
    {
        margin-top: 1px!important;
    }
    .resp-custom-contact-img
    {
        position: relative;
        background: url("../image/bg-contact.jpg") no-repeat center center/cover;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .resp-custom-contact-img::after
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(95,95,95,.5);
    }
    .header-menu-item
    {
        display: none!important;
    }
    .DP-logo, .custom-nav-item
    {
        height: 100%;
        padding-left: 10%;
        width: 280px!important;
        margin-right: 10px;
    }
    .column
    {
        height: 150px;
    }
    .logo-sm
    {
        min-width: 80%;
        display: inline-block!important;
    }
    .logo-md
    {
        display: none!important;
    }
    .nav-menuOepn
    {
        max-width: 44px;
        min-height: 58px;
        position: absolute;
        top: 7px!important;
        right: 0;
        z-index: 999;
    }
    .menu-user
    {
        margin-right: 60px;
    }
    .mobile-menu-search
    {
        margin-top: 16px!important;
    }
    .custom-body-padding
    {
        padding: 0!important;
    }
}
@media(min-width: 576px)
{
    .landing-search-btn
    {
        padding: 20px;
    }
    .custom-text
    {
        color: #243d4e;
        font-weight: bold;
    }
    .logo-sm
    {
        min-width: 100%!important;
        display: none!important;
    }
    .logo-md
    {
        display: inline-block!important;
    }
    .mobile-menu-user
    {
        margin-right: 60px;
    }
    .mobile-menu-search
    {
        margin-top: 16px!important;
    }
    .nav-menuOepn
    {
        max-width: 44px;
        min-height: 58px;
        position: absolute;
        top: 7px!important;
        right: 0;
        z-index: 999;
    }
    .menu-user
    {
        margin-right: 80px;
    }
    .rounded-top-silver
    {
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
    }
    .toggle-menu .text-white
    {
        margin-right: 80px!important;
    }
    .rounded-top-platinum
    {
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
    }
    .rounded-bottom-silver
    {
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
    }
    .rounded-bottom-platinum
    {
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
    }
    .responsive-nav-login__item
    {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .resp-width
    {
        width: 105%!important;
    }
    .resp-docs-list
    {
        display: none!important;
    }
    .docs-list
    {
        display: inline-block!important;
    }
    .toggle.toggle-simple .toggle>label
    {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .toggle.toggle-simple .toggle>label:after
    {
        margin-top: -20px;
    }
    .toggle.toggle-simple .toggle>label:before
    {
        top: 2px;
    }
    .promo_code_checkbox #promo_checkbox, .user-profile-checkbox input
    {
        margin-top: 8px!important;
    }
    .promo_code_checkbox div label, .user-profile-checkbox label
    {
        margin-top: 1px!important;
    }
    .header-menu-item
    {
        display: auto!important;
    }
    .DP-logo, .custom-nav-item
    {
        height: 100%;
        padding-left: 10%;
        width: 350px!important;
    }
    .about-us-box
    {
        text-align: justify!important;
    }
}
@media(min-width: 768px)
{
    .landing-search-btn
    {
        padding: 30px;
    }
    .nav-menuOepn
    {
        max-width: 44px;
        min-height: 58px;
        position: absolute;
        top: 13px!important;
        right: 0;
        z-index: 999;
    }
    .advance-search-item
    {
        display: none;
    }
    .mobile-menu-search
    {
        display: none;
    }
    .rounded-top-silver
    {
        border-top-left-radius: 5px!important;
        border-top-right-radius: 0!important;
    }
    .rounded-top-platinum
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 5px!important;
    }
    .rounded-bottom-silver
    {
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 0!important;
    }
    .rounded-bottom-platinum
    {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 5px!important;
    }
    .responsive-nav-login__item
    {
        border-bottom: none;
    }
    .resp-about-us
    {
        width: 80%!important;
    }
    .DP-logo, .custom-nav-item
    {
        height: 100%;
        padding-left: 10%;
        width: 280px!important;
    }
    #search-text-header-custom
    {
        width: 80px!important;
    }
    .menu-search-bar
    {
        width: 150px!important;
    }
    .about-us-box
    {
        text-align: justify!important;
    }
}
@media(min-width: 992px)
{
    .landing-search-btn
    {
        padding: 30px;
    }
    .advance-search-item
    {
        display: none!important;
    }
    .landing-input
    {
        width: 40%!important;
    }
    .resp-width
    {
        width: 100%!important;
    }
    .DP-logo, .custom-nav-item
    {
        height: 100%;
        padding-left: 10%;
        width: 280px!important;
    }
    #search-text-header-custom
    {
        width: 80px!important;
    }
    .menu-search-bar
    {
        width: 200px!important;
    }
}
@media(min-width: 1200px)
{
    .advance-search-item
    {
        display: inline-block!important;
    }
    #search-text-header-custom
    {
        width: auto!important;
    }
    .DP-logo, .custom-nav-item
    {
        height: 100%;
        padding-left: 10%;
        width: 90%!important;
    }
    #search-text-header-custom
    {
        width: 100px!important;
    }
    .menu-search-bar
    {
        width: 200px!important;
    }
}
@media(min-width: 1320px)
{
    .menu-search-bar
    {
        width: 300px!important;
    }
}