/* responsive */
/* @media only screen and (min-width: 992px) and (max-width: 1440px) {
} */
@media only screen and (min-width: 1366px) and (max-width: 1550px) {
  .bigdesktop {
    display: none;
  }
  .smalldesktop {
    display: block;
  }
}
@media only screen and (min-width: 762px) and (max-width: 1365px) {
  .bigdesktop {
    display: none;
  }
  .smalldesktop {
    top: 0;
    left: 0;
    position: relative;
    height: 850px;
    width: 50vw;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .step-1 {
    flex-wrap: wrap;
  }
  .step-2 {
    flex-wrap: wrap;
  }
  .boxes {
    flex-wrap: wrap;
  }
  .boxes .box {
    width: 100px;
  }
  #sec_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #sec_2 .container .boxes {
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
  }

  #sec_2 .container .boxes .box {
    width: 48%;
    height: 100px;
    gap: 4px;
    justify-content: center;
    border-radius: 14px;
  }
  #sec_2 .container .boxes .box h6 {
    font-size: 13px;
  }
  #sec_2 .container .boxes .box img {
    height: 33px;
  }
  #sec_2 .form {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sec_2 .form .card {
    position: absolute;
  }
  #sec_2 .form .card img {
    width: 240px;
    position: relative;
    top: -60px;
  }
  #sec_2 .form div {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
  }
  #sec_2 .form h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 991px) {
  .heroImgContainer {
    display: none;
  }
  .container {
    width: 80%;
  }
  .tablet {
    display: block;
  }
  .success-request:not(.hide) {
    top: 20px;
  }
  #sec_2 .form .success-request:not(.hide) {
    top: 1px;
  }
  #sec_6 .not-tablet {
    display: none;
  }
  /* .sidebar.show {
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 65px;
    padding-right: 40px;
  }
  .sidebar.show div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    color: #4946d5;
    gap: 20px;
    padding-top: 65px;
    padding-right: 40px;
  } */
  /* .sidebar.show ul {
    padding-top: 20px;
  }
  .sidebar.show ul li {
    color: #4946d5;
    font-size: 24px;
    font-weight: 500;
  }
  .sidebar:not(.show) {
    display: none;
  } */
  #sec_1 {
    min-height: 950px;
    /* height: 100vh; */
    background-image: url("../images/hero_tablet.png");
    background-size: 100vw 500px;
    background-position: 0 0px;
  }

  #sec_1 .content {
    width: 100%;
    /* height: 50%; */
  }
  #sec_1 .nav {
    position: fixed;
    background: white;
    margin: 0;
    padding: 10px 30px;
    border-radius: 0px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 60px;
  }

  #sec_1 .nav div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  #sec_1 .content .nav .phone_number {
    width: 200px;
  }
  #sec_1 .content .nav .phone_number a {
    font-weight: 600;
    font-size: 16px;
  }
  #sec_1 .nav:not(.scrolled) div.phone_number {
    display: block;
  }
  #sec_1 .nav div.phone_number img {
    display: none;
  }

  #sec_1 .nav ul {
    display: none;
  }

  #sec_1 .nav:not(.scrolled) {
    position: fixed;
  }

  .nav.scrolled {
    z-index: 1;
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 1px 12px 106px -35px rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 12px 106px -35px rgba(0, 0, 0, 0);
    box-shadow: 1px 12px 200px 1px rgba(0, 0, 0, 0);
  }
  #sec_1 .content .hero {
    padding: 500px 40px 0;
    width: 100%;
    gap: 10px;
    align-items: center;
  }
  #sec_1 .content .heroContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sec_1 .content .hero .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #sec_1 .content .hero .title h1 {
    font-size: 32px;
  }

  #sec_1 .content .hero .title p {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
  }

  #sec_1 .content .hero .title p span {
    font-size: 24px;
  }
  #sec_1 .content .hero .white-buttons {
    padding-top: 10px;
  }

  #sec_1 .content .hero .white-buttons div {
    height: 60px;
  }
  #sec_1 .content .hero .white-buttons div img {
    margin-left: -30px;
  }
  #sec_1 .content .hero .white-buttons div div {
    width: 80vw;
    font-size: 17px;
  }
  #sec_1 .content .hero .white-buttons div div span {
    font-size: 17px;
    margin-left: 10px;
  }

  #sec_1 .content .hero .white-buttons div div h5 {
    font-size: 17px;
  }
  #sec_1 .repair-request {
    margin-top: 10px;
    width: 82vw;
  }
  #sec_2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #sec_2 .container .boxes .box img {
    height: 40px;
  }
  #sec_2 .container .boxes .box h6 {
    font-size: 12px;
  }
  #sec_2 .container .boxes .box {
    width: 24%;
    height: 155px;
    flex-shrink: 1;
  }
  #sec_3 .container .product-boxes {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
  }
  #sec_2 .step-1 {
    display: flex;
    flex-direction: column;
  }
  #sec_2 .step-1 div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #sec_2 .step-1 div select {
    border-radius: 15px;
    width: 80vw;
  }
  #sec_2 .step-2 {
    display: flex;
    flex-direction: column;
  }
  #sec_2 .step-2 div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #sec_2 .step-2 div input {
    border-radius: 15px;
    width: 80vw;
  }
  #sec_2 .buttonContainer {
    width: 80vw;
  }
  #sec_2 .buttonContainer button {
    border-radius: 15px;
  }
  #sec_2 .form {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sec_2 .form .card {
    position: absolute;
  }
  #sec_2 .form .card img {
    width: 240px;
    position: relative;
    top: -60px;
  }
  #sec_2 .form div {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
  }
  #sec_2 .form h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #sec_2 .form .selects {
    width: 100%;
  }
  #sec_2 .form div {
    flex-wrap: wrap;
  }
  #sec_2 .form .buttonContainer {
    width: 100%;
  }

  #sec_2 .form div .repair-request {
    border-radius: 14px;
    font-size: 16px;
    width: 100%;
    height: 50px;
  }

  #sec_3 .container .product-boxes .product-box {
    width: 31%;
    border-radius: 27px;
    padding: 20px 10px;
    margin-left: 3px;
    margin-bottom: 0px;
  }
  #sec_3 .container .product-boxes .product-box img {
    width: 170px;
  }
  #sec_3 .container h5 {
    font-size: 18px;
  }

  #sec_5 .container .content .right {
    width: 100%;
  }

  #sec_5 {
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-items: center;
  }
  #sec_5 .container .content .left {
    padding-right: 0px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    gap: 20px;
  }
  #sec_5 .container .content .left .item {
    flex-direction: column;
    justify-items: justify-between;
  }
  #sec_5 .container .content .left img {
    width: auto;
    height: auto;
  }
  #sec_5 .container .content .left .item div span {
    position: relative;
    top: -130px;
  }
  #sec_5 .container .content .left .item div {
    flex-direction: column;
  }
  #sec_5 .container .content {
    flex-direction: column;
  }
  #sec_5 .container .desktop {
    display: none;
  }
  #sec_6 {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  #sec_6 .container .content .right .chooseDevic {
    margin-left: 0px;
  }
  #sec_6 .sub_form {
    margin-left: 0px;
  }
  #sec_6 .mobile {
    display: none;
  }
  #sec_6 .container .content {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
  }
  #sec_6 .container .content .right {
    order: 2;
    width: 100%;
  }
  #sec_6 .container .content .left {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 300px;
    flex-order: 1;
  }
  #sec_6 .container .content .left img {
    width: 80vw;
    padding-bottom: 20px;
    height: 310px;
  }
  #sec_6 .container .content .left img.desktop {
    display: none;
  }

  #sec_6 .sub_form_option span {
    font-size: 14px;
  }
  #footer {
    flex-direction: column;
  }

  #footer .footer_container {
    width: 90%;
    border-radius: 31px 31px 0px 0px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  #footer .footer_container .footer_col {
  }

  #footer .footer_container .footer_col {
    width: 100%;
    /* padding: 0 30px 0 0px; */
  }

  #footer .footer_container .footer_col p {
    font-size: 15px;
  }

  #footer .footer_container .first_col {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #footer .footer_container .first_col img {
    height: 60px;
    width: 168px;
  }
  #footer .footer_container .second_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer .footer_container .second_col ul {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer .footer_container .second_col ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }

  #footer .footer_container .third_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #footer .footer_container .third_col .location {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0 30px;
  }
  #footer .footer_container .third_col .location div {
    text-align: center;
    font-size: 16px;
  }
  #footer .footer_container .third_col .location img {
    width: 30px;
    height: 42px;
  }
  #footer .footer_container .footer_col .header {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  #footer .footer_container .footer_col .call_buttons {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 10px;
    width: 100%;
  }

  #footer .footer_container .footer_col .call_buttons button {
    border-radius: 9px;
    width: 48%;
    height: 40px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
  }
  #footer .footer_container .footer_col .call_buttons button.accent {
    background: #4946d5;
    color: white;
  }
  #footer .footer_container .footer_col .call_buttons button.secondary {
    border: 1px solid #4946d5;
    color: #4946d5;
    background-color: transparent;
  }
}

