/* css  start here */


body {
    font-weight: 300;
}

ul {
    margin-left: 18px;
    padding: 0;
}

.bg-pink {
    background-color: #b22e61;
}

.bg-white {
    background-color: #fff;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.middle-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 68px 0;
}

.content-box {
    padding: 82px 0;
}

.content-box > img {
    margin-bottom: 18px;
}

.bg-pink > img {
    padding: 163px 0;
}

.content-box > h1 {
    font-weight: bold;
    color: #b22e61;
}

.bg-gray {
    background-color: #f8f9fa;
}


.social-connection {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-connection li {
    display: inline-block;
    margin: 4px 12px;
}

.social-connection li a > img {
    width: 34px;
}

#banner li img {
    width: 100%;
}

.bn_banner {

    position: relative;
    overflow: hidden;
}

#banner {
    position: relative;
    margin: 0;
    padding: 0;
}

#banner {
    position: relative;
    overflow: hidden;
}





#banner1 li img {
    width: 100%;
}

.bn_banner {

    position: relative;
    overflow: hidden;
}

#banner1 {
    position: relative;
    margin: 0;
    padding: 0;
}

#banner1 {
    position: relative;
    overflow: hidden;
}

/* css  end here */
/* navigation bar*/



.logo {
    max-width: 139px;
    display: block;
}

.logo > img {}

.navigation > li > a {
    font-family: 'Lato', sans-serif;
}

.cal-action {
    border: 1px solid #b22e61;
    border-radius: 6px;
    display: none;

}

.hed_row2 {

    background-color: #fff;
    background-image: url(../../vendor/images/line.svg);
    border-bottom: 1px solid #b22e61;
    position: fixed;
    z-index: 999;
    top: 32px;
    width: 100%;



}

.main-frame {
    margin-top: 109px;
}



/*
 -webkit-box-shadow: 0px 6px 5px -1px rgba(230,230,230,1);
-moz-box-shadow: 0px 6px 5px -1px rgba(230,230,230,1);
box-shadow: 0px 6px 5px -1px rgba(230,230,230,1); 
*/

/* responsive css code*/


@media (max-width:467px) {


    .content-box > h3 {
        font-size: 16px;
    }

    .content-box > h1 {
        font-size: 27px;
    }

    .hd-mobile {
        display: none;
    }

    .middle-box {
        padding: 15px;
    }

    body {
        background-color: #fff !important;
    }

    .content-box > p {
        font-size: 16px;
    }
}

.pink-clr-web {
    color: #b22e61;
}

.white-clr-web {
    color: #fff;
}

.black-clr-web {
    color: #000;
}


@media(max-width:980px) {


    .resp_nav_trig {
        background-color: #b22e61;
        color: #fff !important;
        border-radius: 0;
        float: right;
        margin: 15px 0 0 0;
    }

    .main_nav {
        background-image: url(../../vendor/images/line.svg);
        position: fixed;
        overflow-y: scroll;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 56;
        padding: 15px;
        background-color: #243240;
    }

    .navigation {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 180px;
    }

    .navigation > li {}

    .navigation > li > ul {
        margin: 0;
        padding: 0;
    }

    .navigation > li > a {
        font-size: 12px;
        text-transform: uppercase !important;
        padding: 8px;
        display: block;
        color: #b22e61;
    }

    .navigation > li > ul {
        display: block !important;
        list-style-type: none;
        margin: 0;

    }

    .navigation > li > ul li {
        margin: 3px 0;
    }

    .navigation > li > ul li a {
        font-size: 13px;
        color: #999;
    }
}

@media(min-width:980px) {
    .mobile-mar-20 {
        margin-top: 54px;
    }

    .resp_nav_trig {
        display: none !important;
    }

    .navigation {
        margin: 18px 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        float: right;
    }

    .navigation > li {
        float: left;
    }

    .navigation > li > a {
        display: block;
        padding: 8px 7px;
        color: #b22e61;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;

        transition: all linear 0.2s;
    }

    .navigation > li:hover > a {

        color: #b22e61a3;

    }


    .navigation > li:hover > a,
    .navigation > li.active > a {
        color: #000;
        text-decoration: none;



    }

    .navigation > li > ul {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 8;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 30px 0 8px;
        display: none;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .navigation > li > ul li a {
        display: block;
        font-size: 13px;
        padding: 2px 5px;
        color: #232323;


    }

    .navigation > li > ul li:nth-child(1) a {
        border-top: none;
    }

    .navigation > li > ul li a:hover {

        color: #b22e61;
    }
}

.icon-box {

    padding: 1px 0 79px;
    margin-bottom: 2px;
}

/* home pages banner*/


.logo {
    max-width: 143px;
    display: block;
}

#banner {
    position: relative;
    overflow: hidden;
}

#banner li {
    position: relative;
}

#banner1 {
    position: relative;
    overflow: hidden;
}

#banner1 li {
    position: relative;
}


.bx-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.logog-aj {
    padding: 0 66px 0 0;
}

