/*-----------------------------------------------------------------------------------

    Template Name: Aievari - HYIP Investment Business HTML Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
    2.1 Header Bottom Area 
    2.2. Sticky Header Area
    2.3. Mobile Menu Area
    3. Intro Area
    4. Count Area
    5. Invest Area
    6. support-service-area  Area
    7. Self Area Css
    8. work-proses area
    9. Payment History area
    10. Banner area.
    11. Blog Area
    12. Reviews Area Css
    13. FAQ  Area
    14. Footer Area
    15. Home 02 Area
    16. Bread cumb area
    17.	About page  CSS
    18.Feature Area
    19. Team Area
    20. Login And Register page
    21. Blog Sidebar Area
    22. Blog Details
    23.Contact CSS
    24.	Animation  CSS



`-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  Google Fonts
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');

/*----------------------------------------*/


/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 25px;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

    p:last-child {
        margin-bottom: 0;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 0 0 15px;
    color: #333333;
    font-weight: 500;
}

h1 {
    font-size: 45px;
    line-height: 100%;
    color: #fff;
}

h2 {
    font-size: 32px;
    line-height: 100%;
}

h3 {
    font-size: 28px;
    line-height: 100%;
}

h4 {
    font-size: 26px;
    line-height: 110%;
}

h5 {
    font-size: 20px;
    line-height: 100%;
}

h6 {
    font-size: 16px;
    line-height: 100%;
}

.red-heading-center {
    color: #0071bc;
    margin-bottom: 25px;
}
.dispute-pages-heading {
    color: #0071bc;
    margin-bottom: 15px;
    margin-top: 15px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #E6922E;
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0 none;
    }

    a:hover,
    a:focus {
        color: #3d5368;
        text-decoration: none;
    }

body {
    background: url(../img/page-bg-img.png) repeat scroll 0 0;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
    background-attachment: fixed;
}

#scrollUp {
    bottom: 70px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 50px;
    background-color: #fff;
    color: #0071bc;
    text-align: center;
    height: 50px;
    border-radius: 62px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #ccc;
    background-image: url(../img/scroll-top-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

    #scrollUp:hover {
        bottom: 65px;
        transition-duration: 500ms;
    }

.gray-section,
.Right-side-content-inner-gray-section {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8);
}

.Right-side-content-inner-gray-section {
    padding: 30px 25px;
}

.side-navigation-box {
    max-width: 150px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.Right-side-content-box {
    width: calc(100% - 180px);
    float: left;
}

.rectangle {
    width: 300px;
    height: 150px;
    border: double;
    border-color: aqua;
    background-color: blue;
    margin-left: 25%;
}
/*label {
    color: #0071bc;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}*/
.Headinglabel {
    color: #0071bc;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input[type=checkbox]
{
    -moz-appearance:initial;
}
input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
    }

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #E6922E;
    text-shadow: none;
}

::selection {
    background: #E6922E;
    text-shadow: none;
}

.bg-color {
    background: #fafafa;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.cut-angel-box {
    background: url(../img/serving-collection-img.jpg) repeat scroll center right;
    background-size: contain;
}

.cut-angel-content {
    background: #f2f2f2;
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0, 100% 0%);
}

.section-inner-box {
    padding-left: 20%;
    padding-right: 100px;
}

    .section-inner-box h2 {
        color: #0071bc;
    }

    .section-inner-box p {
        font-size: 19px;
        font-weight: 400;
        line-height: 28px;
    }

.area-padding {
    padding: 60px 0px;
    position: relative;
}

.FR-back-btn.common-btn {
    /* position: absolute;
    margin-left: 60px;
    top: 20px; */
    display: table;
    width: 130px;
    margin: 0 auto 30px;
}

.FR-Cards.common-btn {
    /* position: absolute;
    margin-left: 60px;
    top: 20px; */
    background: #339e3d;
    display: block;
    width: 350px;
    margin: 0 auto 20px;
}

.area-padding-2 {
    padding: 60px 0px;
}

.page-padding {
    padding: 60px 0px;
}

.page-padding-2 {
    padding: 60px 0px;
}

.empty-space15 {
    height: 15px;
}

.empty-space20 {
    height: 20px;
}

.empty-space25 {
    height: 25px;
}

.empty-space30 {
    height: 30px;
}

.empty-space35 {
    height: 35px;
}

.empty-space40 {
    height: 40px;
}

.empty-space45 {
    height: 45px;
}

.empty-space50 {
    height: 50px;
}

.empty-space55 {
    height: 55px;
}

.empty-space60 {
    height: 60px;
}

.empty-space70 {
    height: 70px;
}

.empty-space80 {
    height: 80px;
}

.white-headline h3 {
    color: #fff;
}

.common-number-list-order {
    padding-left: 15px;
}

    .common-number-list-order li {
        font-size: 19px;
        margin-bottom: 5px;
    }

        .common-number-list-order li::marker {
            color: #0071bc;
            font-weight: 600;
        }

.error-fld {
    color: red;
    display: block;
    font-size: 15px;
}

.error-fld-blue {
    color: blue;
    display: block;
    font-size: 15px;
}

.confirmation-fld {
    color: #339e3d;
    display: block;
    font-size: 16px;
}

/*.table-content-box .ob_gFCont {
    background-image: none;
    background-color: #ffffff;
    height: auto;
    min-height: 50px;
    font-size: 14px;
}

.table-content-box .ob_iDdlTL {
    display:none!important;
}
.table-content-box .ob_iDdlTC {
    background-image: none;
}
.table-content-box .ob_iDdlIE {
    font-size: 14px !important;
    margin-top: 0px !important;
}
.table-content-box .ob_iDdlITCN,
.table-content-box .ob_iDdlITCO,
.table-content-box .ob_iDdlITCAO,
.table-content-box .ob_iDdlITCAC {
    height: auto;
    padding: 5px 8px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.table-content-box .ob_iDdlTR {
    height: 14px;
    width: 10px;
    background-image: url(../img/table-row-arrow-up-down.png);
    right: 6px;
    top:6px;
}
.table-content-box .ob_iDdlITCO .ob_iDdlTR,
.table-content-box .ob_iDdlITCN .ob_iDdlTR,
.table-content-box .ob_iDdlITCAO .ob_iDdlTR,
.table-content-box .ob_iDdlITCAC .ob_iDdlTR {
    background-position: 0px 0px;
}
.table-content-box .ob_iDdlICHCM,
.table-content-box .ob_iDdlICF {
    display: none;
    background-image: none;
}
.table-content-box .ob_gHCnC {
    display: none;
}
.table-content-box .ob_gHContWG .ob_gH .ob_gC, .table-content-box .ob_gHContWG .ob_gH .ob_gCW {
    background-image: none;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #002654;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    height: auto;
    min-height:40px;
    padding:10px 10px;
    vertical-align:baseline;
    
}
.table-content-box .ob_gBody {
    background-color: #ffffff;
    border-collapse: separate;
    border-spacing: 0px 15px;
    
}
.table-content-box .ob_gCFCont {
    background: #f2f2f2;
}
    /*.table-content-box .ob_gBody td:first-child {
        border-left: 1px solid #ccc;
    }
    .table-content-box .ob_gBody td:last-child {
        border-left: 1px solid #ccc;
    }*/
/*.table-content-box .ob_gBody .ob_gC, .table-content-box .ob_gBody .ob_gCW {
        height: 25px;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        color: #333333;
        vertical-align: middle;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 17px;
        padding: 10px;
    }
.table-content-box .ob_gPBC {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
}
.table-content-box .ob_iDdlICBC li.ih,
.table-content-box .ob_iDdlICBC li.ih i {
    background-image: none!important;
}
.table-content-box .ob_gPBC:hover {
    background-color: #ccc;
}
.table-content-box .ob_gCFR .ob_gC, .table-content-box .ob_gCFR .ob_gCW {
    padding: 10px;
}
.table-content-box .ob_gHContWG .ob_gH .ob_gC div.ob_gHSI, .table-content-box .ob_gHContWG .ob_gH .ob_gCW div.ob_gHSI {
    bottom: 0px;
    margin-top: 0px;
    position: inherit;
    margin-left: 8px;
    height: auto;
    width: 100%;
    max-width: 10px;
}
.table-content-box .ob_gBICont {
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.table-content-box .ob_gCFICont, .table-content-box .ob_gHICont {
    padding-left: 15px;
    padding-right: 15px;
}
.table-content-box .ob_gBody .ob_gC div.ob_gCc2, .table-content-box .ob_gBody .ob_gCW div.ob_gCc2,
.table-content-box .ob_gH .ob_gC div {
    padding: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    position: static;
    width: auto;
    overflow: hidden;
}
.table-content-box td.ob_gDGE.ob_gC.ob_gC_Fc {
    border-left: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}
.table-content-box .ob_gHContWG {
    background: #f2f2f2;
}
.table-content-box .ob_gBody td.ob_gCW.ob_gC_Lc {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}
.table-content-box .ob_gMCont {
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8);
}
.table-content-box .ob_gHContWG .ob_gH .ob_gC div.ob_gCc1, .table-content-box .ob_gHContWG .ob_gH .ob_gCW div.ob_gCc1 {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}
.table-content-box .ob_gBCont .ob_gCS, .table-content-box .ob_gBCont .ob_gCS_F, .table-content-box .ob_gBLS, .table-content-box .ob_gBRS {
    background-color: transparent;
}
.table-content-box .ob_gFCnC, .table-content-box .ob_gFCnR, .table-content-box .ob_gFCnL {
    background-image: none;
    background-color: #f2f2f2;
}
.table-content-box .ob_gCFR .ob_gC, .table-content-box .ob_gCFR .ob_gCW, .table-content-box .ob_gRS {
    background-image: none;
}
.table-content-box .ob_gBody .ob_gC div.ob_gCc2C, .table-content-box .ob_gBody .ob_gCW div.ob_gCc2C {
    padding: 0px;
    padding-left: 0px;
    margin-right: 0px;
    position: static;
    width: auto;
    overflow: hidden;
    text-align: left;
}
.table-content-box .ob_gH .ob_gC div.ob_gCc2C, .table-content-box .ob_gH .ob_gCW div.ob_gCc2C {
    padding: 0px;
    padding-left: 0px;
    margin-right: 0px;
    position: static;
    width: auto;
    overflow: hidden;
    text-align: left;
}
.table-content-box .ob_gCFR .ob_gC div.ob_gCc2C, .table-content-box .ob_gCFR .ob_gCW div.ob_gCc2C {
    padding: 0px;
    padding-top: 0px;
    padding-left: 00px;
    margin-right: 0px;
    position: static;
    width: auto;
    overflow: hidden;
    text-align: left;
}
.table-content-box .ob_gBody .ob_gC div.ob_gCc2R, .table-content-box .ob_gBody .ob_gCW div.ob_gCc2R {
    padding: 0px;
    padding-left: 0px;
    margin-right: 0px;
    position: static;
    width: auto;
    overflow: hidden;
    text-align: left;
}
.table-content-box .ob_gCFR .ob_gC div.ob_gCc2R, .table-content-box .ob_gCFR .ob_gCW div.ob_gCc2R {
    padding: 0px;
    padding-left: 0px;
    margin-right: 0px;
    position: static;
    width: auto;
    overflow: hidden;
    text-align: left;
}
.table-content-box .ob_gR,
.table-content-box .ob_gRA {
    background-image: none;
    background-color: #ffffff;
}
    .table-content-box .ob_gCFCont .ob_gCS, .table-content-box .ob_gCFCont .ob_gCS_F {
    display: none;
}
.table-content-box .ob_gHCont .ob_gCS, .table-content-box .ob_gHContWG .ob_gCS, .table-content-box .ob_gHCont .ob_gCS_F, .table-content-box .ob_gHContWG .ob_gCS_F {
    display: none;
}
.table-content-box .ob_gC {
    white-space: normal;
}
.table-content-box .ob_gC div div {
        white-space: normal;
    }*/
