@font-face {
    font-family: 'Century Normal';
    src: url('../fonts/Century Normal.eot');
    src: url('../fonts/Century Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century Normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Normal';
    src: url('../fonts/Century-Normal.svg#Century-Normal') format('svg'),
        url('../fonts/Century-Normal.ttf') format('truetype'),
        url('../fonts/Century-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    outline: none !important;
    text-decoration: none !important;
    background: #ffffff;
    line-height: 22px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ff9901;
}

::selection {
    color: #fff;
    background: #ff9901;
}

a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

a:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.p-0 {
    padding: 0;
}

.m-b-15 {
    margin-bottom: 15px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: auto;
}

/* Starts header css */

.tp-menu {
    background: #a77c01;
    padding: 15px 0;
}

.header {
    padding: 15px 0;
    box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -o-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
}

.logo img {
    width: 210px;
    display: table;
    margin: 0 auto;
}

.common-similar-btn a {
    background: #11455b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 3px 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 6px;
    display: inline-block;
}

/* Ends header css */


/* Starts banner css */

.banner {
    /* background: url(../images/main-banner.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    /* padding: 60px 0 0 0; */
    position: relative;
    height: 271px;
}

.banner .banner-carousel .owl-nav {
    display: none;
}

.banner .banner-carousel .owl-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    top: 235px;
}

.banner .banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    border: 0;
    padding: 0;
    background: transparent;
}

.banner .banner-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.banner .banner-carousel .owl-dots .owl-dot span {
    background: transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: block;
    height: 8px;
    margin: 0 3px;
    width: 8px;
    border: 1px solid #fff;
}

/* Ends banner css */


/* Starts footer-section */

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98);
    min-height: 60px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    padding: 10px 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menu ul li {
    display: inline-block;
    width: 24%;
}

.footer-menu ul li a {
    display: block;
    text-align: center;
    color: #3c3c3c;
}

.footer-menu ul li a:hover {
    display: block;
    text-align: center;
    color: #ff9901;
}

.footer-menu ul li img {
    width: 24px;
    height: 24px;
    display: table;
    margin: 0 auto;
}

.footer-menu ul li span {
    margin-top: 2px;
    display: inline-block;
}

/* Emds footer-section */

/* Ends on Business Page--------------------- */

/* Starts individual legal talk css */

.modal.lk-talk .modal-body .form-group input,
.modal.lk-talk .modal-body .form-group select,
.modal.lk-talk .modal-body .form-group textarea {
    border-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top: 0;
    border-right: 0;
    background: transparent;
}

