:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --black: #000000
}

.text-black {
    color: #000 !important
}

.bg-black {
    background: #000 !important
}

.html {
    scroll-behavior: smooth;
    scroll-padding-top: 230px
}

.icon_box {
    width: 20rem
}

.icon_box_one {
    width: 15rem
}

.icon_box_two {
    width: 30rem
}

.icon_box_three {
    width: 14rem
}

.contactus_box {
    height: 10rem
}

.prg_style {
    text-align: justify
}

.iso_drp_dwn {
    display: flex;
    justify-content: space-between
}

.border_Styler {
    background-color: #fff;
    border-style: outset;
    border-width: 0 2px 4px;
    border-color: #061429
}

.btn_wdth {
    width: 14rem;
    background-color: #e6f6fb
}

.box_border {
    border: 6px outset #bcd3df
}

.box_border_one {
    border: 6px outset #06a3da
}

.txt_styl {
    color: #000 !important
}

.styles_listContainer__FEgCW {
    display: flex;
    justify-content: space-around;
    grid-gap: 15px;
    gap: 15px
}

@media(max-width:1024px) {
    .form_height {
        height: 70px !important
    }

    .form_hide {
        display: none !important
    }

    .styles_listContainer__FEgCW {
        justify-content: flex-start;
        overflow-x: scroll;
        margin-right: -15px
    }

    .styles_listItem__i2Clc {
        flex-shrink: 0;
        width: 18rem
    }

    .border_Styler {
        background-color: #fff;
        border-style: outset;
        border-width: 0 2px 4px;
        border-color: #061429
    }
}
.service01 img {
    width: 100px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #06a3da;
}
.styles_listItem__i2Clc {
    padding: 10px;
    position: relative;
    width: 261px;
    overflow: hidden;
    background-color: #f5fcff;
    box-shadow: 0 3px 15px rgb(15 37 51/11%);
    border-radius: 12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    gap: 16px
}

.styles_listItem__i2Clc .styles_cardTitle__elvTy {
    margin-bottom: 8px;
    min-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #161e24;
    max-width: 200px;
    text-align: center
}

.styles_listItem__i2Clc .styles_cardPrice__StPOM {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #243a4f;
    text-align: center
}

.styles_listItem__i2Clc .styles_imgContainer__OuXKm {
    max-height: 90px
}

.styles_listItem__i2Clc .content {
    color: #fff;
    background: #0d85cb;
    position: absolute;
    top: 0%;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .5s
}

.styles_listItem__i2Clc:hover .content {
    left: 0
}

.content p {
    padding: 10px
}

.content>p>a {
    border-bottom: 1px solid #f3e7e7;
    padding: 10px 0;
    color: #fff;
    font-weight: 700
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.form_container {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: .2rem;
    z-index: 999;
    background-color: #fff
}

.rib-txt {
    color: #091e3e;
    text-align: center;
    font-size: 20px;
    font-weight: bolder
}

.container_two {
    border-bottom: 5px outset
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.flex-container>div {
    margin: 5px;
    font-size: 30px
}

.formi {
    padding: auto !important
}

.input_box_styl {
    width: 18rem;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: bolder;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn_style {
    height: 43px;
    width: 150px
}

.points_style {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem;
    border-left: 5px solid #091e3e
}

.heading_points {
    padding: 1rem;
    border-left: 5px solid #091e3e
}

.points_style_one {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem
}

.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

h1,
h2,
.fw-bold {
    font-weight: 800 !important
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important
}

.btn {
    font-family: nunito, sans-serif;
    font-weight: 600;
    transition: .5s
}

.btn-primary,
.btn-secondary {
    color: #fff;
    box-shadow: inset 0 0 0 50px transparent
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary)
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary)
}

.btn-square {
    width: 36px;
    height: 36px
}

.btn-sm-square {
    width: 30px;
    height: 30px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.navbar-dark .navbar-nav .nav-link {
    font-family: nunito, sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary)
}

.navbar-dark .navbar-brand h1 {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important
}

@media(max-width:991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #fff
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark)
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary)
    }

    .iso_drp_dwn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto
    }

    .btn_wdth {
        width: 14rem;
        background-color: #e6f6fb
    }

    .form_container {
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #fff
    }

    .rib-txt {
        color: #091e3e;
        text-align: center;
        font-size: 20px;
        font-weight: bolder
    }

    .container_two {
        border-bottom: 5px outset
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly
    }

    .flex-container>div {
        justify-self: center;
        width: 80%;
        font-size: 30px
    }

    .formi {
        padding: auto !important
    }

    .input_box_styl {
        width: 100%;
        height: 2.5rem;
        font-size: 1rem;
        font-weight: bolder;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    .btn_style {
        display: flex;
        justify-content: center !important;
        margin: auto;
        height: 43px;
        width: 150px
    }
}

