/* Main Content - START */

main.site-main {
    padding: 0px;
    background: transparent;
}

div.site-content {
    background: transparent;
    margin: 20px auto;
}

.separate-containers .inside-article {
    position: relative;
}

div.inside-article {
    padding: 0px !important;
    background-color: transparent !important;
    background-image: none !important;
    border-bottom: none;
    box-shadow: none;
    max-width: 1200px !important;
    border: none !important;
}


div.entry-content {}

div.entry-content a {
    color: #b3b3b3 !important;
}

div.common {
    background-color: #fff;
    color: #000 !important;
    padding: 2% 2%;
}

div.common.g-advert {
    text-align: justify;
    background: #eee;
}

div.common.g-advert p {
    margin-bottom: 0px;
}

div.common.one a {
    color: #F44336 !important;
    padding: 5px 5px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin: 0px 5px;
}

div.common.one a:hover {
    border-bottom: 1px solid #000;
}

div.common h2 {
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px 10px 5px;
    margin-bottom: 0px;
    margin-top: 50px;
    color: #000 !important;
    border-bottom: none;
    font-weight: 600;
    font-size: 24px;
}

div.common h2:first-child {
    margin-top: 0px;
    text-align:center;
}

div.common h2 span {
    padding: 5px 5px 0px 0px;
    color: #FF5722;
    -moz-border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
    font-size: 20px;
    margin-right: 5px;
}

div.common h2 img.emoji {
    background: #9C27B0 !important;
    padding: 5px !important;
    border-radius: 30px;
    color: #fff;
}

div.guest-content {
    background: #fcfffc;
    padding: 5% 5% 3% 5%;
    text-align: justify;
    border: 1px solid #ccc;
    margin: 5%;
}

div.guest-content span {
    margin-right: 5px;
    padding: 0px 5px;
    border-radius: 3px 3px 0px 0px;
}

div.guest-content i {
    background: #b1b1b1;
    padding: 5px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ol.em-list {
    list-style: decimal-leading-zero;
    list-style-position: outside;
    color: #000;
    margin: 0px 0px 0px;
    padding: 1% 5%;
}

ol.em-list li {
    margin: 5px 0px 5px 0px;
    padding: 7px 5px 7px 7px;
    line-height: 25px;
}

ol.em-list li:hover {}

ol.em-list.tips li {
    margin:0px;
    border: none;
}

ol.em-list li::marker {
    float: left;
    color: #00447b;
    font-weight:500;
}

ol.em-list a {
    display: block;
    border-bottom: 1px solid #eee;    
    text-decoration: none;
    padding: 0px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000 !important;
    font-size: 16px;
}

ol.em-list a:hover {
    color: #007cba !important;
}

/* Main Content - END */

/* Styles for the popup */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex;
}

.popup {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #5b5b5b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 45%;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
}

#popupContent {
    background: #fff;
    padding: 0 1%;
}

#popupContent a {
    color: #000 !important;
}

/* Styles for the popup END */

p.kyc {
    color: #000000;
    background: #fff;
    padding: 5px 15px;
    max-width: 400px;
    margin: 10px auto !important;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.wp-services nav {
    border-bottom: 5px solid #eaeaea;
    box-shadow: 0px 5px 5px -5px #000;
    -moz-box-shadow: 0px 5px 5px -5px #000;
    -webkit-box-shadow: 0px 5px 5px -5px #000;
}

div.wp-services nav ul {
    background: #fff;
    padding: 3%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0px;
    list-style: decimal-leading-zero;
    list-style-position: inside;
}

div.wp-services nav ul li {
    border: 1px solid #c5c5c5;
    padding: 5%;
}

div.wp-services nav ul li::marker {
    color: #F44336;
    font-weight: bold;
}

div.wp-services nav ul li:hover {
    background-color: #FFEB3B !important;
}

div.wp-services nav ul li a {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

div.wp-services nav ul li a:hover {}

@media screen and (min-width:769px) {

    div.grid {
        display: block;
    }

    div.grid div.common ol.em-list.tips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 10px;
    }

    .popup {
        width: 80%;
        max-width: 100%;
        max-height: 90%;
    }

}

@media screen and (min-width:1400px) {
    .popup {
        width: 55%;
        max-width: 100%;
        max-height: 80%;
    }

    div.grid {
        max-width: 100%;
    }
}

@media screen and (max-width:1024px) {
    div.csbd-posts {}

    div.csbd-posts div.recent-posts {
        background: transparent;
        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
        max-width: 100%;
        margin: 0 auto;
        text-shadow: none;
        border: none;
        color: #fff;
        text-align: center;
    }

    div.csbd-posts div.recent-posts h2.title {
        font-size: 2rem;
        color: #fff;
        font-weight: 500;
    }

    div.grid {
        max-width: 100%;
    }
}

@media (max-width:1200px) {
    .container.grid-container {
        max-width: 98%;
    }

    .csbd-recent-posts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:899px) {
    div.grid div.common ol.em-list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-column-gap: 10px;
    }

    .csbd-recent-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width:768px) {
    .container.grid-container {
        max-width: 98%;
    }

    main.site-main {
        margin: 0px !important;
    }

    div.inside-article {
        padding: 0px 0px !important;
    }

    div.common {
        padding: 3% 6%;
        margin-bottom: 10px;
    }

    div.common h2{
        text-align:left !important;
        line-height:35px;
    }

    ol.em-list {
        display: block;
        list-style-position: outside;
        padding: 1% 5% !important;
    }

    ol.em-list li {}

    .popup {
        width: 80%;
        max-width: 100%;
        max-height: 80%;
    }
}

@media screen and (max-width:720px) {
    div.common.client-reviews {
        min-height: auto;
    }
}

@media screen and (max-width:600px) {
    div.wp-services nav {
        border: none;
        box-shadow: none;
    }

    div.wp-services nav ul {
        display: block;
        background: #ffffff;
        padding: 3% 5% 4% 5%;
    }

    div.wp-services nav ul li:hover {
        border: 1px solid #f00;
    }

    div.wp-services nav ul li {
        margin: 10px 0px;
        padding: 2%;
    }

    div.wp-services nav ul li a {
        text-align: left;
        font-weight: normal;
        color: #000;
    }

    div.wp-services nav ul li a:hover {
        color: #000;
    }

    div.csbd-posts {
        padding: 80px 10px;
    }

    div.csbd-posts div.recent-posts h2.title {
        font-size: 2rem;
        font-weight: 500;
    }

    .csbd-recent-posts article {
        background: rgb(255 255 255);
        padding: 20px 10px 0px;
        border: 1px solid rgb(141 141 141);
        color: #000;
    }

    .csbd-recent-posts article h2.entry-title {
        font-size: 16px;
        font-weight: 500;
    }

    .csbd-recent-posts article h2.entry-title a {
        color: #555e01;
    }

}