.quick-search-form .small-input-fld {
    width: 120px;
    margin-right: 30px;
    margin-top: 20px;
}

.quick-search-form {
    padding-left: 0px;
    padding-right: 0px;
}

.red-color {
    color: red;
}

.get-invoices-btn {
    margin-left: 20px;
}

.date-label {
    white-space: nowrap;
}

.note-section {
    color: #333;
    font-size: 14px;
    font-family: 'Lato';
    line-height: 18px;
}

.section-side {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

    .section-headline.review-head {
        padding-bottom: 20px;
    }

    .section-headline h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .section-headline p {
        font-size: 16px;
        max-width: 510px;
        margin: 0px auto;
    }

.mar-row {
    margin-top: 50px;
}

.color {
    color: #E6922E;
}

.asterisk {
    display: none !important;
}

/*--------------------------------*/


/*  2. Header top Area
/*--------------------------------*/

.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: rgba(4, 23, 46, 0.70) none repeat scroll 0 0;
}

.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
}

    .topbar-left ul li a i {
        color: #E6922E;
        font-size: 16px;
        padding-right: 7px;
    }

.topbar-right {
    position: relative;
    display: block;
    float: right;
}

.top-social {
    float: left;
    padding: 11px 0px;
    margin-left: 10px;
}

    .top-social ul li {
        display: inline-block;
    }

        .top-social ul li a {
            color: #ddd;
            margin-right: 5px;
            display: block;
            text-align: center;
            font-size: 15px;
            width: 26px;
            height: 26px;
            border-radius: 5px;
            line-height: 26px;
        }

            .top-social ul li a:hover {
                color: #fff;
                background: #E6922E;
            }

.ob_gBody .ob_gR .ob_gC a,
.ob_gBody ob_gRS .ob_gC a {
    color: #002654;
}



.file-upload-table table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0px 15px;
}

    .file-upload-table table tr.defaulttext {
        background-color: #f2f2f2;
        box-shadow: 0px 0px 10px 0px rgb(185 182 182 / 80%);
    }

    .file-upload-table table tr th {
        padding: 15px 20px;
        color: #002654;
        font-size: 16px;
        font-weight: 700;
    }

    .file-upload-table table tr td {
        padding: 5px 20px;
        font-size: 16px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .file-upload-table table tr td:first-child {
            border-left: 1px solid #ccc;
            border-radius: 5px 0 0 5px;
        }

        .file-upload-table table tr td:last-child {
            border-right: 1px solid #ccc;
            border-radius: 0px 5px 5px 0px;
        }

.file-upload-table {
    background-color: #fff;
    padding: 0 15px;
    box-shadow: 0px 0px 10px 0px rgb(185 182 182 / 80%);
}
/*----------------------------------------*/


/*  2.1 Header Bottom Area 
/*----------------------------------------*/

.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-area {
    background: rgba(255, 255, 255, 0.95);
    padding-left: 25px;
    padding-right: 25px;
    height: 110px;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

    /* .logo {
    display: block;
} */

    .logo a {
        display: inline-block;
        height: auto;
        min-width: 177px;
        padding: 0px 0;
    }

.center-bg {
    display: block;
    background: #fff;
    padding: 0px 20px 0px 0px;
}

.main-menu ul.navbar-nav > li {
    float: left;
    margin-left: 15px;
    position: relative;
}

.main-menu ul.navbar-nav li:first-child {
    margin-left: 0;
}

.main-menu ul.navbar-nav > li > a {
    height: 95px;
    line-height: 95px;
    padding: 0;
}

.header-area.stick .main-menu ul.navbar-nav > li > a {
    height: 80px;
    line-height: 80px;
    padding: 0;
}

.main-menu ul.navbar-nav li a span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 25px;
    position: relative;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    transition: all 0.8s ease 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
}

.main-menu {
    display: flex;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-nav {
        flex-direction: row;
    }
}

.main-menu ul.navbar-nav > li > a:hover span {
    color: #0071bc;
    background: #fff;
    transition: all 0.8s ease 0s;
}

.main-menu ul.navbar-nav li.active > a:focus span {
    color: #0071bc;
    background: #fff;
    transition: all 0.8s ease 0s;
}

.main-menu ul.navbar-nav li.active > a span {
    background: #fff;
    color: #0071bc;
    position: relative;
    z-index: 9999999;
    transition: all 0.8s ease 0s;
}

.navbar-default .navbar-nav > li > a:focus span {
    background-color: #fff !important;
    color: #0071bc !important;
    transition: all 0.8s ease 0s;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
    padding: 0px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }

.main-menu ul.nav li ul.sub-menu {
    background: #6e6e6e;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
    padding: 10px 0px;
    border-radius: 3px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
    /*  display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 115px; */
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
}

    .main-menu ul.nav li ul.sub-menu li a span {
        color: #E6922E;
    }

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #0071bc;
}

.header-right-link {
    float: right;
    width: auto;
    padding: 30px 0px;
    margin-left: 60px;
    text-align: right;
}

.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}

    .slice-btn span {
        font-size: 20px;
        font-weight: 500;
        color: #3d5368;
        cursor: pointer;
        line-height: 28px;
    }

.s-menu {
    padding: 5px 25px;
    border: 1px solid #0071bc;
    background: #0071bc;
    color: #fff;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 500;
    border-radius: 42px;
    font-family: 'Lato', sans-serif;
    margin-left: 25px;
    height: 34px;
    min-width: 160px;
    text-align: center;
    line-height: 18px;
}

.menu-second-btn {
    border: 1px solid #339e3d;
    background: #339e3d;
}

.header-area.stick .s-menu {
    margin-top: 25px;
    display: inline-block;
}

.s-menu {
    margin-top: 32px;
    display: inline-block;
}

    .s-menu:hover,
    .s-menu.active {
        border: 1px solid #fff;
        background: #fff;
        color: #0071bc;
        transition: 0.4s;
    }

.header-area.stick .header-right-link {
    padding: 29px 0px;
}

.logo a.black-logo {
    display: none;
}


/*--------------------------------*/


/* 2.2. Sticky Header Area
/*--------------------------------*/

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    /*   box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd; */
    background: rgba(110, 110, 110, 1);
}

.header-row {
    height: 100%;
    align-items: center;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 0px 0;
}

.header-area.stick .navbar.navbar-default {
    height: 84px;
}


.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    display: block;
    padding: 5px 15px;
}


.header-area.stick .logo a.white-logo {
    display: none;
}

.header-area.stick .logo a.black-logo {
    display: block;
}

.resolve-my-debt-page .login-form {
    display: grid;
    justify-content: center;
}

.modal-footer {
    justify-content: center;
}

/* .header-area.stick .s-menu {
    border: 1px solid #E6922E;
    background: #E6922E;
    color: #fff;
    transition: 0.4s;
}
.header-area.stick .s-menu:hover{
    border: 1px solid #E6922E;
    background: #fff;
    color: #E6922E;
    transition: 0.4s;
} */

#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /* height: 100vh; */
    /* background: #6e6e6e; */
}
/*----------------------------------------*/


/*  2.3. Mobile Menu Area
/*----------------------------------------*/

.mobile-menu-area {
    background: #6e6e6e;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #fff
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

    .mean-container .mean-nav ul li a {
        background: transparent;
        color: #fff;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding: 10px 10px;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
        width: 90%;
    }

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #fff;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}


/*----------------------------------------*/


/*  3. Intro Area
/*----------------------------------------*/

.slide-area {
    background: rgba(0, 0, 0, 0) url(../img/slider-img-1.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}


/* .slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
    content: "";
    z-index: -1;
} */

.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.intro-area {
    position: relative;
}

.anchor-link-arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 15%;
    cursor: pointer;
    z-index: 99;
}

.slide-content {
    margin-top: 60px;
    max-width: 500px;
    /* margin-left: auto; */
}

.title2 {
    color: #fff;
    padding-bottom: 15px;
    /* max-width: 900px;  */
    text-align: left;
}

.ready-btn {
    border: 1px solid #E6922E;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 2;
    background: #E6922E;
    width: 160px;
    border-radius: 2px;
}

.slide-content h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: left;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

    .ready-btn.right-btn:hover {
        background: #E6922E;
        border: 1px solid #E6922E;
        color: #fff;
        transition: 0.4s;
    }

.ready-btn.left-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #E6922E;
    transition: 0.4s;
}

.slide-area .video-content {
    display: inline-block;
    margin-left: 40px;
}

.slide-content .video-play.vid-zone i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #E6922E;
    margin-right: 10px;
    transition: 0.4s;
}

.slide-content .video-content a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}

.slide-content .video-content a:hover i {
    background: #E6922E;
    color: #fff;
    transition: 0.4s;
}

.slide-content .video-content a:hover span {
    color: #E6922E;
    transition: 0.4s;
}


/*----------------------------------------*/


/* 4. Count Area
/*----------------------------------------*/

.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}

.fun-title h3 {
    color: #f5f5f5;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 600;
}

.fun-content {
    display: block;
}

.fun_text i {
    font-size: 44px;
    color: #fff;
    background: #E6922E;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 78px;
    font-weight: 100;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.fun_text {
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    position: relative;
    margin-bottom: 30px;
}

    .fun_text::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: #E6922E;
    }

    .fun_text .counter {
        color: #444;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .fun_text h4 {
        margin-bottom: 0px;
    }

    .fun_text > h5 {
        color: #444;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 20px;
    }


/*----------------------------------------*/


/*  5. Invest Area
/*----------------------------------------*/

.per-day {
    color: #444;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}

span.users {
    color: #444;
}

.prices {
    font-size: 40px;
    font-weight: 700;
    color: #E6922E;
    padding-right: 10px;
    line-height: 40px;
}

.pri_table_list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E6922E;
    margin-bottom: 30px;
}

.pricing-text {
    padding: 10px 0px;
    display: block;
}

.pri_table_list ol li {
    padding: 5px 0px;
    font-size: 15px;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
}

    .price-btn a:hover {
        background: transparent;
        color: #E6922E;
        border: 1px solid #E6922E;
        transition: all 0.4s ease 0s;
    }

.pri_table_list > h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.pri_table_list ol {
    list-style: outside none none;
}

.base {
    position: absolute;
    right: -52px;
    top: 24px;
    background: #1AA15F;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}


/*--------------------------------*/


/* 6. support-service-area  Area
/*--------------------------------*/

.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #E6922E;
}

    .support-services::after {
        position: absolute;
        content: "";
        left: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(233, 146, 46, 0.96);
        transition: 0.4s;
        opacity: 0;
        z-index: -1;
    }

.support-images {
    float: left;
    font-size: 44px;
    color: #E6922E;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #E6922E;
    text-align: center;
    margin-right: 30px;
    border-radius: 50%;
}

.support-content {
    padding-left: 100px;
}

    .support-content h4 {
        font-size: 24px;
        text-transform: capitalize;
        color: #151b2c;
    }

    .support-content p {
        margin-bottom: 0px;
    }

.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.support-services:hover .support-images {
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fff;
}

.support-services:hover .support-content h4,
.support-services:hover .support-content p {
    color: #fff;
}


/*----------------------------------------
 7.Self Area Css
----------------------------------------*/

