@media (max-width: 575px) {
  * {
    scroll-behavior: unset !important;
    scroll-padding-top: 30px; /* height of sticky header */
  }
  p {
    font-size: 12px !important;
  }
  ​ .custom_nav {
    background-color: #2b56f5;
    padding: 0px;
  }
  .navbar-brand img {
    height: 100% !important;
    width: 100% !important;
  }
  ​ #mynav ul {
    text-align: center;
  }
  ​ #mynav ul li {
    padding: 25px 0px;
  }
  ​ #mynav ul li .sign_up_btn {
    border: none !important;
  }
  ​ .vertical_img_main {
    width: 100% !important;
    overflow: hidden;
  }
  ​ .banner {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #2b56f5;
    overflow-x: hidden;
  }
  ​
  /* .banner_left {
    text-align: center;
  } */
  .all_btn a span {
    margin-left: 0px !important;
    transition: all 0.5s linear;
  }
  ​ .banner_content {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  ​ .vertical_title {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  ​ .border_parent {
    height: 172px;
    width: 210px;
    margin: auto;
    position: relative;
  }
  ​ .banner_left_content h2 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
  }
  ​ .banner_left_content p {
    font-size: 11px;
    color: #fff;
    padding-right: 95px;
  }
  ​ .banner_right_content {
    height: 334px;
    width: 100%;
  }
  ​ .all_btn a {
    display: inline-block;
    height: 34px;
    width: 130px;
    line-height: 34px;
    font-size: 11px;
    color: #2b56f5;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
  }
  ​ .prize_btn a {
    color: #fff !important;
    height: 49px;
    line-height: 49px;
  }
  ​ .price_card_body:hover .prize_btn a {
    background-color: #fff !important;
    color: #2b56f5 !important;
  }
  ​ .how_we_left p {
    font-size: 14px;
    color: #535353;
    text-align: justify !important;
    padding: 0px 10px;
  }
  ​ .all_header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    position: relative;
  }
  ​ .subs_btns {
    position: absolute;
    right: 0;
    height: 45px;
    top: 0;
    width: 73px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    outline: 0px !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #2b56f5 !important;
    text-align: center;
    font-size: 11px;
  }
  ​ .vertical_section {
    padding-top: 50px;
  }
  ​ .custom_row {
    padding-top: 30px;
  }
  ​ .features_section {
    padding-top: 50px;
  }
  ​ .feature_body {
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    height: 388px;
    width: 100%;
    border-radius: 20px;
  }

  .special_and_crowd_part {
    width: 100%;
  }
  .special_and_crowd_part p {
    font-size: 14px !important;
  }
  ​
  /* .sub_img.last_child {
    left: 138px !important;
    top: 20% !important;
  }
  .sub_img.first_child {
    left: 142px !important;
    top: 21% !important;
  }
  .sub_img {
    position: absolute;
    z-index: 2;
    top: 20%;
    margin: auto;
    left: 135px !important;
  }
  .sub_img {
    position: absolute;
    z-index: 2;
    top: 20%;
    margin: auto;
    left: 42%;
  } */
  .try_btn a {
    background-color: #2b56f5 !important;
    color: #fff !important;
    height: 49px !important;
    line-height: 49px !important;
    border-radius: 6px;
    width: 188px !important;
    -webkit-box-shadow: 2px 16px 33px -13px rgba(54, 91, 226, 1);
    -moz-box-shadow: 2px 16px 33px -13px rgba(54, 91, 226, 1);
    box-shadow: 2px 16px 33px -13px rgba(54, 91, 226, 1);
  }
  ​ .try_btn {
    margin-top: 35px;
  }
  ​ .how_do_section {
    padding-top: 50px;
  }
  ​ .choose_section {
    padding-top: 50px;
  }
  ​ .choose_body {
    padding: 60px 15px;
    border-radius: 4px;
    -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    height: 388px;
    width: 100%;
    border-radius: 20px;
  }
  ​
  /* .choose_sub_img {
    position: absolute;
    z-index: 2;
    top: 25%;
    margin: auto;
    left: 135px;
  } */
  /* .choose_sub_second {
    left: 140px !important;
    top: 24% !important;
  }
  .choose_sub_last {
    left: 132px !important;
    top: 24% !important;
  } */
  .subs_btns {
    position: absolute;
    right: 0;
    height: 66px;
    top: 0;
    width: 73px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    outline: 0px !important;
  }
  ​ .price_section {
    padding-top: 50px;
  }
  ​ .price_card_body {
    border-radius: 20px;
    -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
    padding: 45px 20px;
    height: 499px;
    width: 100%;
    transition: all 0.3s linear;
  }
  ​ .footer_section {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    padding: 50px 0px;
  }
  ​ .submit_btn {
    box-shadow: none !important;
    margin-top: 30px;
    border: none !important;
    outline: 0px !important;
    background-color: #2b56f5 !important;
    color: #fff;
    border-radius: 4px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    width: 188px;
    -webkit-box-shadow: 0px 18px 30px #365be26b !important;
    -moz-box-shadow: 0px 18px 30px #365be26b !important;
    box-shadow: 0px 18px 30px #365be26b !important;
  }
  /* .scrollyfy_section {
    padding-top: 50px;
  } */
  .special_part_body {
    width: 100%;
  }
  .shakin_img_title h5 {
    font-size: 20px;
    color: #fff;
    line-height: 39px;
  }
  .shakin_banner_img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
  }
  .shakin_banner_rating ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 1px;
  }

  .call_contact_part ul li a {
    font-size: 14px;
    display: block;
    color: #2b56f5;
  }

  .menu_btn button {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #2b56f5;
    color: #fff;
    text-align: center;
    border: none !important;
    outline: none !important;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    box-shadow: 0px 0px 30px #929292c4;
  }
  .special_btn button {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    color: #2b56f5;
    text-align: center;
    border: 1px solid #2b56f5;
    outline: none !important;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
  .popup_box {
    width: 100%;
  }
  .terms_policy_con{
    overflow-x: unset !important;
  }
  .popup_submit_btn{
    margin-top:15px;
  }
}
