@font-face {
    font-family: 'ArialMt';
    src: url('../fonts/style.css') format('truetype');
}

@font-face {
    font-family: 'Alpaca-Scarlett-Demo';
    src:url('../fonts/Alpaca-Scarlett-Demo.ttf.woff') format('woff'),
        url('Alpaca-Scarlett-Demo.ttf.eot');
    font-weight: normal;
    font-style: normal;
}

body{
    background-image: url('https://imagedelivery.net/5MYSbk45M80qAwecrlKzdQ/a3493305-e945-416f-2df9-f587a414de00/public');
    /*background-image: url('../images/background_images/header_background/background-img.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-color: rgba(247, 247, 247, 1) !important;*/
    background-repeat: repeat-x;
    background-size: initial;
    background-color: rgba(247, 247, 247, 1) !important;
    background-position: top;
    background-position-x: center;
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 111111;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3);
}
.cli-switch {
        display: inline-block;
        position: relative;
        min-height: 1px;
        padding-left: 38px;
        font-size: 14px;
    }
    .cli-switch input[type=checkbox] {
        display: none;
    }
    .cli-switch input:checked+.cli-slider {
        background-color: #61a229;
    }
    .cli-switch .cli-slider {
        background-color: #e3e1e8;
        height: 20px;
        width: 38px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;
    }
    .cli-switch .cli-slider:before {
        border-radius: 50%;
    }
    .cli-switch .cli-slider:before {
        background-color: #fff;
        bottom: 2px;
        content: "";
        height: 15px;
        left: 3px;
        position: absolute;
        transition: .4s;
        width: 15px;
    }
    .cli-switch .cli-slider:after {
        content: attr(data-cli-disable);
        position: absolute;
        right: 50px;
        top: 3px;
        color: #000;
        font-size: 12px;
        text-align: right;
        min-width: 80px;
    }
    .cli-switch input:checked+.cli-slider:before {
        transform: translateX(18px);
    }
    .cli-switch input:checked+.cli-slider:after {
        content: attr(data-cli-enable);
    }
    .cli-switch .cli-slider {
        border-radius: 34px;
        font-size: 0;
    }
