@media screen and (max-width: 620px) {
  body {
    width: 100% !important;
  }
  .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .vision_sect img {
    width: 100%;
  }
  .carousel-item h1,
  .carousel-item h3 {
    font-size: 15px;
  }
  .carousel-item h1:first-child {
    margin-top: 50%;
  }
  .carousel {
    margin-top: -130px !important;
    height: 450px;
  }
  .carousel .text-sect {
    position: absolute;
    top: 40% !important;
    z-index: 99999;
    margin-left: 10%;
    margin-right: 10%;
  }
  .carousel .text-sect h3 {
    font-size: 14px;
  }
  .carousel-item {
    height: 450px !important;
  }
  .navbar-brand img {
    width: 130px !important;
    /* height: 70px; */
    position: absolute;
    top: 10px;
  }
  .login-btn {
    position: absolute;
    right: 80px;
    top: 20px;
    z-index: 999;
    margin-top: 0px !important;
    padding: 5px !important;
    font-size: 13px !important;
  }
  .custom-franchise {
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 999;
    margin-top: 0px !important;
    padding: 5px !important;
    font-size: 13px !important;
  }

  #google_translate_element {
    margin-top: 20px !important;
    top: 0 !important;
    right: 80px !important;
  }
  .contry-code-custom {
    padding: 10px 5px 6px 3px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    border-radius: 20px 0 0 20px;
    width: 70px;
    color: black;
    position: absolute;
  }
  .search-container {
    margin-left: 0;
    text-align: unset;
  }
  /* ::-webkit-input-placeholder {
        text-align: center !important;
    }
     :-moz-placeholder {
        text-align: center !important;
    } */
  .search-container button {
    padding: 10.5px;
    width: 90px;
    font-size: 12px;
    position: absolute;
    margin-top: -1px;
    margin-left: -25px;
  }
  .search-container input {
    padding: 2px;
    border-radius: 10px !important;
  }
  .mobile-global-presense {
    margin-left: 40px;
  }
  .owl-carousel .owl-item img {
    height: 150px;
  }
  .custom-menu {
    z-index: 9999 !important;
  }
  .custom-menu {
    position: relative;
    margin: 10px 100px 100px 100px;
  }
  .login-section {
    padding: 20px !important;
    width: auto !important;
  }
  .login-container img {
    margin-left: 20% !important;
    /* height: 100px !important; */
    width: 200px !important;
  }
  .search-container input[type="text"] {
    width: 250px;
    margin-left: 20px;
  }
  /* .search-container input[type="text"] {
        text-align: center !important;
    } */
  .joining-terms-sect {
    font-size: 11px !important;
  }
  .signin-btn:focus {
    color: #fff !important;
    background-color: #f00607 !important;
  }
  .btn-danger:focus {
    color: #fff !important;
    background-color: #f00607 !important;
  }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 28px !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 688px) {
  .login-btn {
    right: 130px !important;
  }
  #google_translate_element {
    right: 85px !important;
  }
  .carousel .text-sect {
    margin-top: 40% !important;
    margin-left: 15% !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 620px) {
  .custom-franchise {
    position: absolute;
    right: 140px;
    top: 35px;
    z-index: 999;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 1270px) and (min-width: 992px) {
  .custom-franchise {
    position: absolute;
    right: 55%;
    top: 35px;
    z-index: 999;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .navbar-brand img {
    width: 70px !important;
  }
}