@media(min-width:992px) {
    .customs {
        transform: translate(-26%, 0%)
    }

    .customtranslate {
        transform: translate(-50%, 0%)
    }

    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary)
    }
}

.nav-root {
    top: 7rem;
    z-index: 1027
}

@media(max-width:1055px) {
    .nav-root {
        top: 9rem
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1
}

@media(max-width:576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem
}

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title::after {
    /*position: absolute;*/
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0;
    background: #fff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear
}

.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1
}
.owl-nav, .owl-prev{
    position: absolute;
    top: 80px;
    left: -25px;
    font-size: 43px;
    padding: 0 5px;
    border-radius: 25px;
}
.owl-nav, .owl-next{
    position: absolute;
    top: 80px;
    right: -25px;
    font-size: 43px;
    padding: 0 5px;
    border-radius: 25px;
}
.item {
    background: #eef9ff;
    padding: 25px;
}
.client_img img {
    width: 56px !important;
}
.team-item {
    transition: .5s
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0
}

.team-item:hover {
    box-shadow: 0 0 30px #ddd
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7)
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15)
}

.facts {
    position: relative;
    margin-top: -6rem;
    z-index: 1
}

@media(min-width:767.98px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .facts {
        position: relative;
        margin-top: -10rem;
        z-index: 1
    }
}

@media(min-width:991.98px) {
    .facts {
        position: relative;
        margin-top: -2rem;
        z-index: 1
    }
}

@media only screen and (max-width:650px) {
    #spinner {
        display: none !important
    }

    .form_height {
        height: 70px !important
    }

    .form_hide {
        display: none !important
    }
}

@media only screen and (min-width:600px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-25 {
        width: 25% !important
    }
}

.custom_slide img {
    width: 150px !important;
    animation-delay: .1s;
    animation: scroll 10s linear infinite
}

.custom_slide-track {
    width: 100%;
    height: 10rem;
    margin: auto;
    gap: 1rem;
    overflow: hidden
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(500%)
    }
}

.custom_slide_one img {
    width: 55rem;
    height: auto;
    animation-delay: .1s;
    animation: scroll 50s linear infinite
}

.custom_slide-track_one {
    width: 80%;
    height: 25rem;
    margin: auto;
    gap: 1rem;
    overflow: hidden
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(200%)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 120px;
    z-index: 99
}
.bg-about {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/team.html) center center no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.webp) center center no-repeat;
    background-size: cover
}

.bg-singapore {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/singapore.html) center center no-repeat;
    background-size: cover
}

.public_com_reg {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/pvt_comp_bg1.html) center center no-repeat;
    background-size: cover
}

.drug_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/drug.html) center center no-repeat;
    background-size: cover
}

.company_reg {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/pvt_comp_bg1.html) center center no-repeat;
    background-size: cover
}

.msme_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/MSME.html) center center no-repeat;
    background-size: cover
}

.llp_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-conv-llp.html) center center no-repeat;
    background-size: cover
}

