/* BLUE SHADES */


/* GRAY SHADES */


/* BLACK/WHITE SHADES */


/* Other Colors */


/* Font Family's */


/* MOUSE Varibles */

@font-face {
    font-family: 'Rubik-Bold';
    src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}

@font-face {
    font-family: 'Rubik-Light';
    src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Light.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}



/* Assign Font Properties - START */

body,
p,
input,
button,
textarea {
    font-family: "Rubik-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "Rubik-Regular";
}

a {
    color: white;
}

p,
input,
textarea,
button,
a,
li,
label {
    font-size: 1.8rem;
    line-height: 1.4;
}


/* Assign Font Properties - END */

html {
    font-size: 62.5%;
}

body {
    font-family: "Rubik-Regular";
    color: #005596;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    outline: none;
    color: #005596;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    border: none;
}

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

p,
.ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 3rem;
    font-family: "Rubik-Bold";
}

h4 {
    font-size: 2.2rem;
    font-family: "Rubik-Bold";
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    text-decoration: underline;
}

table,
table tr td,
table tr th {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
mark {
    float: left;
    width: 100%;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

input[type=submit],
input[type=button],
button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1440px;
    /*padding:0 82px;
max-width:1345px;*/
}



.addOnWrap {
    padding: 100px 0 50px 0;
    position: relative;
    background: #f9f9f9;
    text-align: center;
}
.addOnWrap .container {
    max-width: 1440px;
}
/*Claims product tabbing*/

.registerYourClaimFRMwrp.terms-tabbing-wrap {
    background: #f9f9f9;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap {
    background: #fff;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container {
    top: auto;
}


.registerYourClaimFRMwrp.terms-tabbing-wrap .otherInsWrap h2 {
    max-width: 100%;
}

.tabbing-content-wrap .claim-process-container.container {
    max-width: 1110px;
}

.tabs-claim-wrap .claim-process-list ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    float: left;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul {
    position: relative;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li {
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background: #ff9b41;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active {
    border-bottom: none;
    border-right: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 {
    font-family: 'Rubik-Regular';
    font-size: 2rem;
    color: #4f4f4f;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding: 17px 34px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active {
    color: #0071bb;
    font-family: 'Rubik-Bold';
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
    background: url("clientlib/images/sprite.png") no-repeat 0px -50px;
    left: -70px;
    top: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
    background: url("clientlib/images/sprite.png") no-repeat -90px -50px;
    right: -70px;
    top: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active .down-arrow {
    display: block;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow {
    width: 26px;
    height: 26px;
    bottom: -26px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #00a499;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item h3 {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item:last-child {
    border-bottom: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item.active .tab-accord-item-heads p {
    color: #005596;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads {
    position: relative;
    padding: 0 0 10px 0px;
    cursor: none;
    z-index: 1;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads p {
    font-family: 'Rubik-Bold';
    font-size: 2.5rem;
    color: #005596;
    padding-bottom: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #00a499;
    left: 0;
    top: 22px;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:after {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    background: url(clientlib/images/sprite.png) -299px -386px no-repeat;
    display: none;
}



.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after,
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link h3 {
    padding: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link h3 a {
    padding: 13px 34px;
    display: inline-block;
    text-decoration: none;
    color: #4f4f4f;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link h3:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link h3 a {
    text-decoration: none;
}

.headOfficeDetailsList li {
    padding-bottom: 10px;
}

.headOfficeDetailsList li .headOfficeDetailsHeads {
    width: 10%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt {
    width: 90%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt a:hover {
    text-decoration: underline;
}

.claimIntroShown,
.claimIntroHidden {
    width: 100%;
    float: left;
}

.claimIntroWrap {
    max-width: 1110px;
    margin: 0 auto 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.claimIntroWrap p {
    font-size: 1.8rem;
    color: #5e5e5e;
    text-align: center;
}

.claimIntroWrap p a.claimIntroReadLink {
    color: #0071bb;
    text-decoration: underline;
}

.claimIntroHidden,
.claimIntroWrap p a.claimIntroReadLink.claimIntroActive {
    display: none;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active {
    display: block;
}

.claims-normal-cont {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p,
{
    float: left;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 20px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p a,
 {
    font-size: 1.6rem;
    text-decoration: underline;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p:last-child,
{
    padding-bottom: 0px;
}

.tabs-claim-wrap ul.claims-normal-bull {
    padding: 0;
}

.backgroundColor-grey {
    background: #f9f9f9;
}

.simplifyInsurance.backgroundColor-grey .simplifyAccordWrap .simplifyAccordInner .simplifyAccordMain.active h3 {
    border-bottom: 1px solid #cccccc;
}

.claimProcessTabSec .imgIconWrap{display: none;}
/*Terms of Use Tabbing styling end*/

.leftAlign {
    text-align: left;
}
.tabHeading {
    font-family: "Rubik-Bold";
    font-weight: normal;
    color: #ff9b41;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.listingDetails {
    margin: 0 auto;
}

.listingDetails ul li {
    font-family: "Rubik-Regular";
    color: #0072bc;
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 15px;
}

.listingDetails ul li span {
    padding-left: 20px;
    position: relative;
    text-align: left;
    display: block;
}

.listingDetails .details{
    padding-left: 20px;
}

.listingDetails ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #ff9b41;
}

.highlight {
    color: #ff9b41;
    text-decoration: underline;
    cursor: pointer;
}
.popupSec {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 594px;
    width: 100%;

    padding: 40px;
    background: #fff;
    display: none;
    z-index: 99;
    -webkit-box-shadow: 0 5px 20px 5px #333;
    -moz-box-shadow: 0 5px 20px 5px #333;
    -ms-box-shadow: 0 5px 20px 5px #333;
    -o-box-shadow: 0 5px 20px 5px #333;
    box-shadow: 0 5px 20px 5px #333;
}


.popupSec.hiddenShowContent {
   /* left: 26% !important;*/
}
.popupSec.hiddenShowContent {
    height: auto;
    position: fixed !important;
    /* left: 20% !important; */
    left: 40% !important;
    top: 13% !important;
    width: 21%;
}
.terms-tabbing-wrap .tabheading{ font-size: 2.6rem; color: #0071bb; margin-bottom: 40px;}
.terms-tabbing-wrap .tabparagraph{ font-size: 1.8rem; color: #5e5e5e; }

/***********Media Query Start**************/ 

@media only screen and (max-width: 1023px) {
    .tabbing-links{ overflow-x:auto;}    
.terms-tabbing-wrap .tabbing-container .tabbing-links ul{
    width: 1300px;
    overflow-x: auto;
    text-align: left;
    padding-left: 10px;
}

}


@media only screen and (max-width: 767px) {
    .listingDetails ul li {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .highlight {
        font-size: 1.5rem;
    }
    .tabHeading {
        font-size: 2.5rem;
        padding-bottom: 0px;
        margin-bottom: 10px; 
    }
    
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active .tab-accord-wrap{ display:block !important;}
}
/***********Media Query End**************/








.pmfbyWorkshop .customSelect{
    max-width: 215px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.pmfbyWorkshop .selectedText {
    border: 1px solid #0072bc;
    border-radius: 40px;
    color: #0072bc;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 3px 20px;
    position: relative;
    text-align: center;
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
}

.pmfbyWorkshop .selectedText:after {
    content: "";
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -320px -452px;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.initiativepdf{float: left;
    margin: 0px 10px;
    background: #ececec;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #d9d9d9;}
.initiativepdf span{padding:0px;}
.bannerHeads h1 {
    color: #ff9b41;
    font-family: "Rubik-Bold";
    font-size: 4rem;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 70px;
    width: 100%;
}
.workshopImgBlocks, .custVideoReviewBlocks{padding: 50px 0 0;width: 100%; display: block; float: left;}
.workshopImgBlocks ul, .custVideoReviewBlocks ul{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        flex-flow: wrap-reverse;
    flex-direction: row-reverse;


}
.workshopImgBlocks ul li, .custVideoReviewBlocks ul li {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
    -moz-box-shadow: 0 0 40px 2px #eaeaea;
    -ms-box-shadow: 0 0 40px 2px #eaeaea;
    -o-box-shadow: 0 0 40px 2px #eaeaea;
    box-shadow: 0 0 40px 2px #eaeaea;
    width: 22%;
    margin: 0 1% 30px;
    -ms-flex-item-align: start;
    /*align-self: flex-start;*/
}
.workshopImgBlocks ul li:hover p.workshopState{color:#ff9b41 !important;}

.custVideoReviewBlocks ul li .videoPlayIcon:before {
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -365px -231px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.workshopImgBlocks ul li .videoPlayIcon:before{
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    background: url(../../../../../../content/dam/bagic/pradhan-mantri-yojna/photogallery/fullImgIcon.png) no-repeat;
    background-position: 0px 0px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 13%;
    top: 17%;
}

.galleryThumbImg, .videoReviewItem{width: 100%; position: relative;cursor: pointer;}
.popupSec.hiddenShowContent .showAllContent.mainImg{text-align:center;}
.workshopImgBlocks .galleryThumbImg p.workshopState{margin-top:20px; padding-bottom: 0px !important; font-size: 1.6rem;}
#pmfbyPhotoGallery .addOnWrap{padding: 30px 0 50px 0;}
.terms-tabbing-wrap .tabheading{margin-bottom: 10px;}


/*
.moreWorkshopWrap, .moreVideoReviewsWrap{position: relative; text-align: center;}
.reviewsLoad {
    margin: 0 auto;
    width: auto;
    color: #005596;
    font-size: 1.8rem;
}
.reviewsLoad.moreWorkshop:before, .reviewsLoad.moreReviewsVideo:before {
    background: none;
    content: "";
    border: 2px solid #757575;
    border-top-color: rgb(117, 117, 117);
    border-right-color: rgb(117, 117, 117);
    border-bottom-color: rgb(117, 117, 117);
    border-left-color: rgb(117, 117, 117);
    border-color: #005596 #005596 transparent transparent;
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    -o-transform: rotate(134deg);
    transform: rotate(134deg);
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    display: block;
    margin: 0 auto;
}

.reviewsLoad.lessWorkshop, .reviewsLoad.moreWorkshop.active, .reviewsLoad.lessReviewsVideo, .reviewsLoad.moreReviewsVideo.active {
    display: none;
}
.workshopImgBlocks ul.custReviewList>li, .custVideoReviewBlocks ul.custVideoReviewList>li {
    display: none;
}
.reviewsLoad.lessWorkshop.active, .reviewsLoad.lessReviewsVideo.active {
    display: block;
}

.reviewsLoad.lessWorkshop.active:before, .reviewsLoad.lessReviewsVideo.active:before {
    background: 0;
    content: "";
    border: 2px solid #757575;
    border-top-color: #757575;
    border-right-color: #757575;
    border-bottom-color: #757575;
    border-left-color: #757575;
    border-color: #005596 #005596 transparent transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    display: block;
    margin: 0 auto;
}
ul.custReviewList li:nth-child(1), ul.custReviewList li:nth-child(2), ul.custReviewList li:nth-child(3), ul.custReviewList li:nth-child(4){display:block !important;}
*/


@media only screen and (max-width: 767px) {
   .workshopImgBlocks ul li, .custVideoReviewBlocks ul li{width: 98%;}
.custVideoReviewBlocks{padding: 30px 0 0;}
}
@media screen and (max-width:480px){
    .popupSec.hiddenShowContent {

    left: 12% !important;
    top: 13% !important;
    width: 78%;
}

}



      /*  Amruta */
        .initiativemarketing{

               margin:auto;
                width:41%;
            vertical-align: middle;
             display: flex;
            padding:2%;
            float:left;
            }
       span.marketingheading {
    width: auto;
    margin: 0.8%;
    font-size: 2rem;
    text-align: center;
    color: #000;
    /* margin: auto; */
    /* max-width: 135%; */
                 background: #ececec;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #d9d9d9;

}

        .kharib-item:hover ,.rabi-item:hover{
  background-color: #ff9b41;
}


.kharibtab div {
    padding: 2%;
    /* font-size: 1.8rem; */
    /* color: #000; */
    margin: 4%;
	 cursor: pointer;
    border: 1px solid #80808057;
    width: 39%;
    border-radius: 5px;
    text-align: center;
}
.kharibtab {
    width: 28%;
    display: flex;
    /* margin: 1%; */
    /* padding: 2%; */
    /* text-align: center; */
   /* margin: auto; */
    max-width: -1%;
    justify-content: center;
}
.kharib-item, .rabi-item {
    font-size: 1.8rem;
    color: #000;
}
.kharibbtn{
   
    color: #000;
   
    font-size: 16px;
    
    background: none;
    vertical-align: middle;
}
.rabibtn{

color: #000;
   
    font-size: 16px;
    
    background: none;
    vertical-align: middle;
}      
            .kharib-item {
              position: relative;
              display: inline-block;
            }
.rabi-item{
    position: relative;
              display: inline-block;
}
            .kharib-content {
                display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 126px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          left:0;
          top:30px;
            }

.rabi-content{
      display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 126px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          left:0;
          top:30px;
}
            .kharib-content a {
                float: none;
          color: black;
          padding: 3px 16px;
          text-decoration: none;
          display: block;
          text-align: center;
                color:orange;
            }

            .rabi-content a {
                float: none;
          color: black;
          padding: 3px 16px;
          text-decoration: none;
          display: block;
          text-align: center;
                color:orange;
            }
           

          /*  .kharib-item:hover .kharib-content {display: block;}*/

@media only screen and (max-width: 600px) {
  .initiativemarketing {
    flex-direction:column ;
        width: 100%;
  }

        .kharibtab{
        width:100%;
            }
}