button:focus , input:focus, textarea:focus{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

nav.navbar{
    margin-top: 50px;
}
.navbar{
    background-color: white !important;
    border-radius: 30px;
    box-shadow: -8px 9px 15px -8px rgba(38, 37, 37, 0.2) , 8px 0px 15px -10px rgba(79,74,74,0.75);
}
.nav-most-right{
    margin-right: -1px;   
}

.nvLogo{
    width: 140px;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.nav-link , .dropdown-item {
    font-family: 'ArialMt', Arial !important;
    font-size: 14.5px !important;
    color: black;
    font-weight: 500 !important;
    /*text-transform: uppercase;*/
}
.navbar-main{
    text-transform: uppercase !important;
}

.nvSignup{
    display: block;
    /*width: 125px;*/
    background-color: #df5858;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: -0.5 px !important;
    padding: 23px 35px 23px 25px !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition:0.3s all ease;
    -webkit-transition:0.3s all ease;
    -moz-transition:0.3s all ease;
    -o-transition:0.3s all ease;
    -ms-transition:0.3s all ease;
}
.nvSignup:hover{
    color: #df5858;
    background-color: white;
    /*font-weight: 500;*/
    transition: 0.2s ease-in-out;
}

.nvLogin{
    border: 1.5px solid #df5858 !important;
    color: #df5858;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1px 9px ;
    border-radius: 0px;
    font-size: 14.5px;
    font-weight: 400;
    transition:0.3s all ease;
    -webkit-transition:0.3s all ease;
    -moz-transition:0.3s all ease;
    -o-transition:0.3s all ease;
    -ms-transition:0.3s all ease;
} 

.nvLogin:hover{
    color: white;
    background-color: #df5858;
    transition: 0.2s ease-in-out;
}

.nvLogin:focus{
    box-shadow: none !important;
}

.user_dropdown[data-bs-popper] {
    /*left: -65px !important;    */
    left: -90px !important;
    min-width: 14rem;
}

.user_dropdown{
    padding: 12px 0px 12px 0px !important;
    border-radius: 25px !important;
    border: 0px !important;
    box-shadow: 0px 0px 16px 0px rgb(211 211 221 / 70%) !important;
}

.dropdown-item{
    margin-top: 3px;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.65) !important;
}

.FL{
    font-family: 'ArialMt', Arial;
    font-size: 20px;
}

.schBarInp{
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 0px;
    background-color: transparent !important;
}

/*.schBarInp:focus schBar {*/
/*  background-color: white;*/
/*}*/

.schBar{
    width: 50%;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 4px 11px 15px -8px rgba(38, 37, 37, 0.1);
}



.searchIconBtn{
    background-color: #e74233;
    padding: 17px;
    border: none !important;
}

.trend-link{
    font-size: 16px;
    text-decoration: 2px underline gray;
    color: black;
}

.trend-link:hover{
    color: black;
}

.FPIheading{
    width: fit-content;
    font-family: 'ArialMT' , Arial;
    letter-spacing: 1.5px;
    padding-bottom: 4px;
    border-bottom: 2px solid #df5858;
    background-color: none !important;
}

.FPIheading a:hover{
    color: black;
}

.aTags{
    color: black;
    text-decoration: none;
}

.FPIpart{
    color: #df5858;
}

.img1{
    width: 95%;
    border-radius: 10%;
    box-shadow: 8px 8px 19px 0px rgba(211,211,221,0.75);
}

.imgDiv{
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.imgDiv a , .hmLstRowImgAnc{
    width: 249px;
    height: 249px;
    overflow: hidden;
    border-radius: 10%;
    box-shadow: 8px 8px 19px 0px rgba(211,211,221,0.75);
}

.imgDiv a:hover .hoverOverlayDiv{
    /*transform: translate(0, -249px);*/
    margin-top: -249px;
}

.lgImghovTitle{
    font-size: 1.2em;
}

.lgImghovResoAndSize{
    font-size: 0.9em;
}

.lgImgHeartIcon::before{
    font-size: 20px !important;
}

.smImgHovTitle{
    font-size: 1em;
}

.smImgHovResoAndSize{
    font-size: 0.7em;
}

.hmLstRowImgAnc:hover .hoverOverlayDiv{
    /*transform: translate(0, -249px);*/
    margin-top: -249px;
}

h5 > span > .likeShareIcons{
    color: white;
}

.ltstIncImgAnc{
    display: block;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 10%;
    box-shadow: 8px 8px 19px 0px rgba(211,211,221,0.75);
}

.ltstIncImgAnc:hover .hoverOverlayDiv{
    /*transform: translate(0, -250px);*/
    margin-top: -250px;
}

.hmMdScrImgAnc{
    display: block;
    width: 262px;
    height: 262px;
    overflow: hidden;
    border-radius: 10%;
}

.hmMdScrImgAnc:hover .hoverOverlayDiv{
    /*transform: translate(0, -262px);*/
    margin-top: -262px;
}

.extentionDiv{
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 6px 18px;
    position: absolute;
    bottom: -19px;
    left: 35px; 
    text-transform: uppercase;
}

.hoverOverlayDiv{
    position: relative;
    color: white;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    max-width: 100%;
    top:0;
    transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transition: 0.6s ease all;
}

.hmLargeImgDiv{
    border-radius: 10%;
}

.hmLargeImgAnc{
    height: 550px;
    width: 550px;
    border-radius: 10%;
    overflow: hidden;
    box-shadow: 8px 8px 19px 0px rgba(211,211,221,0.75);
}

.hmLargeImgAnc:hover .hoverOverlayDiv{
    /*transform: translate(0, -550px);*/
    margin-top: -550px;
}

.smOnes{
    font-size: 11px;
    border-radius: 10px;
    padding: 1px 12px;
    bottom: -4px;
}

.smOnesLr{
    font-size: 11px;
    border-radius: 10px;
    padding: 1px 12px;
    bottom: -11px;
}

.footer{
    background-color: white;
    border-radius: 35px;
    box-shadow: 15px 15px 27px 0px rgba(211,211,221,0.75);
}

.footerUl{
    list-style: none;
    padding: 0px;
}

.footerListTitles{
    font-size: 1rem;
    font-weight: 600;
}

.footerUl > li{
    margin-top: 8px !important;
}

.footerUl li .aTags {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.footerUl li .aTags:hover {
    color: rgba(0, 0, 0, 0.95) !important;
}

.ftPara{
    color: rgba(0, 0, 0, 0.55) !important;
}

.smIcon{
    color: rgba(127, 127, 127, 0.698);
}

.ftBg{
    background-image: url('https://imagedelivery.net/5MYSbk45M80qAwecrlKzdQ/21f76e5c-6c75-474d-7836-2ff0f5a28f00/public');
    /*background-image: url('../images/background_images/footer_background/footer-background.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*padding-top: 50px;*/
    background-repeat: repeat-x;
    background-size: initial;
    background-color: rgba(247, 247, 247, 1) !important;
    background-position: top;
    background-position-x: center;
}

.MediumScrFI{
    display: none;
}

.smIconsAnchor{
    text-decoration: none !important;
    color: rgba(127, 127, 127, 0.698) !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.smIconsAnchor:hover{
    color: rgb(254, 0, 0) !important;
}




/* Categories Page Css Start */

.catDiv{
    font-family: 'ArialMt', Arial;
    background-color: white;
    padding: 15px;
    width: 100%;
    box-shadow: 4px 2px 12px 2px rgba(225, 225, 228, 0.257);
    color: black;
    border: 0px !important;
}

.catDiv:hover{
    background-color: #df5858;
    color: white;
    transition: 0.2s ease-in-out;
}

.col-lg-3 > a{
    text-decoration: none;
}

/* Categories Page Css End */


/* Latest Page Css Start */

.prevBtn{
    padding: 6px 85px;
    background-color: white;
    box-shadow: 4px 2px 12px 2px rgba(225, 225, 228, 0.257);
    color: black;
    text-decoration: none;
    font-family: 'ArialMt', Arial;
    border-radius: 0px !important;
}

.nextBtn{
    padding: 6px 85px;
    background-color: rgb(254, 0, 0);
    box-shadow: 4px 2px 12px 2px rgba(225, 225, 228, 0.257);
    color: white;
    text-decoration: none;
    font-family: 'ArialMt', Arial;
    border-radius: 0px !important;
}

.nextBtn:focus{
    box-shadow: none !important;
    background-color: rgb(224 33 33) !important;
    color: white;
}

.nextBtn:hover{
    background-color: rgb(224 33 33) !important;
    color: white !important;
}

.prevBtn:hover{
    color: black;
}

.page-item:last-child .page-link{
    border: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.disabled{
    cursor: not-allowed !important;
}

/* Latest Page Css End */



/* Login & SignUp Page Css */

.liSpMain{
    background-color: #f7f7f7;
}


.imgContImg{
    border-radius: 25px;
    box-shadow: 7px 5px 19px 0px rgba(211, 211, 211, 0.533);
}

.imgContImgLogin{
    width: 600px;
    height: 600px;
}

.byLine{
    font-family: 'ArialMt', Arial;
}

.welcom{
    font-family: 'Alpaca-Scarlett-Demo';
    font-size: 20px;
}

.loginSignupDiv{
    background-color: white;
    border-radius: 25px;
    box-shadow: 5px 5px 19px 0px rgba(211, 211, 211, 0.378);
}

.welLine{
    font-size: 14px;
}

.radio{
    cursor: pointer;
    
}

.loginPgInp , .signupPgInp{
    visibility: hidden;
    pointer-events: none;
    display:none;
}

.loginPg , .signupPg{
    padding: 10px 55px;
    color: black;
    background-color: white;
    box-shadow: 5px 5px 19px 0px rgba(211, 211, 211, 0.378);
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.signupPg{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

label.radio input:checked+span {
    /*background-color: rgb(223, 88, 88);*/
    background-color: #df5858;
    color: rgb(255, 255, 255);
}

.cwf , .cwg{
    text-decoration: none;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
}

.cwf:hover , .cwg:hover{
    color: white;
}

.cwf{
    background-color: rgb(34, 122, 239);
}

.gglIcon{
    font-size: 16px;
}

.cwg{
    background-color: rgb(231, 65, 51);
    /*padding: 3px 42.5px 5px;*/
    /*font-size: 13px;*/
}

.inpFields{
    border: 0;
    border-radius: none;
    padding: 12px 18px;
    box-shadow: 6px 10px 19px 0px rgba(211, 211, 211, 0.205);
}

.regisBtn{
    padding: 12px 0;
    font-family: 'ArialMt', Arial;
    /*background-color: #df5858;*/
    background-color: #df5858;
    color: white;
    border: none !important;
    border-radius: 0px !important;
    font-size: 13.5px;
    letter-spacing: 1px;
    /*width: 100%;*/
}

.regisBtn:hover,.regisBtn:active,.regisBtn:focus{
    background-color:rgb(224 33 33) !important;
    color: white;
}

.agreeLine{
    font-family: 'ArialMt', Arial;
    font-size: 11.25px;
    margin-bottom: -8px !important;
}

.tmsPp{
    font-family: 'ArialMt', Arial;
    font-size: 12px;
    color: rgb(254, 0, 0);
}

/* Login & SignUp Page Css Ends */




/* Contact Us CSS START */


.whh{
    font-family: 'Alpaca-Scarlett-Demo';
    font-size: 25px;
    font-weight: 100;
}

.cuInpFields{
    border: none;
    box-shadow: 6px 10px 19px 0px rgba(211, 211, 211, 0.527);
    padding: 13px 20px;
    border-radius: 0px !important;
}

.cuTxtArea{
    resize: none;
}

.sndBtn{
    width: 100%;
    padding: 10px 0px !important;
    font-size: 17px;
    background-color: #df5858;
}

/* Contact Us CSS END */



/* Download Image PAGE WORK START */

.imgTitle{
    /*font-family: 'Arial MT Bold' , Arial;*/
    font-size: 21px;
}

.pagesBreadCrum{
    font-family: 'Arial' , Arial;
    font-size: 13.5px;
}

.breadCrumCtg{
    color: #df5858;
}

.zoomIcon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0px 6px 0px 6px;
    background-color: rgba(255, 255, 255, 0.741);
    box-shadow: 6px 10px 19px 0px rgba(211, 211, 211, 0.299);
    border-radius: 8px;
}

.breadCrumAnchors{
    text-decoration: none;
    color: black;
}

.lau{
    font-family: 'Arial MT Light' , Arial;
    color: rgba(0, 0, 0, 0.629);
    padding-bottom: 10px;
    border-bottom: 1.5px solid #fe0000;
    font-size: 22px;
}

.terms{
    font-family: 'ArialMt' , Arial ;
    font-size: 14.5px;
}

.bi-check-lg , .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
    font-size: 18px !important;
    font-weight: bolder !important;
}

.atrInp{
    border: none;
    padding: 0px 4px !important;
    background-color: #e3e3e3;
    border-radius: 6px;
    font-family: 'ArialMt' , Arial;
    font-size: 12px;
    height: 28px;
}

.atrInp:focus{
    box-shadow: none;
    outline: none;
}

.copyBtn{
    padding: 4px 20px;
    background-color: #3e3e3e;
    color: white;
    font-size: 13px;
    height: 28px;
}

.copyBtn:hover{
    color: white;
}

.atrLine{
    font-size: 13px;
    font-weight: 600;
}

.iAgree {
    font-size: 22px;
}

.iAgreeCheck{
    padding: 0px;
    margin: 0px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 0px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.121);
}

.iAgreeCheck:focus{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.121);
}
 
.noteText{
    font-family: 'ArialMt',Arial;
    font-size: 12px;
    color: #0000008b;
    letter-spacing: 0.5px;
}

.noteAnc{
    cursor: pointer;
    color: #f59992;
}

.noteAnc:hover{
    color: #f59992;
}

.downlTime{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.731);
}

.limitReachedIcon::before{
    font-size: 60px !important;
}

.chartHeadingdiv{
    background-color: #df4a4a43;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 4px;
    text-transform: uppercase;
}

.chartHeadingdivFM{
    background-color: #ce3939c1;
    color: white;
    border-radius: 20px 20px 0px 0px;
    padding: 12px 4px;
    text-transform: uppercase;
}

.gshChartDiv1 , .gshChartDiv3{ 
    background-color: #dbdbdb39;
    padding: 0px 4px;
    font-size: 14px;
}

.gshChartDiv2 , .gshChartDiv4{ 
    background-color: #adacac45;
    padding: 0px 4px;
    font-size: 14px;
}

.FMChartDiv1 , .FMChartDiv3{ 
    background-color: #dbdbdb39;
    padding: 0px 4px;
}

.FMChartDiv2 , .FMChartDiv4{ 
    background-color: #adacac45;
    padding: 0px 4px;
}

/* Download Image PAGE WORK Ends */



/* Image View Page Css Starts */

.myBtnClose{
    box-sizing: content-box;
    /*width: 4em;*/
    height: 1em;
    padding: 0.59em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.72;
    margin: -0.5rem 0 -0.5rem 27.2rem;
}

.myBtnClose:hover{
    opacity: 1;
}

.btnEdit{
    background-color: #1e9b21;
    border-radius: 0px !important;
    letter-spacing: 0.5px;
    padding: 8px ;
}

.btnDelete{
    background-color: #df5858;
    /*background-color: rgb(254, 0, 0);*/
    border-radius: 0px !important;
    letter-spacing: 0.5px;
    padding: 8px;
}
/*.btnDelete:hover,.btnDelete:active,.btnDelete:focus{*/
    /*background-color: #df5858;*/
/*}*/

.showMoreText{
    text-shadow: rgba(0, 0, 0, 0.17);
}

.extentionDivImgView{
    background-color: #ebebeb;
    border-radius: 15px;
    padding: 1px 10px;
    position: absolute;
    bottom: -10px;
    left: 25px; 
    font-size: 8px;
}

.likeShareDiv{
    /*height: 100%;*/
    box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.121);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.likeShareIcons:before{
    font-size: 32px !important;
}

.color-light-gray{
    color: #bfbfbf !important;
}

.color-light-red{
    color: #df4a4aba !important;
}

.downloadBtn{
    border: none;
    border-radius: 0px !important;
    background-color: #e3e3e3;
    font-family: 'ArialMt' , Arial;
    font-size: 17px;
    letter-spacing: 0.75px;
    padding: 8px 30px;
}

.bi-download::before{
    font-size: 23px !important;
    font-weight: 700 !important;
}

.imgResolution{
    font-size: 14px;
}

.bi-arrows-fullscreen::before{
    font-size: 14px !important;
}

.dmcaChecks{
    display: none;
}

.dmcaCheckLabels{
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid grey;
    border-radius: 0; 
    box-shadow: 2px 5px 8px 0px #8080806e;
}

.dmcaChecks:checked + .dmcaCheckLabels {
    /* background-color: #0080ff */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmcaChecks:checked + .dmcaCheckLabels::after {
    color: white;
    font-size: 11px;
    content: "✔";
}

.dmcaSendBtn{
    padding: 7px 55px;
    font-family: 'ArialMt', Arial;
    background-color: #df5858;
    color: white;
    border: none !important;
    border-radius: 0px !important;
    font-size: 13.5px;
    letter-spacing: 1px;
}

.dmcaCheck::before{
    color: #1e9b21;
    font-size: 130px !important;
}

#sharePopUp{
    padding: 15px;
    background-color: white;
    box-shadow: 0.5px 0.5px 6px rgb(0 0 0 / 20%);
    border-radius: 25px;
    width: 485px !important;
    position: absolute;
    bottom: -2px;
    left: 15%;
}

.cursor-pointer{
    cursor: pointer !important;
}

.shareBtns{
    font-size: 0.89rem !important;
}

.whatsappIconDiv{
    border-radius: 0px;
    border-right: 1.5px solid #0000002e;
}


.myCustomAlert{
    color: white;
    font-size: 14.5px;
    border-radius: 25px;
}

.myAlert-danger{
    background-color: #f32e2ee1;
}

.alertHide{
    color: rgba(255, 255, 255, 0.603);
    text-decoration: underline;
    cursor: pointer;
}

.alertCrossIcon{
    font-size: 9px;
}

.alertCrossIcon::before{
    -webkit-text-stroke: 2px;
    font-size: 23px !important;
}

.descripPara {
    font-size: 14px;
    line-height: 25px;
}

.descripPara a{
    color: #df4a4aba !important;
}

.descripPara a:hover{
    font-weight: 600;
    transition: 0.2s ease-in-out;
}

.ymalHeading{
    font-size: 1.25rem;
}

.ymalAnc:hover img{
    transform: scale(1.03);
    transition: 0.2s ease;
}

.heartIconSpan:hover span i::before{
    color: #df5858 ;
}

.bi-heart-fill:hover{
    color: rgba(223, 88, 88, 1);
}

.heart-icon-red{
    color: rgba(223, 88, 88, 1);
}


/* Show more Css */

  .readmore {
    position: relative;
    max-height: 55px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'ArialMt' , 'Arial';
    font-size: 13px;
  
  }
  
  .readmore.expand{
    max-height: 5000px !important;
  }
  
  .readmore-link{
    position: absolute;
    bottom: -8px;
    right: 0;
    display: block;
    width:100%;
    text-align: center;
    font-size:16px;
    padding-top:40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;

  }
  
  .readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 0px;
    height:20px;
  }
  
  .readmore-link:after {
    content:" See More";
  }
  .readmore-link.expand:after{
    content:" See Less";
  }

  .readmore-link::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f0d7";
    font-size: 20px;
  }

  .readmore-link.expand::before{
    content: "\f0d8";
  }