@media(max-width:761px) {
    
/*
    .text-height {
    min-height: 110px;
}
	 .text-height-legal {
    min-height: 146px;
}
	
	
 .text-height-legal {
    min-height: 146px;
 }
*/

 

    .form-bg > h4 {
        margin: 0 0 17px !important;
        font-size: 19px;
    }

    .trending-banner {
        padding: 20px 18px 0px !important;
    }

    .mobile-mar-20 {
        margin-top: 0;
    }

    .nav-pills {
        margin-bottom: 12px;
    }




    .panel-body-adj > ul li {
        color: #303030 !important;
        font-weight: 300 !important;
        font-size: 12px !important;
        margin-bottom: 12px;
    }


    .panel-body-adj > ol li {
        color: #303030 !important;
        font-weight: 300 !important;
        font-size: 12px !important;
        margin-bottom: 12px;
    }

    .faq-banner {
        height: 160px !important;
    }

    .pink-linebox > h4 {
        font-size: 22px;
    }

    .topic-space > h1 {
        font-size: 14px !important;
    }

    .logo {
        max-width: 88px;
    }

    .resp_nav_trig {
        margin: 8px 0 0 0;
        padding: 2px 8px;
        border-radius: 6px;
    }

    .hed_row2 {
        position: fixed;
        overflow: hidden;
        z-index: 999;
        top: 36px;
        width: 100%;
    }

    #button {
        width: 25px !important;
        height: 50px !important;
        bottom: 8px !important;
        right: 8px !important;
    }

    .social-media {
        display: none;
    }

    .about-us > h1::after {
        font-size: 56px !important;
        top: 2px !important;
    }

    .about-us > h1 {
        font-size: 39px !important;
    }

    .abt-text-wrap > h5 {
        font-size: 14px;
        line-height: 21px;
    }

    p {
        font-size: 12px;
    }

    .abt-text-wrap > p {
        font-size: 14px;
        color: #303030;
        font-weight: 300;
        line-height: 20px;
    }

    .topic-list {
        width: 100% !important;
        height: 129px !important;
    }

    .topic-name > h5 {
        font-size: 12px !important;
        line-height: 17px;
        font-weight: 500 !important;

    }

    .pad-menu {
        margin-left: 0px;
    }

    .navigation > li > ul li a {
        font-size: 11.5px;
    }

    .btn-login {
        padding: 8px 16px !important;
    }

    .ft-list li {
        margin: 0 !important;
    }

    .ft-padd {
        font-size: 10px !important;
        text-align: center;
    }

    .news {
        padding: 25px 0px !important;
    }

    .bn_txt {
        padding: 21px 12px;
    }

    .logog-aj {
        padding: 13px;
    }

    .pink-clr-web {
        color: #b22e61;
    }

    .white-clr-web {
        color: #b42f63;
    }




    .black-clr-web {
        color: #000;
    }

    .head-text {
        font-size: 22px;
    }


    .slider-btn {
        font-size: 12px !important;
    }

    .ft-list {
        text-align: center;
    }

    .icon-box {
        padding: 1px 66px 11px !important;

        text-align: center;
        margin-top: 7px !important;
    }

    .icon-box p {
        font-size: 12px;
    }

    .how-we-works {
        margin: 0 !important;
    }

    .bg-adj-htwokrs {
        background-position: center;
    }

    .how-we-works li {
        display: block !important;

        width: 100% !important;
        text-align: center;
    }

    .logog-mobile {
        padding: 0 80px !important;
    }

    .list-style-items > li {
        font-size: 12px !important;
        margin-top: 12px
    }

    .heading-line {
        margin-bottom: 0px !important;
    }


    .btn-login {
        padding: 8px 18px;
        font-size: 12px;
        font-weight: bolder;
    }

    .heading-line > span {
        font-size: 12px !important
    }


    .topic-img > img {
        width: 100% !important;
    }

    .bx-caption {
        position: static;
        margin: 0;
        background-color: #fff;
        width: 100%;
    }

    .bx-caption .container div.bCaps {
        position: static;
        padding: 0 0 50px 0;
        background-color: #fff;
        min-height: 200px;
        text-align: center;
        max-width: 400px;
        margin: auto;
    }

    .mobile-slide {

        position: absolute !important;
        top: 12px;
        background-color: transparent !important;
    }

    .mobile-p {
        color: #fff !important;
        padding: 0 54px;
        font-size: 8px !important;

    }

    .bx-caption .container div.bCaps h2 {
        font-size: 16px;
        color: #fff;
        margin: 0;
        padding: 10px 0;
        text-align: center;

    }

    .bx-wrapper .bx-prev {
        display: none;
    }

    .bx-wrapper .bx-next {
        display: none;
    }

    .heading-line > h3 {
        font-size: 22px !important;
    }

    .heading-line > span {
        font-size: 14px;
    }

    .bx-caption .container div.bCaps {
        padding: 0 0 27px 0;
    }
}

.logog-mobile {
    padding-right: 67px;
}

