
body {
    font-family: Arial, sans-serif;
}

p {
    font-size: 1vw;
}

h3 {
    font-size: 2vw;
}

h2 {
    font-size: 2.2vw;
}

h5 {
    font-size: 1.5vw;
}

.buttonWhite {
    background-color: #fff;
    /*padding: 15px 38px;*/
    padding: 1vw 2vw;
    color: #3AB98C;
    border: 0.1vw solid #3AB98C;
    flex: 1;
    text-align: center;
    margin-left: 1vw;
    font-size: 1vw;
}

.buttonWhite:hover {
    background-color: #fff;
    /*padding: 15px 38px;*/
    padding: 1vw 2vw;
    color: #3AB98C;
    border: 0.1vw solid #3AB98C;
    flex: 1;
    text-align: center;
    margin-left: 1vw;
    font-size: 1vw;
}

.buttonGreen {
    background-color: #3AB98C;
    /*padding: 16px 39px;*/
    padding: 1vw 2vw;
    color: #fff;
    flex: 1;
    /*width: 200%;*/
    text-align: center;
    font-size: 1vw;
}

.buttonGreen:hover {
    background-color: #3AB98C;
    /*padding: 16px 39px;*/
    padding: 1vw 2vw;
    color: #fff;
    flex: 1;
    width: 200%;
    text-align: center;
}

.button_green_medium {
    border-radius: 25px;
    background-color: #3AB98C;
    padding: 0.5vw 1vw;
    color: #fff;
    font-size: 1vw;
}

.button_green_medium:hover {
    border-radius: 25px;
    background-color: #3AB98C;
    /*padding: 8px 20px;*/
    padding: 0.5vw 1vw;
    color: #fff;
}

.sections {
    /*margin-left: 10%;*/
    margin-left: 3.4375vw;
    margin-right: 3.4375vw;

    display: flex;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .card-group.card-group-scroll2 {
        overflow-x: hidden;
        flex-wrap: nowrap;
    }

    .card-group.card-group-scroll2 > .card {
        flex-basis: 100%;
    }
}


@media (min-width: 576px) {
    .card-group.card-group-scroll {
        overflow-x: hidden;
        flex-wrap: nowrap;
    }

    .card-group.card-group-scroll > .card {
        flex-basis: 35%;
    }
}