/* Show more Css */


.keywordsAnc{
    text-decoration: none;
    font-family: 'ArialMt' , Arial;
    color: #3e3e3e;
    background-color: #e4e4e469;
    padding: 3px 13px;
    border-radius: 15px;
    font-size: 14.5px;
    margin-top: 8px;
    cursor: pointer;
}

.seeMoreBtn{
    color: white;
    background-color: #888888;
}

.justify-self-center{
    justify-self: center;
}

.no-show{
    display: none;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #df5858;
    color: white !important;
}

.breadCrumAnchors:hover,.keywordsAnc:hover{
    color: #df5858 !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

/* Image View Page Css ends */





/* Media Queries */


/* X-Small Viewport */
@media screen and (max-width: 575.5px) {
    /*.nvSignup{*/
    /*    padding: 7px !important;*/
    /*    border-radius: 10px;*/
    /*    width: 150px;*/
    /*}*/

    /*.nvLogin{*/
    /*    padding: 6px 18px !important;*/
    /*    border-radius: 10px;*/
    /*}*/
    .nvSignup{
        padding: 7px !important;
        border-radius: 10px;
        width: 150px;
        border:1px solid transparent;
    }
    .nvSignup:hover{
        border:1px solid #df5858;
    }

    .nvLogin{
        padding: 6px 18px !important;
        border-radius:8px;
    }

    h1,.imgTitle{
        font-size: 18px !important;
    }
    p{
        font-size: 14px !important;
    }
    .FPIheading{
        font-size: 18px !important;
    }
    button.FPIheading{
        font-size: 16px !important;
    }
    .schBar{
        width: 100%;
    }

    .trends-div{
        width: 100% !important;
    }

    .trends-div a:nth-child(4),.trends-div a:nth-child(5),.trends-div a:nth-child(6){
        display:none;
    }
    
    .MediumScrFI{
        display: block ;
    }

    .LargeScrFI{
        display: none;
    }

    .img1{
        width: 75%;
    }

    .hoverOverlayDiv{
        width: 100% !important;
    }
    
    .smOnesLr {
        left: 22%;
        bottom: -5%;
    }

    .imgMdDis{
        display: none;
    }

    .signupPg{
        margin-left: -19px;
    }

    .cwf , .cwg{
        width: 55%;
    }

    .regisBtn{
        width: 50%;
    }
    
    .nextBtn , .prevBtn{
        padding: 6px 50px;
    }

} 

@media screen and (max-width: 600px){
    
    #sharePopUp{
        padding: 15px;
        background-color: white;
        box-shadow: 0.5px 0.5px 6px rgb(0 0 0 / 20%);
        border-radius: 25px;
        width: 96% !important;
        position: absolute;
        bottom: -100px;
        left: 2%;
    }
}