@media(min-width:761px) {
    .bx-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        top: 0;
    }

    .bx-caption .container {
        background-color: transparent;
        position: relative;
        height: 100%;
    }

    .bx-caption .container div.bCaps {
        padding: 20px 30px;
        top: 0;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 99%;
        text-align: left;
    }




    .bx-caption .container div.bCaps-adj {
        padding: 20px 30px;
        top: 0;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 66%;
        text-align: left;
    }

    .bn_txt {
        top: 50%;
        position: absolute;
        padding: 0 15px;
        transform: translateY(-50%);
    }

    .bx-caption .container div.bCaps h1,
    h2 {

        font-family: 'Montserrat', sans-serif !important;

        padding: 0;
        margin: 0 0 10px 0;
        font-size: 44px;
        font-weight: normal;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 41px;

    }


    .bx-caption .container div.bCaps h4 {
        color: #fff;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .bx-caption p {

        font-size: 22px;
    }

    .bx-caption p.fbt {

        font-size: 14px;
    }
}



/* abt us pages*/
.banner-pink-clr {
    background-color: #ec428c17;
}



.icon-box p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.cnrow {
    padding: 34px 0;
}

.heading-line {
    margin-bottom: 32px;
}

.heading-line > h1 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.heading-line > h2 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.heading-line > h3 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.heading-line > h6 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.heading-line > h5 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #303030;
}


.heading-line > h5 > a {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.police-fir {
    font-size: 1.5rem;
}

.police-complaint-step {
    font-size: 1.5rem;
}

.heading-line > h1.new {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
    font-size: 29px;

}


.heading-line > p {
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
}

.topic-card {
    border-radius: 4px;
    padding: 6px 6px 14px;
    margin: 12px 0 22px;
    text-align: center;
}


.topic-card:hover {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    cursor: pointer;
}


.box-link:hover {
    text-decoration: none;
}

.topic-card > span {

    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bolder;
    left: 23px;
    font-size: 18px;
    /* float: left; */
    position: absolute;

}

.clr-red {
    background-color: #E83737;
}

.clr-blue {
    background-color: #624488;
}

.clr-magento {
    background-color: #9BD5D7;
}

.topic-img {
    padding: 0 9px 0;
    text-align: center;
}

.topic-img > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: bolder;
    color: #3030309e;
    z-index: 0;
    letter-spacing: 4px;
    transform: rotate(91deg);
    position: absolute;
    opacity: .1;
    left: -32px;
    line-height: 0;
    top: 156px;
}

.topic-img > img {
    width: 210px;
}

.topic-des {
    position: relative;
    padding: 0 1px 0 2px;
}

.topic-des::after {
    position: absolute;
    content: "";
    height: 120px;
    width: 12px;
    background-image: url(../images/line-dot.png);
    background-repeat: no-repeat;
    right: 1px;
    bottom: 193px;
}

.topic-des > h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.topic-des > h2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.topic-des > h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.topic-des > h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.topic-des > h5 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.topic-des > h6 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}



.blr-criminal {
    font-size: 1rem
}

.abt-text-wrap > h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    color: inherit;
}

.topic-des > span {
    color: #fff;
    text-decoration: none;
}

.topic-des > span {}

.topic-des > p {
    margin-bottom: 6px;
    display: none;
}

.btn-login {
    border: 1px solid #b22e61;
    padding: 6px 22px;
    color: #fff;

    color: #b22e61;
    font-weight: bolder;
}

.btn-login:hover {
    background-color: #b22e61;
    color: #fff;
    font-weight: bolder;
}

.bg-partners {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #fbeaf4;
}

.ft-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ft-list li {
    display: inline-block;
    margin-left: 15px;
}

.ft-list li > a {
    color: #fff;
}

.ft-list li > a:hover {
    text-decoration: none;
}

.ft-padd {
    padding: 12px;
    background-color: #303030;
    color: #fff;
    font-weight: 200;
}



.sexual-box {
    background-color: #c84acc9e;
}

.police-box {
    background-color: #8b51d4;
}

.home-box {
    background-color: #ff262f;
}

.marriage-box {
    background-color: #2f7a9a63;
}

.property-box {
    background-color: #dc398094;
}

.child-box {
    background-color: #f9bb5fdb;
}

.cyber-box {
    background-color: #5558f3b5;
}


.text-font {
    font-size: 20px;
    font-weight: 800;
    color: #b22e61;
    padding-top: 23px;
}

.header {
    font-size: 22px;
    font-weight: 700;
    color: #b22e618a;
    padding-top: 22px;
    margin-top: 0;
}

.text-color {
    color: #b22e61;
    font-weight: 500;
}

.topic-space > h1 {
    font-size: 56px;
    color: #b22e61;
    letter-spacing: 2px;
    font-weight: bold;

    font-family: 'Montserrat', sans-serif;
}

.bg-topic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.topic-list {

    margin: 0 auto;
    height: 171px;
    width: 171px;
    display: flex;
    vertical-align: middle;

    align-items: center;
    justify-content: center;

    border-radius: 5px;
    /*    background-image: url(../../vendor/images/sub-topic-bg.svg);*/
    margin-bottom: 38px;
    /* border: 2px solid #b22e617a; */
    border-radius: -5px;
    background-color: #8486f5;
    padding: 10px 10px;
    /*
     -webkit-box-shadow: 0px 0px 11px 0px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(212,212,212,1);
    box-shadow: 0px 0px 11px 0px rgba(212,212,212,1);
*/


}