@media only screen and (min-width: 320px) and (max-width: 762px) {
  html {
    scroll-margin-top: -20rem;
  }
  .heroImgContainer {
    display: none;
  }
  .marquee-container {
    width: 1800px;
    animation: marquee 15s linear infinite;
  }
  select {
    height: 50px;
    border-radius: 20px;
    border: 1px solid #DFDFF8;
    /* background-color: #f0f0f0; */
    background-image: url("../images/small-arrow.svg");
    background-position: 2rem center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-repeat: no-repeat;
    appearance: none !important;
    padding: 10px 10px 10px 2rem !important;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }
  .container {
    width: 90%;
  }
  #sec_2 .form .success-request:not(.hide) {
    top: 1px;
  }
  /* .sidebar.show {
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;

    padding-top: 65px;
    padding-right: 40px;
  }
  .sidebar.show div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    color: #4946d5;
    gap: 20px;
    padding-top: 65px;
    padding-right: 40px;
  }
  .sidebar.show ul {
    padding-top: 20px;
  } */
  /* .sidebar.show ul li {
    color: #4946d5;
    font-size: 24px;
    font-weight: 500;
  }
  .sidebar:not(.show) {
    display: none;
  } */
  #sec_1 {
    height: 855px;
    background-image: url("../images/hero_mobile.png");
    background-size: 100vw 400px;
    background-position: 0 20px;
  }

  #sec_1 .content {
    width: 100%;
    /* height: 50%; */
  }
  #sec_1 .nav {
    position: fixed;
    background: white;
    margin: 0;
    padding: 10px 30px;
    border-radius: 0px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
  }

  #sec_1 .nav div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  #sec_1 .content .nav .phone_number {
    width: 200px;
  }
  #sec_1 .content .nav .phone_number a {
    font-weight: 600;
    font-size: 16px;
  }
  #sec_1 .nav:not(.scrolled) div.phone_number {
    display: block;
  }
  #sec_1 .nav div.phone_number img {
    
  }

  #sec_1 .nav ul {
    display: none;
  }

  #sec_1 .nav:not(.scrolled) {
    position: fixed;
  }

  .nav.scrolled {
    z-index: 1;
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 1px 12px 106px -35px rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 12px 106px -35px rgba(0, 0, 0, 0);
    box-shadow: 1px 12px 200px 1px rgba(0, 0, 0, 0);
  }

  #sec_1 .content .hero {
    padding: 370px 40px 0;
    width: 100%;
    gap: 10px;
    align-items: center;
  }
  #sec_1 .content .heroContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sec_1 .content .hero .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #sec_1 .content .hero .title h1 {
    font-size: 32px;
  }

  #sec_1 .content .hero .title p {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
  }

  #sec_1 .content .hero .title p span {
    font-size: 24px;
  }
  #sec_1 .content .hero .white-buttons {
    padding-top: 10px;
  }

  #sec_1 .content .hero .white-buttons div {
    height: 60px;
  }
  #sec_1 .content .hero .white-buttons div img {
    margin-left: -30px;
  }
  #sec_1 .content .hero .white-buttons div div {
    width: 90vw;
    font-size: 17px;
  }
  #sec_1 .content .hero .white-buttons div div span {
    font-size: 17px;
    margin-left: 10px;
  }

  #sec_1 .content .hero .white-buttons div div h5 {
    font-size: 17px;
  }
  #sec_1 .repair-request {
    margin-top: 10px;
    width: 87vw;
  }

  #sec_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #sec_2 .container .boxes {
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
  }

  #sec_2 .container .boxes .box {
    width: 48%;
    height: 100px;
    gap: 4px;
    justify-content: center;
    border-radius: 14px;
  }
  #sec_2 .container .boxes .box h6 {
    font-size: 13px;
  }
  #sec_2 .container .boxes .box img {
    height: 33px;
  }
  #sec_2 .form {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sec_2 .form .card {
    position: absolute;
  }
  #sec_2 .form .card img {
    width: 240px;
    position: relative;
    top: -60px;
  }
  #sec_2 .form div {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
  }
  #sec_2 .form h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #sec_2 .form .selects {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }
  #sec_2 .form .selects select {
    width: 100%;
    flex-grow: 2;
    border-radius: 15px;
  }
  #sec_2 .form .selects input {
    width: 100%;
  }
  #sec_2 .form div {
    flex-wrap: wrap;
  }
  #sec_2 .form .buttonContainer {
    width: 100%;
  }

  #sec_2 .form div .repair-request {
    border-radius: 14px;
    font-size: 16px;
    width: 100%;
    height: 50px;
  }

  #sec_3 {
  }
  #sec_3 .container {
  }
  #sec_3 .container h5 {
    font-size: 18px;
  }
  #sec_3 .container h6 {
    font-size: 15px;
  }

  #sec_3 .container .call-buttons {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
  }

  #sec_3 .container .call-buttons button {
    font-size: 14px;
  }

  #sec_3 .container .product-boxes {
         width:auto;

    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #sec_3 .container .product-boxes .product-box {
    display: flex;
    border-radius: 18px;
    padding: 9px;
    width: 90vw;
    gap: 10px;
    margin-bottom: 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #sec_3 .container .product-boxes .product-box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 90%;
    gap: 4px;
  }
  #sec_3 .container .product-boxes .product-box .request {
    display: inline;
    border-radius: 9px;
    background: #eaeaff;
    width: 100%;
    height: 33px;
    color: #4946d5;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.165px;
    padding: 5px;
    text-align: center;
  }

  #sec_3 .container .product-boxes .product-box img {
    width: 58px;
    height: 58px;
  }
  #sec_3 .container .product-boxes .product-box h5 {
    font-size: 16px;
  }

  #sec_4 {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    height: 202px;
  }

  #sec_4 h4 {
    font-size: 15px;
  }

  #sec_4 .brands {
    display: flex;
    overflow: hidden;
  }
  #sec_5 {
    padding: 40px 0px;
  }
  #sec_5 .container h4 {
    font-size: 18px;
  }

  #sec_5 .container .content {
    flex-direction: column;

    gap: 10px;
  }
  #sec_5 .container .content .right {
    width: 100%;
    padding-bottom: 10px;
  }

  #sec_5 .container .content .right img {
    width: 90vw;
    height: 400px;
    object-fit: cover;
    padding-bottom: 10px;
    border-radius: 31px;
  }
  #sec_5 .container .content .right p {
    text-align: center;
    font-size: 15px;
  }
  #sec_5 .container .content .left {
    max-height: 481px;
    padding-right: 0px;
    width: 80%;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sec_5 .container .content .left img {
    height: 451px;
    width: 300px;
    object-fit: contain;
  }

  #sec_5 .container .content .left .item {
    width: 46%;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }

  #sec_5 .container .content .left .item div {
    display: block;
    align-items: center;
    justify-items: center;
    gap: 10px;
    height: 70px;
  }
  #sec_5 .container .content .left .item div span {
    position: relative;
    top: -120px;
    left: -40%;
    font-size: 50px;
  }
  #sec_5 .container .content .left .item:nth-child(3) div span,
  #sec_5 .container .content .left .item:nth-child(4) div span {
    position: relative;
    top: -125px;
    left: -40%;
    font-size: 50px;
  }
  #sec_5 .container .content .left .item:nth-child(5) div span {
    position: relative;
    top: -135px;
    left: -45%;
    font-size: 50px;
  }
  #sec_5 .container .content .left .item div h6 {
    text-align: center;
    font-size: 16px;
    position: relative;
    top: -80px;
    width: 70%;
    left: -15%;
  }

  #sec_6 {
    padding-top: 20px;
    /* padding-bottom: 0px; */
  }
  #sec_6 .container {
    padding-bottom: 36px;
  }

  #sec_6 .container h4 {
    font-size: 18px;
  }
  #sec_6 .container h5 {
    text-align: center;
    font-size: 15px;
  }
  #sec_6 .container .content {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
  }
  #sec_6 .sub_form {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  #sec_6 .sub_form:not(.no_border) {
    border-bottom: 1px #e5e5e5 solid;
  }
  #sec_6 .sub_form span {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.176px;
  }

  #sec_6 .sub_form_option {
    border-radius: 10px;
    gap: 10px;
    padding: 15px;
    width: 48%;
  }

  #sec_6 .sub_form_option span {
    font-size: 14px;
  }

  #sec_6 .sub_form_options {
    padding-top: 10px;
  }
  #sec_6 .container .content .right {
    order: 2;
    width: 100%;
  }
  #sec_6 .container .content .right .chooseDevic {
    border-bottom: 2px #e5e5e5 solid;
    margin-left: 0px;
  }

  #sec_6 .container .content .right .chooseDevic .devices .device {
    width: 48%;
  }

  #sec_6 .container .content .right .chooseBrand .brands .brand {
    width: 48%;
    height: 43px;
  }

  #sec_6 .container .content .right .infoForm .inputs input {
    font-weigth: 500;
    font-size: 15px;
    width: 80vw;
  }
  #sec_6 .container .content .right .buttonContainer {
    display: flex;
    width: 100%;
  }
  #sec_6 .container .content .right .buttonContainer button {
    flex-grow: 1;
    min-width: 80vw;
  }

  #sec_6 .repair-request {
    border-radius: 10px;
    width: 80vw;
  }

  #sec_6 .container .content .left {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 85vw;
    height: 400px;
  }

  #sec_6 .container .content .left img {
    border-radius: 30px;
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #footer {
    flex-direction: column;
  }

  #footer .footer_container {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  #footer .footer_container .footer_col {
  }

  #footer .footer_container .footer_col {
    width: 100%;
    /* padding: 0 30px 0 0px; */
  }

  #footer .footer_container .footer_col p {
    font-size: 15px;
  }

  #footer .footer_container .first_col {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #footer .footer_container .first_col img {
    height: 60px;
    width: 168px;
  }
  #footer .footer_container .second_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer .footer_container .second_col ul {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer .footer_container .second_col ul li {
    font-size: 18px;
    padding-bottom: 10px;
  }

  #footer .footer_container .third_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #footer .footer_container .third_col .location {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 0 30px;
  }
  #footer .footer_container .third_col .location div {
    text-align: center;
    font-size: 16px;
  }
  #footer .footer_container .third_col .location img {
    width: 30px;
    height: 50px;
  }
  #footer .footer_container .footer_col .header {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  #footer .footer_container .footer_col .call_buttons {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 10px;
  }

  #footer .footer_container .footer_col .call_buttons button {
    border-radius: 9px;
    width: 170px;
    height: 40px;
  }
  #footer .footer_container .footer_col .call_buttons button a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 365px) {
}