@media screen and (max-width: 480px){
    
    .shareBtnsMain{
        flex-wrap: wrap;
    }
    .shareBtns{
        width: 100% !important;
        margin-top: 10px;
    }
}

/* Small Viewport */
@media screen and (min-width: 576px) and (max-width: 767.5px) {

    h1,.imgTitle{
        font-size: 18px !important;
    }
    p{
        font-size: 14px !important;
    }
    .FPIheading{
        font-size: 18px !important;
    }
    button.FPIheading{
        font-size: 16px !important;
    }
    .nvSignup{
        padding: 7px !important;
        border-radius: 10px;
        width: 150px;
        border:1px solid transparent;
    }
    .nvSignup:hover{
        border:1px solid #df5858;
    }

    .nvLogin{
        padding: 6px 18px !important;
        border-radius:8px;
    }

    .schBar{
        width: 100%;
    }

    .trends-div{
        width: 100% !important;
    }
    .trends-div a:nth-child(4),.trends-div a:nth-child(5),.trends-div a:nth-child(6){
        display:none;
    }
    .MediumScrFI{
        display: block;
    }

    .LargeScrFI{
        display: none;
    }

    .imgMdDis{
        display: none;
    }

    .signupPg{
        margin-left: -19px;
    }

    .cwf , .cwg{
        width: 60.5%;
    }

    .regisBtn{
        width: 50%;
    }

}