.topic-list:hover {
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);

}


.icon-shape {}

.team-mem > .desc {
    text-align: center !important;
    position: absolute;
    bottom: 5px;
	height: 59px;
	left: 0;right: 0;
}

.topic-name > h1 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-name > h2 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-name > h3 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-name > h4 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-name > h5 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-name > h6 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.topic-link:hover {
    text-decoration: none;
}




@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 15px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {

    background-image: url(../images/arrow.png);
    content: "";
    float: right;
    height: 32px;
    width: 32px;
    transition: all 0.5s;

}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-box {
    /*    background-color: #ec008c78;*/
    background-color: #d2d2d278;

    background-color: #d2d2d21a;

    border-radius: 5px;
    margin-bottom: 12px;
}

.panel-body-adj {

    border-top: 1px solid #00000047;
    padding: 16px 23px;
}

.panel-body-lists {
    padding: 16px 23px;
}

.panel-list-style-1 {
    list-style-type: square !important;
}

strong {
    font-weight: 600;
}

.list-practical-tip {
    list-style-type: disc !important;
}

.sexual-harassment-at-workplace-list {
    list-style-type: circle !important;
}

.hindu-marriage-list {
    list-style-type: square !important;
}

.panel-body-lists-type {
    list-style-type: disc !important;
}

.topic-heading {
    padding: 12px 0;
    margin-top: 12px
}

.topic-heading > h1 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.topic-heading > h2 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.topic-heading > h3 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.topic-heading > h4 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.topic-heading > h5 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.topic-heading > h6 {
    font-weight: bold;
    color: #b22e61;
    line-height: 36px;
    font-size: 1.5rem;
}

.panel-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.panel-adj-title > a {
    font-weight: 600;
    letter-spacing: .95px;
    padding: 16px 23px !important;
    font-weight: bolder;
    color: #303030;
    font-size: 16px;
    line-height: 29px;
}

.panel-heading .active {
    font-size: 16px;
}

.form-feild-adj {
    padding: 14px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
}

.bgn-login-adj {
    padding: 12px;
    margin-top: 0 !important;
    background-color: #ec428c;
    color: #fff;
    border: 1px solid transparent;
}

.link-clr {
    color: #b22e61;
    border-bottom: 1px solid #000;
}

.link-clr:hover {
    text-decoration: none;
    color: #f1498abf;
}

.panel-body-adj > p {
    color: #303030;

    text-align: justify;
    font-weight: 300;
}

.list-style-items {
    list-style-type: none;
    margin-left: 0;
    margin-top: 12px;
    padding: 0;
}

.list-style-items > li {
    margin-right: 12px;
    font-size: 15px;
}

.panel-body-adj > ol {
    list-style-type: lower-alpha;

}

.panel-body-adj-lists {
    list-style-type: decimal !important;
}



th,
td {
    color: #303030 !important;


    font-size: 12px !important;
}

.panel-body-adj > ul li {

    color: #303030 !important;

    font-weight: 300 !important;

}

.panel-body-adj > ol li {


    color: #303030 !important;




    margin-bottom: 12px;
}

.panel-body-adj > ul {
    list-style-type: disc;
    margin-left: 20px;
}

.panel-body-adj > ul li {
    color: #303030;
    font-weight: 300;
    margin-bottom: 12px;
}

.form-contact {
    background-color: #fff;
    border: 1px solid #b32f64;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
    padding: 20px 15px 23px;
    border-radius: 3px;
    margin: 6px 60px 17px;
}

.form-control {
    border: .55px solid #9e2d6e75;
    background-color: #e9ecef;
    color: #ec428b;
}

.tribe-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.note {

    margin-bottom: 25px;
    color: #9e2d6e;

}

.note h4 {
    font-size: 18px;
}

.social-media-new {
    margin: 0;
    padding: 0;

}

.social-media-new li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}

.social-media-new li > img {
    width: 22px;
}

.fixed-ft {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.about-us {
    text-align: center;
}

.about-us > h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #b22e61;
    font-size: 53px;
    padding: 12px 0;
    z-index: 1;
}

.about-us > h1::after {
    z-index: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    letter-spacing: 13px;
    font-size: 113px;
    color: #3030300d;
    content: "ABOUT";
    position: absolute;
    z-index: -1;
    left: 0;

    right: 0;

    top: -29px;
    bottom: 0;

}

.abt-head {
    font-size: 28px;
    color: #b22e61;
    font-weight: bolder;
}

/*.about-us > h1:aft{  }*/


/* scroll to top */
#button {
    display: inline-block;
    background-color: #b22e61;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 34px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.note-check {
    font-size: 12px;
}

.slider-btn {
    background-color: #fff;
    border: 1px solid #b22e61;
    color: #303030;
    padding: 6px 35px;
}

.pic-name {
    padding: 12px;
    position: relative;
}

.team-mem {
    padding:8px  68px 68px  68px ;
    position: relative;
    margin-bottom: 30px;
}
.desc {
    text-align: center;
}
.desc > h4 {
}
.desc > h5 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}

.desc > h4 {
    font-size: 22px;
    margin-top:4px;
    margin-bottom: 0 !important;
      font-weight: bolder;
   
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
}


