﻿
/*----- Starts Donate Btn Css -----*/

.donateBtn {
    position: absolute;
    left: -128px;
    top: 9px;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    /*color: #4c4c4c;
    font-family: 'latoxregular';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #eb0046;
    border-radius:2px;*/
}

    .donateBtn:hover {
        opacity: 0.7;
    }

    .donateBtn img {
        width: 100%;
        height: auto;
    }


.donateSectionMobile {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 54px;
    z-index: 999;
}

.donateBtnMobile {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    color: #4c4c4c;
    /*font-family: 'latoxregular';*/
    font-family: 'latoxbold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #eb0046;
    border-radius: 2px;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}

.donateText {
    float: left;
    font-family: 'latoxregular';
    font-size: 14px;
    display: none;
}

.donateBtnIcon {
	width: 72px;
	height: 72px;
	text-align: center;
	display: block;
	text-indent: -999999999px;
	/*background: url(https://rekhtacdn.azureedge.net/Content/Images/donate.png) no-repeat left top;*/
	background: url(https://rekhtacdn.azureedge.net/Content/Images/donate_icon_mobile.png) no-repeat left top;
	background-size: 100% 100%;
	position: fixed;
	/*right: 8px;
    top: 56px;*/
	visibility: hidden;
	transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	opacity: 0;
}

.donateBtnIconFixed {
    position: fixed;
    right: 16px;
    /*left: 16px;*/
    top: auto;
    bottom:16px;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
    .donateBtnIconFixed.srchOvrlp {
        z-index: 99;
    }
.donateBtnIconPoemFixed {
    bottom: 64px;
}

    .donateSectionMobileHide {
    opacity: 0;
}

.donationModeOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.donationMode {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    top: 50%;
    /* bottom: 0; */
    height: 182px;
    /* background: #333333; */
    background: #eb0046;
    padding: 24px 16px;
    z-index: 999999;
    display: block;
    margin-top: -91px;
}

    .donationMode h3 {
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 16px;
        font-family: 'latoxbold';
    }

    .donationMode p {
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        margin-bottom: 26px;
        font-family: 'latoxregular';
    }

.donateNowBtn {
    font-size: 12px;
    color: #ffffff;
    font-family: 'latoxbold';
    text-transform: uppercase;
    float: right;
    display: block;
    line-height: 21px;
}

.donationModeBtn {
    clear: both;
    padding-top: 20px;
}

.donationModeRemind {
    float: left;
}

    .donationModeRemind label {
        font-size: 11px;
        color: #ffffff;
        line-height: 20px;
        font-family: 'latoxregular';
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .donationModeRemind label:before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 4px;
            left: 0px;
            border: 1px solid #ffffff;
        }

        .donationModeRemind label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 3px;
            border: 2px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.donationModeBtnOkay {
    font-size: 12px;
    color: #ffffff;
    font-family: 'latoxbold';
    text-transform: uppercase;
    float: right;
    display: block;
    line-height: 21px;
    cursor: pointer;
}

.donationMode label.donationChecked:after {
    opacity: 1;
}


/*----- Ends Donate Btn Css -----*/
/*----- Ends Donate Btn Css -----*/
/* Jashn-e-Rekhta Registration Btn Starts */
.jerRegBtn {
    width: 100%;
    padding: 16px 0;
    color: #ffffff;
    font-family: 'latoxregular';
    line-height: 1;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(178,66,146,1);
    background: -moz-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178,66,146,1)), color-stop(100%, rgba(178,66,146,1)));
    background: -webkit-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -o-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -ms-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: linear-gradient(to right, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b24292', endColorstr='#b24292', GradientType=1 );
    letter-spacing: 1px;
}

    .jerRegBtn span {
        font-family: 'latoxbold';
        background: url(Images/arrowJerReg.png) no-repeat right center;
        padding-right: 42px;
    }

.jerRegBtnPoem {
    bottom: 56px;
}


/* Careers Page Starts  */
.careerSectionOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.15);
    display: none;
}