/* Medium Viewport */
@media screen and (min-width: 768px) and (max-width: 991.5px) {

    .container{
        max-width: 900px !important;
    }

    .nav-link , .dropdown-item {
        font-size: 13.5px !important;
    }

    .navbar{
        height: 70px;
    }

    .MediumScrFI{
        display: block;
    }

    .LargeScrFI{
        display: none;
    }

    .imgMdDis{
        display: none;
    }

    .signupPg{
        margin-left: -19px;
    }

    .cwf , .cwg{
        width: 55.5%;
    }

    .regisBtn{
        width: 50%;
    }

    .w-md-25{
        width: 25% !important;
    }

    .w-md-75{
        width: 75% !important;
    }

}


/* Large Viewport */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar{
        height: 70px;
    }

    .smIconCont{
        margin-top: -2.25%;
    }

    .loginPg , .signupPg{
        padding: 10px 45px;
    }

    .imgResolution{
        font-size: 10.5px;
    }

    .hmLargeImgAnc{
        height: 490px;
        width: 490px;
    }
    
    .hmLargeImgAnc:hover .hoverOverlayDiv{
        /*transform: translate(0, -490px);*/
        margin-top: -490px;
    }

    .imgDiv a , .hmLstRowImgAnc{
        width: 220px;
        height: 220px;
    }
    
    .imgDiv a:hover .hoverOverlayDiv{
        /*transform: translate(0, -220px);*/
        margin-top: -220px;
    }

    .hmLstRowImgAnc:hover .hoverOverlayDiv{
        /*transform: translate(0, -220px);*/
        margin-top: -220px;
    }
    
    .ltstIncImgAnc{
        width: 225px;
        height: 225px;
    }
}

 
/* Extra Large Viewport */
@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .navbar{
        height: 70px;
    }

    .smIconCont{
        margin-top: -2.25%;
    }
    
}