.pvt_to_public_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Partnership_Registraion.html) center center no-repeat;
    background-size: cover
}

.bg-opc {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-opc-7.html) center center no-repeat;
    background-size: cover
}

.prop_to_pvt_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-prop-to-pvt-comp.html) center center no-repeat;
    background-size: cover
}

.procedure_comp_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Procedure-comp-1.html) center center no-repeat;
    background-size: cover
}

.cghs_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/cghs2.html) center center no-repeat;
    background-size: cover
}

.gst-advisory-service_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/gst-advisory-service2.html) center center no-repeat;
    background-size: cover
}

.mutual-fund-agent_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/mutual-fund-agent.html) center center no-repeat;
    background-size: cover
}

.international-trademark-reg_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/international-trademark-reg.html) center center no-repeat;
    background-size: cover
}

.DIR3-e-kyc_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/DIR3-e-kyc1.html) center center no-repeat;
    background-size: cover
}

.business-letter-recommendation_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/esi_registration.html) center center no-repeat;
    background-size: cover
}

.assignment-of-equipment-lease_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Assignment-of-Equipment-Lease.html) center center no-repeat;
    background-size: cover
}

.nri-itr-filing_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/NRI-ITR-filing2.html) center center no-repeat;
    background-size: cover
}

.shop-establishment_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/shop-establishment2.html) center center no-repeat;
    background-size: cover
}

.lease-renewal-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Lease-Renewal-Agreement.html) center center no-repeat;
    background-size: cover
}

.legal-document-online_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Legal-Document-Online.html) center center no-repeat;
    background-size: cover
}

.share-purchase-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Share-Purchase-Agreement.html) center center no-repeat;
    background-size: cover
}

.copyright-assignment-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Copyright-Assignment-Agreement.html) center center no-repeat;
    background-size: cover
}

.board-resolutions_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/board-resolutions.html) center center no-repeat;
    background-size: cover
}

.barcode-registration_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Barcode-Registration.webp/index.html) center center no-repeat;
    background-size: cover
}

.RERA-registration_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/RERA-Registration.webp/index.html) center center no-repeat;
    background-size: cover
}

.ISBN_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/ISBN.webp/index.html) center center no-repeat;
    background-size: cover
}

.GST-API_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/GST-API.html) center center no-repeat;
    background-size: cover
}

.fssai_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/food.html) center center no-repeat;
    background-size: cover
}

.design_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/design.html) center center no-repeat;
    background-size: cover
}

.marraiage_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/marraige.html) center center no-repeat;
    background-size: cover
}

.isr_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/people-meeting-seminar-office-concept.html) center center no-repeat;
    background-size: cover
}

.link-animated a {
    transition: .5s
}

.link-animated a:hover {
    padding-left: 10px
}

.bg-globe {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/world-map.jpg/index.html) center center no-repeat;
    background-size: cover
}

.RSScard img.post-thumbnail {
    max-width: 100%;
    /* Ensure the image doesn't overflow */
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.post-content {
    background: #eef9ff;
    color: #000;
    padding: 30px 20px;
    margin: 0 10px;
}
#feed {
    display: flex;
    list-style: none;
    padding: 0;
}

.legalblog .RSScard {
    position: relative;
    background-color: #eef9ff;
    width: 100%;
    height: 100%;
    padding: 1.5em;
    font-size: 0.85em;
    overflow: hidden;
    margin: 0.5em;
    flex: auto;
    border-top: 8px solid #06a3da;
}
.legalblog .RSScard a {
    text-decoration: none;
    color: #000;
    font-size: 2em;
    font-weight: 300;
    opacity: 1;
    position: inherit;
}
.author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #9f9f9f;
    padding-top: 15px;
}
.author p {
    font-size: 14px;
    margin: 0;
}

.whatsapp-link img {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 10px;
    bottom: 12px;
    z-index: 9999;
}

.w-1001{
    width:390px !important;
}