@media screen and (min-width: 320px) {
    .aph_mobile_header_content {
        display: inline-block;
    }

    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    .mobile_header_content-logo img{
        width: 39px;
        height: 45px;
    }
    #menu ul a li:hover {
        color: #fff;

    }
    body {
        overflow-x: hidden !important;
    }    
    div.aph_row_01{
        background-repeat: no-repeat !important;
        background-image: url(../images/pexels-photo-66134-2880w\ \(1\).webp);
        background-size: cover !important;
        background-position: 50% 50% !important;
    }
    .aph_row_01{
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .m-font-size-38{
        font-size: 38px;
    }
    .discovery-bg{
        padding: 34px 16px 0px 16px;
    }
    .container-leader{
        padding: 0px 16px 0px 16px;
    }
    .discovery-bg h2{
        font-size: 32px;
        font-weight: 700;
        text-align: left;
    }
    .container-con {
        flex-direction: column;
        padding: 0px 16px 0px 16px;
    }
    .contact-led, .contact-form {
        width: 100%;
    }
    .mobile_header_hamburger-lines #menu li{
        font-size: 20px !important;
    }

    .mobile_header_hamburger-lines #menu{
        width: calc(100vw - 10px) !important;
    }
    .submit-btn {
        width: 100%;
        margin-left: unset;
        min-width: 100%;
    }

}

@media screen and (min-width:768px) {
    .mobile_header_hamburger-lines #menu li{
        font-size: 25px !important;
    }

    .mobile_header_hamburger-lines #menu{
        width: calc(120vw - 10px);
    }
}
@media screen and (min-width: 1024px) {
    .container-con {
        flex-direction: row;
        padding: 0px 30px 0px 30px;
    }
    .discovery-bg{
        padding: 34px 30px 0px 30px;
    }
    .container-leader{
        padding: 0px 30px 0px 30px;
    }
    .contact-led, .contact-form {
        width: 50%;
    }
    .aph_mobile_header_content {
        display: inline-block;
    }
    .discovery-bg h2{
        font-size: 48px;
        font-weight: 700;
        text-align: left;
    }
    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    div.aph_row_01{
        background-repeat: no-repeat !important;
        background-image: url(../images/pexels-photo-66134-2880w\ \(1\).webp) !important;
        background-size: cover !important;
        background-position: unset !important;
    }
    .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: 70px;
    }

    .m-font-size-48 {
        font-size: 48px;
    }

    .submit-btn {
        min-width: 200px !important;
        margin-left: auto;
        width: 141px !important;
    }
    .submit-btn {
        font-size: 20px;
    }

}

@media screen and (min-width: 1200px) {
    .aph_mobile_header_content {
        display: none;
    }

    .aph_desktop_header_content{
        display: flex;
        transition: transform 0.5s ease-in;
    }
    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;
    }
    .aph_mobile_header_content {
        display: none;
    }

    .aph_desktop_header_content{
        display: flex;
        transition: transform 0.5s ease-in;
    }
    
}

@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: calc(100vw - 10px);
        transition: transform .3s linear;
    }
}

@media screen and (min-width: 426px) and (max-width: 520px) {
    #s_icons_hub {
        padding: 20px 0;
        margin: 0;
        position: relative;
        top: -74px;
    }
   
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .leader h3 {
        font-size: 20px;
    }

    .leader h4 {
        font-size: 16px;
    }

    .leader p {
        font-size: 14px;
    }
    .address-section p {
        font-size: 14px;
    }
    .form-section label {
      
        font-size: 16px !important;
    }
    .address-section{  padding: 100px 10px 10px;}
    .form-section {
        flex: 2;
        min-width: 240px;
        padding: 100px 10px;
        margin-top: -80px;
        width: 100%;
    }   
    .footer-sec {
        padding-top: 55px !important;
    }
    .font-size-55 {
        font-size: 44px !important;
    }
    .mail-link{
        font-size: 14px !important;
    }
}
