
.flex_center
{
    display: flex;
    align-items:center;
}

.flex_between
{
    display: flex;
    justify-content: space-between;
}

.flex_center
{
    display: flex;
    justify-content: center;
}
.golden_header
{
    font-weight: bolder;
    /* color: burlywood; */
    color: #dcc76c;
    font-size: 2vw;
}

.golden_sub_header
{
    color: burlywood;
    font-size: 1.5vw; 
}

.img_w100_imp
{
    width: 100% !important;
}

.img_w70_imp
{
    width: 70% !important;
}

.img_w55_imp
{
    width: 55% !important;    
}


.img_w50_imp
{
    width: 50% !important;
}

.img_w49_imp
{
    width: 49%!important;
}

.img_w48_imp
{
    width: 48% !important;   
}

.img_w47_imp
{
    width: 47% !important;   
}

.img-w47
{
    width: 47% !important;
}

.img-w46
{
    width: 46% !important;
}

.img_w43-5_imp
{
    width: 43.5% !important; 
}

.img_w44-2_imp
{
    width: 44.2% !important;
}

.img_w40-6_imp {
    width: 40.6% !important;
}

.img_w40_imp
{
    width: 40% !important;
}


.padding_tb_10
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.mrg_t1_imp
{
    margin-top: 1px !important;
}
  
.mrg_vt-135_imp
{
    margin-top: -135px !important;
}

.mrg_L_3{
    margin-left: 3%;
}

.img_border_Shadow_1
{
    border-radius: 20px;
    box-shadow: 0 0 20px 0px #bbbbf6c2;
}

.img_shadow_2
{
    box-shadow: 6px 1px 20px 1px gray;
}

@media (max-width: 1500px) and (orientation: landscape)
{
    .img_w55_imp
        {
            /* width: 55% !important; */     width: 16vw !important;
        }



        .img_w48_imp
        {
            width: 48% !important;   
              /* width: 13.9vw !important; */
        }

        .img_w43-5_imp
        {
            /* width: 43.5% !important; */  width: 12.7vw !important;    
        }
}

@media (orientation: portrait) {
    .golden_sub_header,.golden_header  {
        font-size: 4vw !important;
    }

    /* .img_w48_imp, .img-w46 , .img_w50_imp, .img-w47, .img_w49_imp{
        width: 76% !important;
    } */

    .mrg_L_3
    {
        margin: 0 !important;
    }

    .port-center
    {
        text-align: center !important;
        text-align: -webkit-center !important;
        text-align-last: center;
    }
}

#pageNum{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#pageNum p{
    color: white;
    font-size: 15px;
    margin: 5px;
    font-family: 'MainFont';
    font-weight: bold;
}
#pageNum p:hover{
    cursor: pointer;
}

@media(max-width : 1000px){
        #pageNum {
        margin-top: -10%;
    }
}