.first{font-size: 18px !important;}
.desc > h5 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 0 !important;
}


.first {}

.members-pic {
    position: relative;
}

.members-pic-des {

    position: absolute;
    color: #fff;
    bottom: 190px;

    left: 243px;
    font-weight: bold;
    font-size: 19px;
}

.style-line {
    position: relative;
    font-weight: 200;
}

.style-line::before {

    position: absolute;
    content: "";
    border-left: 4px solid #b22e61;
    height: 100%;
    width: 6px;
    top: 7px;
    left: -12px;

}

.faq-bg {

    background-image: url(../../vendor/images/faq.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

/* magnet  */
.how-we-works {
    list-style-type: none;
    margin: padding:0;
    width: 100%;
}

.how-we-works li {
    display: inline-block;
    width: 32.3%;
}

.faq-banner {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 413px;
}


/*

.news {
    padding: 0 0px;
    -webkit-filter: grayscale(100%);
   
    filter: grayscale(100%);
}
 
.news:hover {
    -webkit-filter: grayscale(0%);
   
    filter: grayscale(0%);
}
*/


/*table*/
table,
th,
td {
    background-color: #ffffff;
    border: 1px solid #303030;
    border-collapse: collapse;
    text-align: center;
}

th,
td {
    padding: 15px;
}

.table-text {
    color: red;
}

.img-setting {
    margin: 12px;
}

.legal-sec {
    padding-right: 9px;
}

.sub-links {
    list-style: none;
}

/* scroll to top */
#button {
    display: inline-block;
    background-color: #b22e61;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 34px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.pink-linebox {
    border: 2px solid #b22e6147;
    padding: 14px 21px;
    margin: 19px 0;
}

.pink-linebox > h1 {
    margin: 24px 0 19;
    color: #b22e61;
    text-align: center;
    font-size: 1.5rem;
}

.pink-linebox > h4 {
    margin: 24px 0 19;
    color: #b22e61;
    text-align: center;
}

.pink-linebox > h6 {
    margin: 24px 0 19;
    color: #b22e61;
    text-align: center;
    font-size: 1.5rem;
}

.cyberbullying {
    font-size: 1.25rem;
}

.glossary-text {
    font-size: 1rem;
}



.pink-linebox > ul li {
    margin-bottom: 17px;
}

.pink-linebox ol {
    padding: 12px
}

.pink-linebox ol li {
    margin-bottom: 15px
}


.pink-linebox > p {
    font-weight: 300;
}

#myTab {
    display: none;
}

.btn-success {
    border-radius: 32px;
    background-color: rgb(236, 66, 140);
    border-color: rgb(236, 66, 140);
}

.btn-success:hover {
    border-radius: 32px;
    background-color: rgb(236, 66, 140);
    border-color: rgb(236, 66, 140);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    border-radius: 32px;
    background-color: rgb(236, 66, 140);
    border-color: rgb(236, 66, 140);


}


.sticky-box {



    position: -webkit-sticky;
    margin-top: 3px;
}

.sub-links {

    margin: 0;
}

.sub-links li {
    margin-bottom: 11px;
    padding: 12px 10px;
    /* border-top: 1px solid #b22e61; */
    /* border-bottom: 1px solid #b22e61; */
    border: 1px solid #000;
    text-align: left;
    margin-right: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub-links li:hover {
    cursor: pointer;

    background-color: #eaeaea;
    color: #b22e61;
}

.sub-links li:hover a {
    text-decoration: none;
    color: #000;
}

.quick-box {
    background-color: #bcd5d1;
}

.glossary-box {
    background-color: #667467;
}

.sub-links li a {
    color: #b22e61;



}

.activeate-clr {
    background-color: #b22e61;
}

.activeate-clr > a {
    color: #fff !important;
}

.pad-menu {
    list-style-type: none;
    margin-bottom: 15px;
}

.pad-menu li {
    padding: 0;
}

.pad-menu li > a {
    background-color: transparent;
}

.heading {
    color: #b22e61 !important;
    font-weight: bold;
}

.heading-2{color: #303030 !important;
    font-weight: bold;font-size:22px !important;}

.panel-body-adj > p > a {
    color: #b22e61 !important;
    line-height: 25px;
    border-bottom: 1px solid #000 !important;
}


.panel-body-adj > ul {
    font-weight: 300;
}

.panel-body-adj > ul li > a {

    color: #b22e61 !important;
    border-bottom: 1px solid #000 !important;
}

/*
.sticy-box-majer {
    position: sticky;
    margin-top: 12px;
    top: 10px;
}
*/
.slick-dots li.slick-active button {

    background-color: #b22e61 !important;
    color: #b22e61 !important;
    border: 2px solid #000 !important;

}

ol {
    margin: 0;
    padding: 0;
}

.social-media {
    position: fixed;
    left: 0;
    display: none;
    top: 50%;
    list-style-type: none;
    z-index: 800;
}

.social-media li {
    display: block;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 23px;
    padding: 8px;
}

th,
td {
    text-align: left;
}

.panel-group ol li {
    margin-bottom: 18px;
    font-weight: 300;
    text-align: justify;
}

.panel-body-adj ol li > p {
    margin-bottom: 18px;
    font-weight: 300;
    text-align: justify;
}

.abt-text-wrap {
    text-align: justify;
}



/*star rating*/
.rating {
    display: inline-flex;
    flex-direction: row-reverse;

}

.rating__input {
    display: inline;
    width: 2rem;
    height: 1rem;
    background: #fff;
    color: #eaeaea;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: height 0.2s;
    height: 2rem;
}

.rating:hover .rating__input {
    /*   height: 2rem; */
}

.rating__input::after {
    width: 100%;
    height: 100%;
    content: attr(value);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;

}

.rating__input::before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: flex;
    background: currentColor;
    border-radius: 4px;
    transition: 0.2s;
}