.self-area {
    background: url(../img/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    z-index: 1;
    position: relative;
}

    .self-area:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(6, 34, 65, 0.40) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

.self-content {
    background: #fff;
    padding: 50px 30px 50px 50px;
    border-radius: 4px;
}

.talk-text {
    font-size: 18px;
    color: #666;
}


/*----------------------------------------*/


/*  8.work-proses area
/*----------------------------------------*/

.single-proses {
    margin-top: 10px;
    margin-bottom: 30px;
}

.proses-icon a {
    width: 100px;
    height: 100px;
    line-height: 97px;
    font-size: 36px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #fff;
}

.proses-icon {
    position: relative;
    display: inline-block;
}

.point-view {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}

.proses-text p {
    margin-bottom: 0px;
}

.point-blue .point-view {
    background: #E6922E;
    border: 1px solid #E6922E;
}

.point-orange .point-view {
    background: #b91ca8;
    border: 1px solid #b91ca8;
}

.point-green .point-view {
    background: #1AA15F;
    border: 1px solid #1AA15F;
}

.point-blue.proses-icon a {
    color: #E6922E;
}

.point-orange.proses-icon a {
    color: #b91ca8;
}

.point-green.proses-icon a {
    color: #1AA15F;
}

.proses-text h4 {
    text-transform: capitalize;
    font-size: 22px;
    max-width: 270px;
    margin: 0px auto;
}


/*----------------------------------------*/


/*  9.Payment History area
/*----------------------------------------*/

.payment-history-area {
    background: url(../img/background/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .payment-history-area::after {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.deposite-content {
    position: relative;
}

    .deposite-content table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

    .deposite-content td,
    .deposite-content th {
        border: 1px solid #ccc;
        text-align: left;
        padding: 8px;
    }

    .deposite-content tr:nth-child(even) {
        background-color: #E9EBEC;
    }

.diposite-box {
    width: 80%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

    .diposite-box::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0px;
        width: 100%;
        height: 5px;
        background: #E6922E;
    }

    .diposite-box h4 {
        display: inline-block;
        font-size: 26px;
        background: #E6922E;
        padding: 10px 30px;
        margin-bottom: 25px;
        border-radius: 3px;
        color: #fff;
    }

    .diposite-box span {
        float: right;
        font-size: 28px;
        color: #fff;
        background: #E6922E;
        padding: 10px 20px;
        border-radius: 3px;
        line-height: 32px;
    }


/*----------------------------------------*/
.imageuploadify-images-list {
    padding-left: 15px;
    padding-right: 15px;
}

.errormsg {
    color: red;
    display: block;
}

.home-flipbox-row {
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
/*  10. banner Area
/*----------------------------------------*/

.banner-area {
    background: rgba(0, 0, 0, 0) url(../img/banner-content-img.jpg) repeat scroll center;
    position: relative;
    z-index: 1;
}

    .banner-area.bottom-line-banner {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
    }


/* .banner-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(6,34,65,0.70) none repeat scroll 0 0;
    content:"";
    z-index: -1;
} */

.banner-btn {
    border: 1px solid #E6922E;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background: #E6922E;
    border-radius: 2px;
}

    .banner-btn:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.banner-content h2 {
    color: #fff;
    font-size: 58px;
    line-height: 62px;
    font-weight: 500;
    margin: 0 auto 40px;
    text-align: center;
}

.banner-content p {
    color: #fff;
    font-size: 27px;
    line-height: 34px;
}

.banner-content {
    overflow: hidden;
    padding: 40px 40px;
    max-width: 800px;
    margin: 0 auto;
}


/*----------------------------------------*/

/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}

    .blog-content a h4 {
        font-size: 21px;
        color: #2a354e;
        line-height: 30px;
        transition: 0.4s;
    }

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.admin-type i,
.date-type i,
.comments-type i {
    color: #E6922E;
    margin-right: 5px;
}

.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.blog-content p {
    line-height: 28px;
    transition: 0.4s;
}

.blog-content a h4:hover {
    color: #E6922E;
    transition: 0.4s;
}

.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #E6922E;
    margin-right: 10px;
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #E6922E;
    background: #E6922E;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}

    .blog-btn:hover {
        color: #E6922E;
        background: transparent;
        transition: all 0.4s ease 0s;
    }

/*----------------------------------------
  12. Reviews Area Css
----------------------------------------*/
.reviews-area {
    position: relative;
}

.testimonial-inner {
    padding: 0px 50px 0px 0px;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.common-btn {
    border: 1px solid #002654;
    background: #002654;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 43px;
    font-weight: 500;
    padding: 0px 15px;
    text-align: center;
    transition: all 0.4s ease 0s;
    border-radius: 42px;
    min-height: 45px;
    min-width: 150px;
}

    .common-btn:hover {
        border: 1px solid #0071bc;
        background: #0071bc;
        color: #fff;
    }

.contact-area a.login-btn.common-btn {
    max-width: 170px;
    margin-top: 20px;
}

.clients-text li a {
    color: #333;
}

.heading-btn-box {
    position: relative;
}

.heading-btn-box-second {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.logout-btn {
    position: absolute;
    top: -3px;
    right: 0px;
}

.logout-btn-second {
    position: absolute;
    top: -60px;
    right: 20px;
}

.resolve-my-debt-flipbox {
    margin-top: 60px;
}

.single-testi {
    margin: 0px 0px 40px;
}

.clients-text {
    padding: 25px 25px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
}

.testi-img {
    position: relative;
    margin-top: 30px;
}

    .testi-img img {
        width: 100%;
        display: inline-block !important;
        max-width: 80px;
        height: auto;
        border-radius: 50px;
        margin-right: 20px;
    }

.reviews-content .active.center .testi-img img {
    border: 1px solid #E6922E;
}

.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #E6922E;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.reviews-content .active.center .single-testi .clients-text {
    border: 1px solid #E6922E;
}

    .reviews-content .active.center .single-testi .clients-text p {
        color: #444;
    }

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #E6922E;
        width: 30px;
        border-radius: 3px;
    }

.review-page-area .testi-img img {
    border: 1px solid #E6922E;
}

/*----------------------------------------*/

/*  Helpful Resources
/*----------------------------------------*/
.resources-img-box img {
    margin: 0 auto;
    display: table;
}

.resources-img-box,
.info-box {
    box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8);
    background: #fff;
}

.resources-content-box h4 {
    color: #0071bc;
    margin-bottom: 10px;
}

.row.resources-loop-box {
    margin-top: 60px;
}

.info-box {
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
}

.confirm-box-section .info-content-box {
    width: 100%;
}

.info-content-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    display: flex;
    margin-bottom: 15px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

    .info-content-box label {
        font-family: 'Lato', sans-serif;
        color: #333;
        font-size: 16px;
        display: inline-block;
        min-width: 200px;
        margin-bottom: 0;
    }

.info-value-box {
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
}

.captcha-box {
    display: flex;
    align-items: center;
}

.info-value-box,
.info-inner-box {
    display: inline-block;
}

    .info-value-box span {
        font-size: 17px;
    }

    .info-value-box span {
        font-size: 16px;
        margin-right: 20px;
        display: inline-block;
    }

.info-value {
    font-weight: 600;
}

.info-link a {
    color: #002654;
    font-weight: 600;
    text-decoration: underline;
}

.info-button {
    margin-bottom: 18px;
}

.common-btn.info-btn-link {
    width: 100%;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}


    .common-btn.info-btn-link.active {
        background: #002654;
        color: #fff;
    }

/*----------------------------------------*/

/*  flipbox
/*----------------------------------------*/
.cq-flipbox-container {
    display: block;
    position: relative;
    margin: 0 auto 30px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    /* max-width: 280px; */
    height: 280px;
}

.cq-flipbox-flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* -moz-backface-visibility: hidden; */
    position: relative;
    width: 100%;
    height: 100%;
}

.cq-flipbox-content {
    text-align: center;
}

.cq-flipbox-front,
.cq-flipbox-back,
.cq-flipbox-left,
.cq-flipbox-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    padding: 20px 20px;
}

.cq-flipbox-front {
    z-index: 1;
}

.cq-flipbox-item {
    width: 100%;
    height: 100%;
}

    .cq-flipbox-item.cq-flipbox-front {
        border: 1px solid #e6e6e6;
        box-shadow: 5px 5px 0 #002654;
        cursor: pointer;
        background-color: #fff;
    }

    .cq-flipbox-item.cq-flipbox-back {
        cursor: pointer;
        box-shadow: 5px 5px 0 #0071bc;
        border: 1px solid #e6e6e6;
    }

.cq-flipbox-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 99;
}

.cq-flipbox-back {
    background-color: #FBF9F9;
}

.cq-flipbox-container:hover .cq-flipbox-flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-item.cq-flipbox-back {
    box-shadow: 5px 5px 0 #002654;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}

.cut-angel-content.area-padding {
    padding: 140px 0px;
}

.cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-item.cq-flipbox-back p {
    color: #002654;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -64%);
    width: 90%;
}

.cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-item.cq-flipbox-back h4 {
    color: #0071bc;
}

.cut-angel-content p {
    color: #002654;
}

.cut-angel-content h2 {
    margin-bottom: 7px;
}

.cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-content .common-btn {
    background: #fff;
    color: #0071bc;
    line-height: 40px;
    min-width: 170px;
    min-height: 40px;
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0);
    left: 50%;
    border-color: #fff;
}

.cq-flipbox-container .cq-flipbox-content .common-btn {
    line-height: 40px;
    min-width: 170px;
    min-height: 40px;
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0);
    left: 50%;
}

.cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-content .common-btn:hover {
    background: #002654;
    color: #fff;
    border-color: #002654;
}

.cq-flipbox-img-box img {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

/*----------------------------------------*/

/*  Radio and checkbox Css
/*----------------------------------------*/
.control {
    font-family: 'Lato', sans-serif;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 19px;
    color: #333;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 28px;
    width: 28px;
    background: #ffffff;
    border: 1px solid #ccc;
}

.control:hover input ~ .control_indicator {
    background: #c2c1c1;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-radio .control_indicator {
    border-radius: 50%;
}

    .control-radio .control_indicator:after {
        left: 6px;
        top: 6px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #0071bc;
        transition: background 250ms;
    }

.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    margin-left: -18px;
    margin-top: -20px;
    background: #0071bc;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid #0071bc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-radio input + .control_indicator::before,
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-radio input:checked + .control_indicator::before,
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.quick-search-form .control {
    padding-left: 0;
    font-size: 16px;
    padding-right: 40px;
    width: auto;
    display: inline-block;
    margin-right: 30px;
}

.Inventory-report-form .control {
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding-left: 0px;
}

.quick-search-form .control_indicator {
    left: 0;
}

.Inventory-report-form .control_indicator {
    left: 0;
}

.datepicker-box label,
.flex-center-box label {
    padding-left: 0;
    font-size: 16px;
    width: auto !important;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    color: #333;
    margin-bottom: 0;
}

.display-filter-box {
    display: flex;
}

.datepicker-box,
.flex-center-box {
    display: flex;
    align-items: center;
}

    .datepicker-box label,
    .flex-center-box label {
        white-space: nowrap;
    }

    .datepicker-box .form-control {
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
        background: url(../img/calender-icon.png) no-repeat;
        background-position: calc(100% - 10px) center;
        background-color: #fff;
    }

    .flex-center-box .form-control {
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
        background-color: #fff;
    }

/* .quick-search-form .control-group {
	margin-top: 20px;
} */
.dropdown.common-dropdown-box input[type=checkbox] {
    display: none;
}

.control-group .control-radio label {
    background: url(../img/CSS-Radio.png) no-repeat;
    height: 28px;
}

.dropdown.common-dropdown-box label {
    background: url(../img/CSS-Checkbox.png) no-repeat;
    height: 28px;
}

.dropdown.common-dropdown-box input[type=checkbox]:checked + label {
    background-position: 0 -28px;
}

.common-btn.dropdown-btn {
    font-size: 13px;
    min-width: 80px;
    min-height: 20px;
    line-height: 20px;
}

.dropdown.common-dropdown-box input[type=checkbox] + label {
    padding-left: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    overflow: hidden;
}

.control-group .control-radio input[type=radio] + label {
    padding-left: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 0px;
}

.button-container-box {
    display: flex;
    justify-content: flex-end;
}

    .button-container-box .common-btn {
        margin-left: 10px;
    }

.control-group .control-radio input[type=radio]:checked + label {
    background-position: 0 -28px;
}

.form-btn-box .submit-btn.common-btn {
    margin-right: 30px;
}

.form-btn-box .common-btn {
    min-width: 200px;
}

.confirm-box-section .form-btn-box .common-btn {
    min-width: 160px;
}

/* .dropdown-menu {
    max-height: 20rem;
    overflow-y: auto;
  } */
.Filter-by-box {
    /* width: 100%; */
    display: flex;
}

.common-dropdown-box .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    background: url(../img/red-arrow-down.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
    overflow: hidden;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
}

.common-dropdown-box select {
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    background: url(../img/red-arrow-down.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
    overflow: hidden;
    padding: 0px 30px 0px 10px;
    height: 40px;
    font-size: 14px !important;
}

.common-dropdown-box .dropdown-toggle::after {
    display: none;
}

.dropdown.common-dropdown-box.show .form-control {
    height: 40px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0071bc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0071bc;
}

.Filter-by-box .dropdown.common-dropdown-box {
    margin-right: 30px;
}

.Filter-by-input-box input {
    height: 40px;
    width: 250px;
}

    .Filter-by-input-box input.inputsecond {
        width: 500px;
    }

.clear-btn.common-btn {
    min-height: 40px;
    height: 40px;
    line-height: 40px;
}

.Filter-by-input-box {
    margin-right: 30px;
}

.doc-format-box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100px;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.doc-format-name {
    font-size: 17px;
    color: #002654;
    font-family: 'Pathway Gothic One', sans-serif;
    text-align: center;
    font-weight: 600;
}

.viewing-option-box {
    display: flex;
    /* width: 100%; */
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #002654;
}

.common-dropdown-box .dropdown-menu.show {
    display: block;
    width: 100%;
}

.common-dropdown-box div#menuItems {
    max-height: 250px;
    overflow-y: auto;
}

.file-upload-img-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8);
    padding: 50px;
}

