.nooorFooter {
    background-color: rgb(32, 50, 72);
    color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.nooorFooter .footerContainer {
    display: flex;
    justify-content: space-between;
}

.nooorFooter .textHeader {
    color: #4e99da;
}

.nooorFooter .btn {
    font-size: 22px;
    background: transparent;
}

.nooorFooter .btn:hover {
    background-color:white;
}
.nooorFooter li a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 12px;
}

.nooorFooter li a:hover {

    text-decoration: underline;
}


.nooorFooter ul li {
    margin: 10px 0;
}

.nooorFooter .textHeader .fa {
    margin-right: 5px;
}

.nooorFooter .vertDivider {
    width: 1px;
    background-color: white;
    height: 75%;
    position: absolute;
    top: 5px;
    left: 0px;
}

.nooorFooter .leftAlignCon {
    text-align: left;
}

.nooorFooter .logoCont {
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}

.nooorFooter .btn {
    font-size: 22px;
    color: white;
    background: transparent;
}

.footer-copyright {
    font-size: 11px;
   
}
.paymentCon {
    display: flex;
    /* align-self: flex-end; */
    justify-content: flex-end;
    /* align-content: space-evenly; */
    margin-right: 20px;
}

.paymentCon img {
    height: 25px;
    width: 45px;
    margin:1px;
    /*width:auto;/
    /* height: auto; */
    /* width: auto; */
    background: white;
    object-fit: cover;
}

.subscriptionContainer
{
    justify-content: center;
    font-weight: 200;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    padding: 0px 150px 119px 150px;
    background: white;
    /* align-content: unset; */
}

.subscriptionContainer .bookDetailsInfoContainer {
    display: flex;
    flex-direction: column;
    /*min-width: 60%;*/
    width: 70%;
}

.subscriptionContainer  hr {
    height: 1px;
    background: #cfcfcf;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.subscriptionContainer .bookImage {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    /*padding: 2px;*/
    height: auto;
    border: 1px solid silver;
    margin: 0px 12px 0px 20px;
}

.subscriptionContainer .bookDescription {
    /*max-width: 400px;*/
    width: 85%;
    margin-top: 20px;
    word-break: break-word;
}

.subscriptionContainer .userAvatar {
    max-width: 50px;
    max-height: 50%;
    border-radius: 50%;
    width: auto;
    height: auto;
}

.subscriptionContainer .bookTitle {
    color: #2196F3;
    text-decoration: underline;
    font-size: 18px;
    text-overflow: ellipsis;
}

.subscriptionContainer .priceCon {
    color:black;
    font-size:22px;
    font-weight: 200;
    position: absolute;
    margin-left: 870px;
}

.subscriptionContainer .bookInfoContainer {
    display:flex;
    flex-direction:row;
    align-items: center;
    border: 2px solid #e0dede;
    padding: 19px 0px 4px 2px;
    align-items: flex-start;
}

.subscriptionContainer .bookInfoDetailsCon{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}
.subscriptionContainer .imgAvatarCon {
    display: flex;
    min-width: 73px;
    min-height: 100px;
}

.subscriptionContainer .priceDetailsCon
{
    background-color: #dddddd73;
    min-height: 400px;
    /*padding: 40px;*/
   /* min-width: 320px;*/
    padding: 10px 20px 33px 19px;
    width: 30%;
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    flex-direction: column;
    /*max-height:407px;*/
}


.subscriptionContainer .coupenInput {
    border: 1px solid silver;
    width: 200px;
    border-radius: 10px;
    font-size: 18px;
}
.subscriptionContainer .flexCon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.subscriptionContainer label {
    font-size: 13px;
    font-weight: 200;
}

.subscriptionContainer .float-right {
    font-size: 18px;
    font-weight: 400;
}

