@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
* {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #d7d7d7;
}

.nmnmm {
    padding-left: 10px;
    padding-right: 10px;
}

.container {
    max-width: 500px;
    height: fit-content;
    margin-top: 70px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 2px;
}

.container_element {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 20px;
}

.navi {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 10px 1px gray;
}

.navione {
    max-width: 500px;
    margin: 0 auto;
}


/* .signin img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.search img {
    width: 20px;
    height: 20px;
    object-fit: contain;
} */

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background-color: rgb(35, 35, 35);
    border-radius: 300px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.searchs {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_nav p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav_two {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(66, 66, 66);
    height: fit-content;
}

.nav_two p {
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 0;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.nav_two p img {
    width: 20px;
    height: 20px;
    object-fit: fill;
}

.buynow {
    border-bottom: 1px solid gray;
}

.bringphone {
    border-bottom: 1px solid gray;
}

.giveaway {
    font-weight: 600;
}


.newcustomer {
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
    color: rgb(24, 24, 24);
}

.newcustomer a {
    color: rgb(24, 24, 24);
}

.newcustomer a:hover {
    border: 1px gray dotted ;
}


.after_cont a:hover {
    border: 1px gray dotted ;
}


.two label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(24, 24, 24);
}

.two input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid gray;
    margin-top: 2px;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
}

.after_cont {
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 50px;
}

.after_cont a {
    color: rgb(24, 24, 24);
    font-size: 13px;
    font-weight: 400;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 10px;
    color: #fff;
    background-color: black;
    border-bottom: 1px solid  rgb(42, 42, 42);
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer_one {
    width: 100%;
    padding: 10px;
}

.footer_one h4 {
    font-size: 14px;
}

.bordergray {
    background-color: rgb(42, 42, 42);
    height: 1px;
    width: 100%;
}


.vertical_line {
    width: 2px;
    height: 800px;
    background-color: rgb(42, 42, 42);
}

.footer_one_element {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.823);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.goup {
    margin-top: 150px;
}

.goup_one {
    margin-top: 186px;
}

.goup_two {
    margin-top: 150px;
}

.goup_three {
    margin-top: 78px;
}

.verizon_nav_image img {
    width: 20px;
    height: 20px;
    object-fit: fill;
}

.last_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-bottom: 30px;
    background-color: black;
}

.last_one_fir img {
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.last_one_mid {
    max-width: 500px;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    gap: 10px;
}

.last_one_mid img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-left: 5px;
}

.last_one_mid p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.654);
    display: flex;
    justify-content: center;
    align-items: center;
}

.verzonlogo p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.654);
}

.hamburgermenus {
    display: none;
}



/* footer nav style  */
.footer_nav {
    background-color: black;
    color: #fff;
    padding: 10px;
    display: none;
}

.borderashhhhhh {
    width: 100%;
    height: 1px;
    background-color: gray;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer_nav_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_nav_one h4 {
    font-size: 13px;
}

.verzonfios img {
   margin-right: 10px;
}

.verzonfios h4 {
    font-size: 13px;
}

.footer_nav img {
    width: 20px;
    height: 20px;
    object-fit: fill;
}

.footer_nav h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verizonlastnav {
    background-color: black;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.verizonlastnav_mid p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.753);
    display: flex;
    justify-content: left;
    align-items: center;
}

.verizonlastnav_mid p img {
    margin-left: 5px;
}

.verizonlastnav_logo p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.753);
    margin-top: 30px;
    padding-bottom: 30px;
}

.verizonlastnav_image {
    margin-bottom: 30px;
    padding-top: 70px;
}

.verizonlastnav_image img {
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.aaaa {
    padding-bottom: 20px;
}

/* mobile nav hambuger menu */
.mobinavigator {
    background-color: black;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0 ;
    bottom: 0;
    width: 80%;
    border-left: 1px solid rgb(48, 48, 48);
    display: none;
}

.mobinavigator_one {
    padding: 10px;
}


.mobinavigator_one img {
    width: 20px;
    height: 20px;
    object-fit: fill;
    float: right;
}

.mobinavigator_two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.mobinavigator_two p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.868);
}

.mobinavigator_two h4 {
    font-size: 15px;
}

.goups {
    margin-top: 30px;
}

.mobinavigator_two img {
    width: 20px;
    height: 20px;
    object-fit: fill;
}

.mobinavigator_absolute {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.borderbutoms_absolute {
    width: 100%;
    height: 1px;
    background-color: rgb(48, 48, 48);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 50px;
}

.borderbutoms {
    width: 100%;
    height: 1px;
    background-color: rgb(48, 48, 48);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobinavigator_absolute p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.868);
}

/* show ham nav */
.showhamnav {
    display: block;
}

.hamburgermenus {
    display: none;
}


.fa-bars {
    display: none;
}

.fa-magnifying-glass {
    margin-left: 10px;
}

.fa-xmark {
    float: right;
    font-size: 22px;
}

.fa-circle-info {
    margin-left: 5px;
}


/* at style */
.imageat {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0;
    padding-bottom: 0;
}

.imageatdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}


.myatandt {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 10px;
    padding-top: 0;
}

.sinin {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.signindiv {
    padding-bottom: 20px;
}

.signindiv p {
    color: #0366ba;
}

.signindiv p span {
    font-size: 23px;
    font-weight: 400;
    color: #016600;
}

.two input:focus {
    border: 1px solid rgb(39, 106, 221);
}

.three {
    margin-top: 30px;
    margin-bottom: 30px;
}

.three p {
    color: rgb(39, 106, 221);
    font-size: 14px;
    font-weight: 600;
}

.three a {
    color: #1500ff;
    font-size: 14px;
    font-weight: 400;
}

.four {
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.four button {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #0366ba;
    margin-bottom: 0;
    cursor: pointer;
}

.footer_last_one {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    flex-wrap: wrap;
}

.footer_last_one p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(24, 24, 24, 0.746);
    text-align: center;
}

.footer_last {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_last_two {
    font-size: 13px;
    font-weight: 400;
    color: rgba(24, 24, 24, 0.746);
    text-align: center;
}

.footer_last {
    margin-top: 50px;
}

.five {
    margin-bottom: 20px;
}

.five p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.fiveone  {
    font-weight: 600;
}

.five p a {
    color: #1500ff;
}

.rtyuiogv p img {
    width: 50px;
    height: 30px;
    object-fit: contain;
}

.rtyuiogv {
    margin-top: 0;
    padding-top: 0;
}

.rtyuiogv p {
    margin-top: 0;
    padding-top: 0;
}


@media screen and (max-width: 800px) {

    .container {
        max-width: 800px;
        height: fit-content;
        margin-top: 50px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border: none;
    }

    .footer_last_one {
        display: block;
        justify-content: center;
        align-items: center;
        gap: 20px;
        max-width: 800px;
        flex-wrap: wrap;
    }
    
    .footer_last_one p {
        font-size: 13px;
        font-weight: 400;
        color: rgba(24, 24, 24, 0.746);
        text-align: left;
    }
    
    .footer_last {
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 20px;
    }
    
    .footer_last_two {
        font-size: 13px;
        font-weight: 400;
        color: rgba(24, 24, 24, 0.746);
        text-align: left;
    }

    


}