.nyc-link {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

    .nyc-link:hover,
    .footer-head a:hover {
        color: #0071bc;
        border-bottom: transparent;
    }

/*----------------------------------------*/

/*  13. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-default > .panel-heading {
    color: #151b2c;
    background: transparent;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
        background: transparent;
    }

.faq-details h4.check-title a {
    color: #151b2c;
    display: block;
    padding: 15px 10px 15px 70px;
    text-decoration: none;
    background: transparent;
}

.panel-body {
    padding: 0px 15px 0px 70px;
}

.faq-details h4.check-title {
    color: #E6922E;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

    .faq-details .panel-heading h4 a::before {
        color: #151b2c;
        content: "\e648 ";
        font-family: themify;
        font-size: 16px;
        left: 0px;
        line-height: 52px;
        position: absolute;
        text-align: center;
        top: 6px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active::before {
        color: #fff;
        content: "\e64b";
        font-family: themify;
        font-size: 16px;
        left: 0px;
        line-height: 61px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
        background: #E6922E;
    }

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    margin-left: 80px;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #E6922E;
    background: #fafafa;
}

.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
    color: #5d6471;
}

.faq-content h4 {
    color: #151b2c;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
    background: transparent;
    color: #5d6471;
    border: 1px solid #ccc;
    border-radius: 0;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

    .faq-area .quote-btn:hover {
        background: transparent;
        color: #E6922E;
        transition: 0.4s;
    }

/*----------------------------------------*/

/*  14. Footer Area
/*----------------------------------------*/
.footer1 {
    /* background:url(../img/background/fg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .footer1::after {
        background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.footer-area {
    padding: 20px 40px 20px 40px;
    background: #333333;
}

.footer-content {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.footer-list-logo {
    display: inline-flex;
}

.footer-head .first-logo {
    margin-right: 40px;
}


.footer-head p {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.logo-footer .footer-head p {
    color: #999;
    margin-bottom: 0px;
}

.footer-head h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0071bc;
}

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        border: 1px solid #E6922E;
        border-radius: 2px;
        background: #E6922E;
        transition: 0.4s;
    }

        .footer-tags li a:hover,
        .footer-icons ul li a:hover {
            color: #E6922E;
            background: #fff;
            transition: 0.4s;
        }

.footer-tags {
    display: block;
    overflow: hidden;
}

    .footer-tags li {
        float: left;
    }

        .footer-tags li a {
            color: #757b82;
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 3px 5px;
        }

.footer-icons {
    margin-top: 30px;
}

.footer-list-logo {
    /* margin-bottom: 30px; */
}

.footer-list {
    width: 100%;
}

.footer-contacts p span {
    color: #999;
}

.footer-content {
    font-size: 16px;
    line-height: 20px;
}

.subs-feilds {
    margin-top: 30px;
}

.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.footer-content.logo-footer {
    padding-right: 30px;
}

.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}

.suscribe-input button {
    background: #E6922E;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #E6922E;
    transition: 0.4s;
}

    .suscribe-input button:hover {
        color: #E6922E;
        background: #fff;
        transition: 0.4s;
    }

.footer-list li {
    margin-bottom: 2px;
    color: #999;
    font-size: 16px;
}

    .footer-list li a {
        color: #999;
        padding: 7px 0px 0px 0px;
        display: block;
        position: relative;
        font-weight: 400;
    }

        .footer-list li a:first-child {
            padding-top: 0px;
        }

/* .footer-list li a::after {
    position: absolute;
    content: "\e649";
    right: auto;
    top: 0px;
    left: 0;
    font-family: themify;
    font-size: 12px;
} */
.footer-head a {
    color: #999;
}

.footer-list li a:hover {
    color: #0071bc;
}

.see-full-list-link {
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px solid #999;
    line-height: 16px;
}

    .see-full-list-link:hover {
        border-bottom: none;
    }

.footer-list li a:hover::after {
    color: #E6922E;
}

.footer-area-bottom {
    padding: 0px 40px 15px 40px;
    background: #333333;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #E6922E;
}

.copyright-text a {
    color: #E6922E;
}

.copyright > p,
.designed-by > p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

.designed-by {
    text-align: right;
}

    .copyright a,
    .designed-by a {
        color: #999;
    }

        .copyright a:hover,
        .designed-by a:hover {
            color: #0071bc;
        }

/*----------------------------------------*/

.owl-wrapper-outer {
    height: 100% !important;
}

.owl-wrapper {
    height: 100%;
}

.owl-item {
    height: 100%;
}

.owl-item, .item {
    height: 100vh;
}

.b-Amarelo {
    height: 100%;
}

.owl-item h1 {
    margin: 0;
}

.owl-carousel .owl-item {
    overflow: hidden;
}

    .owl-carousel .owl-item img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

/*  15. Home 02 area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

/* .intro-content::after {
    background: rgba(4,23,46, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
} */
.slider-content {
    position: absolute;
    /* right: 0; */
    text-align: left;
    /* top: 40%; */
    z-index: 3;
    top: 180px;
    left: 0;
    margin: 0 auto;
    /* margin-top: -135px; */
    background: rgba(51,51,51, 0.75);
}

.intro-area .slide-content {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #0071bc;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    border: 1px solid #0071bc;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #0071bc;
        border: 1px solid #0071bc;
    }

.intro-carousel .owl-item.active .slider-images img {
    /* transform: scale(1.1); */
    /* transition: 10s; */
}

.login-slider-area .carousel-control-prev-icon {
    background-image: url(../img/slider-left-arrow-blue.png);
    height: 30px;
    width: 30px;
}

.login-slider-area .carousel-control-next-icon {
    background-image: url(../img/slider-right-arrow-blue.png);
    height: 30px;
    width: 30px;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.login-slider-area .carousel-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 20px;
    overflow: hidden;
}

.container.custom-container {
    max-width: 760px;
}

.clients-text li {
    margin-bottom: 5px;
    display: flex;
}

.contact-info-section .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.clients-text li span {
    width: 110px;
    display: inline-block;
    min-width: 110px;
}

.clients-text-second li span {
    width: 65px;
    display: inline-block;
    min-width: 65px;
}

/*----------------------------------------*/

/*  16.	Breadcumbs  CSS
/*----------------------------------------*/
.page-area {
    position: relative;
    overflow: hidden;
    margin-top: 95px;
}

.page-area {
    /* background-image: url(../img/background/b.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /* background-attachment: fixed; */
}

    .page-area.login-banner {
       background-image: url(../img/login-banner-img.jpg);
    }

    .page-area.helpful-resources-banner {
        background-image: url(../img/helpful-resources-banner.jpg);
        background-position: center left;
    }

    .page-area.associations-banner {
        background-image: url(../img/associations-banner-img.jpg);
        background-position: center left;
    }

    .page-area.about-NCS-banner {
        background-image: url(../img/about-NCS-banner-img.jpg);
    }

    .page-area.resolve-my-debt-banner {
        /* background-image: url(../img/resolve-my-debt-banner-img.jpg); */
        background-image: none;
    }

        .page-area.resolve-my-debt-banner video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background: url('../img/resolve-my-debt-banner-img.jpg') no-repeat;
            background-size: cover;
            transition: 1s opacity;
        }

    .page-area.contact-banner {
        background-image: url(../img/contact-banner-img.jpg);
    }

.breadcumb-overlay {
    position: absolute;
    background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 200px 0px 200px;
    background-color: transparent;
    margin-bottom: 0;
    justify-content: center;
}

.breadcrumb-bg {
    position: relative;
    top: 93px;
    background: #0A1828;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb .section-headline h3 {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-weight: 700;
    padding: 40px 0px;
}

.breadcrumb .section-headline {
    padding-bottom: 0px;
}

    .breadcrumb .section-headline h3::after {
        display: none;
    }

.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    .breadcrumb ul li.home-bread {
        padding-left: 0px;
    }

        .breadcrumb ul li.home-bread::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            right: -10px;
            top: 0;
        }

.breadcrumb .section-headline::after {
    display: none;
}

.error-fld-box p {
    color: #002654;
    font-size: 19px;
    font-weight: 600;
}

.error-fld-box div {
    margin-top: 15px;
}

.error-fld-box br {
    display: none;
}

/*----------------------------------------*/

/*  17.	About page  CSS
/*----------------------------------------*/

/* .about-content h3 {
    line-height: 36px;
    font-size: 29px;
    position: relative;
    font-weight: 700;
} */

/* .about-content p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
} */
.about-content {
    /* margin-top: 30px; */
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.marker-list li {
    padding-left: 25px;
    position: relative;
    font-size: 19px;
    margin-bottom: 15px;
}

.about-area .marker-list li {
    margin-bottom: 30px;
}

    .about-area .marker-list li ul {
        margin-top: 20px;
    }

    .about-area .marker-list li li {
        margin-bottom: 5px;
    }

.marker-list li li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 13px;
    background: #0071bc;
    width: 6px;
    height: 2px;
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 12px;
    background: #0071bc;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.about-image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 40px;
}


    .about-image img {
        border-radius: 5px;
        width: 100%;
    }

    /* .about-image::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(6,34,65,0.60) none repeat scroll 0 0;
} */
    .about-image .video-content {
        width: 100%;
        height: 100%;
        /* position: absolute; */
        top: 0%;
        left: 0;
        right: 0;
        /* margin: 0 auto;
	 margin-top: -50px; */
        text-align: center;
        z-index: 9;
    }

    .about-image .video-play.vid-zone {
        /* background: #E6922E; */
        /* border-radius: 100%; */
        display: inline-block;
        /* font-size: 34px; */
        height: 50px;
        line-height: 96px;
        width: 50px;
        /* overflow: hidden; */
        transition: 0.4s;
        background: url(../img/play-video-icon.png) no-repeat center;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

.flex-center-box,
.flex-center-innerBox {
    display: flex;
}

.flex-center-innerBox {
    align-items: center;
}

.contact-info-section .flex-center-innerBox {
    align-items: inherit;
}

.about-image .video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

.about-image:hover .video-play.vid-zone {
    /* position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px; */
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px 15px #fff, 0 0 40px 20px #002654, 0 0 45px 25px #fff;
    transition: 0.4s;
}

.about-image .video-play.vid-zone:hover i {
    color: #E6922E;
}

.overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 38, 84, 0.85);
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .overlay-content span {
        font-size: 24px;
        color: #fff;
        font-family: 'Pathway Gothic One', sans-serif;
        padding: 5px 15px;
        text-align: center;
    }