/* select checked element & it's previous siblings */
.rating .rating__input:checked,
.rating .rating__input:checked ~ .rating__input {
    color: goldenrod;
}

.rating.rating:hover .rating__input {
    color: #aaa;
    opacity: 1;
}

/* select hover element & it's previous siblings */
.rating:hover .rating__input:hover,
.rating:hover .rating__input:hover ~ .rating__input {
    color: goldenrod;
    opacity: 1;
}



.social-media-top-adj {
    float: right;
}

.social-media-top-adj li {
    display: inline-block;
    margin: 3px 6px;
    background-color: #fff;
    border-radius: 23px;
    padding: 0px;
    width: 26px;
    text-align: center;
    height: 26px;
}

.social-media-top-adj li > a > img {
    width: 12px;
}

.social-media-top-adj {

    list-style-type: none;
    margin: 0;
    padding: 0;

}

@media(max-width:980px) {}


/* social media*/






.social-media-top li {
    display: inline-block;
    margin: 3px 6px;
    background-color: #fff;
    border-radius: 23px;
    padding: 0px;
    width: 26px;
    text-align: center;
    height: 26px;
}

.social-media-top li > a > img {
    width: 12px;
}

.social-media-top {

    list-style-type: none;
    margin: 0;
    padding: 0;

}

.hed_row1 {
    display: none;
    top: 0;
    background-color: #b22e61;
    padding: 2px 0;
    border-bottom: 1px solid #b22e61;
    position: fixed;
    width: 100%;
    z-index: 998;
    overflow: hidden;
}

.hed_row3 {
    position: fixed;
    top: 0;
    background-color: #b22e61;
    width: 100%;
    z-index: 998;
    overflow: hidden;
}


@media(max-width:761px) {

    .navigation > li > ul {
        display: none !important;
    }

    .pad-menu > li {
        display: none;
    }

    .pad-menu > li:nth-child(1) {
        display: block !important;
    }

    .navigation > li:nth-child(3) {
        border: block !important;
    }

    .form-contact {
        margin: 6px 7px 17px;
        padding: 19px 9px 23px;
    }

    .panel-adj-title > a {
        font-size: 13px;
        line-height: 22px;
    }

    .bg-wrapper {
        margin-top: 105px;
    }

    .hed_row1 {
        display: block;
    }

    .faq-banner {
        margin-top: 82px !important;
    }

    .main-frame {
        margin-top: 82px;
    }
}

.featured-video > h2 {
    position: relative;
}

.featured-video > h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b22e61;
    font-size: 44px;
    font-weight: bold;
    color: #01a396;
    text-transform: uppercase;
    text-orientation: sideways;
}


.first-name {
    /*
      position: absolute !important;
    z-index: 300;
    left: -89px;
    top: -51px !important;
*/
}

.last-name {
    position: absolute !important;
    z-index: 300;
    right: -89px;
    bottom: -51px !important;

}

.margin-adj {
    margin-top: 103px;
}

.topic-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none
}

.topic-social li {
    display: inline-block;
}

.topic-social li > span {
    color: #b22e61;
}

.topic-social li > a > img {
    width: 16px;
    margin: 0 3px;
}

.video-des {
    border-bottom: 1px solid #b22e61;
    margin-bottom: 33px;
    padding-bottom: 12px;
}

.video-des > h2 {
    color: #b22e61;
    margin-top: 17px;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
}

.video-des > h3 {
    color: #b22e61;
    margin-top: 17px;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
}

.feedback {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #b22e61;
    font-size: 29px;
    margin-top: 0;

}

.sticky-class {
    position: sticky;
    top: 45px;
    margin-top: 23px;
}

.campg-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.campg-list li {
    padding: 6px 5px;
    border: solid;
    border: 1px solid #000;
}

.campg-list li > a {
    color: #303030;
}



.campg-list li.active-camp {
    background-color: #b22e61;
    color: #fff;
}

.campg-list li > a.active-camp {
    background-color: #b22e61;
    color: #fff;
}

.camp-box {
    background-color: #b22e61;
    padding: 8px;
    border-radius: 3px;
}

.camp-box > img {
    margin-bottom: 6px;
}

.camp-box > .camp-des {}

.camp-des > h2 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
}

.camp-des > p {
    margin-bottom: 0;
}

.camp-des > p > a {
    color: #fff;
}

