body,html{
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
}
.text-center{
    text-align: center;
}
.pointer_style{
    cursor:pointer;
}
img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.unscrollable{
    overflow: hidden;
}
.hidden-popup{
    display: none !important;
}
a{
    text-decoration: none;
}
.hide {
    display: none !important;
}
.active_tab{
    opacity: 1 !important;
}
.row{
    width: 100%;
}
input:focus{
    outline: none;
}
.row:before,
.row:after{
    display: table;
    line-height: 0;
    content: "";
}

.row:after{
    clear: both;
}

.row > [class*="span"]{
    display: block;
    float: left;
    width: 100%;
    min-height: 20px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row > [class*="span"]:first-child{
    margin-left: 0;
}

.row .span12{width: 100%;}
.row .span11{width: 91.45299145299145%;}
.row .span10{width: 82.90598290598291%;}
.row .span9 {width: 74.35897435897436%;}
.row .span8 {width: 65.81196581196581%;}
.row .span7 {width: 57.26495726495726%;}
.row .span6 {width: 48.71794871794872%;}
.row .span5 {width: 40.17094017094017%;}
.row .span4 {width: 31.62393162393162%;}
.row .span3 {width: 23.07692307692308%;}
.row .span2 {width: 14.52991452991453%;}
.row .span1 {width: 5.982905982905983%;}
.col4 {width:38%; float:left;}
.col2 {width:21%; float:left;}
.col5 {width:40%; float:left;}
main{
    height: 100%;
}
.full_height{
    height: 100%;
}
.mc_portal-home,.mc_portal-helpful_link-page{
    width: 100%;
    height: 100%;
    position: relative;
}
.mc_portal-home_contentBox,.mc_portal-helpful_link-page_contentBox{
    display: flex;
}
/* menu */
    .mc_portal-menu{
        width: 7%;
        height: 100%;
        background-image: linear-gradient(193deg, #191252 100%, #191252);
        display: flex;
        justify-content: center;
        z-index: 10;
    }
    .mc_portal-menuContainer{
        height: 90%;
        margin: auto 0;
    }
    .mc_portal-menu-mantra_icon{
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .mc_portal-menu-mantra_icon img{
        height: 60px;
    }
    .mc_portal-menu_contentBox{
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mc_portal-menu_contentBox img{
        height: 25px;
    }
    .mc_portal-menu_items{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 25px 0;
        opacity: 0.5;
        cursor: pointer;
    }
    .mc_portal-menu_items p{
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 1px;
        font-weight: 600;
        text-align: center;
    }
/* menu */

.mobile-show{
    display: none;
}
.mc_portal-helpful-link{
    padding-top: 70px;
    background: #e5f3fd;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.mc_portal-helpful-link button{
    height: 40px;
    background: #1953e5;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: none;
}
.mc_portal-help{
    width: 35%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    z-index: 11;
}
.mc_portal-help-collapse{
    width: 7%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    z-index: 11;
}
.mc_portal-helpContainer{
    width: 90%;
    margin: 0 auto;
    height: calc(100% - 6vh);
    padding: 4vh 0px 2vh;
}
.mc_portal-help_form-content{
    height: 100%;
}
.mc_portal-help_form-content .mc_portal-help_formBox{
    height: 100%;
}
.mc_portal-help_form-content form{
    height: calc(100% - 7vh);
}
.mc_portal-help_formHeading h3{
    font-size: 3.5vh;
    font-weight: bold;
    color: #000000;
    margin: 0 0 2vh;
}
.mc_portal-help_formHeading-rotate,.mc_portal-help-collapseHeading{
    position: absolute;
    display: none;
    width: 100vh;
    top: 50vh;
    transform: translate(4%,100%) rotate(-90deg);
    transform-origin: left;
}
.mc_portal-help-collapseHeading{
    display: block;
}
.mc_portal-help_formHeading-rotate h3,.mc_portal-help-collapseHeading h3{
   font-size: 4vh;
}
.mc_portal-help_form-address-heading h3{
    font-size: 3vh;
    font-weight: 600;
    color: #777777;
    margin: 3vh 0;
}
.label-placeholder{
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    transform: translateY(-50%);
}
.label-placeholder label{
    color: #adadad;
    font-size: 1.3;
    margin-right: 2vh;
    cursor: text;
}
.star{
    color: #ff3c3c;
}
.mc_portal-help_form-fieldContainer{
    /* display: flex;
    align-items: center; */
    margin-bottom: 3vh;
    position: relative;
}
/* .mc_portal-help_form-fieldContainer-end{
    justify-content: flex-end;
} */
.mc_portal-help_form-fields{
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding: 1vh 0;
    font-size: 2vh;
    letter-spacing: 1px;
    color: #999999;
    background: #fff;
    outline: 0;
    width: 100%;
}
.form-error{
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 1.4vh;
    color: red;
}
/* map */
    .mc_portal-map{
        width: 28%;
        height: 100%;
        background-color: #e5f3fd;
        display: flex;
        align-items: center;
        transition: all 0.3s;
        z-index: 12;
    }
    .mc_portal-mapContainer{
        height: calc(100% - 4vh);
        width: 90%;
        margin: 0 auto;
        padding: 2vh 0 2vh;
    }
    .mc_portal-map-help-count{
        height: 22%;
        background-color: #ffffff;
        border-radius: 24px;
    }
    .mc_portal-mapContentBox{
        height: calc(75% - 18vh);
        /* padding-top: 1vh; */
        border-radius: 24px;
        position: relative;
        margin-top: 22vh;
    }
    .mc_portal-mapContentBox p{
        margin: 0;
        color: #fff;
    }
    .mc_portal-objective{
        z-index: 1;
        position: absolute;
        height: 30vh;
        font-size: 2vmin;
        padding: 2vmin 1vh 1vh;
        top: -21vh;
        background: #6ce3f2 !important;
        border-radius: 24px;
    }
    .mc_portal-mapContentBox #indiamap{
        position: relative;
        z-index: 2;
        height: calc(100% - 1vh);
        border-radius: 24px;
        background: #fff !important;
    }
    .mc_portal-mapContentBox #indiamap .statelist-color{
        fill: #67d1e0;
    }
    .mc_portal-map-help-count .row,.mc_portal-map-help-count .row .span6{
        height: 100%;
    }
    .mc_portal-map-help-count-ImgBox,.mc_portal-map-help-count-contentBox{
        width: 50% !important;
    }
    .mc_portal-map-help-count-ImgBox{
        margin-left: 0 !important;
    }
    .mc_portal-map-help-count-contentBox{
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .mc_portal-map-help-count-ImgBox img{
        height: 100%;
        width: 100%;
    }
    .mc_portal-map-help-count-content{
        width: 80%;
        margin: 0 auto;
    }
    .mc_portal-map-help-count-content p{
        font-size: 20px;    
        color: #777777;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0;
    }
/* map */

.mc_portal-others{
    width: 30%;
    height: 100%;
    background-color: #f7f7fe;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    z-index: 14;
    transform-origin: right;
}
.mc_portal-othersContainer,.mc_poral-help_usContainer,.mc_poral-help_meContainer{
    height: calc(100% - 6vh);
    width: 90%;
    padding: 4vh 0 2vh;
    margin: 0 auto;
}
.mc_portal-othersContainer > div{
    height: calc(100%);
}
.mc_portal-othersContentBox header h3,.mc_poral-help_usHeaderheading h3,.mc_poral-help_meHeaderheading h3{
    font-size: 4vh;
    color: #454545;
    letter-spacing: 1px;
    margin: 0 0 1vh 0;
    line-height: 1.3;
}
.mc_portal-othersContent{
    height: calc(100% - 7vh);
    overflow: auto;
}
.mc_portal_state_container{
    display: flex;
    flex-wrap: wrap;
}
.mc_portal_state{
    margin-left: 0 !important;
}
.mc_portal_state p:hover{
    color: #000000;
    font-weight: 600;
}
.mc_portal_state p{
    cursor: pointer;
    display: inline-block;
    margin: 0;
    font-size: 2vh;
    color: #777777;
    margin: 2.5vh 0 0;
}
.mc_portal-help_form-container{
    height: 100%;
    overflow: auto;
}
.mc_portal-help_form-category-container{
    display: flex;
    flex-wrap: wrap;
}
.mc_portal-help_form-category{
    margin-top: 1.5vh;
}
.mc_portal-help_form-categoryName,.mc_portal-help_us-category p{
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 2vh;
    font-weight: 600;
    color: #777777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0vh 1vh;
    text-align: center;
    border-radius: 1.3vh;
    background-color: #f7f7fe;
}
.mc_portal-help_form-categoryName input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.selected_category{
    background-color: #6ce3f2 !important;
    color: #ffffff !important;
}
.mc_portal-help_form-problemArea{
    border-radius: 16px;
    background-color: #f7f7fe;
    width: calc(100% - 4vh);
    height: 10vh;
    border: none;
    outline: none;
    resize: none;
    font-size: 2vh;
    color: #999999;
    padding: 2vh;
}
.mc_portal-help_form-problemArea::placeholder{
    color: #adadad;
}
.mc_portal-help_form-problem-container{
    margin-top: 3vh;
}
.mc_portal-help_form-btn{
    margin-top: 1.5vh;
    display: flex;
    justify-content: flex-end;
}
.mc_portal-help_form-submit-button{
    font-size: 2vh;
    padding: 1.8vh 3.5vh;
    border-radius: 17px;
    background-color: #26254d;
    color: #ffffff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #26254d;
}
.mc_portal-help_form-submit-button:hover,
.mc_portal-help_form-submit-button:focus{
    background-color: #fff;
    color: #26254d;
    border: 1px solid #26254d;
}
.state_lists_drop{
    background: #fff;
    z-index: 99;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0px 8px 12px -4px #000;
}
.state_lists_drop ul{
    padding-left: 0;
}
.state_lists_drop li {
    cursor: pointer;
    font-size: 1.5vh;
    list-style-type: none;
    color: #000;
    letter-spacing: 1px;
    outline: 0;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 1vh;
    border-bottom: 1px solid #efefef;
}
.state_lists_drop li:last-child {
    border-bottom: none;
}
.mc_portal-help_form-state-dropBox{
    position: relative;
}
.dropdown_icon{
    position: absolute;
    right: 5%;
    top: 20%;
}
/* collapse */
    .mc_poral-help_usContainer{
        display: none;
    }
    .show_div{
        display: block !important;
    }
    .mc_poral-help_usHeaderheading h3,.mc_poral-help_meHeaderheading h3{
        margin: 0 0 0 0px;
    }
    .mc_poral-help_usHeader,.mc_poral-help_meHeader{
        display: flex;
        align-items: center;
        position: relative;
    }
    .mc_poral-help_usBack-icon,.mc_poral-help_meBack-icon{
        cursor: pointer;
        position: absolute;
        left: -45px;
    }
    .mc_portal-help_us-categoryContentBox{
        display: flex;
    }
    .mc_portal-help_us-category{
        margin-right: 10px;
        padding: 2vh 1.5vh 2vh 0;
    }
    .mc_portal-help_us-category p {
        background-color: #e5f3fd;
    }
    .mc_portal-help_us-tableHeading span{
        font-size: 2vh;
        color: #777777;
    }
    .mc_portal-help_us-tableHeader{
        margin-bottom: 2vh;
        padding: 1vh;
        box-sizing: border-box;
        position: relative;
    }
    .headingWrapper{
        position: relative;
        height: 5vh;
        margin-bottom: 4vh;
    }
    .headingWrapper:after{
        position: absolute;
        top: 100%;
        left: 0;
        content: '';
        width: 100%;
        border-bottom: 1px dashed #777777;
    }
    .mc_portal-help_us-tableContent p{
        font-size: 2vh;
        color: #777777;
    }
    .mc_portal-help_us-tableContent p.strong{
        font-weight: 600;
    }
    .mc_portal-help_us-tableContent p.big{
        font-size: 2.2vh;
    }
    .mc_portal-help_us-tableContent span a{
        font-size: 2vh;
        color: #55acee;
        font-weight:600;
    }
    .shareOptions img{
        height: 30px;
        width: auto;
        cursor: pointer;
    }
    .mc_portal-help_us-tableContent,.mc_portal-help_us-tableContentBox{
        display: flex;
        align-items: center;
    }
    .mc_portal-help_us-tableContent{
        justify-content: space-between;
    }
    .shareOptions{
        margin-right: 1vw;
    }
    .viewHelpbtn{
        border-radius: 60px;
        background-color: #ffffff;
        border:1px solid #797979;
        padding: 5px 20px;
    }
    .mc_portal-help_us-tableContentBox{
        margin-bottom: 2vh;
        padding: 0 1vh;
        box-sizing: border-box;
        height: 11vh;
    }
    .mc_portal-help_us-tableContentBox:hover{
        background: #fff;
        border-radius: 2vh;
        box-shadow: 0 7px 16px 2px rgba(163, 206, 238, 0.1);
        background-color: #ffffff;
    }
    .pagination{
        display: flex;
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
    .pagination a ,
    .pagination span{
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        cursor: pointer;
    }
    .issuesWrapper{
        margin-bottom: 2vh;
    }
    .pagination a.active {
        background-color: dodgerblue;
        color: white;
        cursor: not-allowed;
    }
    .pagination a:hover:not(.active) {background-color: #ddd;}
/* collapse */
/* collapse help me*/
    .mc_portal-others-collapse{
        width: 100% !important;
    }
    .mc_portal-others-collapse .mc_poral-help_usContainer{
        width: 88% !important;
    }
    .mc_poral-help_meURLcontainer p{
        font-size: 3vh;
        font-weight: 600;
        font-style: italic;
        color: #000000;
        margin: 6vh 0 4vh;
    }
    .mc_poral-help_meURLcontainer p span{
        font-weight: bold;
        font-style: normal;
        color: #939393;
    }
    .mc_poral-help_meCardheading h3{
        font-size: 3vh;
        font-weight: 600;
        color: #454545;
        margin: 1vh 0 1vh 2vh;
    }
    .mc_portal-help_meCardheadingBox span{
        font-size: 3vh;
        padding: 1vh 3vh 1.5vh 3vh;
        border-radius: 21.6px;
        background-color: #ff6067;
        color: #ffffff;
        font-weight: bold;
    }
    .mc_poral-help_meCardheading{
        display: flex;
        align-items: center;
    }
    .mc_poral-help_meProblemHeading h3,.mc_poral-help_meAddressHeading h3{
        font-size: 2.5vh;
        font-weight: 600;
        color: #454545;
        margin: 3vh 0;
        text-transform: capitalize;
    }
    .mc_poral-help_meProblemDetails p,.mc_poral-help_meAddressDetails p{
        font-size: 2vh;
        letter-spacing: 1px;
        color: #858585;
        margin: 1.5vh 0;
    }
    .mc_poral-help_meCard-container{
        border-radius: 31.2px;
        box-shadow: 0 14px 17px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 2vh 3vh;
    }
    .mc_poral-help_mesharing_optionsContainer{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 150px;
    }
    .mc_poral-help_mesharing_optionsContainer img{
        height: 4vh;
    }
    .mc_poral-help_mesharing_optionsHeading h3,.mc_poral-help_meContactDetails h3{
        margin: 5vh 0;
        font-size: 3vh;
        font-weight: 600;
        color: #454545;
    }
    .mc_poral-help_meContactDetails p{
        font-size: 2vh;
        color: #3c3c3c;
        overflow-wrap: break-word;
    }
    .mc_poral-help_meContactDetails p a{
        color: inherit;
        overflow-wrap: break-word;
    }
/* collapse help me*/

.extra-box{
    position: relative;
}
.extra-box:after,
.extra-box:before{
    position: absolute;
    height: 10vh;
    width: 10vh;
    right: -10vh;
    background-color: inherit;
    content: '';
}
.extra-box:before{
    top: 0;
}
.extra-box:after{
    bottom: 0;
}
.corner-edges{
    border-top-left-radius: 6vh;
    border-bottom-left-radius: 6vh;
}
.dark-extra-box:before,.dark-extra-box:after{
    background: #191252;
}
/* about us */
.mc_portal_about_us_container{
    width: 90%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    z-index: 11;
    display: flex;
    align-items: center;
}
.mc_portal_about_us_contentBox{
    width: 100%;
    margin: 0 10% 0 5%;
    height: 100%;
}
.mc_portal_about_usHeader h3,.mc_portal_helpful_linkHeader h3{
    font-size: 4vh;
    font-weight: bold;
    color: #000000;
    margin: 8vh 0 2vh;
}

.why_mc_portal-about_usHeading h3{
    font-size: 2.5vh;
    font-weight: 600;
    color: #000000;
    margin: 4vh 0;
}
.why_mc_portal-about_usContent p,.mantra_info p,.mc_portal_about_usLegal p,.mc_portal_helpful_linkHeader p{
    font-size: 2.3vh;
    letter-spacing: 1px;
    color: #858585;
    margin: 3vh 0; 
}
.mc_portal_helpful_linkHeader p{
    margin:2vh 0;
}
.mantra_info{
    margin: 5vh 0 ;
}
.mantra_info h3{
    font-size: 2.5vh;
    font-weight: 600;
    color: #000000;
    margin: 4vh 0;
}
.mantra_info p{
    margin: 0;
    line-height: 3.5vh;
}
.mc_portal_about_usLegal p{
    margin: 0 0 5vh 0;
    line-height: 3.5vh;
}
.mc_portal_about_usLegal span{
    color: #000000;
    font-weight: 600;
}
/* about us */
.show-list{
    display: block;
}
.hide-list{
    display: none;
}
.mc_portal-menu-mob,.mc_portal-help_us-cards-container-mob{
    display: none;
}
.search-pin{
    position: absolute;
    right: 0;
    width: 200px;
}
.search-pin input{
    width: calc(100% - 2vh);
    height: 30px;
    font-size: 1.7vh;
    padding: 0 1vh;
}

.search-pin .search-pin-submit{
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: transparent;
    border: none;
}
.search-pin .search-pin-submit img{
    width: auto;
    max-width: 100%;
    height: auto;
}

.marker{
    position: relative;
    height: 0px !important;
    width: 0px !important;
    display: inline-block;
}
.marker-hide{
    display:none;
}

.marker:after{
    content: "";
    width: 30px;
    height: 30px;
    background-image : url("../images/pin.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    transform: translateY(-100%);
    position: absolute;
    display: inline-block;
}
.leaflet-control-attribution{
    display: none;
}
.leaflet-touch .leaflet-bar{
    border: 1px solid #000;
    border-radius: 24px;
}
.leaflet-touch .leaflet-bar a:first-child{
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}
.leaflet-touch .leaflet-bar a:last-child{
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}
/* helpful link page */

    .mc_portal_helpful_link_container,.mc_portal_links_container{
        width: 93%;
        height: 100%;
        background-color: #ffffff;
        transition: all 0.3s;
        z-index: 11;
        display: flex;
        align-items: center;
    }
    .mc_portal_helpful_link_contentBox,.mc_portal_links_contentBox{
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }
    .mc_portal_helpful_link-statesContainer{
        margin-top: 10vh;
    }
    .mc_portal_helpful_link-statesContainer header h3{
        font-size: 4vh;
        font-weight: bold;
        color: #000000;
        margin: 4vh 0;
    }
    .mc_portal_helpful_link-statesListWrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .mc_portal_helpful_link_state{
        margin-left: 0 !important;
    }
    .mc_portal_helpful_link_state p{
        font-size: 2.5vh;
        cursor: pointer;
        color: #777777;
        margin: 2.5vh 0 0;
        display: inline-block;
    }
    .mc_portal_helpful_link_state p:hover{
        font-weight: bold;
    }
/* helpful link page */

/* links page */
    .mc_portal_links_container{
        overflow: auto;
    }
    .mc_portal_stateInfoBox{
        margin-top: 5vh;
    }
    .mc_portal_linksHeader h3{
        font-size: 4vh;
        color: #454545;
        letter-spacing: 1px;
        margin: 0 0 3vh 0;
        line-height: 1.3;
    }
    .mc_portal_panIndiaInfo p,.mc_portal_stateInfo p{
        font-size: 2.3vh;
        color: #454545;
        margin: 1vh 0;
    }
    .mc_portal_panIndiaInfo p span,.mc_portal_stateInfo p span{
        font-size: 2.5vh;
        font-weight: 600;
        color: #454545;
    }
    .mc_portal_panIndiaInfo span{
        font-size: 2.5vh;
        color: #454545;
        font-style: italic;
    }
    .mc_portal_state-Info-categoryBox{
        margin-top: 5vh;
    }
    .mc_portal_state-Info-categoryHeading h3{
        font-size: 3vh;
        margin: 0;
    }
    .mc_portal_state-Info-categoryContent p{
        font-size: 2.3vh;
        color: #454545;
        margin: 1vh 0;
    }
    .mc_portal_state-Info-categoryContentBox{
        padding-left: 40px;
    }
    .bullet_icon{
        position: relative;
    }
    .bullet_icon:before{
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #000000;
        left: -2%;
        top: 50%;
        transform: translateY(-50%);
    }
    .labs_cat{
        font-size: 2.5vh !important;
        font-weight: bold !important;
        margin-top: 3vh !important;
    }
    .mc_portal_links_contentWrapper{
        padding: 50px 0;
    }
    .mc_portal_state-Info-categoryContent table,.mc_portal_state-Info-categoryContent th,.mc_portal_state-Info-categoryContent td
    {
        border: 1px solid black;
        border-collapse: collapse;
        padding: 10px;
    }
    .mc_portal_state-Info-categoryContent table{
        margin-top: 3vh;
    }
    .mc_portal_state-Info-categoryContent td{
        text-align: center;
        font-size: 2.3vh;
        color: #454545;
        margin: 1vh 0;
    }
    .helpline_img{
        margin-top: 5vh;
    }
    .mc_portal_panIndiaInfoBox{
        position: relative;
    }
    .shareLinks{
        position: absolute;
        top: 0;
        right: 0;
    }
/* links page */