.account-satisfaction-area .overlay-content span {
    font-size: 20px;
    padding: 10px 15px;
    line-height: 24px;
}

.account-satisfaction-area .about-image:hover .video-play.vid-zone {
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px 15px #fff, 0 0 40px 20px #002654, 0 0 45px 25px #fff;
    transition: 0.4s;
}

.about-image .video-play.vid-zone.lock-video {
    background: url(../img/lock-video-icon.png) no-repeat center;
}

.mission-about {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.mission-icon {
    display: block;
}

    .mission-icon i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        border: 1px solid #ccc;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        position: relative;
        top: -60px;
        background: #fff;
        color: #E6922E;
        border-radius: 50%;
        transition: 0.4s;
    }

.mission-text {
    margin-top: -25px;
}

    .mission-text p {
        font-size: 16px;
    }

.mission-about:hover .mission-icon i {
    border: 1px solid #E6922E;
    background: #E6922E;
    color: #fff;
    transition: 0.4s;
}

.mission-about {
    margin-top: 40px;
}

.side-nav-col ul li:hover a,
.side-nav-col ul li.active a {
    color: #fff;
}

.side-nav-col ul li:hover,
.side-nav-col ul li.active {
    background: #0071bc;
}

.side-nav-col ul li {
    background: #fff;
    margin: 3px 5px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.blue-color {
    color: #002654;
}

.side-nav-col ul li a {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    line-height: 18px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    transition: all 0.5s ease;
}

.side-nav-col {
    background: #666666;
    padding-bottom: 3px;
    margin-top: 30px;
}

    .side-nav-col.mt-20 {
        margin-top: 20px;
    }

    .side-nav-col h5 {
        color: #fff;
        text-align: center;
        margin: 0 0;
        padding: 5px 0;
        line-height: 21px;
    }

    .side-nav-col ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: center;
    }

/*--------------------------------*/

/* 18.Feature Area
/*--------------------------------*/
.feature-area {
    position: relative;
}

.feature-text {
    margin-top: 50px;
}

.feature-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.feature-text h3 {
    font-size: 40px;
    line-height: 46px;
}

.feature-text li {
    display: block;
    position: relative;
}

.feature-text ul li a {
    font-size: 15px;
    color: #5d6471;
    padding: 6px 0px 6px 35px;
    display: block;
}

.feature-text li::after {
    position: absolute;
    left: 0px;
    top: 6px;
    content: "\e64c";
    font-family: themify;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #E6922E;
}

.feature-btn {
    padding: 10px 20px;
    border: 1px solid #E6922E;
    background: #E6922E;
    color: #fff;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}

    .feature-btn:hover {
        border: 1px solid #E6922E;
        background: #fff;
        color: #E6922E;
        transition: 0.4s;
    }

.margin-row {
    margin-top: 60px;
}

/*----------------------------------------*/

/*  19. Team Area
/*----------------------------------------*/
.team-area {
    background: #fff;
}

.single-member {
    margin-bottom: 30px;
    border: 1px solid #f4f4f4;
    padding: 30px 20px;
}

    .single-member .team-img {
        display: inline-block;
        position: relative;
        overflow: hidden;
        max-height: 200px;
        max-width: 200px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #E6922E;
    }

.team-hover li {
    display: inline-block;
    margin-right: 5px;
}

    .team-hover li a {
        color: #fff;
        border: 1px solid #E6922E;
        background: #E6922E;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 32px;
        border-radius: 50%;
    }

        .team-hover li a:hover {
            color: #fff;
            border: 1px solid #1FC157;
            background: #1FC157;
        }

.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.single-member .team-img a {
    display: block;
}

.team-content {
    padding: 10px 0px 0px;
}

    .team-content h5 a {
        color: #666;
    }

    .team-content p {
        margin-bottom: 0;
    }

    .team-content h5 {
        font-size: 18px;
        margin: 10px 0px;
        text-transform: capitalize;
        font-weight: 600;
    }

/*----------------------------------------
20. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* border-radius: 3px; */
}

.login-form {
    /* background: #fff;
    padding: 40px;
    overflow: hidden; */
}

.login-image {
    width: 50%;
    float: left;
}

.login-image,
.log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}

.login-area form#contactForm {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* background: #fff; */
}

.resolve-my-debt-form {
    display: table;
    margin: 0 auto;
}

.form-fld-box {
    /* display: flex; */
    align-items: center;
    margin-bottom: 40px;
}

    .form-fld-box.flexbox {
        display: flex;
    }

        .form-fld-box.flexbox label {
            width: 200px;
            text-align: left;
            color: #0071bc;
            margin-bottom: 0px;
            font-family: 'Pathway Gothic One', sans-serif;
        }

    .form-fld-box.new-flex-box label {
        /* width: 200px; */
        text-align: left;
        color: #0071bc;
        margin-bottom: 0px;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 24px;
    }

.form-fld-box.new-flex-box {
    display: block;
    position: relative;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

        .form-fld-box.new-flex-box label {
            position: absolute;
            left: -90px;
            top: 7px;
        }

        .form-fld-box.new-flex-box.new-flex-box-second label {
            left: -120px;
            width: 120px;
        }

        .form-fld-box.new-flex-box.new-flex-box-third label {
            left: -300px;
            width: 300px;
            font-size: 20px;
            
        }

.login-form .new-flex-box .form-control {
    width: calc(100% - 0px);
}

.form-fld-box label.labelsecond {
    /* width: 400px; */
}

.Headinglabel {
    margin-bottom: 20px;
}

.submit-fld-box {
    margin-left: 180px;
}

.login-gray-box {
    padding: 35px 0px 35px 0px;
}

.resolve-my-debt-page .form-fld-box label {
    width: 185px;
    font-size: 24px;
}

.resolve-my-debt-page .submit-fld-box {
    margin-left: 185px;
    width: 320px;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
}

.resolve-my-debt-page .login-form .form-control {
    width: 320px;
}

.resolve-my-debt-page .form-fld-box span {
    display: inline-block;
    margin-left: 40px;
    width: 150px;
}

.resolve-my-debt-page .form-fld-box {
    margin-bottom: 12px;
    margin-top: 12px;
}

.resolve-my-debt-page .login-form .form-control.small-input-fld {
    width: 90px;
    margin-right: 25px;
}

.resolve-my-debt-page .login-form .login-btn.common-btn {
    margin: 10px auto 10px;
}

.login-form .form-control {
    width: calc(100% - 150px);
}

.form-fld-box.new-flex-box .form-control,
.resolve-my-debt-page .form-control {
    min-height: 46px;
}

.maxwidth {
    max-width: max-content;
}

.dropdown.common-dropdown-box label {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.form-control,
.change-password-form input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    /* margin-bottom: 20px; */
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-btn {
    min-width: 170px;
    display: block;
    margin: 0 auto 0px;
}

.reset-pass {
    color: #002654;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #002654;
    margin-top: 20px;
}

    .reset-pass:hover {
        color: #0071bc;
        border-bottom: 1px solid transparent;
    }

.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.check-box {
    color: #151b2c;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}

.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}

.remember-text {
    color: #151b2c;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}

.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}

.separetor {
    margin-top: 10px;
}

    .separetor span {
        background: #fff;
        position: relative;
        top: 10px;
        padding: 10px 0px 0px;
    }

.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

    .sign-icon ul li {
        display: inline-block;
        margin: 0px 5px;
    }

        .sign-icon ul li a {
            color: #fff;
            display: block;
            text-transform: uppercase;
            font-size: 15px;
            padding: 0px 30px 0px 0px;
            font-weight: 600;
        }

            .sign-icon ul li a.facebook {
                color: #3B5998
            }

            .sign-icon ul li a.twitter {
                color: #00ACED
            }

            .sign-icon ul li a.google {
                color: #C32F10
            }

.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}

.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.signup-page .login-image,
.signup-page .log-inner img {
    height: 100%;
    max-height: 588px;
    object-fit: cover;
}

/*----------------------------------------*/

/*  21. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #E6922E;
    border-radius: 3px;
}

    .blog-search-option button {
        background: transparent;
        border: none;
    }

        .blog-search-option button i {
            line-height: 16px;
            font-size: 18px;
            padding: 0px 10px;
        }

            .blog-search-option button i:hover {
                color: #E6922E;
            }

.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

    .left-blog h4::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 70px;
        height: 1px;
        background: #E6922E;
    }

.blog-left-content .blog-content::after {
    display: none;
}

.left-side {
    padding-right: 40px;
}

.right-side {
    padding-left: 40px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

    .blog-category li,
    .left-blog li {
        display: block;
        position: relative;
    }

    .left-blog ul li a {
        color: #3d5368;
        display: inline-block;
        font-size: 15px;
        padding: 7px 0px 7px 25px;
        text-transform: capitalize;
    }

.blog-category ul {
    margin-top: 12px;
}

.left-blog ul li span {
    display: inline-block;
    border: 1px solid #E6922E;
    background: #E6922E;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.pst-content .date-type {
    font-size: 14px;
}

.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    right: 5px;
    top: 8px;
    font-family: themify;
    color: #3d5368;
    font-size: 13px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

    .recent-single-post:last-child {
        border-bottom: none;
    }

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.left-blog .post-img a {
    display: block;
    border: 1px solid #fafafa;
}

    .left-blog .post-img a img {
        border-radius: 4px;
    }

.pst-content {
    padding-left: 100px;
}

    .pst-content p {
        margin-bottom: 0px;
    }

        .pst-content p a:hover,
        .left-blog ul li a:hover {
            color: #E6922E;
        }

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}

    .left-tags .left-side-tags ul li a {
        padding: 5px 10px;
        width: auto;
        background: #f4f5f4;
        color: #3d5368;
        border-radius: 3px;
        font-weight: 400;
        font-size: 14px;
    }

        .left-tags .left-side-tags ul li a:hover {
            color: #fff;
            background: #E6922E;
        }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0px;
    border-radius: 4px;
}

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #3d5368;
        background-color: #f4f5f5;
        border: none;
        margin-left: -1px;
        border-radius: 2px;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 3px 0px 0px;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #E6922E;
        cursor: default;
        border-radius: 2px;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #E6922E;
        border-color: #E6922E;
        border-radius: 2px;
    }

.adver-img {
    margin-top: 20px;
}

/*----------------------------------------*/

/*  22. Blog Details
/*----------------------------------------*/
.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

    .comments-list-img img {
        border-radius: 3px;
        border: 1px solid #ddd;
    }

.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}

    blockquote::before {
        position: absolute;
        top: 20px;
        left: 30px;
        content: "\f10d ";
        font-family: fontawesome;
        font-size: 34px;
        color: #3d5368;
    }

    blockquote p {
        font-size: 16px !important;
        line-height: 28px;
    }

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #E6922E;
}

    .comments-content-wrap span a:hover {
        color: #E6922E;
    }

.comment-respond .add-btn.contact-btn {
    background: #E6922E;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #E6922E;
    text-transform: capitalize;
    font-weight: 600;
}

    .comment-respond .add-btn.contact-btn:hover {
        background: #fff;
        color: #E6922E;
        border: 1px solid #E6922E;
    }

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments,
.related-post {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}

.blog-details .blog-content h5 {
    font-size: 20px;
}

.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 15px;
}

.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}

.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}

    .related-post-list .recent-single-post:last-child {
        padding: 0px 0px 0px 20px;
    }

.back-btn i {
    margin-right: 5px;
}
/*----------------------------------------*/

/* 23.Contact CSS
/*----------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-area .contact-form {
    margin-left: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 160px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #E6922E;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #E6922E;
}

.contact-form button[type=submit]:hover {
    color: #E6922E;
    border: 1px solid #E6922E;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #E6922E;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}

/*----------------------------------------*/