.similar-camp {
    background-color: #b22e61;
    padding: 8px 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.icon-spec {
    padding: 4px 62px;
    position: relative;
}

.icon-spec > img {
    display: inline-block;
}

.spec-box > h3,
h4,
h5,
h6 {
    font-size: 15px;
}

.spec-box {
    padding: 12px 45px;
    margin-top: 15px;
}

.spec-box > h3,
h5,
h6 {
    color: inherit;
    font-size: 15px;
    margin-top: 0px;
    font-weight: 500;
}

.text-design {
    font-size: 32px;
    font-weight: bold;
    color: #b22e61;
    margin-bottom: 12px;
    border-bottom: 3px solid #303030;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #b22e61;
}

.nav-tabs .nav-link {
    color: #303030;
}


.nav-pills .nav-link {
    border: 1px solid #21252a;
    color: #21252a;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #b22e61;
}

.dw-btn {
    background-color: #b22e61;

    padding: .5rem 1rem;
    border-radius: 3px;
}

.dw-btn > a {
    color: #fff;
}

.trending-banner {
    background-image: url(../../trending/img/banner.jpg);
    background-size: cover;
    padding: 32px 40px;
    background-repeat: no-repeat;
}

.logo-hover {
    filter: grayscale(100%);
    transition: .6s;
}

.logo-hover:hover {
    filter: grayscale(0%);
}

.col-sm-5 .text-left .align-self-center .mb-2 > img {
    width: 318px;
}

.pk-clr-fixed {
    border-bottom: 1px solid #b22e61;
}

.form-bg {
    margin-bottom: 33px;
    border: 1px solid #3030300d;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 12px;
    min-height: 436px;
    color: #fff;
}

.form-bg > h4 {

    font-weight: bold;
    margin: 0 62px 17px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #b22e61;
    padding: 6px 0;
    font-size: 1.5rem;
}
 

.btn-clr-pnk {
    background-color: #b22e61;
    color: #fff;
}


.form-bg > .btn-login {
    border: 1px solid #fff;
    color: #fff;
}

.form-bg > img {
    width: 306px;
}

#instafeed {
    width: 100%;
    overflow-x: scroll;
}

#instafeed > a {
    width: 25%;
}

#instafeed > a > img {
    width: 25%;
}

.faq-banner {
    margin-top: 110px;
}

.btn-clr-pnk:hover {
    color: #ffffffb3;
}

#eapps-instagram-feed-1 > a {
    display: none;
}


.navigation > li:nth-child(3) {
        border: 1.6px solid #b22e61;
    border-radius:50px;
     
    margin: 0 6px;
}

.navigation > li:nth-child(4) {
    border: 1.6px solid #b22e61;
    border-radius:50px;
     
    margin: 0 6px;
}

/*
.navigation > li:nth-child(8) {
    border: 1.6px solid #b22e61;
    border-radius: 6px;
}
*/


#pros > .slick-dots {
    bottom: -42px;
}

#par > .slick-dots {
    bottom: -42px;
}


#grad1 {
    /*    background-image: linear-gradient(-143deg, #ed3833 16.6%, #f28d3c 33.33%, #fce64d 48.8%, #49a027 69.64%, #2043b7 83.2%, #8534a1 100%);*/
    background-image: url(../images/clr.jpg);
    background-position: center center;
    background-size: contain;
}

.grad1-link {
    width: 56px;
}

.tribe-clr {
    color: #000;
}

.tribe-clr > .spl > h4 {
    color: #303030 !important;
}


@media (max-width: 340px){
.head-text {
    font-size: 22px;
}}

.text-height {
    min-height: 110px;
}
/*

.text-height-legal {
    min-height: 146px;
}
*/
.partner-text{font-size: 12px;font-weight: bold;}
.slick-dots li button{width: 15px;height: 15px;}


/* blog */


.blog-card {
      border-radius: 11px;
    padding: 14px 14px;
    min-height: 230px;
    margin: 12px 0 22px;
   
}


.blog-card:hover {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 11px 0px rgba(212, 212, 212, 1);
    cursor: pointer;
}

 

.blog-card > span {

    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bolder;
    left: 23px;
    font-size: 18px;
    /* float: left; */
    position: absolute;

}

.blog-des{height: 170px;}


.blog-des > h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.blog-des > h5 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 3px;
}

