
.ellipsis {
    position: relative;
    width: 95%;
    margin-left: 5%;
}

.DropShadow {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}

.textalignL {
    text-align: left;
}

.textalignR {
    text-align: right;
}

.textalignC {
    text-align: center;
}

.valignT {
    vertical-align: top;
}

.valignB {
    vertical-align: bottom;
}

.valignM {
    vertical-align: middle;
}

.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}




.u-hideEn {
    display: none !important;
}


.u-hideAr {
    display: block !important;
}

.u-direction-LTR {
    direction: ltr;
}

.LoadMorePreloader {
    width: 30px;
    height: 30px;
    background-image: url('../../images/Preloader.png');
    position: relative;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.MyMainBody {
    position: relative;
}

.MyMainBodySlide {
    left: -262px;
}


.greyBG {
    background-color: #D6D6D6;
}


.headerSpace {
    height: 60px;
}


.control_validation_error .DefaultTextBox, .control_validation_error .NewsLetterTextBox {
    border: 1px solid #C11C1C !important;
}


.MyMainDiv1250 {
    max-width: 1250px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.MyMainDiv1240 {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
 

/* Toast Start */

.ToastStyle {
    width: 90%;
    max-width: 300px;
    min-height: 50px;
    background-color: #333333;
    position: fixed;
    font-family: 'ProximaNovaA-Bold';
    bottom: 27px;
    right: 30px;
    border-radius: 2px;
    z-index: 11111111 !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(60,130,57,0.4) !important;
    font-size: 13px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    display: none;
}

.ToastContent {
    text-align: left;
    padding-left: 20px;
}

.closeToast {
    width: 42px;
    text-align: center;
    position: absolute;
    height: 50px;
    padding-right: 7px;
    right: 0;
    cursor: pointer;
}

.closeStyle {
    font-size: 15px;
    opacity: 0.2;
}

.closeToast:hover .closeStyle {
    opacity: 0.5;
}


/* Toast End */



/*CheckBox Start*/

.CheckBoxCostumizedNS2 {
    display: none;
}

    .CheckBoxCostumizedNS2 + label span {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 19px;
        height: 17px;
        margin-right: 4px;
        vertical-align: middle;
        background: url(../../images/checkBox.png) left top no-repeat;
        cursor: pointer;
    }

    .CheckBoxCostumizedNS2:checked + label span {
        background: url(../../images/checkBox.png) left bottom no-repeat;
        position: relative;
        top: -3px;
    }

    .CheckBoxCostumizedNS2 + label {
        color: #3F8D3F;
        font-size: 16px;
        font-family: "SourceSansPro-Semibold";
        font-weight: normal;
        cursor: pointer;
    }


/*CheckBox Ends*/





/* PAGING STYLE */

.PagingDiv {
    margin: 36px 0;
    width: 100%;
}

.PagingButton {
    width: 30px;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    cursor: pointer;
    color: #303030;
    font-size: 16px;
    font-family: 'ProximaNovaA-Bold';
    float: left;
    margin: 0 2px;
    background-color: transparent;
}

    .PagingButton:hover {
        color: #FFFFFF;
        border: #49bc90;
        background-color: #49bc90;
    }

.LeftPagingButton {
    margin-right: 17px;
    background: rgba(0, 0, 0, 0) url("../../images/left-normal.png") no-repeat scroll center center / 8px 11px;
}

.RightPagingButton {
    margin-left: 17px;
    background: rgba(0, 0, 0, 0) url("../../images/right-normal.png") no-repeat scroll center center / 8px 11px;
}

.PagingButtonNumbers {
    width: 25px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #7e7e7e;
    font-size: 16px;
    font-family: 'ProximaNovaA-Bold';
    float: left;
    margin: 0 2px;
    background-color: transparent;
}

    .PagingButtonNumbers:hover {
        color: #49bc90;
    }

.PagingSelected {
    color: #49bc90;
}


.LeftPagingButton:hover
{
    background: #49bc90 url("../../images/left-hover.png") no-repeat scroll center center / 8px 11px;
        color: #FFFFFF;
        border: #49bc90;
        background-color: #49bc90;
}


.RightPagingButton:hover {
        background: #49bc90 url("../../images/right-hover.png") no-repeat scroll center center / 8px 11px;
        color: #FFFFFF;
        border: #49bc90;
        background-color: #49bc90;
    }

/* END PAGING STYLE */



/* DropDown Start */


.AbsoSubMenu {
    position: absolute;
    top: -30px;
    width: 100%;
}

.MyDropDown {
    width: 100%;
    max-width: 630px;
    height: 60px;
    background-color: #EEEEEE;
    color: #555555;
    font-size: 16px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    z-index: 10;
}

.MyDropDown-Arrow {
    width: 60px;
    height: 60px;
    background-color: #E0E1E4;
    z-index: 5;
    right: 0;
    position: absolute;
}

.MyDropDown-Arrow-Style {
    top: 50%;
    margin-top: -8px;
    position: absolute;
}

.MyDropDown-Arrow-Style-Up {
    margin-top: -6px;
}

.MyDropDown-Arrow span {
    color: #999999;
}

.MyDropDown-Items {
    height: 159px;
    position: absolute;
    width: 100%;
    top: 60px;
    border-top: 1px solid #ffffff;
    background-color: #EEEEEE;
    z-index: 5;
    overflow: hidden;
    display: none;
}

.MyDropDown-SubItem {
    height: 40px;
}

    .MyDropDown-SubItem:hover {
        background-color: #DDDDDD;
    }

    .MyDropDown-SubItem .ItemText {
        height: 39px;
        border-bottom: 1px solid #DDDDDD;
        width: 85%;
        position: relative;
        margin: 0 auto;
        padding-top: 10px;
    }

.MyDropDown-SelectedItem {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

@media all and (max-width:768px) {
    .AbsoSubMenu {
        padding: 0 10px;
    }
}


/* DropDown End */



/* Video Section Start */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videoWrapper object,
    .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/* Video Section End */








/* Master Arrow start */
.ArrowPageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #CCCCCC;
    /*opacity: 0.2;*/
    font-size: 45px;
    z-index: 100000 !important;
    cursor: pointer;
}


.HpHeaderHide {
    bottom: -120px !important;
}


@media all and (max-width:768px) {
    .ArrowPageTop {
        display: none;
    }
}
/* Master Arrow End  */






/* Sharrrre Start */

.ThemNocountBlack .sharrre .count {
    font-weight: bold;
    color: #737373;
    display: block;
    font-family: 'bebasneue',Arial;
    text-transform: initial;
    font-size: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 3px;
    left: 0;
}

.ThemNocountBlack .sharrre .share {
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10 !important;
    font-size: 0;
}

.ThemNocountBlack .facebookSharrre .share {
    height: 42px;
    position: relative;
    width: 42px;
    font-size: 0;
    background-color: #3b5a99;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
}

.ThemNocountBlack .twitterSharrre .share {
    height: 42px;
    position: relative;
    width: 42px;
    font-size: 0;
    background-color: #55aded;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
}

.DocWhatsappShare {
    margin-right: 6px;
}

.ThemNocountBlack .WhatsappSharrre {
    height: 42px;
    position: relative;
    width: 42px;
    font-size: 0;
    background-color: #57BB63;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
}

.DocGooglePlus {
    margin-right: 6px;
}

.ThemNocountBlack .GoogleSharrre {
    height: 42px;
    position: relative;
    width: 42px;
    font-size: 0;
    background-color: #db4e41;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
}

.Doclinkedin {
    margin-right: 10px;
}

.ThemNocountBlack .linkedinSharrre {
    height: 42px;
    position: relative;
    width: 42px;
    font-size: 0;
    background-color: #0078b5;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
}

.SocilaIconAbso {
    color: #ffffff;
    font-size: 24px;
    height: 47px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 42px;
    z-index: 1000;
    cursor: pointer;
}

.DisplayLeft {
    padding-top: 17px;
}

.width50 {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px;
}

.TellAfriendCircle {
    background-color: #ea4235;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0;
    height: 42px;
    margin-right: 6px;
    position: relative;
    width: 42px;
}

    .TellAfriendCircle .SocilaIconAbso {
        font-size: 18px;
        top: 9px;
    }

.PrintCircle {
    background-color: #5a5a5a;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0;
    height: 42px;
    margin-right: 6px;
    position: relative;
    width: 42px;
}

.sepSocial {
    height: 37px;
    border-bottom: 1px solid #d8d8d8;
}


.GoogleSharrre .buttons {
    opacity:0;
}

/* Sharrrre End */


