@media (max-width: 576px) {
    .videobgframe {
        height: 30vh !important;
    }

}
@media (max-width: 768px) {
    .text_media{
        padding: 0px 15px !important;
    }
    .font-size-48{
        font-size: 38px;
       
    }
    .videobgframe {
        height: 50vh;
    }

   .videobgframe {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    object-position: unset;
    transform: unset;
   }
   .dmNewParagraph p {
    margin: 0;
   }
    .m-font-size-18{

        font-size: 16px;
        color: #fff;
    }
    .m-font-size-14{
        font-size: 11px !important;
    }
    .tab_margin{
        margin-top: 20px;
    }
    .text_media {
        margin-top: 20px;
    }
    .col_padding{
        padding-top: 0 !important;
    }

    .font-size-48 {
       
        padding-left: 0;
    }

}

@media (min-width: 768px) and (max-width: 2400){
    .text_media{
        line-height: 1em !important;
        padding: 55px 40px 100px 40px !important;
        
    }
    
    .font-size-48 {
        font-size: 38px;
       
    }
   
    .m-font-size-18{
        font-size: 16px;
        color: #fff;
    }
    .m-font-size-14{
        font-size: 14px !important;
    }
    .tab_margin{
        margin-top: 20px;
    }
    .col_padding{
        padding-top: 50px !important;
    }
}

/* Field For Addons */
@media screen and (min-width: 320px) {
    .aph_mobile_header_content {
        display: inline-block;
    }
    .aph_container_row .aph_row_01{
        height: 509px !important;
    }
    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    .mobile_header_content-logo img{
        width: 39px;
        height: 45px;
    }
    body {
        overflow-x: hidden !important;
    }    

    .aph_row_01{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .m-font-size-38{
        font-size: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .aph_mobile_header_content {
        display: none;
        transition: transform 0.5s ease-in;
    }
    .aph_desktop_header_content{
        display: flex;
        transition: transform 0.5s ease-in;
    }

    .aph_header_logo{
        width: 350px;
        height: 42px;
    }
    #aphheader ul li a{
        padding: 10px 0px;
    }
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 20px;
    }
    .aph_row_01 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .m-font-size-48 {
        font-size: 48px;
    }
    .pd-left {
        padding-left: 30px !important;
    }
    .pd-left h1{
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 24px;
    }
    
}

@media screen and (min-width: 1400px) { 
    #aphheader ul li a{
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   #aph_mobile_header .mobile_header_hamburger-lines #menu{
        width: 72vw;
        transition: transform .3s linear;
    }
}


@media (max-width:520px) {
    .m-font-size-18,.font-size-48,.m-font-size-14{
        padding-left: 0px !important;
      text-align: justify;
    }
   
}