/* Extra small devices (phones, 480px and down) */
@media (min-width: 320px) and (max-width: 480px) {
  .navbar-brand{
    display: none;
  }

    .scoial {
        float: left;
        padding: 3px;
        display: none;
      }
    .tphone{
        display: none;
    }
    .tphrght{
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 64%;
    }
    .mainlogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 63% !important;
    }
    .footplogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 63%;
    }
    .foottpsclmdia{
        display: none;
    }
    .footerbtmone p {
        color: #ccc;
        padding: 0;
        margin: 0;
        text-align: center;
      }
      .footerbttwo p {
        float: none;
        color: #ccc;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 13px;
      }
      .footermdl p{
        text-align: center;
      }
      .footermdl ul li{
        text-align: center;
      }
    .top-left-side-bar-wrapper{
        display: none;
    }
    .interview-left {
        width: 19%;
        float: left;
        position: relative;
      }
      .new-country-section-left {
        width: 100% !important;
        float: left;
      }
      .new-country-section-right {
        width: 100% !important;
        float: left;
      }
}



/* Laptop small computer */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand{
    display: none;
  }
    .tphone{
        display: none;
    }
    .tphrght{
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 29%;
    }
    .mainlogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }
    .interview-left {
        width: 13%;
        float: left;
        position: relative;
      }
      .new-country-section-left {
        width: 100%;
        float: left;
      }
      .new-country-section-right {
        width: 100%;
        float: left;
      }

      .footplogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 36%;
    }
    .foottpsclmdia{
        display: none;
    }
    .footerbtmone p {
        color: #ccc;
        padding: 0;
        margin: 0;
        text-align: center;
      }
      .footerbttwo p {
        float: none;
        color: #ccc;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 13px;
      }
      .footermdl p{
        text-align: center;
      }
      .footermdl ul li{
        text-align: center;
      }
    .top-left-side-bar-wrapper{
        display: none;
    }
    .helsidedivimg img {
        float: left;
        width: 18%;
        margin-right: 13px;
      }
}


/* Computer */
@media (min-width: 992px) and (max-width: 1200px) {
    .footerbttwo p {
        font-size: 15px;
      }
      .footerbtmone p {
        font-size: 16px;
      }
}


/* big screen */
@media (min-width: 1200px) {
    .footerbttwo p {
        font-size: 15px;
      }
      .footerbtmone p {
        font-size: 16px;
      }
      .helsidedivimg img {
        float: left;
        width: 41%;
        margin-right: 13px;
      }
      .new-country-section-left {
        width: 73.27%;
        float: left;
      }
      .new-country-section-right {
        width: 26.73%;
        float: left;
      }
}