.modal.lk-talk .modal-body .form-group input:focus,
.modal.lk-talk .modal-body .form-group select:focus,
.modal.lk-talk .modal-body .form-group textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.modal.lk-talk .modal-body button.btn {
    /* background: #009f3c; */
    color: #ffffff;
    border: 0;
    width: 100%;
    padding: 10px 25px 10px 25px;
    text-shadow: -1px -1px 2px #009f3c;
    background: -moz-linear-gradient(#009f3c, #009f3c 35%, #009f3c);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #04df56), color-stop(.35, #04df56), color-stop(1, #04df56));
    border: 1px solid #009f3c;
}

.modal.lk-talk .modal-body {
    padding: 30px;
}

.modal.lk-talk .modal-content {
    border-radius: 10px;
}

.modal.lk-talk .modal-body .form-group {
    position: relative;
}

.modal.lk-talk .modal-body button.close {
    position: absolute;
    right: 15px;
    top: 0;
}

.modal.lk-talk .modal-body button.close span {
    font-size: 36px !important;
}

.modal.lk-talk .modal-body h2 {
    font-weight: 700;
    font-size: 18px;
    color: #3c3c3c;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.modal-bg {
    width: 100px;
    background: #f7f7f7;
    display: table;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
}

.modal-bg img {
    width: 100%;
}

.modal.lk-talk .modal-body .chat-line {
    text-align: center;
    position: relative;
    margin-top: 8px;
}

.modal.lk-talk .modal-body button.btn img {
    width: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.modal.lk-talk .modal-body .chat-line p {
    margin: 0;
    display: block;
}

.modal.lk-talk .modal-body .chat-line span {
    display: block;
}

.modal.lk-talk .modal-body .chat-line .online {
    width: 8px;
    height: 8px;
    background: #009f3c;
    position: absolute;
    right: 104px;
    top: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.modal.lk-talk .modal-dialog {
    margin: 10px !important;
}

/* Ends individual legal talk css */


/* Starts landing page css */

.all-banner.legal-talk.landing {
    padding: 0;
}

.head-section {
    text-align: center;
}

.head-section h4 {
    color: #f30000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-style: italic;
    position: relative;
}

.head-section h4:after {
    background: #f30000;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 20px;
    height: 2px;
    content: "";
    transform: translate(-50%, -50%);
    top: 24px;
}

.head-section p {
    font-size: 17px;
    color: #383533;
}

.lk-connect {
    background: #f7f7f5;
    padding: 20px 0;
    margin-bottom: 20px;
}

.lk-prob {}

.talk {
    text-align: center;
    padding: 20px 20px 0 20px;
}

.talk h4 {
    color: #251c21;
    font-family: 'Century Normal', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.talk .ca-bk {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 9px 10px 0 50px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a167+1,52c406+100 */
    background: #02a167;
    /* Old browsers */
    background: -moz-linear-gradient(left, #02a167 1%, #52c406 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #02a167 1%, #52c406 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #02a167 1%, #52c406 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02a167', endColorstr='#52c406', GradientType=1);
    /* IE6-9 */
    text-align: left;
    line-height: 24px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    height: 43px;
    text-align: center;
    width: 220px;
    display: table;
    margin: 0 auto;
    font-weight: 100;
}

.talk .ca-bk:after {
    background: #ffffff;
    position: absolute;
    left: 50px;
    right: 0;
    width: 2px;
    height: 45px;
    content: "";
    top: 0;
}

.talk .ca-bk img {
    width: 22px;
    position: absolute;
    top: 12px;
    left: 18px;
}

.talk a.ca-nw img {
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.head-section p {
    margin-top: 25px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3c2004;
}

.head-section p span {
    font-size: 16px;
}

h3.sec-btm {
    font-size: 14px;
    line-height: 25px;
    color: #3c2004;
    position: relative;
}

h3.sec-btm:after {
    background: #3c2004;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 39px;
    height: 1px;
    content: "";
    transform: translate(-50%, -50%);
    top: 62px;
}

.talk ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.talk ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #494848;
    margin-right: 18px;
    position: relative;
}

.talk ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f30000;
    left: -10px;
    top: 7px;
}

.talk ul li:not(:last-child):after {
    background: #9f9f9d;
}

.talk ul li:last-child {
    color: #e7381b;
    margin-right: 0;
}

.head-section h3 span {
    color: #d02e14;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
    font-style: italic;
}

.business-tile.new img {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.business-tile.new h2 {
    color: #251c21;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.instant ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

.instant ul li {
    display: block;
    color: #3a2811;
    font-size: 14px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: 600;
}

.instant ul li:last-child {
    margin-bottom: 0;
}

.instant ul li img {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px !important;
}

.instant ul h4 {
    color: #1c1618;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.instant .call-back {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 9px 50px 0 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#445589+0,222d6e+100 */
    background: #445589;
    /* Old browsers */
    background: -moz-linear-gradient(left, #445589 0%, #222d6e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #445589 0%, #222d6e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #445589 0%, #222d6e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#445589', endColorstr='#222d6e', GradientType=1);
    /* IE6-9 */

    text-align: left;
    line-height: 24px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    height: 43px;
    text-align: center;
    width: 220px;
    display: table;
    margin: 0 auto;
    font-weight: 100;
}

.instant .call-back img {
    width: 22px;
    position: absolute;
    top: 12px;
    right: 18px;
}

.instant .call-back:after {
    background: #ffffff;
    position: absolute;
    right: 48px;
    width: 2px;
    height: 45px;
    content: "";
    top: 0;
}

.business-tile.new {
    margin-bottom: 50px;
    overflow: hidden;
}

.instant {
    padding: 0;
}

.tp-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tp-menu ul li {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
    font-weight: 600;
}

.tp-menu ul li img {
    width: 20px;
    margin-right: 10px;
    vertical-align: sub;
}

.tp-menu ul li:last-child {
    margin: 0;
}

.footer-menu.sec {
    position: relative;
    background: #5c3213;
    text-align: center;
}

.footer-menu.sec p {
    color: #ffffff;
    margin: 0;
}

.footer-menu.sec ul li {
    display: inline-block;
    width: auto;
}

.footer-menu.sec p span {
    text-transform: uppercase;
}

.business-plan.p-0 .title-section h2 {
    position: relative;
    color: #805503;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.all-banner.legal-talk.landing .banner-carousels .owl-dots {
    text-align: center;
    position: relative;
    top: -30px;
    display: none;
}

.all-banner.legal-talk.landing .banner-carousels .owl-nav {
    display: block;
}

.all-banner.legal-talk.landing .banner-carousels .owl-prev {
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    -o-border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    -ms-border-top-left-radius: 0 !important;
    -o-border-top-left-radius: 0 !important;
    font-size: 70px !important;
    height: 55px;
    left: 0;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 35%;
    width: 55px;
    border: 0 none;
    background: transparent;
    font-size: 44px !important;
}

.all-banner.legal-talk.landing .banner-carousels .owl-next {
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !important;
    -o-border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-top-right-radius: 0 !important;
    -ms-border-top-right-radius: 0 !important;
    -o-border-top-right-radius: 0 !important;
    font-size: 70px !important;
    height: 55px;
    right: 0;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 35%;
    width: 55px;
    border: 0 none;
    background: transparent;
    font-size: 44px !important;
}

.all-banner.legal-talk.landing .banner-carousels {
    margin-bottom: 0;
}

.business-plan.p-0 .title-section {
    margin-top: 0;
    margin-bottom: 25px;
}

.business-plan.p-0 {
    text-align: center;
    margin-top: 35px;
}

.all-banner.legal-talk.landing .banner-carousels button.owl-dot {
    border: 1px solid #656565;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 5px;
    background: transparent;
}

.all-banner.legal-talk.landing .banner-carousels button.owl-dot.active {
    background: #656565;
}


/* Ends landing page css */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width:435px) {

    /* .tp-menu ul li {
        display: inline-block;
        margin-right: 0;
        font-size: 12px;
    } */

    .talk .ca-bk {
        font-size: 16px;
        line-height: 20px;
    }

    /*.talk .ca-bk img {
        width: 34px;
    }*/

    /* .talk .ca-nw {
        font-size: 12px;
    } */

    .all-banner.legal-talk.landing .banner-carousels {
        margin-bottom: 0;
    }

    .head-section {
        padding: 0 0 5px 0;
    }

    .business-tile h2 {
        font-size: 18px;
    }

    .banner .banner-carousel .owl-dots {
        top: 220px;
    }

    .category-tile ul li {
        padding: 42px 15px;
    }

    .list-category p {
        padding: 0;
    }

    .common-similar-btn a {
        font-size: 12px;
        padding: 3px 8px;
    }

    .card.blog h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 390px) {

    .business-plan.p-0 .title-section h2 {
        font-size: 18px;
    }
}


@media only screen and (max-width: 380px) {

    /*.talk .ca-bk img {
        display: none;
    }*/

    .talk .ca-nw {
        font-size: 14px;
        width: 65px;
        height: 65px;
        padding-top: 12px;
    }

    .talk .ca-nw:after {
        width: 55px;
        height: 55px;
    }

    .talk .ca-bk {
        text-align: center;
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 368px) {
    /* .tp-menu ul li {
        font-size: 9px;
    } */

    .title-section h2:after {
        left: 25%;
    }

    .category-tile ul li p {
        font-size: 13px;
        line-height: 18px;
    }

    .enquery-section .all-learn-btn {
        font-size: 12px;
    }

    .enq-details-section .card p {
        font-size: 12px;
    }

    .all-banner.legal-talk.landing .banner-carousels .owl-next {
        top: 30%;
    }

    .all-banner.legal-talk.landing .banner-carousels .owl-prev {
        top: 30%;
    }

    .tp-menu ul li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 354px) {
    .business-plan.p-0 .title-section h2 {
        font-size: 16px;
    }
}


@media only screen and (max-width: 327px) {
    .business-category .head-line h2:after {
        top: 70px;
    }

    .enquery-section .all-learn-btn {
        font-size: 11px;
    }

    .talk .ca-bk {
        font-size: 14px;
    }
}