.blog-des > h6 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 12px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
.blog-des > p{color: #fff;text-align: left;}
.blog-des > span {color: #fff;text-align: left;}
p.act-button > span{color: #fff; }
p.act-button{ bottom: 120px;margin-bottom: 4px;}
.circle-button{ 
    width: 34px;
    height: 34px;
    line-height: 33px;
    border-radius: 32px;
    text-align: center;
    color: #ffff;
    background-color: #303030;
    float: right;
}
#myUL{list-style-type: none;}
.icon-feild{position: relative;}
.fa-pos{ 
      position: absolute;
    top: 14px;
    font-size: 42px;
    font-size: 27px !important;
    left: 27px;
    opacity: 0.4;
    font-weight: 300 !important;

}

.feld-form{height: 54px;padding-left: 47px;}



.dropDown-tltp {
 
  display: inline-block;
    float: right
 
}
.dropDown-tltp .label {
  font-size: 20px;
  border-radius: 5px;
  border: 2px solid #E0E4CC;
  padding: 5px 31px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: none;
    font-weight: 200;
  font-family: inherit;
  box-shadow: 1px 1px 5px rgba(42, 42, 42, 0.6);
  background-color: #b02e5f;
}
.dropDown-tltp .label:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
   background-color: #b02e5f;
}
.dropDown-tltp .label:focus ~ .content {
  display: flex;
}
.dropDown-tltp .content {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 3px solid #b02e5f;
  position: absolute;
  bottom:-55px;
  left:-12px;
  width:100%;
height:55px;
    z-index:12;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(42, 42, 42, 0.5);
  padding: 20px 10px 5px 20px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.dropDown-tltp .content a {
  text-align: left;
  font-size: 14px;
  padding: 0px 0 15px 0;
  color: #b02e5f;
  text-decoration: none;
}
.dropDown-tltp .content a:hover {
  font-weight: bold;
}
.dropDown-tltp .content a.selected {
  font-weight: bold;
}
.dropDown-tltp .content:after {
  position: absolute;
  display: block;
  top: -13px;
  right: 12%;
    border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  
  border-bottom: 12px solid black;
/*
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #A7DBD8;
*/
  content: " ";
  font-size: 0;
  line-height: 0;
  width: 0;
}
p.act-button > span{    font-size: 15px;
    letter-spacing: 2px;}




#myUL div{
  transition: all 0.5s ease;}
.hidden-cls {
  display: none;
}
.topic-space{padding: 145px 0;}
.mar-non{margin:0  0 12px!important;}



.form-bg-heading-div {
    margin-bottom: 33px;
    border: 1px solid #3030300d;
    border-radius: 4px;
    margin-bottom: 15px;
      padding: 22px 12px;
    
    color: #fff;
}

.form-bg-heading{
	font-weight: bold;
    margin: 0 62px 17px;
    color: #000;
    border-radius: 5px;
  
    padding: 6px 6px;
      font-size: 22px;
	
	position: relative;
}
.text-height-legal > p{color: #303030;font-weight: 500;}


.form-bg-heading::after{ 

position: absolute;
    border: 1px solid #fff;
    content: "";
    bottom: -4px;
    width: 94px;
    left: 0;
}


.press_box{
 background-color: #fff;
    padding: 16px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c147;
	transition:0.100s;

}




.press_box:hover{
	-webkit-box-shadow: 0px 0px 19px -4px rgba(193,193,193,1);
-moz-box-shadow: 0px 0px 19px -4px rgba(193,193,193,1);
box-shadow: 0px 0px 19px -4px rgba(193,193,193,1);
}
.press_des > h4 {  
	font-weight: bold;
    font-size: 18px;
       margin-bottom:6px;
	text-transform: uppercase;
}
.press_des > p {  
	    font-size: 14px;
   margin-bottom: 11px;
}
.press_des > a{color: #b22e61;font-weight: 400;font-size: 14px;    text-decoration: underline;}
.press_des{padding-right: 15px;}

.spl-heading{
	
	font-weight: bold;
    margin: 0 62px 17px;
    color: #fff;
    border-radius: 5px;
   
    padding: 6px 0;
    font-size: 1.5rem;
	 margin: 0 0 0px !important;
        font-size:27px;
}



/* ------------------------ Banner Updates------------------------- */
.equality-image{
    width: 150px !important;
    transform: translateX(-50%,-50%);
    margin-top: 20px;
}
.bn_txt h2{
    font-size: 30px;
    color: #b22e61 ;
    font-weight: 500;
    margin: 20px 0;
}
.changes{
    background-color: #b22e61;
    color: #fff;
}
.changes:hover{
    background-color: #fff;
    color: #b22e61;
}
.for-center{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media only screen and (max-width: 1050px) {
    .htext{
        font-size: 25px !important;
    }
    .equality-image{
        width: 100px !important;
        margin-top: 0 !important;
    }
    .bn_txt h2{
        font-size: 15px;
    }
}
@media only screen and (max-width: 759px) {
    .bn_txt h2{
        margin:0;
    }
}


.rights{
    color: #fff !important;
    margin: 0 !important;
}
.lawyer__h1{
    font-size: 30px !important;
    color: #fff;
    margin-bottom: 50px !important;
    margin-top: -100px !important;

}
.big__text{
    font-size: 40px !important;
    font-weight: bold;
    color: #fff;
    margin: 0!important;
}
.pre_bono{
    color: #b22e61;
    font-weight: 500;
    margin-top: 50px;
}
.pre_bono:hover{
    color: #fff;
   background-color:#b22e61 ;
   border: 1px solid #fff;
}

@media only screen and (max-width: 1200px) {
    .lawyer__h1{
        font-size: 25px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .lawyer__h1{
        font-size: 20px !important;
    }
    .pre_bono{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 759px) {
    .rights{
        color: #b22e61 !important;
        
    }
    .lawyer__h1{
        font-size: 25px !important;
        color: #b22e61;
        margin-bottom: 10px !important;
    
    }
    .big__text{
        font-size: 20px !important;
        font-weight: bold;
        color: #b22e61;
        margin: 0!important;
    }
}