/* Extra extra Large Viewport */
@media screen and (min-width: 1400px) {

    .navbar{
        height: 70px;
    }

    .smIconCont{
        margin-top: -2.25%;
    }

    .signupPg{
        margin-left: -19px;
    }

    .extentionDiv{
        left: 65px;
    }

    .smOnes{
        left: 45px;
    }

    .smOnesLr{
        left: 50px;
    }

    .hmLargeImgAnc{
        height: 605px;
        width: 605px;
    }
    
    .hmLargeImgAnc:hover .hoverOverlayDiv{
        /*transform: translate(0, -605px);*/
        margin-top: -605px;
    }

    .imgDiv a , .hmLstRowImgAnc{
        width: 275px;
        height: 275px;
    }
    
    .imgDiv a:hover .hoverOverlayDiv{
        /*transform: translate(0, -275px);*/
        margin-top: -275px;
    }

    .hmLstRowImgAnc:hover .hoverOverlayDiv{
        /*transform: translate(0, -275px);*/
        margin-top: -275px;
    }
    
    .ltstIncImgAnc{
        width: 280px;
        height: 280px;
    }
    
    .ltstIncImgAnc:hover .hoverOverlayDiv {
        /*transform: translate(0, -280px);*/
        margin-top: -280px;
    }
}
@media (min-width: 767px){
    .md-mt-100{
        margin-top:100px;
    }
}
@media (max-width: 767px){
    .loggedin-menu{
        flex-direction: column-reverse;
        /*align-items: center;*/
        /*justify-content: center;*/
    }
    .loggedin-menu li a img{
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 575px){
    .hmMdScrImgAnc,.ltstIncImgAnc{
        width: 220px;
        height: 220px;
    }
    .hmMdScrImgAnc:hover .hoverOverlayDiv,.ltstIncImgAnc:hover .hoverOverlayDiv{
        margin-top: -220px;
    }
    h4{
        font-size: 16px;
    }
    h6{
        font-size: 12px;
    }
}
@media (max-width: 490px){
    .hmMdScrImgAnc,.ltstIncImgAnc{
        width: 190px;
        height: 190px;
    }
    .hmMdScrImgAnc:hover .hoverOverlayDiv,.ltstIncImgAnc:hover .hoverOverlayDiv{
        margin-top: -190px;
    }
}
@media (max-width: 420px){
    .hmMdScrImgAnc,.ltstIncImgAnc{
        width: 170px;
        height: 170px;
    }
    .hmMdScrImgAnc:hover .hoverOverlayDiv,.ltstIncImgAnc:hover .hoverOverlayDiv{
        margin-top: -170px;
    }
}
@media (max-width: 370px){
    .hmMdScrImgAnc,.ltstIncImgAnc{
        width: 140px;
        height: 140px;
    }
    .hmMdScrImgAnc:hover .hoverOverlayDiv,.ltstIncImgAnc:hover .hoverOverlayDiv{
        margin-top: -140px;
    }
}