@media screen and (max-width: 1500px) {
  .cyber-hero-back .cy-h {
    background-position: 100% 0%;
  }
}

@media screen and (max-width: 1205px) {
  /* footer-section */
  .footer-card-section {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
  }

  /* footer-section */
  .surprise-sec .surpri-top {
    display: block;
  }

  .surprise-sec .sur-p {
    display: none;
  }

  .menu li a {
    font-size: 13px;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 1197px) {
  .device-section .device-all .jdevice-b {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .reason-section {
    padding: 40px 40px;
  }

  .side-icon {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-btn-section input {
    margin-left: 0px;
  }
  div#countdown {
    display: none;
  }
  .up-part img {
    width: 10%;
  }
  .table-c {
    overflow-x: auto !important;
  }

  .menu li a {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* 
  nav start  */
  .navbar {
    /* padding: 10px; */
    margin: 0px auto 0px auto;
  }

  .nav-toggle {
    display: block;
    margin-right: 20px;
    position: relative;
    z-index: 10;
  }

  .header-section {
    gap: 40px;
  }

  .img-name img {
    width: 164px;
    height: 180px;
  }

  .font-name,
  .font-name-color {
    width: 164px;
    height: 174px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .company-name-list {
    margin-top: 50px;
    justify-content: space-evenly;
    gap: 20px;
  }

  .menu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
  }

  .menu {
    font-size: 14px;
    top: 75px;
  }

  .menu {
    justify-content: initial;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9;
    left: -100%;
    background-color: #f2f2f2;
    transition: all 0.5s ease;
    padding: 20px 0px;
    height: 100%;
  }

  .menu.active {
    left: 0;
  }

  .navbar {
    overflow: initial;
  }

  .dropdown-submenu-menu {
    left: 10%;
    top: 100%;
    margin-top: 5px;
  }

  .secondary-button {
    margin-top: 20px;
    margin-bottom: 50vh;
  }

  .adder-icon {
    display: none;
  }

  .adder-icon1 {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .adder-icon1 i {
    /* background: var(--primary-color);
    color: #fff; */
    padding: 0px 5px;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
  }

  .menu li a {
    display: block;
    padding: 10px 0px;
  }

  /* nav section end */

  .domain-section .card .card-container {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .domain-section .card .card-container .box {
    padding: 30px 30px 40px 30px;
  }

  .need-section {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: left;
  }

  /* cold section start */
  #change {
    flex-direction: column-reverse;
  }

  .cold-card {
    flex-direction: column;
    gap: 25px;
  }

  .cold-card > .cold-left {
    width: 100%;
  }

  .cold-card > .cold-right {
    width: 100%;
  }

  /* cold section end */

  /* home section start */
  .left-img > img {
    width: 30%;
  }

  .right-img > img {
    width: 60px;
  }

  .startup-section .st-h1 br {
    display: none;
  }

  /* home section  end */

  /* unbeatable section start */
  .unbeatable-sec .unbeat-card .unbeat-box .unb-all {
    flex-wrap: wrap;
  }

  .unbeatable-sec .unbeat-card .unbeat-box .unb-right {
    border-left: none;
    padding: 20px 0px 0px 0px;
  }

  .unbeatable-sec .unbeat-card .unbeat-box .unb-left p {
    margin-top: 10px;
  }

  /* unbeatable section end */
  /* add section start */

  .add-sec .add-section .adds-right {
    width: 70%;
  }

  /* add section end */

  /* footer-section */
  .footer-icon-section {
    display: flex;
    justify-content: center;
  }

  .reserved-section hr {
    display: none;
  }

  #disnone {
    display: none;
  }

  .link-logo {
    display: block;
    padding-bottom: 20px;
  }

  .reserved-section p {
    font-weight: 400;
  }

  /* footer-section */

  /* about page start */
  /* journey section start */
  .journey-sec {
    width: 100%;
    flex-wrap: wrap;
    gap: 80px;
  }

  .journey-sec .jour-left {
    width: 100%;
    justify-content: center;
  }

  .journey-sec .jour-right {
    width: 100%;
    text-align: center;
  }

  .journey-sec .jour-right img {
    text-align: center;
  }

  /* journey section end */

  /* our partner section start */
  .ourpar-section {
    flex-wrap: wrap;
    gap: 40px;
  }

  .ourpar-section .ourp-left {
    width: 100%;
    text-align: center;
  }

  .ourpar-section .ourp-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .ourpar-section .ourp-left h5 {
    text-align: center;
  }

  /* our partner section end */

  /* add section start */
  .add-sec {
    width: 100%;
    padding-top: 30px;
  }

  .add-sec .add-section h3 {
    text-align: center;
  }

  /* add section end */
  /* about page end */
  /* frequemt section */
  .jumpcloud-card-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 117px;
  }

  /* frequntly section */

  /* business trust section */
  .business-tital-hide {
    flex-wrap: wrap;
    text-align: left;
  }

  .business-clint-1,
  .business-clint-2,
  .business-clint-3,
  .business-clint-4,
  .business-clint-5 {
    display: none;
  }

  .business-tital-hide {
    display: block;
    gap: 30px;
    margin-bottom: 20px;
    display: flex;
  }

  /* business trust section */

  /* jumcloud hero section */
  .left-logo {
    display: none;
  }

  .right-logo {
    display: none;
  }

  /* jumpcloud hero section */

  /* cyber security page start */
  .services-scroller {
    flex-wrap: wrap;
  }

  .cyber-card-section {
    flex-wrap: wrap;
  }

  .cyber-manage-card {
    width: 300px;
    margin: 50px 0px 0px 0px;
    /* cyber security page end */
  }

  .right-img {
    z-index: -1;
  }

  .left-img {
    z-index: -1;
  }

  /* jump cloud page start */
  .offer-btn {
    margin-right: 0px;
  }

  /* 991 css */
  .card-work {
    margin-top: 15px;
  }

  .calculate {
    margin-top: -32px;
  }

  /* g w page start */
  .calculate .calc-a {
    margin: 40px 0px 60px 0px;
  }

  /* g w page end */
  .domain {
    margin-top: -82px;
  }

  .domain > .domain-card-start {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .domain > .domain-card-start > .domain-card {
    width: 90%;
    margin: 0 auto;
  }

  td:first-child {
    padding-left: 41px;
    font-size: 15px;
  }

  .simples > .blue-sect > .first-one > h2 {
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
  }

  .simples > .blue-sect > .first-one > p {
    font-size: 17px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > h5 {
    font-size: 23px;
  }

  .simples > .blue-sect {
    padding: 20px 40px;
  }

  .big-one > .big-start > .up-part {
    gap: 10px;
    padding: 0px 42px;
    padding-bottom: 10px;
  }

  .simples > .blue-sect > .second-one > .dollar-again > h1 {
    font-size: 40px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > .dollar-again > span {
    font-size: 14px;
    text-align: center;
  }

  /* aalain contact2 page starts here */
  .ans-section .ansc-card {
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
    width: 80%;
    margin: 0 auto;
  }

  .calls {
    z-index: -1;
  }

  /* aalain contact2 page Ends here */
  .reason-section .card .card-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .business-main {
    margin-top: 0px;
    padding-top: 0px;
  }
  #logo {
    display: block;
    margin-bottom: 30px;
  }

  /* new added section in jumpcloud start*/
  .device-section .device-all {
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: column-reverse;
  }
  .device-section
    .device-all
    .device-cardall
    .device-topall
    .device-conimg
    img {
    width: 60%;
  }

  .device-section .device-all .jdivflex {
    width: 100%;
  }

  .device-section .device-all .jcdiv {
    width: 100%;
  }

  .device-section .device-all .jmedia-none {
    display: none;
  }

  .device-section .device-all .jmedia-show {
    display: block;
    position: relative;
  }

  .device-section .device-all .jdevice-b {
    margin-top: 0px;
  }

  .device-section .device-all .device-cardall .device-topall p {
    margin: 30px 0px 40px 0px;
    color: var(--primary-color);
  }

  .device-section .device-all br {
    display: none;
  }
  .device-section .device-all .device-cardall {
    margin-top: 0px;
  }
  /* new added section in jumpcloud end */
}

@media screen and (max-width: 842px) {
  .card-work {
    flex-wrap: wrap;
  }

  td:first-child {
    padding-left: 26px;
    font-size: 15px;
  }

  .simples > .blue-sect > .first-one > h2 {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
  }

  .simples > .blue-sect > .first-one > p {
    font-size: 15px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > h5 {
    font-size: 21px;
  }

  .simples > .blue-sect {
    padding: 20px 26px;
    gap: 25px;
  }

  .big-one > .big-start > .up-part {
    gap: 10px;
    padding: 0px 42px;
    padding-bottom: 10px;
  }

  .simples > .blue-sect > .second-one > .dollar-again > h1 {
    font-size: 36px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > .dollar-again > span {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-weight: 600;
  }

  .cyber-hero-section h1 {
    font-weight: 600;
  }

  .startup-section .st-h1 {
    font-weight: 600;
  }

  .upper > h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 80px;
  }
  /* about page end */
  /* g-w page start */
  .hero-start > h1 {
    font-weight: 600;
  }

  /* g w page end */
  /* jump-cloud page start */

  .jump-cloud-main h1 {
    font-weight: 600;
  }

  .container {
    padding: 40px 20px;
  }

  .upper br {
    display: none;
  }

  /* navbar section start */
  .navbar {
    margin: 0px auto 0px auto;
    padding: 30px 30px;
  }

  /* navbar section end */

  /* footer section start */
  .footer-section {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .footer-section .footer1 {
    display: contents;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-section .footer {
    width: 100%;
    text-align: center;
  }

  .footer-section .footer1 img {
    margin: 20px 0px;
    text-align: center;
  }

  .footer-section .dis-show {
    display: none;
  }

  .footer-section .dis-non {
    display: block;
    text-align: center;
  }

  .footer-section .fb2 {
    margin: 20px 0px;
  }

  /* footer section end */

  /* footer section start */
  .reserved-section {
    padding: 20px 0px;
  }

  .fcard-4 {
    padding: 0px 0px;
  }

  .f4-2 {
    padding: 10px 0px;
  }

  .fproduct-2 {
    padding: 10px 0px;
  }

  .fproduct-2 {
    gap: 10px;
  }

  .fproduct-3 {
    gap: 5px;
  }

  .f4-1-star {
    gap: 10px;
  }

  /* footer section end */

  .in-img3 {
    position: absolute;
    top: 28%;
    right: 20%;
    width: 16%;
  }

  .in-img2 {
    left: 0%;
  }

  /* unbeatable section start */
  .unbeatable-sec .unbeat-card {
    flex-wrap: wrap;
  }

  /* unbratable section end */

  /* responsive image section */
  .lower-in > .main-bg-in > img {
    width: 100%;
  }

  .lower-in .main-bg-in .l-bg-m img {
    width: 100%;
  }

  /* responsive image section */
  /* responsive image section */
  .in-img1,
  .in-img2,
  .in-img3 {
    display: none;
  }

  /* responsive image section */
  .upper {
    padding-top: 210px;
  }

  /* about page start */
  /* start up section start */
  .startup-section .st-button .startup-a .startup-atop {
    display: none;
  }

  .startup-section .st-button .startup-a .startup-abtm {
    margin-right: 0px;
  }

  /* startup section start */
  /* about page end */

  /* frequently section */
  .freq {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .freq-left {
    width: 100%;
  }

  .freq-right {
    width: 100%;
  }

  /* frequently section */

  /* know about jumpcloud */
  .know-about-card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-left {
    width: 100%;
  }

  .about-right {
    width: 100%;
  }

  .about-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .offer-main {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    justify-content: center;
  }

  /* know about jumpcloud */

  /* jumpcloud hero section */
  .shield-section {
    flex-wrap: wrap;
    gap: 20px;
  }

  .jump-cloud-main {
    padding-top: 176px;
    padding-bottom: 40px;
  }

  /* jumpcloud hero section */

  /* cyber security page start */
  .solution-main {
    padding: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
  }

  .solution-left {
    padding: 0px 0px;
    width: 100%;
    background-image: url(../images/solution-back.png);
    background-size: 80% 70%;
    background-position: top;
    background-repeat: no-repeat;
  }

  .solution-left img {
    width: 100%;
  }

  .solution-right {
    width: 100%;
  }

  .cyber-button {
    padding: 50px 50px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50px;
  }

  .cyber-left {
    width: 100%;
  }

  .cyber-left h2 {
    text-align: center;
    font-weight: 600;
  }

  .hero-btn-section input {
    padding-left: 15px;
    width: 90%;
    height: 65px;
    margin-left: 0px;
  }

  .submit-btn {
    position: absolute;
    right: 7%;
    top: 5px;
  }

  /* cyber security page end */

  /* 768 css */
  td:first-child {
    padding-left: 26px;
    font-size: 15px;
  }

  /* snake section line */
  .snake {
    display: none;
  }

  .side-icon {
    display: none;
  }

  /* snake section line */
  .block {
    display: none;
  }

  .none {
    display: block;
  }

  .freq {
    flex-direction: column;
  }

  .freq-left {
    width: 100%;
  }

  .freq-right {
    width: 100%;
  }

  .simples > .blue-sect > .first-one > h2 {
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
  }

  .simples > .blue-sect > .first-one > p {
    display: none;
  }

  .simples > .blue-sect > .second-one > h5 {
    font-size: 19px;
  }

  .simples > .blue-sect {
    padding: 20px 15px;
    gap: 25px;
  }

  .big-one > .big-start > .up-part {
    gap: 10px;
    padding: 0px 30px;
    padding-bottom: 10px;
  }

  .simples > .blue-sect > .second-one > .dollar-again > h1 {
    font-size: 33px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > .dollar-again > span {
    font-size: 14px;
    text-align: center;
  }

  .simples > .blue-sect > .second-one > .dollar-again {
    margin-top: 10px;
  }

  .simples > .blue-sect > .second-one > .dollar-again > p {
    font-size: 16px;
  }

  .big-one > .big-start > .up-part > p {
    font-size: 16px;
  }

  /* g w start */
  .calculate {
    margin-top: 0px;
    padding: 40px 20px;
  }

  /* g w end */
  /* aalain contact 2 page starts here */
  .under-b-frm {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 120px;
  }

  .mesage {
    display: none;
  }

  .frm-start {
    width: 90%;
  }

  .host1 > p > br {
    display: none;
  }
  .frm-start {
    /* margin-top: 100px; */
    margin: 50px auto 0px auto;
  }

  /* .under-b-frm .host1 h3 {
    text-align: center;
  } */
  /* aalain contact 2 page Ends here */

  .map .map-section .map-img {
    float: none;
    text-align: center;
    padding-right: 0px;
    /* left: 0; */
  }
  /* added css aalain  */
  .need-section .need-left h4 br {
    display: none;
  }

  /* jump cloud newly added section media query  */
  /* .key1-part {
    flex-direction: column;
    gap: 45px;
  }
  .key-features-sect .all-key-flex .key1-part .key1-part-left {
    width: 100%;
  }
  .key-features-sect .all-key-flex .key1-part .key1-part-right {
    width: 100%;
  }
  #changeon78 {
    flex-direction: column-reverse;
  }
  .key-features-sect .all-key-flex .key1-part .key1-part-left .key-part-img {
    width: 70%;
  }
  #sudden {
    margin: 0 auto;
  }
  .denger-image {
    display: none;
  }
  .logo img {
    height: 40px;
  }
  .upper-key-text p br {
    display: none;
  } */

  /* new added section in jumpcloud start*/
  .device-section br {
    display: none;
  }
  .device-section .device-all .jdivflex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .device-section .device-all .jdivflex .jdiv {
    width: 400px;
  }

  .device-section .device-all .device-card .device-top {
    width: 400px;
    padding: 50px 20px;
  }

  .device-section .device-all .device-card .device-bottom {
    width: 400px;
    padding: 30px 20px;
  }

  .device-section .device-all .jdevice-b {
    margin-top: 0px;
  }
  /* new added section in jumpcloud end*/
}
@media screen and (max-width: 716px) {
  .menu {
    top: 71px;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
  }

  h2 {
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
  }

  h3 {
    font-size: 28px;
  }

  .cyber-hero-section h1 {
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
  }

  .cyber-hero-section p {
    font-size: 18px;
    line-height: 24px;
  }

  .alert-image {
    display: none;
  }

  .denger-image {
    display: none;
  }

  /* home page start */
  .need-section {
    background-color: #f0f6ff;
    padding: 50px 35px;
    background-image: none;
  }

  .need-section .need-left h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .need-section .need-right a {
    font-size: 24px;
    font-weight: 600;
  }

  /* home page end */
  /* about page start */
  .startup-section .st-h1 {
    font-size: 32px;
    line-height: 54px;
    font-weight: 700;
  }

  .ourpar-section .ourp-right {
    gap: 18px;
  }

  /* about page end */
  /* g-w page start */
  .hero-start > h1 {
    font-size: 30px;
    line-height: 43px;
    margin-top: 171px;
    font-weight: 700;
  }

  .hero-start > h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-start > .toggle-btn {
    margin-top: 35px;
  }

  .hero-start br {
    display: none;
  }

  /* g w page end */
  /* jump-cloud page start */
  .jump-cloud-main h1 {
    font-size: 32px;
    line-height: 54px;
    font-weight: 700;
  }

  .business-main {
    padding-top: 0px;
  }

  .offer-back {
    margin: 50px 0px;
  }

  .know-about-card {
    padding: 40px 0px;
  }

  .know-about-card {
    gap: 50px;
  }

  .offer-main br {
    display: none;
  }

  /* jump-cloud page end*/
  /* cold section start */
  .cold-card {
    width: 100%;
  }

  .navbar {
    padding: 18px 20px 33px 20px;
  }

  .upper {
    text-align: center;
    padding-top: 190px;
  }

  .upper > h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    padding-bottom: 20px !important ;
  }

  .upper > h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .in-img1 {
    position: absolute;
    top: 0%;
    left: -2%;
    width: 16%;
  }

  .in-img3 {
    position: absolute;
    top: 28%;
    right: 30%;
    width: 16%;
  }

  /* cold section end */

  /* unbeatable section start */
  .unbeatable-sec .unbeat-card .unbeat-box .unbaet-a {
    margin-top: 30px;
    text-align: left;
  }

  .unbeatable-sec .unbeat-card .unbeat-box {
    padding: 40px 20px;
  }

  .unbeatable-sec .unbeat-card .unbeat-box .unb-left {
    padding-top: 0px;
  }

  /* unbeatable section end */
  /* .navbar {
    margin: 25px auto 0px auto;
  } */

  /* about section start */
  /* journey section start */
  .journey-sec .jour-right .jour-rleft .jour-img {
    margin-bottom: 60px;
    display: none;
  }
  /* .col-h2 {
    color: var(--primary-color) !important;
    font-size: 26px !important;
    line-height: 39px !important;
    font-weight: 700 !important;
    letter-spacing: 0.224px !important;
  } */
  .sub-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.2024px;
    text-align: center;
    color: #000;
    margin-top: 10px;
  }
  .journey-sec .jour-right .jour-rright .jour-imgdis {
    display: block;
    margin-top: 60px;
  }

  /* journey section end */

  /* surprice serction start */
  .surprise-sec .surpri-top {
    display: none;
  }

  .surprise-sec .surp-mobile {
    display: block;
  }

  /* surprice section end */
  /* add section start */

  .add-sec .add-section {
    padding: 40px 20px;
    flex-wrap: wrap;
  }

  .add-sec .add-section .adds-left {
    width: 100%;
  }

  .add-sec .add-section .adds-right {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  /* add section end */

  /* domain section start */
  .domain-section .card .domain-link span {
    padding-left: 0px;
  }

  /* domain section end */
  /* about section end */

  /* g w page start */
  .domain > .domain-card-start > .domain-card > .d-btn {
    /* justify-content: center; */
    text-align: left;
  }

  .transparent {
    width: 100%;
  }

  .color-white {
    width: 200px;
  }

  .big-start .adf-a {
    padding: 8px 8px;
    font-size: 14px;
    display: block;
    line-height: 15px;
  }

  /* g w page end */

  /* 540 css */

  .domain > .domain-card-start > .domain-card > .d-btn > .btn-trans {
    display: none;
  }
  .upper > .notgettingspan {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: #626262;
    padding-top: 100px !important;
  }
  #onlyonecenter {
    text-align: center;
  }
  .domain > .domain-card-start > .domain-card > .d-btn > .btn-white {
    width: 100%;
  }

  .under-b-frm {
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
  }
  .under-b-frm .underbfrn-con {
    width: 100%;
  }
  .under-b-frm .underbfrn-con1 {
    width: 100%;
  }
  .under-b-frm .host1 h3 {
    text-align: center;
  }
  .under-b-frm .host1 p {
    text-align: center;
    margin-top: 20px;
  }
  /* workspace page css added by aalain */
  .simples > .blue-sect > .first-one > span {
    font-size: 17px;
    line-height: 30px;
  }
  .simples > .blue-sect > .second-one > span {
    font-size: 17px;
  }

  .simples > .blue-sect > .second-one > .dollar-again {
    margin-top: 10px;
  }
  .simples > .blue-sect > .second-one > .dollar-again > p {
    font-size: 16px;
  }
  .simples > .blue-sect > .second-one > .dollar-again > p {
    font-size: 16px;
  }
  /* aalain home page added css */
  .add-sec .add-section {
    flex-direction: column;
  }
  .reason-section {
    height: auto;
    padding: 50px 40px;
  }

  .reason-section .card .card-container {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
  }

  .reason-section .card .card-container .box {
    text-align: center;
  }

  .reason-section .card .card-container .box p.box-sub {
    text-align: center;
    font-size: 45px;
    line-height: 69px;
    font-weight: 800;
  }

  .reason-section .card .card-container .box hr {
    display: none;
  }
  .reason-section .card .card-container .box p {
    text-align: center;
  }
  p.sectoin-3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
  }
  .reason-section {
    /* background-image: url(../images/hreason.png); */
    /* background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 88px 80px; */
    /* height: 449px; */
    background-color: var(--primary-color);
    border-radius: 20px;
  }
  .reason-section .card .card-container .box p {
    margin-top: 0;
  }
  .st-img2 {
    display: none;
  }
  /* .st-h1 {
    display: none;
  } */
  #diif-call {
    display: block;
    margin-top: 150px;
  }
  .buy-section .buy-card .buy-box .by-b {
    padding-left: 45px;
    padding-top: 72px;
  }

  .buy-section .buy-card .buy-box {
    width: 250px;
    height: 260px;
  }
  .buy-section .buy-card .buy-box h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
  }

  .buy-section .buy-cont .buy-card {
    padding: 0;
  }
  .startup-section .st-button .startup-a {
    display: flex;
    justify-content: flex-start;
  }
  .hero-start > span {
    font-size: 18px;
    line-height: 32px;
  }
  .freq-left > span {
    font-size: 45px;
    line-height: 64px;
  }
  .jump-cloud-main h1 br {
    display: none;
  }
  .demo-btn {
    margin-top: 40px;
  }

  .nav-p p {
    font-size: 13px;
  }

  p.adds-sub {
    line-height: 39px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
  p.devloper,
  .cyber-solution-main h2 {
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
  }
  .add-sec {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  #changes {
    flex-direction: column-reverse;
    font-size: 34px;
  }
  .h2-mview {
    font-size: 28px !important;
    line-height: 39px !important;
    font-weight: 700 !important;
  }
}

@media screen and (max-width: 448px) {
  /* home page start */
  .br {
    display: block;
  }
  /* p.sub {
    font-size: 26px;
    line-height: 39px;
    font-weight: 700;
  } */
  /* home page end */
  .freq-left > h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
  }

  /* footer section */
  .f4-3 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .f4-2 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .f4-1-star {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fproduct-3 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fproduct-2 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .footer-icon-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-main .footer-card-section .fcard-all {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-our-product {
    gap: 15px;
  }

  .footer-icon-section {
    padding: 10px 0px;
  }

  .f4-3 {
    gap: 10px;
  }

  /* footer section */
  .reason-section {
    padding: 50px 20px;
  }

  .reason-section .card .card-container .box p {
    text-align: center;
  }

  .reason-section .card .card-container .box h2 {
    text-align: center;
  }

  .email-section .email-left .e-price {
    width: 100%;
  }

  .email-section .email-left a {
    width: 100%;
  }

  .email-section .email-right .right-img img {
    width: 100%;
  }

  .email-section .email-right .email-rcon {
    margin-top: 25px;
  }

  /* .need-section {
    padding: 50px 20px;
  } */

  .down {
    /* margin-top: 20px; */
    margin-left: 34px;
  }
  .up {
    margin-bottom: 0px;
  }
  .flex-c {
    height: 90px;
    width: 90px;
    padding: 10px;
  }

  .flex-c p {
    line-height: 20px;
  }

  .cold-card {
    padding: 30px 20px 50px 20px;
  }

  .cold-right > h4 {
    font-size: 30px;
  }

  .lower-in {
    width: 100%;
  }

  .main-bg-in {
    width: 100%;
    /* position: relative; */
  }

  .lower-in > .main-bg-in > img {
    width: 100%;
  }

  .lower-in .main-bg-in .in-img-all {
    display: none;
  }

  .startup-section .start-seller {
    gap: 0px;
  }

  /* country section start */
  .country-sec .count-all {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }

  .country-sec .count-all .count-a a {
    font-size: 13px;
  }

  /* country section end */

  /* business section */
  .business-main img {
    width: 100%;
  }

  /* business section */

  /* jumpcloud hero section  */

  /* jumpcloud hero section */
  /* aalain media query google workspace page starts here */

  .simples > .blue-sect > .second-one > .dollar-again > span > #nth {
    display: none;
  }

  .simples > .blue-sect {
    padding: 20px 15px;
    gap: 0px !important;
  }

  .simples > .blue-sect > .first-one > h2 {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    /* 'rl' stands for right-to-left */
    transform: rotate(-90deg);
    /* For some browsers */
    line-height: 24px;
    position: relative;
    top: 35px;
  }

  .simples > .blue-sect > .second-one > h5 {
    font-size: 16px !important;
  }

  .simples > .blue-sect > .second-one > .dollar-again > p {
    font-size: 14px;
  }

  .simples > .blue-sect > .second-one > .dollar-again > h1 {
    font-size: 23px !important;
    text-align: center;
  }

  /* cyber security page start */
  .mobile-right {
    padding: 8px 8px 8px 12px;
  }

  .cyber-button {
    padding: 50px 25px;
  }

  .hero-btn-section input {
    width: 90%;
  }

  .submit-btn {
    right: 7%;
  }

  /* cyber security end start */

  /* 440 css */
  .card-work > .card-one {
    width: 100%;
  }

  .map .map-section .map-left {
    width: 100%;
  }
  /* .menu {
    margin-top: 30px;
  } */

  .jump-card-llp {
    width: 350px;
  }

  /* new added section in jumpcloud start*/
  .device-section .device-all .jdivflex .jdiv {
    width: 100%;
  }

  .device-section
    .device-all
    .device-cardall
    .device-topall
    .device-conimg
    img {
    width: 75%;
  }
  .device-section .device-all .device-card .device-top {
    width: 100%;
    padding: 50px 20px;
  }

  .device-section .device-all .device-card .device-bottom {
    width: 100%;
    padding: 30px 20px;
  }
  .device-section .device-all h2 {
    font-size: 48px;
    line-height: 55px;
  }
  /* new added section in jumpcloud end*/

  .need-section .added-btn a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
  }
}

/* aalain workspace page table media query starts here */

@media screen and (max-width: 375px) {
  .country-sec .count-all .count-a a {
    padding: 6px 12px;
    font-size: 10px;
    width: 107px;
  }
  .frm-start {
    /* margin-top: 100px; */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* aalain workspace page table media query Ends here */
@media screen and (max-width: 945px) {
}