.careerSection {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 320px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    margin-left: 0;
    margin-top: 0;
    border-radius: 6px;
    overflow: auto;
    z-index: 99999;
    padding: 16px;
    /* background: rgba(0,0,0,0.15); */
    box-shadow: 0px 8px 22px 2px rgba(0,0,0,0.15);
}
.jerRevisitSection {
    width:390px;
}
/*.jerRevisitSection h3 {
    display: none;
}*/
    .careerSection h3 {
        font-size: 18px;
        color: #525252;
        font-family: 'latoxbold';
        text-transform: uppercase;
        line-height: 1;
        position: relative;
        /*padding-bottom: 8px;*/
        margin-bottom: 12px;
    }

.jerRevisitSection h3 a {
    color: #525252;
}
        /*.careerSection h3:before {
            content: '';
            width: 72px;
            height: 2px;
            left: 0;
            bottom: 0px;
            background: #ff006a;
            position: absolute;
        }*/
    .careerSection p {
        font-size: 14px;
        color: #525252;
        font-family: 'latoxregular';
        line-height: 24px;
        margin-bottom: 12px;
        text-align: justify;
    }
    .careerSection h4 {
        font-size: 16px;
        color: #525252;
        font-family: 'latoxregular';
        line-height: 24px;
        margin-bottom: 24px;
        display:none;
    }
    .careerSection h4 strong {
        font-family: 'latoxbold';
        text-transform: uppercase;
    }
.careerSection .careerApply, .careerSection .youTubeChnl {
    /* font-size: 14px;*/
    color: #00aeef;
    /* font-family: 'latoxbold'; */
    /* line-height: 48px; */
    /* background: #00aeef; */
    border-radius: 3px;
    /* display: block; */
    width: auto;
    /* margin: 36px auto 36px; */
    text-align: left;
    text-transform: uppercase;
}
        .careerSection .careerApply.careerApplyMobile {
            display: none;
            position:absolute;
            float: right;
            font-size: 13px;
            background-color: #00aeef;
            color: #fff;
            padding: 12px;
            right: 12px;
            top: 26px;
        }
.careerReminder {
    float: left;
    cursor:pointer;
}
    .careerReminder label {
        font-size: 14px;
        color: #525252;
        line-height: 20px;
        font-family: 'latoxbold';
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
        .careerReminder label:before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 4px;
            left: 0;
            border: 1px solid #525252;
        }
.rekhtaCheckBoxWrap input {
    opacity: 0;
}
.careerReminder label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 2px solid #525252;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.careerReminder label.careerReminderChecked:after {
    opacity: 1;
}
.careerBtnClose {
    font-size: 18px;
    color: #776d71;
    font-family: 'latoxbold';
    text-transform: uppercase;
    float: right;
    display: block;
    line-height: 21px;
    /* border-bottom: 1px solid #e50051; */
    cursor: pointer;
    position: relative;
    top: -12px;
    right: -12px;
}


/* Careers Page Ends  */

@media screen and (min-width: 544px) {
    .jerRegBtnPoem {
        bottom: 0px !important;
    }
}

@media all and (min-width:360px) and (max-width:767px){

    .careerSection {
        width: 96%;
        /* height: 320px; */
        padding: 32px 16px;
        right: 0;
        bottom: 5px;
        left: 2%;
        border-radius: 2px;
    }
    .jerRevisitSection {
        padding:16px;
    }
        .jerRevisitSection.careerSection .careerApply.careerApplyMobile {
            display:none;
        }
        .careerSection h3 {
            font-size: 16px;
            margin-bottom: 0px;
        }
    .jerRevisitSection h3 a {
        color:#00aeef;
    }
        .careerSection p {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 12px;
        }

        .careerSection h4 {
            font-size: 14px;
           line-height: 18px;
            margin-bottom: 12px;
        }
        .careerSection .careerApply {
            /*font-size: 14px;
            line-height: 42px;
            width: 148px;
            margin: 24px auto 24px;*/
        }
    .careerBtnClose {
        top: 0px;
        right: 2px;
        position: absolute;
    } 
    .careerSection p, .careerReminder{
        display: none;
    }
        .careerSection .careerApply.careerApplyMobile {
            display: inline-block;
        }


}




/* Jashn-e-Rekhta Registration Btn Ends */