.dot {
    height: 1.6vw;
    width: 1.6vw;
    background-color: #3AB98C;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.dot_red {
    height: 1.6vw;
    width: 1.6vw;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.dot_blue {
    height: 1.6vw;
    width: 1.6vw;
    background-color: #002aff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.dot_yellow {
    height: 1.6vw;
    width: 1.6vw;
    background-color: #dbdb02;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.img_logo {
    height: 1vw;
    width: 1vw;
    margin-top: 20%;
}

.card {
    margin-right: 20px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: grey;
}

.card > .card-body {
    border-radius: 25px;
    padding: 2vw;
}

.button_school {
    display: inline-block;
    background-color: #fff;
    width: 6vw;
    height: 3vw;
    border-style: groove;
    margin-right: 2%;
    border-radius: 10px;
    color: #eeeded;
}

.button_school:focus {
    display: inline-block;
    background-color: #fff;
    width: 6vw;
    height: 3vw;
    border-style: groove;
    margin-right: 2%;
    border-radius: 10px;
    color: #3AB98C;
    box-shadow: 0px 0px 8px #3AB98C;
    -moz-box-shadow: 0px 0px 8px #3AB98C;
    -webkit-box-shadow: 0px 0px 8px #3AB98C;
    outline: none;
}

.img_button_school {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: block;
}

.pricing_section {
    width: 30%;
    height: 30vw;
    margin-right: 3%;
    border-radius: 10px;
    font-size: 1vw;
}

.pricing_section:focus {
    height: 120%;
    margin-right: 3%;
    border-radius: 10px;
    background-color: #3AB98C;
    outline: none;
    color: #fff;
    font-size: 1vw;
    padding: 1% 2% 5%;
}

.pricing_buttonWhite {
    background-color: #fff;
    padding: 1vw 2vw;
    color: #3AB98C;
    border: 1px solid #3AB98C;
    flex: 1;
    text-align: center;
    margin-left: 4%;
    font-size: 1.1vw;
}

.pricing_buttonWhite:hover {
    background-color: #fff;
    padding: 1vw 2vw;
    color: #3AB98C;
    border: 1px solid #3AB98C;
    flex: 1;
    text-align: center;
    margin-left: 4%;
    font-size: 1.1vw;
}

/* inViewport */

[data-inviewport="scale-in"] {
    transition: 1s;
    transform: scale(0.98);
}

[data-inviewport="scale-in"].is-inViewport {
    transform: scale(1);
}

.body_container {
    height: 799px;
    background: transparent linear-gradient(137deg, #DFF2EE 0%, var(--unnamed-color-f1f5ff) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(137deg, #DFF2EE 0%, #F1F5FF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.mac_mockup {
    top: 99px;
    left: 519px;
    width: 852px;
    height: 640px;
    background: transparent url('../../images/portable_mac_mockup.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.title_slider {
    top: 226px;
    margin-top: 126px;
    left: 44px;
    width: 443px;

    /*  height: 105px;*/

    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 43px !important;
    line-height: 50px;
    letter-spacing: 0px;
    color: #24224E;
    opacity: 1;
}

.text_slider {
    top: 349px;
    margin-top: 18px;
    left: 44px;
    width: 495px;
    /*height: 170px;*/

    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    line-height: 28px;
    letter-spacing: 0px;
    color: #494E70;
}

.form-group {
    margin-top: 29px;
}

.btn-demo {
    top: 548px;
    left: 44px;
    width: 226px;
    height: 80px;
    background: #3AB98D 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
}

.btn-video {
    top: 548px;
    left: 282px;
    margin-left: 12px;
    width: 264px;
    height: 80px;
    border: 1px solid #181F4B;
    border-radius: 11px;
    opacity: 1;
}

.txt-btn-demo {
    top: 576px;
    left: 76px;
    width: 169px;
    height: 22px;
    margin: 28px 25px 32px 30px;
    /*   margin-top:28px ;
       margin-bottom:30px ;
       margin-left: 32px;
       margin-right: 25px;*/

    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;

    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;

}

.txt-btn-video {
    top: 577px;
    left: 353px;
    width: 177px;
    height: 22px;
    margin: 28px 12px 32px 29px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #181F4B;
    text-transform: lowercase;
    opacity: 1;

}

.play_icon {
    top: 573px;
    margin-left: 25px;
    left: 310px;
    width: 31px;
    height: 31px;

    background: transparent url('../../images/play.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}
.book_icon{
    margin-top: -9vw;
    margin-left: 36vw;
    width: 94px;
    height: 170px;
     background: transparent url('../../images/book.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
}
.protractor_icon{
    margin-top: 45vw;
    margin-left: 21vw;
    width: 170px;
    height: 144px;
    transform: matrix(0.97, -0.22, 0.22, 0.97, 0, 0);
    background: transparent url('../../images/protractor.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
}

.section_one {
    opacity: 1;
    opacity: 1;
    height: 65%;
    margin-bottom: 71px;
}

.section_two {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    opacity: 1;
    height: 65%;
    margin-bottom: 120px;
}

.section_three {
    background: transparent linear-gradient(137deg, #DFF2EE 0%, #F1F5FF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 65%;
    padding-bottom: 49px;
}
.section_four {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 65%;
}

.title_service {
    top: 1526px;
    left: 44px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 19px !important;
    letter-spacing: 0px;
    color: #3AB98D;
    text-transform: uppercase;
    opacity: 1;
}

.title_section {
    top: 1558px;
    left: 44px;
    width: 488px;
    height: 41px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 34px !important;
    line-height: 50px;
    letter-spacing: 0px;
    color: #181F4B;
    opacity: 1;
}

.text_section {
    margin-top: 18px;

    left: 44px;
    width: 593px;
    /* height: 174px;*/

    text-align: left;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    line-height: 28px;
    letter-spacing: 0px;
    color: #494E70;

}

/* default rectange */
.rect {
    width: 180px;
    height: 203px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    margin-left: 11%;
    /* box-shadow: 0px -1px 19px #00000014;*/
    opacity: 1;
}

.rect_two {
    margin-top: -25px;
}

.rect:hover {
    box-shadow: 0px -1px 19px #00000014;
}

.rect_icon {
    width: 66px;
    height: 50%;
    margin-top: 41px;
    margin-left: 40%;
    /*  margin-bottom:121px ;
      margin-right:56px ;*/
    background-position: center !important;
    background: transparent url('../../images/icons/eyes.png') 0% 0% no-repeat padding-box;
    opacity: 1;

}

.rect_txt {
    top: 1531px;
    margin-left: 27%;
    width: 152px;
    height: 50%;
    text-align: center;
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.16px;
    color: #303030;
    opacity: 1;
}


/* rect modules  */

.rect-module {
    width: 285px;
    height: 152px;
    margin-top: 21px;
    background: #FDFEFE 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 11px;
    opacity: 1;
    margin-right: 21px;
}

.rect-module:hover {
    box-shadow: 0px 2px 7px #3AB98D52;
}

.first-rect-module {
    margin-top: 71px !important;
}

.rect-module-icon {

    margin-top: 34px;
    margin-left: 30px;
    width: 55px;
    height: 48px;
    opacity: 1;
}

.rect-module-txt {

    width: 227px;
    height: 22px;
    margin-top: 15px;
    margin-left: 30px;
    text-align: left;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    color: #181F4B;
    opacity: 1;
}


/*  H-sections */

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #f8f8f8;
}

.section-container {
    margin-top: 3%;
    display: flex;
    margin-left: 10.4375vw  !important;
    display: flex;
    width: 100%;
    margin: auto;
}

.mobile-app .title {
    text-align: left;
    font: normal normal bold 20px/49px Roboto;
    letter-spacing: 0px;
    color: #3ab98d;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 70px;
    font-family: Roboto, sans-serif !important;
}

.mobile-app .heading p {
    letter-spacing: 0px;
    color: #181f4b;
    opacity: 1;
    font-size: 34px;
    font-weight: 700;
    width: 82%;
    line-height: 1.4;
}

.mobile-app .detail p {
    text-align: left;
    letter-spacing: 0px;
    color: #494e70;
    opacity: 1;
    font-size: 18px;
    font-family: Roboto, sans-serif !important;
    width: 67%;
    margin-top: 14px;
    line-height: 1.8;
}

.details-section {
    width: 47vw;
   /* margin-left: 40px;*/
    margin-left: -6.5625vw;


}

.details-section h2 {
    letter-spacing: 0px;
    color: #181f4b;
    opacity: 1;
    font-size: 34px;
    font-weight: 700;
  /*  width: 82%;*/
}

.details-section p {
    text-align: left;
    letter-spacing: 0px;
    color: #494e70;
    opacity: 1;
   /* font-size: 18px;*/
    font-family: Roboto, sans-serif !important;

    margin-top: 14px;
    line-height: 1.8;
    font-size: 16px;
}
.deal-counter {
    padding-left: 10vw;

}

.deal-counter p {
    padding: 3rem;
    /* background: #ff5722; */
    background-color: #fff5db;
    width: 400px;
    width: 44rem;
    background: #fff5db;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    color: #fd9207;
    font-size: 66px;
    font-family: Roboto, sans-serif !important;
    /* margin-left: 0rem; */
    padding-left: 2px;
}

.deal-counter h4 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #181f4b;
    font-weight: 500;
    margin-bottom: 2rem;
}

.promo-section {
    padding-top: 10rem;
}
.vz-btn {
    padding: 20px !important;
    font-size: 18px !important;
    font-family: Roboto, sans-serif !important;
    margin-top: 32px;
    margin-bottom: 70px;
    margin-right: 12px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.learn-more-btn {
    width: 200px;
}
.vz-btn-green {
    background-color: #32ba8d !important;
    border-color: #32ba8d !important;
    color: white !important;
}

/*  pricing pack */

.pack_container {
   /* width: 100%;*/
    margin: auto;
    margin-top: 50px;
    padding-bottom: 4rem;
    margin-left: 3.4375vw;
    margin-right: 3.4375vw;

}

.pack_container em{
    font-style: normal;
}

.plan {
    width: 19.94vw;
    border: 1px #bbc1e7 solid;
    padding: 2rem;
    /* width: 383px; */
    border-radius: 11px;
    flex-basis: 383px;
}

.pricing-features {
    /* background-color: tomato; */
    margin-left: -4rem;
}

.pricing-features li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
    /* background-color: yellow; */
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    margin-bottom: 23px;
}
.pricing-features img {
    height: 20px;
    width: 20px;
}

.tarification_pack {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 2.4rem;
}
.pack_detail {
    width: 100%;
    margin: auto;
}

.plan_action {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}
.plan_detail {
    margin-top: 32px;
    margin-left: 7px;
}

.plan_title {
    margin-top: 22px;
}
.tarification_pack .plan_title h4 {
    font-size: 28px;
    font-family: Roboto, sans-serif !important;
    color: #0a2259;
    font-weight: bold;
    margin-left: 4px;
}

.request_invoice_btn {
    width: 336px;
    background: #f8fafc !important;
    height: 67px;
    color: #181f4b !important;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
}

.request_demo_btn{
    background-color: #3AB98D !important;
    color: white !important;
    border-radius: 6px !important;
}

.pack_heading {
    margin-bottom: 17px;
}

.pack_heading h2 {
    color: #181f4b;
    font-size: 43px;
    font-family: Roboto, sans-serif !important;
    font-weight: 600;
}
.pack_overview {
    /* width: 626px; */
    margin-bottom: 53px;
    width: 66rem;
}

.pack_overview p{
    color: #494E70;
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
}


.featured_pack {
    display: flex;
    gap: 1.2rem;
    width: 182px;
    background-color: #FFF5DB;
    padding: 1rem;
    /* padding-top: 2rem; */
    /* align-items: center; */
    justify-content: center;
    border-radius: 16px;
    margin-top: 10px;
    height: 45px;
}

.featured_pack img {
    height: 22px;
    width: 22px;
}

.featured_pack p {
    color: #FD9207;
    font-size: 18px;
    font-family: Roboto, sans-serif !important;
}

.default-plan{
    /* height: 728px;   */
    height: 80%
}

.plan .why{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: baseline;
    margin-left: 3rem;
    margin-top: -2rem;
}
.plan .why p{
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    color: #707493;
}

.plan .why a{
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    color: #0A2259;
    text-decoration: underline;
}

.premium_pack{
    border: 2px #32BA8D solid;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.disabled_item{
    color: #B7BCD9;
}

.more_info{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16rem;
    gap: 2rem;
}

.more_info p{
    font-size: 23px;
    font-family: Roboto, sans-serif !important;
    color: #5B5F79;
}

.more_info a{
    color: #32BA8D;
    font-size: 23px;
    font-weight: bold;
    margin-top: -1rem;

}
.plan:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* END pricing pack */


.mobile-app .heading p {
    letter-spacing: 0px;
    color: #181f4b;
    opacity: 1;
    font-size: 34px;
    font-weight: 700;
    /* width: 82%; */
    line-height: 1.4;
    width: auto !important;
}
.img-section{
    width: 21vw;
}
.img_size{
  /*  margin-left: -10rem;*/
    margin-left: 3rem;
}


/*  update ...*/

.section_margin{
    margin-left: 6rem; 
}

.book_icon {
    margin-top: -9vw;
    margin-left: 36vw;
    width: 94px;
    height: 170px;
    background: transparent url(../../images/book.png) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: relative;
    /* top: 52px; */
    top: 5rem;
}

.rect-module {
    width: 285px;
    height: 152px;
    margin-top: 21px;
    background: #FDFEFE 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 11px;
    opacity: 1;
    margin-right: 21px;
    width: auto !important;
}


.rect-module div{
    margin-left: 33px !important; 
}

.protractor_icon0 {
    /* margin-top: 45vw; */
/*    margin-left: 21vw;
    width: 170px;
    height: 144px;
    transform: matrix(0.97, -0.22, 0.22, 0.97, 0, 0);

    opacity: 1;
    position: relative;
    top: 9.4rem;
*/
    margin-left: 24vw;
    background-color: red;
    height: 150px;
    position: relative;
    top: 80px;
    background: transparent url(../../images/protractor.png) 0% 0% no-repeat padding-box;


}

.rect {
    height: 203px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    margin-left: 11%;
    opacity: 1;
    width: auto !important; 
}

.module_container .pack_detail{
    margin-left: 6rem;
}

.plan {
    width: 31.94vw;
    border: 1px #bbc1e7 solid;
    padding: 2rem;
    /* width: 383px; */
    border-radius: 11px;
    flex-basis: 477px;
    /* flex-basis: 70rem; */
}
.tarification_pack {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 2.4rem;
    /* gap: 2vw; */
    /* align-items: center; */
    justify-content: center;
}

.details-section {
    width: 47vw;
    /* margin-left: 40px; */
    margin-left: -8rem;
}
.section-container {
    margin-top: 3%;
    display: flex;
     margin-left: 0vw !important;
      padding-left: 10.4375vw !important;
    display: flex;
    width: 100%;
    margin: auto;
}