.signInLogoCls {
    background-image: url("/images/logo/google_btn.svg");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

.signInMsLogoCls {
    background-image: url("/images/logo/microsoft_btn.png");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

nav#mainMenus span {
    width: 25%;
    border-bottom: 2px solid transparent;
    border-right: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
    height: 100%;
}

.deviceCls {
    width: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #dddddd75;
    padding-top: 4px;
    margin-bottom: 10px;
}

.paginationCls {
    /*height: 27px !important;*/
    /*width: 30px !important;*/
    /*background: #232148cc !important;*/
    padding: 4px 4px !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
}

#breadcrumbId
{
    display: flex;
    align-items: baseline;
    flex-direction: row;
}

#breadcrumbId a {
    color: #004067;
    font-weight: 500;
    font-size: 16px;
}
.breadcrumb>li+li:before{
    font-size: 14px !important;
    padding: 0 8px !important;
}
@media only screen and (max-width: 900px) {
    .bookinfoDtls{
        text-align: center !important;
    }
    .subscriptionContainer{
        flex-direction: column !important;
        padding: 0px !important;
    }
    .bookDetailsInfoContainer{
        width: 100% !important; ;
        align-items: center !important;
        justify-content: center !important;
    }
    .bookInfoContainer{
        flex-direction: column !important;
        padding: 32px 32px 15px 32px !important;
        align-items: center !important;
    }
    .bookInfoDetailsCon{
        place-content: center !important;
    }
    .bookTitle{
        text-align: center !important;
    }
    
    .col-md-auto{
        width:auto !important;
    }
    .priceDetailsCon{
        padding: 10px 40px 33px 19px !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .sarcls{
        position: absolute;
        margin-top: 10%;
        /*margin-top: 38% !important;*/
        margin-left: 3% !important;
        /*text-align: center !important;*/
    }
    .bookdesc{
        width:100% !important;
        text-align:center !important; ;
    }
    .priceCon {
        position: unset !important;
        margin-left: 0px !important;
    }
    .pricecon1 {
        padding-top: 0px !important;
        padding-right: 0px !important;
    }
}
.sarcls{
    display: flex;
    align-items: center;
    place-content: flex-end
}
.bookdesc{
    width: 80%; 
    height: 70px;
    word-break: break-all;
    margin-top: 34px;
}
.pricecon1{
    padding-top: 80px !important;
    padding-right: 42px !important;
}
.bookinfoDtls{
    width: 80%;
    word-break: break-all;
}

.fa.fa-share-alt {
    margin: 0px 10px;
}


/**
RTL Direction Classess here
**/



.arabicContainer .product__info__main h1
{
    direction: rtl;
}
.arabicContainer .product__info__main .product__overview p
{
    direction: rtl;
}
.arabicContainer .product.product__style--3 .product__content h4 a
{
    direction: rtl;
}
.arabicContainer .product__info__main .product__overview
{
    direction: rtl;
}

.arabicContainer .list__view .content p
{
    direction: rtl;
}
.arabicContainer .modal-content
{
    direction: rtl;
}
.arabicContainer .list__view .content h2{
    direction: rtl;
}
.bnrMsg{
    display: flex;
    flex-direction: column;
    width: 98%;
}
.arabicContainer .bnrMsg{
    direction: rtl;
}
.bnrdiv {
    background: #dff2ff;
    display: flex;
    width: 85%;
    padding: 5px;
}
.bnrMdiv {
    padding: 5px;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    place-content: center;
    align-items: center;
    padding-top: 15px;
    background: white;
}
.mb-3{
    width:20% !important;;
}
@media only screen and (max-width: 650px){  
    .mb-3  {
        text-align: center!important;
        width:100% !important;;
    }
}

.button {
    background-color: #e7f3fc; /* Green */
    border: none;
    /*color: white;*/
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button5 {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    place-content: center;
    align-items: center;
}

.contentClass {
    display: flex;
    flex-direction: row;
    place-content: center;
    margin-top: 25px;
}
.contentCls{
    display: flex;
    flex-direction: row;
    place-content: center;
    margin-top: 20px;
    color:#1f2123;
    font-weight: 700;
}
.contentdivCls{
    display: flex;
    flex-direction: row;
    place-content: center;
    margin-top: 35px;
    color: #1f2123;
    text-align: center;
    padding: 0px 4px 0px 4px;
    font-weight: 500;
}
.contentsdiv {
    /*box-shadow: 0 8px 20px 0 rgba(218,224,235,.6);*/
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.0), 0 0px 4px 0 rgba(0, 0, 0, 0.19) !important;
    width: 190px;
    border-radius: 5px;
    height: 340px;
    margin: 10px 27px 10px 10px;
    display: flex;
    flex-direction: column;
}
.conmaindiv {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 444px;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-wrap: wrap;
}
.smartBook{
    cursor:pointer;
    border: 2px solid #60acfd;
    width: 35%;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 40px;
    max-height: 40px;
}
.appCls {
    width: 96%;
    display: flex;
    border: 1px solid #1492e6;
    height: 35px;
    border-radius: 3px;
    margin: 10px 10px 20px 10px;
}
.tab__container{
    min-height: 510px !important;
}
.btnClss{
    font-weight: 600;
    width: 35%;
    border: none;
    background: white;
    color: #1492e6;
    font-size: 15px;
    border-right: 1px solid #1492e6;
}
.imgsCls {
    width: 90px;
    height: 90px;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.0),0 0px 18px 0 rgba(0,0,0,0.19) !important;*/
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.0), 0 0px 4px 0 rgba(0, 0, 0, 0.19) !important;
    margin: 0px 16px 0px 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    /*margin-right: 16px;*/
}
.buttoncls{
    height: 50px;
    width: 50px;
    background-color: white;
    /*padding: 10px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    color: #1492e6;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #1492e6;
}

.logoImgSBF
{
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 750px) {
    .imgsCls{
        width: 50px !important;
        height:70px !important;
    }
    .bookFeatures{
        width: 96% !important;
    }
}

::-webkit-scrollbar {
    width: 3px;
    border-radius: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #aaa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.openSema {
    min-width: 250px;
    height: 31px;
    background: #337ab7;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    cursor:pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .5rem;
    color: white !important;
    text-decoration:none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.openSema:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #2f8ad8;
    border-color: #0062cc;
}
.freesematrail{
    width: 100%;
    border-radius: 10px;
    background-color: white;
    color: #008CBA !important;
    border: 2px solid #008CBA;
    display: flex;
    place-content: center;
    align-items: center;
    height: 33px;
    margin-bottom: 14px;
}
.btnfreetrail{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #337ab7;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px;
    max-width: 24%;
    padding: 0 10px;
    border-radius: 6px;
    position: relative;
    left: 77%;
    cursor: pointer;
}
.btnfreetrailpopup{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #337ab7;
    background-color: #2399e6;
    border-color: #2e6da4;
    color: white;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px;
    max-width: 31%;
    padding: 0 10px;
    border-radius: 6px;
    position: relative;
    left: 42%;
    top: 300px;    
    cursor: pointer;
}
.unordered {
    list-style: none;
}

.unordered li::before {
    content: "\2022";
    color: #2399e6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.easy-autocomplete{
    min-height: 30px;
    max-height: 30px;
}
.openpurchasesema {
    min-width: 250px;
    height: 31px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    cursor:pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .5rem;
    color: white !important;
    text-decoration:none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 500px) {
.smartBook{
    width:200px !important;
    min-height: 46px !important;
}

}
.noresultsText{
    text-align: center;
    display: flex;
    place-content: center;
    align-items: center;
    height: 200px;
    color: #888;
}

.navClss{
    width:100%;
}

@media only screen and (max-width: 650px) {
    .navClss {
        width:100% !important;
        display: flex !important;
        place-content: center !important;
    }
    #StoreCls {
        display: flex !important;
        place-content: center !important;
        width: 100% !important;
        flex-direction: column !important;
    }

    .product__info__detailed .pro_details_nav {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .product__info__detailed .pro_details_nav a.nav-item {
        text-align: center !important;

    }
}

.btnfreetrailnew {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #1492e6;
    border-color: #2e6da4;
    color: #f3f9fd;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px;
    max-width: 24%;
    padding: 0 10px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    width: 25%;
}
.homefreetrailpopup{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #2399e6;
    border-color: #2e6da4;
    color: white;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px;
    max-width: 31%;
    padding: 0 10px;
    border-radius: 6px;
    position: relative;
    top: 300px;
    cursor: pointer;
    left: 7%;
}
.arabicContainer .unordered li::before{
    margin-left: 0px !important;
}