/*  24.	Animation  CSS
/*----------------------------------------*/
.last-item {
    margin-bottom: 0px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*--------------------------------*/

/* .End CSS
/*--------------------------------*/
::-moz-placeholder {
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    /* IE 10+ */
}

:-moz-placeholder {
    /* Firefox 18- */
}

input:focus {
}

select {
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/*input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}*/
textarea {
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.resources-content-box a {
    color: #333;
}

.resources-loop-box .resources-img-box {
    border: 4px solid #ffffff;
    transition: all 1s ease;
}

.resources-loop-box:hover .resources-img-box {
    border: 4px solid #0071bc;
    transition: all 1s ease;
}

.circle-point-red li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 5px;
}

    .circle-point-red li::before {
        position: absolute;
        left: 0;
        width: 7px;
        height: 7px;
        top: 9px;
        background-color: #0071bc;
        display: block;
        content: '';
        border-radius: 25px;
    }

.content-without-banner {
    margin-top: 110px;
}

.quote-section .fa {
    color: #0071bc;
    font-size: 30px;
}

.quote-section {
    position: relative;
}

    .quote-section .fa.fa-quote-left {
        position: absolute;
        top: 0;
        left: 0;
    }

    .quote-section .fa.fa-quote-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    .quote-section p {
        width: 90%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

.check-section {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.center-btn-box {
    display: table;
    margin: 0 auto;
}

.table-container-box {
    /* margin-top: 6px; */
    /* float: left; */
    /* display: inline-block; */
}

.common-table-box {
    margin-top: 6px;
}

.ob_gFEC img {
    width: 29px;
    height: 29px;
    max-width: 29px;
}

.mobile-cut-angel-box {
    display: none;
}

.login-content-area.fix.area-padding {
    padding: 55px 0px;
}

.justify-center {
    justify-content: center;
}

.resolve-my-debt-flipbox .cq-flipbox-container {
    /* width: 280px; */
    margin-left: 20px;
    margin-right: 20px;
    max-width: 280px;
}

.resolve-my-debt-flipbox {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
    /* flex-wrap: wrap; */
}

.Right-side-content-box .red-heading-center {
    margin-bottom: 32px;
    padding-top: 8px;
}

.drag-drop-container {
    border: 3px dashed #808080;
    position: relative;
    min-height: 280px;
    min-width: 250px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
}
.drag-drop-container-disputes {
    position: relative;
    min-height: 230px;
    min-width: 250px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding: 1px;
    text-align: center;
    background-color: #fff;
    color: #333;
    align-items: center;
    justify-content: center;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    background-color: rgba(242, 242, 242, .7);
    text-align: center;
    pointer-events: none
}

    .imageuploadify .imageuploadify-overlay i {
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

.imageuploadify .imageuploadify-images-list {
    /* display: inline-block */
}

.MultiFile-wrap {
    margin-bottom: 25px;
}

.MultiFile-label {
    display: table;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    margin: 15px 0;
    font-size: 16px;
    width: 600px;
    line-height: 20px;
}

    .MultiFile-label span,
    .MultiFile-label a {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    .MultiFile-label a {
        width: 50px;
        vertical-align: middle;
    }

.MultiFile-remove {
    background: url(../img/delete-icon.png) no-repeat scroll center;
    width: 18px;
    height: 22px;
    display: inline-block;
}

.MultiFile-title {
    margin-right: 15px;
}

.imageuploadify .imageuploadify-images-list i {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    color: #0071bc;
    margin-bottom: 20px;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 21px;
    display: inline-block;
    margin-right: 10px;
}

.imageuploadify-inner {
    margin-top: 50px;
    margin-bottom: 20px;
}
.imageuploadify-inner-disputes {
    margin-top: 10px;
    margin-bottom: 10px;
}

.uploadfldbox {
    cursor: pointer;
}

.imageupload-note {
    text-align: center;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}

.imageuploadify-table-heading {
    width: 100%;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8);
}

table.imageuploadify-container {
    background: #fff;
    width: 100%;
    /* box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8); */
}

table.imageuploadify-table-heading tr td {
    padding: 10px 20px;
}

table.imageuploadify-container tr td {
    padding: 10px 20px;
}

table.imageuploadify-table-heading tr td {
    padding: 15px 20px;
    color: #002654;
    font-size: 16px;
    font-weight: 700;
}

    table.imageuploadify-table-heading tr td:last-child, table.imageuploadify-container tr td:last-child {
        width: 100px;
        text-align: center;
    }

table.imageuploadify-container tr {
    border: 1px solid #ccc;
}

.imageuploadify-section {
    padding: 10px 20PX;
    background: #fff;
    /* box-shadow: 0px 0px 10px 0px rgba(185, 182, 182, 0.8); */
}

.delete-btn i {
    font-size: 24px;
    color: #0071bc;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888
}

    .imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        font-size: 10px;
        line-height: 1.42;
        padding: 2px 0;
        text-align: center;
        z-index: 3
    }

    .imageuploadify .imageuploadify-images-list .imageuploadify-container img {
        height: 100px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto
    }

    .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
        position: absolute;
        top: 0;
        padding-top: 20px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: rgba(255, 255, 255, .5);
        z-index: 2;
        opacity: 0
    }

        .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
            display: block
        }

.adminbtn {
    margin: 40px auto 0;
    display: table;
    border-bottom: 1px solid #002654;
    font-size: 15px;
    line-height: 17px;
}

    .adminbtn:hover {
        border-bottom: none;
    }

.row.for-our-client-inner-box {
    position: relative;
}

.logout-btn-third {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 15px;
}

.clid-name-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -99;
    width: 100%;
    padding-left: 195px;
}

    .clid-name-box h3 {
        padding-top: 8px;
        margin-bottom: 0px;
    }

.login-btn.change-pw-btn {
    display: inline-block;
    margin: 0 5px;
}

.change-password-table table tr.gridssubcolor td,
.change-password-table table tr:first-child td {
    background-color: #0071bc;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    height: auto;
    min-height: 40px;
    padding: 10px 10px;
    vertical-align: middle;
    line-height: 17px;
    /* border-color: #0071bc; */
}

.change-password-table table tr td {
    background: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    height: auto;
    min-height: 40px;
    padding: 10px 10px;
    vertical-align: middle;
    line-height: 22px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

textarea.form-control.textarea-fld {
    height: 120px;
    resize: none;
}

.gray-border {
    border: 1px solid #ccc;
}

.cp-btn.reset-pass {
    border: none;
    background: no-repeat;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
}

.change-password-table i.fa {
    color: #002654;
}

.cp-btn-box {
    text-align: center;
}

    .cp-btn-box .reset-pass {
        margin-left: 20px;
        margin-right: 20px;
    }

.white-bg {
    background-color: #fff;
}

.admin-form-box {
    padding: 35px;
}

.change-password-table table {
    border-style: none !important;
}

table.upload-table tr:first-child td:first-child {
    width: 30%;
}

table.upload-table tr td:last-child {
    width: 130px;
    text-align: center;
}

table.import-report-table tr td:first-child {
    max-width: 30px;
}

table.import-report-table tr:last-child td {
    border: none;
    padding-left: 0px;
    background: none;
}

.import-report-table,
.upload-table,
.change-password-table .defaulttext {
    border: none;
    border-collapse: separate !important;
    border-spacing: 0px 6px;
    background: #fff;
    min-width: 100%;
    width: auto !important;
    margin-top: -6px;
}

    .import-report-table tr td:first-child,
    .upload-table tr td:first-child,
    .change-password-table .defaulttext tr td:first-child {
        border-left: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
    }

    .import-report-table tr td:last-child,
    .upload-table tr td:last-child,
    .change-password-table .defaulttext tr td:last-child {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 5px 0;
    }

.import-btn {
    /* margin-top: 20px; */
}

.table-check-box,
.table-check-box input {
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-right: 5px;
}

.hide-box {
    display: none;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.gridView-table table tr th {
    text-align: left;
    cursor: pointer;
    background-color: #0071bc;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: auto;
    min-height: 40px;
    padding: 10px 10px;
    vertical-align: top;
    line-height: 17px;
    border-color: #0071bc;
    ;
}

    .gridView-table table tr th a {
        color: #fff;
        background: url(../oboutGrid/styles/premiere_blue/placeholder.gif) no-repeat center right;
        padding-right: 15px;
    }

.gridView-table table.gridView-main-table tr {
    border-collapse: separate;
    border-spacing: 0px 6px;
}

.gridView-table table.gridView-main-table {
    border: none;
    border-collapse: separate !important;
    border-spacing: 0px 6px;
    background: #fff;
    min-width: 100%;
    width: auto !important;
    margin-top: -6px;
}

.gridView-table {
    width: 2500px;
}

    .gridView-table.gridView-table2 {
        width: 3580px;
    }

    .gridView-table table tr td {
        /* height: 25px;  */
        text-align: left;
        vertical-align: middle;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: normal;
        /* color: #333333; */
        vertical-align: middle;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 17px;
        padding: 8px 10px;
        word-break: break-word;
        background-color: #fff;
        border-left: none;
        border-right: none;
    }

        .gridView-table table tr td:first-child {
            border-left: 1px solid #ccc;
            border-radius: 5px 0 0 5px;
        }

        .gridView-table table tr td:last-child {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 5px 0;
        }

.GridPager td {
    border: none !important;
    padding: 0 !important;
}

.GridPager tr td span,
.GridPager tr td a {
    border: 1px solid #ccc;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 5px;
}

    .GridPager tr td span,
    .GridPager tr td a:hover,
    .GridPager tr td span:hover {
        border: 1px solid #0071bc;
        background: #0071bc;
        color: #fff;
    }

.GridPager > td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 10px !important;
}

.page-selection-box {
    font-size: 14px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}

.page-selection-box {
    position: absolute;
    left: 10px;
    z-index: 9999;
    bottom: 15px;
}

.relative-box {
    position: relative;
}

.GridPager table {
    margin-left: 240px;
}

.page-selection-box select {
    height: auto;
    padding: 5px 8px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(../oboutGrid/styles/premiere_blue/interface/OboutDropDownList/images/table-row-arrow-up-down.png);
    min-width: 70px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
/* Responsive Media for Mobile and ipad */
@media only screen and (min-width: 2501px) and (max-width: 8000px) {
    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
    .inventory-report-table {
        width: 1800px;
    }

    .table-container-box {
        overflow-x: auto;
    }

    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1919px) {
    .contact-info-section .row {
        width: 90%;
    }

    .main-menu ul.navbar-nav li a span {
        font-size: 17px;
        padding: 5px 15px;
    }

    .s-menu {
        font-size: 17px;
        padding: 5px 15px;
    }

    .inventory-report-table {
        width: 1800px;
    }

    .table-container-box {
        overflow-x: auto;
    }

    .Management-summary-report-table {
        width: 1800px;
    }
    /* .footer-head .first-logo {
        margin-right: 30px;
    } */
    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1650px) {
    /* .resolve-my-debt-flipbox {
        max-width: 1270px;
    } */
    .resolve-my-debt-flipbox .cq-flipbox-container {
        max-height: 220px;
    }

        .resolve-my-debt-flipbox .cq-flipbox-container h4 {
            font-size: 23px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container p {
            font-size: 15px;
            line-height: 18px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-content .common-btn {
            line-height: 36px;
            min-width: 150px;
            min-height: 36px;
            font-size: 16px;
        }

    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1400px) {
    #myVideo {
        /* margin-left: -50%; */
        height: 100%;
        width: 100vw;
        min-height: 100vh;
    }

    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}



@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .resolve-my-debt-flipbox {
        max-width: 1270px;
    }

    .main-menu ul.navbar-nav li a span {
        padding: 5px 12px;
        font-size: 16px;
    }

    .s-menu {
        font-size: 16px;
        padding: 5px 15px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-info-section .row {
        width: 100%;
    }

    #myVideo {
        /* margin-left: -50%; */
        height: 100%;
        width: 100vw;
        min-height: 100vh;
    }
    /* .footer-head .first-logo {
        margin-right: 25px;
    } */
    .footer-content.logo-footer {
        padding-right: 0;
    }

    .resolve-my-debt-flipbox .cq-flipbox-container {
        max-height: 220px;
    }

        .resolve-my-debt-flipbox .cq-flipbox-container h4 {
            font-size: 23px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container p {
            font-size: 15px;
            line-height: 18px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-content .common-btn {
            line-height: 36px;
            min-width: 150px;
            min-height: 36px;
            font-size: 16px;
        }

    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1355px) {
    /* .footer-head .first-logo {
        margin-right: 20px;
    } */
}

@media only screen and (min-width: 320px) and (max-width: 1400px) {

    .table-container-box {
        overflow-x: auto;
    }

    .summary-report-table {
        width: 1400px;
    }

    .Management-summary-report-table {
        width: 1800px;
    }

    .inventory-report-table {
        width: 1800px;
    }

    .recovery-report-table {
        width: 1400px;
    }

    .client-invoices-table {
        width: 1400px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .adminbtn {
        position: absolute;
        right: -180px;
        bottom: -30px;
    }

    .resolve-my-debt-flipbox .cq-flipbox-container {
        max-height: 220px;
    }

        .resolve-my-debt-flipbox .cq-flipbox-container h4 {
            font-size: 23px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container p {
            font-size: 15px;
            line-height: 18px;
        }

        .resolve-my-debt-flipbox .cq-flipbox-container.cq-flipbox-container-second .cq-flipbox-content .common-btn {
            line-height: 36px;
            min-width: 150px;
            min-height: 36px;
            font-size: 16px;
        }

    .main-menu ul.navbar-nav li a span {
        padding: 5px 10px;
        font-size: 16px;
    }

    .s-menu {
        font-size: 16px;
        padding: 5px 10px;
        margin-left: 15px;
    }

    .main-menu ul.navbar-nav li {
        margin-left: 10px;
    }

    .header-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-area,
    .footer-area-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu ul.navbar-nav li a {
        padding: 0 !important;
    }

    p {
        font-size: 17px;
        line-height: 24px;
    }

    .contact-info-section .row {
        width: 100%;
    }

    .clients-text li a b {
        word-break: break-word;
    }

    #myVideo {
        /* margin-left: -50%; */
        height: 100%;
        width: 100vw;
        min-height: 100vh;
    }
    /* .footer-head .first-logo {
        margin-right: 15px;
        margin-bottom: 10px;
    } */
    .footer-content.logo-footer {
        padding-right: 0;
    }

    .intro-area .slide-content {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1145px) {
    .main-menu ul.navbar-nav li a span {
        padding: 5px 8px;
        font-size: 15px;
    }

    .s-menu {
        font-size: 15px;
        padding: 5px 8px;
        margin-left: 8px;
        min-width: 140px;
    }

    .footer-head .first-logo {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .resolve-my-debt-flipbox {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1190px) {
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .resolve-my-debt-flipbox {
        flex-wrap: wrap;
    }

    .header-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu ul.navbar-nav li a {
        padding: 0 !important;
    }

        .main-menu ul.navbar-nav li a span {
            padding: 5px 7px;
            font-size: 14px;
        }

    .s-menu {
        font-size: 14px;
        padding: 5px 7px;
        margin-left: 8px;
        min-width: 130px;
    }

    .footer-area,
    .footer-area-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    p {
        font-size: 17px;
        line-height: 24px;
    }

    .contact-info-section .row {
        width: 100%;
    }

    .clients-text li a b {
        word-break: break-word;
    }

    .clients-text {
        padding: 20px 15px;
    }

    .clients-text-second li span {
        width: 60px;
        min-width: 60px;
    }

    .splitbox {
        max-width: 75% !important;
        flex: 100%;
    }

    .report-type-box .control {
        display: block;
        margin-right: 0px;
        padding-left: 40px;
    }

    .report-type-box .control_indicator {
        right: auto;
        left: 0;
    }

    .report-type-box {
        display: block;
    }

    .slider-content {
        top: 170px;
    }

    #myVideo {
        /* margin-left: -50%; */
        height: 100vh;
    }

    .footer-head .first-logo {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .intro-area .slide-content {
        padding-left: 20px;
    }

    .breadcrumb {
        padding: 130px 0px 130px;
    }
}

@media only screen and (min-width: 801px) and (max-width:991px) {
    .info-content-box {
        display: grid;
    }

        .info-content-box label {
            min-width: 100%;
        }

    .copyright {
        text-align: center;
    }

    .designed-by {
        text-align: center;
        margin-top: 20px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .header-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu ul.navbar-nav > li > a > span {
        padding: 5px 10px;
    }

    .main-menu ul.navbar-nav > li {
        margin-left: 10px;
    }

    .main-menu ul.navbar-nav li a {
        padding: 0 !important;
    }

    .s-menu {
        margin-left: 10px;
    }

    .footer-area,
    .footer-area-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-menu .logo {
        height: inherit;
        left: 0;
        padding: 0;
        position: absolute;
        top: 5px;
        z-index: 999999;
        /* max-width: 130px; */
    }

        .mobile-menu .logo a {
            padding: 0px 0;
        }

    p {
        font-size: 17px;
        line-height: 24px;
    }



    .form-fld-box {
        display: block;
    }

    .resolve-my-debt-page .form-fld-box label {
        width: 100%;
    }

    .resolve-my-debt-page .login-form .form-control {
        width: 100%;
    }

    .resolve-my-debt-page .submit-fld-box {
        margin-left: 0;
        width: 100%;
    }

    .resolve-my-debt-page .form-fld-box span {
        margin-left: 0;
        width: 100%;
    }

    .form-fld-box label {
        margin-bottom: 15px;
    }

    .resolve-my-debt-page .form-fld-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld:nth-child(4) {
        margin-right: 0;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld {
        width: 31.33%;
        margin-right: 3%;
        float: left;
    }

    .login-page .login-form .form-control {
        width: 100%;
    }

    .form-fld-box label {
        width: 100%;
    }

    .submit-fld-box {
        margin-left: 0;
    }

    .clients-text {
        margin-bottom: 30px;
    }

    .contact-info-section .row {
        width: 60%;
    }

    .contact-info-section .col-xl-4.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
        max-width: 100% !important;
        width: 100% !important;
        flex: 100% !important;
    }

    .splitbox {
        max-width: 100% !important;
        flex: 100%;
    }

    .report-type-box .control {
        display: block;
        margin-right: 0px;
        padding-left: 40px;
    }

    .report-type-box .control_indicator {
        right: auto;
        left: 0;
    }

    .report-type-box {
        display: block;
    }

    .slider-content {
        top: 150px;
    }

    .mobile-menu-area {
        padding: 10px 30px;
    }

    .form-fld-box.flexbox label {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-fld-box.flexbox {
        display: block;
    }
    /* #myVideo {
        margin-left: -50%;
    } */
    /* #myVideo {
        transform: translateX(-30%) translateY(0%);
    }  */
    .owl-item, .item {
        height: 60vh;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        min-height: auto;
    }

    #myVideo {
        /* position: fixed; */
        /* right: 0; */
        /* bottom: 0; */
        width: 100%;
        /* min-height: 100%; */
        max-height: initial;
        min-width: 100%;
        /* max-width: 100%; */
        object-fit: cover;
    }

    .intro-area .slide-content {
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .slide-content {
        max-width: 400px;
    }

    .slider-content .title2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .slider-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .anchor-link-arrow {
        display: none;
    }

    .owl-item, .item {
        height: 400px !important;
    }

    .breadcrumb {
        padding: 130px 0px 130px;
    }

    .page-area {
        margin-top: 94px;
    }

    .cut-angel-content.area-padding {
        padding: 40px 0px;
    }

    .clid-name-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        z-index: -99;
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
    .clid-name-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        z-index: -99;
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .info-content-box {
        display: grid;
    }

        .info-content-box label {
            min-width: 100%;
        }

    .copyright {
        text-align: center;
    }

    .designed-by {
        text-align: center;
        margin-top: 20px;
    }

    .footer-content {
        margin-bottom: 50px;
    }

    .mobile-menu .logo {
        height: inherit;
        left: 0;
        padding: 0;
        position: absolute;
        top: 5px;
        z-index: 999999;
        max-width: 130px;
    }

        .mobile-menu .logo a {
            padding: 0px 0;
        }

    p {
        font-size: 17px;
        line-height: 24px;
    }


    .form-fld-box {
        display: block;
    }

    .resolve-my-debt-page .form-fld-box label {
        width: 100%;
    }

    .resolve-my-debt-page .login-form .form-control {
        width: 100%;
    }

    .resolve-my-debt-page .submit-fld-box {
        margin-left: 0;
        width: 100%;
    }

    .resolve-my-debt-page .form-fld-box span {
        margin-left: 0;
        width: 100%;
    }

    .form-fld-box label {
        margin-bottom: 15px;
    }

    .resolve-my-debt-page .form-fld-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld:nth-child(4) {
        margin-right: 0;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld {
        width: 31.33%;
        margin-right: 3%;
        float: left;
    }

    .login-page .login-form .form-control {
        width: 100%;
    }

    .form-fld-box label {
        width: 100%;
    }

    .submit-fld-box {
        margin-left: 0;
    }

    .clients-text {
        margin-bottom: 30px;
    }

    .contact-info-section .row {
        width: 70%;
    }

    .splitbox {
        max-width: 100% !important;
        flex: 100%;
    }

    .report-type-box .control {
        display: block;
        margin-right: 0px;
        padding-left: 40px;
    }

    .report-type-box .control_indicator {
        right: auto;
        left: 0;
    }

    .report-type-box {
        display: block;
    }

    .mobile-menu-area {
        padding: 10px 30px;
    }

    .form-fld-box.flexbox label {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-fld-box.flexbox {
        display: block;
    }
    /* #myVideo {
        transform: translateX(-30%) translateY(0%);
    }  */
    .owl-item, .item {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        min-height: auto;
    }

    #myVideo {
        /* position: fixed; */
        /* right: 0; */
        /* bottom: 0; */
        width: 100%;
        /* min-height: 100%; */
        max-height: 413px;
        min-width: 100%;
        /* max-width: 100%; */
        object-fit: cover;
    }

    .intro-area .slide-content {
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .slider-content {
        top: 110px;
    }

    .slide-content {
        max-width: 400px;
    }

    .slider-content .title2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .slider-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .anchor-link-arrow {
        display: none;
    }

    .container.custom-container {
        max-width: 700px;
    }

    .breadcrumb {
        padding: 130px 0px 130px;
    }

    .page-area {
        margin-top: 94px;
    }

    .cut-angel-content.area-padding {
        padding: 40px 0px;
    }
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
    .clid-name-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        z-index: -99;
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .cut-angel-content.area-padding {
        padding: 40px 0px;
    }

    .info-content-box {
        display: grid;
    }

        .info-content-box label {
            min-width: 100%;
        }

    .breadcrumb {
        padding: 130px 0px 130px;
    }

    .page-area {
        margin-top: 93px;
    }

    .container.custom-container {
        max-width: 700px;
    }

    .copyright {
        text-align: center;
    }

    .designed-by {
        text-align: center;
        margin-top: 20px;
    }

    .footer-content {
        margin-bottom: 50px;
    }

    .mobile-menu .logo {
        height: inherit;
        left: 0;
        padding: 0;
        position: absolute;
        top: 5px;
        z-index: 999999;
        /* max-width: 130px; */
    }

        .mobile-menu .logo a {
            padding: 0px 0;
        }

    .logo {
        left: 20px !important;
    }

    .mean-container .mean-nav ul li a.s-menu.mobile-s-menu {
        padding: 10px 25px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        width: 200px;
        display: table !important;
        margin-top: 15px !important;
        text-align: center !important;
        margin: 30px auto 0 !important;
        float: none !important;
        border: 1px solid #0071bc !important;
        background: #0071bc !important;
    }

    p {
        font-size: 17px;
        line-height: 24px;
    }


    .form-fld-box {
        display: block;
    }

    .resolve-my-debt-page .form-fld-box label {
        width: 100%;
    }

    .resolve-my-debt-page .login-form .form-control {
        width: 100%;
    }

    .resolve-my-debt-page .submit-fld-box {
        margin-left: 0;
        width: 100%;
    }

    .resolve-my-debt-page .form-fld-box span {
        margin-left: 0;
        width: 100%;
    }

    .form-fld-box label {
        margin-bottom: 15px;
    }

    .resolve-my-debt-page .form-fld-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld:nth-child(4) {
        margin-right: 0;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld {
        width: 31.33%;
        margin-right: 3%;
        float: left;
    }

    .login-page .login-form .form-control {
        width: 100%;
    }

    .form-fld-box label {
        width: 100%;
    }

    .submit-fld-box {
        margin-left: 0;
    }

    .clients-text {
        margin-bottom: 30px;
    }

    .splitbox {
        max-width: 100% !important;
        flex: 100%;
    }

    .report-type-box .control {
        display: block;
        margin-right: 0px;
        padding-left: 40px;
    }

    .report-type-box .control_indicator {
        right: auto;
        left: 0;
    }

    .report-type-box {
        display: block;
    }

    .quick-search-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-menu-area {
        padding: 12px 30px;
        max-height: 93px;
    }

    .slider-content {
        top: 30px
    }

    .slide-content, .slider-content {
        width: 370px;
    }

    .form-fld-box.flexbox label {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-fld-box.flexbox {
        display: block;
    }
    /* #myVideo {
        transform: translateX(-30%) translateY(0%);
    }  */
    .owl-item, .item {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        min-height: auto;
    }

    #myVideo {
        /* position: fixed; */
        /* right: 0; */
        /* bottom: 0; */
        width: 100%;
        /* min-height: 100%; */
        max-height: 396px;
        min-width: 100%;
        /* max-width: 100%; */
        object-fit: cover;
    }

    .intro-area .slide-content {
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    .slider-content .title2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .slider-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .anchor-link-arrow {
        display: none;
    }

    .intro-area {
        margin-top: 74px;
    }

    .mobile-menu-area {
        background: #6e6e6e;
    }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
    .page-area {
        margin-top: 93px;
    }

    .form-fld-box.new-flex-box label {
        position: initial;
        margin-bottom: 15px;
    }

    .login-gray-box {
        padding: 30px 15px !important;
    }

    .form-fld-box.new-flex-box {
        width: 100%;
    }

        .form-fld-box.new-flex-box.new-flex-box-second label {
            width: 100%;
        }

    .carousel-control-next {
        right: -30px;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .owl-item, .item {
        height: 360px !important;
    }

    .cut-angel-content {
        clip-path: none;
    }

    .mobile-cut-angel-box {
        display: block;
        padding: 0;
    }

    .section-inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 667px) and (max-width: 700px) {
    .info-button-box {
        margin-top: 20px;
    }

    .owl-item, .item {
        height: 45vh !important;
    }

    .owl-item, .item {
        height: 310px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 666px) {
    .owl-item, .item {
        height: 60vh !important;
    }

    #myVideo {
        max-height: initial;
    }

    .form-btn-box .common-btn {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto !important;
        display: table;
    }

    .owl-item, .item {
        height: 280px !important;
    }
}

@media only screen and (min-width: 415px) and (max-width: 480px) {
    .logout-btn {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
        margin-bottom: 30px;
    }

    .doc-format-box {
        width: 33.33%;
        margin-right: 2%;
    }

    .form-btn-box .common-btn {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto !important;
        display: table;
    }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
    .logout-btn {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
        margin-bottom: 30px;
    }

    .doc-format-box {
        width: 33.33%;
        margin-right: 2%;
    }

    .form-btn-box .common-btn {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto !important;
        display: table;
    }

    .owl-item, .item {
        height: 214px !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .logout-btn {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
        margin-bottom: 30px;
    }

    .doc-format-box {
        width: 33.33%;
        margin-right: 2%;
    }

    .form-btn-box .common-btn {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto !important;
        display: table;
    }

    .owl-item, .item {
        max-height: 194px !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
    .owl-item, .item {
        max-height: 186px !important;
    }

    .file-upload-img-box {
        padding: 20px;
    }
}


@media only screen and (max-width: 320px) {
    .file-upload-img-box {
        padding: 20px;
    }

    .container {
        width: 300px !important;
    }

    #myVideo {
        max-height: 165px !important;
    }

    .logout-btn {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
        margin-bottom: 30px;
    }

    .doc-format-box {
        width: 33.33%;
        margin-right: 2%;
    }

    .form-btn-box .common-btn {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto !important;
        display: table;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .logout-btn-second {
        right: 50%;
        transform: translate(50%, 0);
    }

    .resolve-my-debt-flipbox {
        flex-wrap: wrap;
    }

    .about-image {
        margin-bottom: 30px;
    }

    .cut-angel-box {
        background-size: cover;
    }

    .mobile-menu-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mobile-menu-area .mean-container .mean-nav ul {
            margin: 0px 0px;
        }

            .mobile-menu-area .mean-container .mean-nav ul li a {
                /* padding: 7px 0px 7px 30px;
        width: 100%; */
            }

        .mobile-menu-area .mean-nav ul li.mean-last {
            margin-bottom: 0px;
        }

    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2 {
        font-size: 28px;
        line-height: 35px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }

    h5 {
        font-size: 19px;
        line-height: 25px;
    }

    h6 {
        font-size: 15px;
        line-height: 20px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 700px) {
    .logout-btn-third {
        position: relative;
        top: 0;
        z-index: 999;
        right: 0;
        margin: 0 auto 30px;
    }

    .clid-name-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        z-index: -99;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .side-navigation-box a.back-btn.common-btn {
        display: table;
        width: 150px;
        margin: 0 auto;
    }

    .cut-angel-content.area-padding {
        padding: 30px 0px;
    }

    .page-area {
        margin-top: 65px;
    }

    .form-fld-box.new-flex-box label {
        position: initial;
        margin-bottom: 15px;
    }

    .login-gray-box {
        padding: 30px 15px !important;
    }

    .form-fld-box.new-flex-box {
        width: 100%;
    }

        .form-fld-box.new-flex-box.new-flex-box-second label {
            width: 100%;
        }

    .carousel-control-next {
        right: -30px;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .section-inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mobile-cut-angel-box {
        display: block;
        padding: 0;
    }

    .cut-angel-content {
        clip-path: none;
    }

    .flex-center-box,
    .flex-center-innerBox {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .designed-by {
        text-align: center;
        margin-top: 20px;
    }

    .mobile-menu-area .container {
        width: 100%;
    }

    .logo {
        left: 20px !important;
    }

    .mean-container .mean-nav ul li a.s-menu.mobile-s-menu {
        padding: 10px 25px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        width: 200px;
        display: table !important;
        margin-top: 15px !important;
        text-align: center !important;
        margin: 30px auto 0 !important;
        float: none !important;
        border: 1px solid #0071bc !important;
        background: #0071bc !important;
        height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .resources-img-box {
        margin-bottom: 20px;
    }


    .about-area .empty-space60 {
        display: none;
    }

    #sticker .logo {
        display: none;
    }

    .form-fld-box {
        display: block;
    }

        .form-fld-box.flexbox {
            display: block;
        }

            .form-fld-box.flexbox label {
                margin-bottom: 10px;
            }

    .resolve-my-debt-page .form-fld-box label {
        width: 100%;
    }

    .resolve-my-debt-page .login-form .form-control {
        width: 100%;
    }

    .resolve-my-debt-page .submit-fld-box {
        margin-left: 0;
        width: 100%;
    }

    .resolve-my-debt-page .form-fld-box span {
        margin-left: 0;
        width: 100%;
    }

    .form-fld-box label {
        margin-bottom: 15px;
    }

    .resolve-my-debt-page .form-fld-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld:nth-child(4) {
        margin-right: 0;
    }

    .resolve-my-debt-page .login-form .form-control.small-input-fld {
        width: 31.33%;
        margin-right: 3%;
        float: left;
    }

    .about-image {
        margin-right: auto !important;
        max-width: 320px;
        margin-left: auto !important;
    }

    .login-page .login-form .form-control {
        width: 100%;
    }

    .form-fld-box label {
        width: 100%;
    }

    .submit-fld-box {
        margin-left: 0;
    }

    .clients-text {
        margin-bottom: 30px;
    }

    .contact-info-section .row {
        width: 100%;
    }

    .clients-text li a b {
        word-break: break-word;
    }

    .clients-text {
        padding: 20px 15px;
    }

    .clients-text-second li span {
        width: 60px;
        min-width: 60px;
    }

    .info-content-box,
    .info-content-box label {
        display: block;
        min-width: 100%;
    }

    .display-filter-box {
        display: block;
    }

    .Inventory-report-form .control {
        display: block;
        margin-right: 0px;
        /* padding-left: 40px; */
    }

    .Inventory-report-form .control_indicator {
        right: auto;
        left: 0;
    }

    .datepicker-box {
        display: block;
    }

        .datepicker-box .form-control {
            margin-left: 0;
            margin-right: 0;
        }

    .side-navigation-box {
        max-width: 100%;
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .Right-side-content-box {
        width: 100%;
        float: left;
    }

    .quick-search-form {
        padding-left: 0px;
        padding-right: 0px;
    }

        .quick-search-form .control td,
        .Inventory-report-form .control td,
        .display-filter-box .control-group .control-radio input[type=radio] + label {
            display: block;
            margin-bottom: 5px;
        }

    .clear-btn.common-btn.get-invoices-btn {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .mobile-menu-area {
        padding: 10px 30px;
    }

    .header-area {
        display: none;
    }

    .row.resources-loop-box {
        margin-top: 30px;
    }

    h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .footer-area {
        padding: 20px 15px 20px 15px;
    }

    .reset-pass {
        font-size: 15px;
    }

    .form-fld-box.flexbox label {
        width: 100%;
    }

    .imageuploadify .imageuploadify-images-list {
        display: block;
    }

    #ctl00_ContentPlaceHolder1_UpdatePanel1 {
        display: block;
    }

    .uploadfldbox {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .file-upload-table table tr th {
        display: block;
        padding: 5px 20px;
    }

    .file-upload-table table tr td {
        display: block;
        border: none;
        border-radius: 0px;
    }

        .file-upload-table table tr td:first-child {
            border-left: none;
            border-top: 1px solid #ccc;
            border-radius: 0px;
        }

        .file-upload-table table tr td:last-child {
            border-right: none;
            border-bottom: 1px solid #ccc;
            border-radius: 0px;
        }

    .info-button-box {
        margin-top: 20px;
    }

    .intro-area .slide-content {
        padding-left: 30px;
    }

    .MultiFile-label {
        font-size: 14px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        display: flex;
        word-break: break-word;
        justify-content: space-between;
    }
    /* #myVideo {
        transform: translateX(-30%) translateY(0%);
        height: 100vh;
    }  */
    .page-area.resolve-my-debt-banner video {
        height: 100vh;
    }
    /* .page-area.resolve-my-debt-banner {
        background-image: url(../img/resolve-my-debt-banner-img.jpg);
    } */
    /* #myVideo {
        transform: translateX(-30%) translateY(0%);
    }  */
    .owl-item, .item {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        min-height: auto;
    }

    #myVideo {
        /* position: fixed; */
        /* right: 0; */
        /* bottom: 0; */
        width: 100%;
        /* min-height: 100%; */
        max-height: initial;
        min-width: 100%;
        /* max-width: 100%; */
        object-fit: cover;
    }

    .intro-area .slide-content {
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .slide-content {
        max-width: 400px;
    }

    .slider-content .title2 {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .slider-content h4 {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }

    .anchor-link-arrow {
        display: none;
    }

    .area-padding {
        padding: 30px 0px;
        position: relative;
    }

    .slider-content {
        top: 20px;
        max-width: 300px;
    }

    .intro-area {
        margin-top: 66px;
    }

    .mobile-menu-area {
        background: #6e6e6e;
    }
}
