/*extra small*/
@media (max-width: 768px) {
  .top_nav {
    display: none;
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    min-height: 80px;
  }
  #toggle_icon {
    display: block;
    top: 30px;
  }
  .brand {
    left: 15px;
    width: 100%;
    max-width: 180px;
    top: 9px;
  }
  #about_us .line {
    display: none;
  }
  #banner .bg_text_wrapper {
    margin-top: 135px;
  }
  #banner .content h3 {
    font-size: 42px;
  }
  #banner {
    min-height: 1px;
    padding-bottom: 180px;
  }
  #about_us .content {
    margin-bottom: 60px;
  }
  #about_us .coin_wrapper .coin {
    width: 25vw;
    height: 22vw;
    padding: 0;
    border-radius: 6px;
  }
  #about_us .coin_wrapper .coin h3 {
    font-size: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    right: 0;
    text-align: center;
  }
  #grid {
    background: none;
    padding-top: 0;
  }
  #footer .container .row {
    top: 0;
    padding-bottom: 50px;
  }
  #footer {
    background-position: bottom right;
    background-size: 50%;
  }
  .coin .flip_side .icon {
    margin-top: 9px;
    font-size: 15px;
    margin-bottom: 0;
    display: none;
  }
  .coin .flip_side .text {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    right: 0;
    padding: 0 10px;
    word-break: break-word;
  }
  #banner.small {
    padding: 25px 0;
    margin-top: 75px;
  }
  .bg_text.small {
    display: none;
  }
  #vission_page .bg {
    display: none;
  }
  #speech_bubble .bubble p {
    position: relative;
    padding-top: 107px;
    top: 0;
    padding: 0px 35px;
  }
  #speech_bubble .bubble {
    background: #f16550;
    min-height: 1px;
    padding: 30px 0px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  #speech_bubble .narrator {
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 90px;
    height: 90px;
    background: url("../img/karen.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid #fff;
  }
  #process .arrow {
    position: absolute;
    display: block;
    bottom: -85px;
    right: 0;
    top: initial;
    transform: rotate(132deg);
  }
  #process .arrow img {
    position: relative;
    display: block;
    height: auto;
    width: 60px;
  }
  #play_benifit .card.center {
    display: none;
  }
  #play_benifit .card.normal_center {
    display: block;
  }

  #features .head {
    text-align: center;
    padding: 12px;
  }

  #features .header {
    margin: 0;
    margin-top: 100px;
    padding: 0 12px;
  }

  #features {
    padding-bottom: 50px;
  }

  #features .head.lined {
    display: none;
  }

  #grid .line {
    left: 12px;
  }

  #grid .line::after,
  #banner .line::after {
    width: 1px;
  }

  #banner .content {
    padding-left: 15px;
  }

  #banner .content p {
    padding-right: 35px;
  }

  #banner .side_nav {
    top: 60px;
    right: 30px;
  }

  #banner .line {
    top: 75%;
    left: 12px;
  }

  #arbor {
    margin-top: 50px;
  }

  #expertise_page,
  #vision_page,
  #about_us_page,
  #banner.small {
    padding: 15px;
  }

  .philosophy_bg {
    position: relative;
    display: block;
    width: auto;
    max-height: 265px;
    float: none;
    margin: auto;
  }
}
/*extra small end*/

/*small*/
@media (min-width: 768px) {
  #banner .side_nav {
    display: none;
  }
  .brand {
    width: 80px;
  }
  .top_nav li {
    padding: 10px 0px;
  }
}
/*small end*/

/*medium */

@media (min-width: 992px) {
  .brand {
    width: 80px;
  }
  .top_nav li {
    padding: 10px 3px;
  }
  #speech_bubble .bubble p {
    top: 150px;
    padding: 0px 65px;
  }
}
/*medium end*/

/*large*/

@media (min-width: 1200px) {
  #footer {
    background-size: 25%;
  }
  #banner .side_nav {
    display: block;
  }
  .brand {
    width: 200px;
    top: 20px;
  }
  .top_nav li {
    padding: 10px 6px;
  }
  #speech_bubble .bubble p {
    top: 150px;
    padding: 0px 80px;
  }
}
/*large end*/
@media (max-width: 512px) {
}
