html {
    font-size: 10px;
}
body {
    width: 100%;
    position: relative;
}
.scroll-touch {
    -webkit-overflow-scrolling: touch;
}

/* || FONTS */

@font-face {
    font-family: Quicksand;
    src: url('../fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: QuicksandMedium;
    src: url('../fonts/Quicksand-Medium.ttf');
}

@font-face {
    font-family: QuicksandBold;
    src: url('../fonts/Quicksand-Bold.ttf');
}

@font-face {
    font-family: QuicksandSemiBold;
    src: url('../fonts/Quicksand-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: MontserratItalic;
    src: url('../fonts/Montserrat-Italic.ttf');
}

@font-face {
    font-family: MontserratlightItalic;
    src: url('../fonts/Montserrat-LightItalic.ttf');
}

@font-face {
    font-family: MontserratMedium;
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: MontserratMediumItalic;
    src: url('../fonts/Montserrat-MediumItalic.ttf');
}

@font-face {
    font-family: MontserratLight;
    src: url('../fonts/Montserrat-Light.ttf');
}

/*END FONTS  */
/* || GLOBAL ITEMS */
h1{
    font-family: Quicksand;
    font-size: 4.5rem;
}
h2{
    font-family: Quicksand;
    font-size: 3.5rem;
}
h3{
    font-family: Quicksand;
    font-size: 2.5rem;
}
.paragraf_h4,
h4{
    font-family: Quicksand;
    font-size: 2rem;
}
h6{
    font-family: Quicksand;
    font-size: 1.5rem;
}
p{
    font-family: Quicksand;
    font-size: 1.4rem;
}
.darkBlueButton{
    border-radius: 7.7px;
    background-color: #3959a1;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.greenButton{
    border-radius: 8.2px;
    background-color: #37a4a6;
    font-family: Quicksand;
    font-size: 1.4rem;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.greenButton:hover,
.darkBlueButton:hover{
    /* font-weight: bold; */
    color: #ffffff;
    text-decoration: none;
}
#mybar {
    width: 1%;
    height: 1.2rem;
    border-radius: 0.8rem;
    background-color: #4a90e2;

}
#progressivbar{
    text-align: center;
    align-items: center;
    background-color: rgb(239, 239, 239);
    height:  1.2rem;;
    width: 50%;
    border-radius: 0.8rem;
    z-index: 5;
    position: absolute;
}
/* cookie  */
.noticecookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
    display: none;
    font-size: 1.125rem;
    z-index: 99999999999;
}

/*OCTOBAR BANNER START*/


/* banner */
#popupBanner{
    /* opacity: 0; */
    padding: 0 !important;
}
#popupBanner .modal-content {
   width: 786px;
   height: 531px;
   /* new banner BCG */
   background-image: url('../images/Xmas-popup-background-01.svg');
   background-repeat: no-repeat;
}

#popupBanner .banner {
   max-width: 800px !important;
}

#popupBanner .container-fluid {
   height: 100%;
}
.model .close {
    position: absolute;
    right: .5vw;
 }
/* chrismes banner popup */
#popupBanner .banner_exit{
    position: absolute;
    right: 1.5vw;
    color: #368190;
    font-size: 3rem;
}
#popupBanner .banner_text{
    display: flex;
    justify-content: space-between;

}
#popupBanner .banner_text_right,
#popupBanner .banner_text_left{
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
#popupBanner .banner_text_left img:nth-child(1){
    display: block;
    width: 70%;
    margin:3rem auto 2rem;
}
#popupBanner .banner_text_right .banner_text_right-secend,
#popupBanner .banner_text_left .banner_text_left-first{
    position: relative;
}
#popupBanner .banner_text_left .banner_text_left-first h3{
    font-family: MontserratLight;

    font-size: 2rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.5px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 0.6rem 1.6rem 0.5rem 1.2rem;
    margin: 0;
}
#popupBanner .banner_text_left .banner_text_left-first h3 strong{
    letter-spacing: normal;
    font-family: MontserratMedium;

}

#popupBanner .banner_text_right .banner_text_right-secend img,
#popupBanner .banner_text_left .banner_text_left-first img{
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}
#popupBanner .banner_text_left .banner_text_left-secend{
    margin-top: 2rem;
}
#popupBanner .banner_text_left .banner_text_left-secend h3{
    font-family: MontserratLight;
    font-size: 2rem;
    /* font-weight: 300; */
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
#popupBanner .banner_text_left .banner_text_left-secend h3 span{
    font-size: 3.5rem;
    font-family: Montserrat;

}


#popupBanner .banner_text_right{
    flex-basis: 50%;
    align-items: flex-end;
}
#popupBanner .banner_text_right  .banner_text_right-first,
#popupBanner .banner_text_right  .banner_text_right-secend,
#popupBanner .banner_text_right  .banner_text_right-third{
    padding-right: 3rem;

}
#popupBanner .banner_text_right .banner_text_right-first{
    margin-top: 8rem;
}
#popupBanner .banner_text_right .banner_text_right-first h2{
    font-family: Montserrat;
    font-size: 3.6rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}
#popupBanner .banner_text_right .banner_text_right-first h2 strong{
    font-weight: bold;
    font-family: MontserratMedium;
}
#popupBanner .banner_text_right  .banner_text_right-secend{
    padding: 0.6rem 3rem 0.5rem 6.2rem;
    width: 80%;
}
#popupBanner .banner_text_right .banner_text_right-secend h3{
    font-family: MontserratMedium;
    font-size: 3.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: bold;
    letter-spacing: 8.01px;
    text-align: right;
    color: #ffffff;
    z-index: 2;
    position: relative;
}
#popupBanner .banner_text_right .banner_text_right-secend h3 span{
    font-size: 5.5rem;

}
#popupBanner .banner_text_right .banner_text_right-secend img{
    right: 0;
}
#popupBanner .banner_text_right .banner_text_right-third h3{
    font-family: MontserratLight;
    font-size: 4rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}
#popupBanner .banner_text_right  a{
    font-family: MontserratMedium;
    font-size: 2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.38px;
    text-align: left;
    color: #39808f;
    padding: 1rem 2rem;
    border: solid 1.5px #39808f;
    margin-right: 3rem;
    margin-top: 1rem;
}





/* #popupBanner .desc::before  {
   content: '';
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: top;
   background-color: #368190;
   -webkit-clip-path: polygon(100% 0, 83% 100%, 0 100%, 0 0);
   clip-path: polygon(100% 0, 83% 100%, 0 100%, 0 0);
}

#popupBanner .desc {
   display: flex;
   justify-content: center;
   flex-direction: column;
}

#popupBanner .desc .offer,
#popupBanner .desc .sign-up,
#popupBanner .desc .october,
#popupBanner .desc .free,
#popupBanner .desc .and,
#popupBanner .desc .sign-up-now,
#popupBanner .desc .term{
   z-index: 1;
   position: relative;
   color: #ffffff;
}

#popupBanner .desc .offer {
   font-family: MontserratMedium;
   font-size: 2rem;
}

#popupBanner .desc .sign-up {
   font-family: MontserratMediumItalic;
   font-size: 3.4rem;
}

#popupBanner .desc .plan {
   font-family: MontserratlightItalic;
   font-size: 5rem;
   color: #ffffff;
   background: #000000;
   -webkit-clip-path: polygon(100% 0, 96% 100%, 0 100%, 6% 0);
   clip-path: polygon(100% 0, 96% 100%, 0 100%, 6% 0);
   display: block !important;
}


#popupBanner .desc .shadows {
   filter: drop-shadow(12px 12px 1px rgba(50, 50, 0, 0.2));
}

#popupBanner .desc .free-request {
   background: #ffffff;
   -webkit-clip-path: polygon(100% 0, 96% 100%, 0 100%, 6% 0);
   clip-path: polygon(100% 0, 96% 100%, 0 100%, 6% 0);
}

#popupBanner .desc .october {
   font-family: MontserratItalic;
   font-size: 3rem;
}

#popupBanner .desc .free {
   color: #000000;
   font-family: MontserratlightItalic;
   font-size: 2.4rem;
   font-weight: 600;
   line-height: 1;
   text-align: left;
}

#popupBanner .desc .and {
   height: 85px;
   padding: 0 0 1rem 4.5rem;
}

#popupBanner .desc .sign-up-now {
   font-family: MontserratMedium;
   font-size: 2.2rem;
   padding: 12px 9px;
   border: 1px solid #ffffff;
}

#popupBanner .desc .sign-up-now:hover {
   text-decoration: none;
   background-color: #ffffff;
   color: #368190;
}

#popupBanner .desc .term {
   font-family: MontserratLight;
   font-size: 1.1rem;
}

#popupBanner .desc .term:hover {
   cursor: pointer;
}

.desc .bottom {
   margin-top: auto;
}
.desc .term button{
   background: transparent;
   border: none;
}

.desc .term button:focus {
   outline: none;
}

.popover {
   z-index: 9999999;
}
.popover-widget {
   top: -75px !important;
}

.popover-normal {
   top: 0 !important;
}

#popupBanner .model  span{
   font-size: 3rem;
   color: #368190;
} */



/* october widget */
/* .october-widget {
   position: fixed;
   left: 4vw;
   bottom: 5vh;
   width: 250px;
   display: none;
   z-index: 4;
}


.october-widget .widget-close {
   font-size: 3rem;
   color: #368190;
   position: absolute;
   left: .5rem;
   top: -2rem;
}

.october-widget .widget-close:hover {
   cursor: pointer;
}

#banner-info-widget {
   position: absolute;
   bottom: 0;
}
#banner-info:focus,
#banner-info-widget:focus {
   outline: unset;
   box-shadow: none
} */

/*OCTOBAR BANNER END*/


.noticecookie .btn{
    max-width: 150px !important;
    display: inline-block !important;
    margin-left: 20px !important;

}
.platforma_login:hover{
    cursor: pointer;
}
#chair #progressivbar {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#spinner-container,
#message-sent-container{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    display: none;
}

#spinner-container > div{
    padding-top: calc(50vh - 5em);
}

#spinner-container .spinner-border{
    width: 10rem;
    height: 10rem;
    border: 1em solid #007bff;
    border-right-color: transparent;
}

#spinner-container .spinner-border{
    width: 10rem;
    height: 10rem;
    border: 1em solid #007bff;
    border-right-color: transparent;
}

#message-sent-container > div{
    padding-top: calc(50vh - 10em);
}

#message-sent-container .message-sent{
    padding: 5rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

/* slider start */
#demoSlider,
#ourclients{
    padding-top: 5rem;
}

#ourclients .imgheight img{
    height: 10rem;
    object-fit: contain;
}

#demoSlider .carousel,
#ourclients .carousel {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#ourclients .carousel-inner .col-4 {
    /* height: 20rem; */
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    /*border:solid 2px blue ;*/
    /*padding: 0;*/
}
#demoSlider .btn-floating .arrow_left,
#ourclients .btn-floating .arrow_left{
    transform: rotate(180deg);
}

#demoSlider h3{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
    margin-bottom: 3rem;
}

#carousel .carousel-item .row{
    display: flex;
    justify-content: space-evenly;
    padding: 2rem 0;
}

#carousel .carousel-item .row .col-4,
#carousel .carousel-item .row .col-12{
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel .demo-item{
    height: 20rem;
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    padding: 0 1rem;
    border-radius: 16.5px;
    /*background: linear-gradient(to right,#ffffff , #F1F0ED);*/
    box-shadow: 2.7px 0 10px 0 rgba(111, 163, 144, .6);
    overflow: hidden;
}

#carousel .demo-item img{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    mix-blend-mode: multiply;
}

#carousel .demo-item a{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 50%;
    top: calc(50% - 1rem);
    left: 25%;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    background-color: #336aa1;
    font-size: 12pt;
}

/* slider end */
/*FONT SIZES*/

/*END FONT SIZES*/
section#greattool .greattool_img {
    margin: 40px 100px;
    box-shadow: 0px 0 20px 0 rgba(153, 153, 153, 0.6);
}
/* || SITEWIDE */

/* || PRICING */

/*.toggle-group {*/
/*    height: 25px;*/
/*}*/

.pricing-period {
    color: #3959a1;
    font-size: 1.6rem;
    font-family: Quicksand;
    cursor: pointer;
}

.period-active {
    /*font-family: QuicksandBold;*/
    text-shadow: 0 0 1px #333, 0 0 1px #333;
}


.toggle-group .toggle-on,
.toggle-group .toggle-off {
    background: #ededed;
    border: 1px solid #d0d0d0;
}

.toggle-handle {
    background: #3959a1;
    width: 20px;
    /*right: 10x;*/
    /*left: 10px;*/
    border-radius: 50%;
    border: 1px solid #d0d0d0;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios
{
    border-radius: 20px;
    margin-bottom: 1rem;
}



.pricing-save {
    display: none;
}

.pricing-background {
    background: linear-gradient(to right,#F1F0ED , #FFFFFF);
}

.pricing-text {
    position: absolute;
    left: 70px;
    top: 110px;
}

.heading-bold,
.heading-medium {
    font-size: 3.5rem;
    color: #3959a1;
}

.heading-bold {
    font-family: QuicksandBold;
}
.heading-medium {
    font-family: QuicksandMedium;
}

.pricing-content {
    color: #3959a1;
    line-height: 1;
}

.pricing-content {
    font-size: 2.5rem;
    font-family: Quicksand;
    line-height: 1.2;
    margin-bottom: 5rem;
}

.monthly-annual {
    margin-top: 10rem;
    /*margin-top: 7rem;*/
}

.monthly-annual button{
    width: 15rem;
    font-size: 2.5rem;
    font-family: QuicksandBold;
}

.button-monthly,
.button-annual {
    background-color: #3959a1;
    color: #0a285b;
}

.button-monthly {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.button-annual {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.button-monthly:hover,
.button-annual:hover {
    color: #0a285b;
}

.pricing-button-active {
    background-color: #37a4a6;
    color: white;
}

.pricing-button-active:hover {
    color: white;
}

.pricing-button-active:focus {
    box-shadow: none;
}

.pricing-list ul li{
    line-height: 1.3;
    padding-bottom: 2rem;
}

.pricing-list .list-headings  ul li {
    padding-bottom: 2rem;
}



.pricing-list .pricing-list-row {
    padding: 0;
    height: 590px;
    background-image: linear-gradient(20deg, #ffffff 0%, #e6e7e8 100%);
    box-shadow: 0 0 6px 0 rgba(111, 163, 144, 0.6);
    /*border-right: 2px solid #bfe2de;*/
}

.pricing-list .pricing-list-row:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*box-shadow: 0 0 6px 0 rgba(111, 163, 144, 0.6);*/
}

.pricing-list .pricing-last-row {
    background: #b9dfe0;
}

.pricing-list .pricing-list-row:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /*box-shadow: 0 0 6px 0 rgba(111, 163, 144, 0.6);*/
}


.pricing-list-row .pricing-list-heading{
    height: 10.4rem;
}

.green-line-heading {
    font-family: QuicksandBold;
    color: white;
    padding-top: 3px;
}


.pricing-list-heading {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.pricing-list-heading h4,
.pricing-list-heading p {
    color: #3959a1;
}

.pricing-list-heading h4 {
    font-family: QuicksandBold;
}

.pricing-list-heading p {
    font-family: Quicksand;
    margin-bottom: 0.5rem;;
}

.green-line {
    height: 3rem;
    background: #37a4a6;
}

.pricing-list-body ul {
    list-style-type: none;
    padding-left: 0;
}

.pricing-list-body ul li {
    font-family: Quicksand;
    font-size: 1.5rem;
    color: #3959a1;
}
.pricing-list-body .darkBlueButton {
    text-align: center;
    padding: 10px 0;
    width: 70%;
    font-family: QuicksandBold;
    font-size: 1.6rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.pricing-list-body .darkBlueButton:hover {
    color: white;
    text-decoration: none;
}

.pricing-list-body .unlimited-plan {
    color: #3959a1;
    transform: translate(0%, 90%);
}

#pricing .extend-list {
    font-family: QuicksandBold;
    font-size: 1.4rem;
    color: #3959a1;
}

.pricing-form-container {
    margin-top: 6.8rem;
    background: #336aa1;
}

.pricing-form-container h3 {
    color: white;
    font-family: QuicksandBold;
    margin: 5rem 0 3rem 0;
}


.pricing-form-container .form-control {
    border-radius: 10.4px;
    border: 1px solid #37a4a6;
    background-color: #ffffff;
    height: 4rem;
    font-size: 1.4rem;
    color: #37a4a6;
    padding-left: 1.5rem;
}

.pricing-form-container .form-control::placeholder {
    font-family: Quicksand;
    font-size: 1.4rem;
    color: #37a4a6;
}

.pricing-form-container #message {
    margin-top: 1.5rem;
    height: 15rem;
}

.pricing-form-container input[type = submit] {
    font-size: 1.4rem;
    font-family: QuicksandBold;
    background: #37a4a6;
    border-radius: 10.6px;
    border: 1px solid #37a4a6;
    padding: 0.9rem 4rem;
    color: white;
    margin: 2.5rem 0 6rem 0;
}


.extend-list:focus {
    box-shadow: none;
}

.pricing-list-mobile {
    margin: 5rem  0;
}

.pricing-list-mobile .gallery-cell  {
    height: 58rem;
    width: 70%;
}

/*.flickity-page-dots {*/
/*    display: none;*/
/*}*/

.flickity-button {
    color: #3959a1;
    background: transparent;
}
.flickity-button:hover {
    background: transparent;
}

.flickity-button:active {
    opacity: 1;
}

.gallery-cell {
    top: 5%;
}

.gallery-cell[class*="is-selected"] {
    border-radius: 30px;
    transform: translateY(-10px);
    height: 60rem;
    z-index: 1;
}

.gallery-cell:not(.is-selected) {
    background-image: linear-gradient(5deg, #ffffff -2%, #bcbec0 102%);
}

.gallery-cell:not(.is-selected) > .green-line {
    background: #77c1c2;
}
.gallery-cell:not(.is-selected):last-child {
    background: #b9dfe0;
}

.gallery-cell h4 {
    font-size: 2.2rem;
}

.gallery-cell .pricing-list-heading {
    padding-top: 2rem;
}
.gallery-cell .pricing-list-heading p {
    font-size: 1.6rem;
}

.gallery-cell .unlimited-plan {
    transform: translate(0%, 160%);
}

.flickity-viewport {
    height: 630px !important;
}


section#pricing  .vat_text{
    font-family: QuicksandMedium;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: center;
    color: #3959a1;
}
 /* section#pricing .pricing-list-body .custom_margin li:nth-child(1){
    margin-bottom: 1.4rem;
} */
/* section#pricing .pricing-list-body .custom_margin li:nth-child(6){
    margin-bottom: 2.2rem;
} */
section#pricing .pricing-desktop{
    flex-wrap: wrap;
}
section#pricing .pricing-desktop .pricing-list-row {
    flex-basis: 20%;
    position: relative;
}

    /*  END PRICING */


/* || EXTEND LIST MODAL */

.modal {
    z-index: 99999;
}

#comparePlansModal a {
    font-family: QuicksandBold;
}

#comparePlansModal span {
    font-family: Quicksand;
    font-size: 1.2rem;
}

#comparePlansModal .extend-list-heading {
    font-size: 2rem;
}

#comparePlansModal .modal-body .section-line {
    height: 35px;
}

#comparePlansModal .modal-body .times,
#comparePlansModal .modal-body .check {
    height: 38px;
}

#comparePlansModal .form-control{
    font-size: 1.25rem;
    padding: 2rem 1rem;
    color: #9e9e9e;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
}

#comparePlansModal .modal-body{
    position: relative;
    height: 80vh;
    overflow-y: scroll;
}

#comparePlansModal .modal-header .close{
    top: 0.5rem;
    right: 1rem;
}

#comparePlansModal div[class^="col-"]{
    margin: 0 !important;
    padding: 0 !important;
}

#comparePlansModal .modal-dialog{
    max-width: 90% ;
    margin: 0 5%;
    padding: 0 !important;
}

#comparePlansModal .modal-content,
#comparePlansModal .modal-header,
#comparePlansModal .modal-body,
#comparePlansModal .modal-footer{
    padding: 0 !important;
}

#comparePlansModal .modal-header{
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.09);
    background-color: rgba(185, 223, 224, 0.5);
}

#comparePlansModal .modal-header .nav-custom{
    align-items: center;
}

#comparePlansModal .modal-header .nav-custom a{
    color: #424a5c;
    font-size: 2rem !important;
    font-weight: bold;
    width: 25%;
    text-align: center;
    padding: 3rem 0;
    vertical-align: middle;
}

#comparePlansModal .modal-header .nav-custom a:hover,
#comparePlansModal .modal-header .nav-custom a:focus{
    text-decoration: none;
    pointer-events: none;
}

#comparePlansModal .modal-header .nav-custom a.active-link,
#comparePlansModal .modal-header .nav-custom a.disabled-link{
    pointer-events: auto;
}

#comparePlansModal .modal-header .nav-custom a.active-link{
    background-color: white;
    border: 1px solid #ededed;
    border-radius: 3px;
}

#comparePlansModal .compare-plans-img{
    display: block;
    float: left;
    width: 70%;
    padding: 2rem 5%;
}

#comparePlansModal .modal-body ul{
    list-style-type: none;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#comparePlansModal .modal-body ul.full-plan{
    width: 100% !important;
}

#comparePlansModal .modal-body ul li{
    padding: 1rem 2rem;
    border-right: solid 4px #ededed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word;
}

#comparePlansModal .modal-body ul li.section-line{
    border-right: none;
    text-align: left;
    background-color: #37A4A6 !important;
}

#comparePlansModal .modal-body ul li.section-line span{
    color: transparent;
}

#comparePlansModal .modal-body ul.column-titles li.section-line span{
    font-weight: 500;
    color: white;
}

#comparePlansModal .modal-body ul li span i{
    font-size: 2rem !important;
}

#comparePlansModal .modal-body ul li:nth-child(2n){
    background-color: rgba(185, 223, 224, 0.5);
}

#comparePlansModal .modal-body ul.column-titles li{
    text-align: left;
}

#comparePlansModal .modal-body ul li.check{
    color: #1BF077;
}

#comparePlansModal .modal-body ul li.times{
    color: #FF310D;
}

#comparePlansModal .modal-body ul.plan-1,
#comparePlansModal .modal-body ul.plan-2,
#comparePlansModal .modal-body ul.plan-3,
#comparePlansModal .modal-body ul.plan-4{
    width: 25%;
}

#comparePlansModal .modal-content,
#comparePlansModal .modal-header,
#comparePlansModal .modal-body,
#comparePlansModal .modal-footer {
    padding: 0 !important;
}

.modal-custom .modal-content {
    font-family: MontserratMedium;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.24);
    padding: 1rem ;
    color: #6a6a6a;
}

#comparePlansModal .modal-header .close {
    top: 0.5rem;
    right: 1rem;
}

#comparePlansModal .dollar-regular {
    font-family: Quicksand;
    font-size: 2rem;
}

.modal-custom .modal-header .close {
    position: absolute;
    top: -1rem;
    right: 0.15rem;
    padding: 1rem;
}

.modal-custom .modal-header .close span {
    font-size: 35px !important;
    /*color: #c5c5c5;*/
    color: white;
}

.modal-custom .modal-header {
    padding: 0 1rem;
    border: 0;
    position: relative;
}



#calculatePriceModal span,
#calculatePriceModal p,
#calculatePriceModal li,
#calculatePriceModal h5,
#calculatePriceModal label,
#calculatePriceModal .form-control {
    font-family: Quicksand;
}

#calculatePriceModal label,
#calculatePriceModal h5,
#calculatePriceModal p {
    font-weight: bold;
}

#calculatePriceModal ul {
    list-style-type: none;
    padding-left: 0;
}

#calculatePriceModal ul li {
    padding: 0.5rem 0;
}

#calculatePriceModal .form-control {
    font-size: 1.2rem;
}

#calculatePriceModal .modal-dialog {
    min-width: 398px !important;
}

#calculatePriceModal .modal-header h5 {
    font-size: 2rem !important;
    font-weight: bold;
    padding: 1rem 0;
    color: #898989;
}

#calculatePriceModal .modal-body,
#calculatePriceModal .modal-footer,
#calculatePriceModal .modal-footer p,
#calculatePriceModal .modal-footer ul li {
    font-size: 1.3rem !important;
    color: #6a6a6a;
}

#calculatePriceModal select.form-control {
    padding: 0 1rem !important;
    height: 4rem;
}

.modal-custom h5,
.modal-custom .user-info label {
    font-size: 1.3rem !important;
    color: #6a6a6a;
    padding: 0;
    margin: 0;
}

.modal-custom .h5-blue {
    font-size: 2rem !important;
    font-weight: bold;
    color: #4a90e2;
}

#calculatePriceModal .modal-footer ul li {
    color: #9e9e9e;
}

.modal-custom .btn-main {
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    color: white !important;
    border-radius: 5px;
    padding:1rem 0;
}

.btn-main {
    border-radius: 0.8rem;
    border: 0;
    box-shadow: 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.11);
    background-color: #4a90e2;
    font-family: Quicksand;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.012rem;
    text-align: center;
    color: #ffffff;
}

#calculatePriceModal .modal-footer {
    padding: 1rem 1rem 0 1rem;
}

/*  END EXTEND LIST MODAL */

/*  END PRICING */

#contact-container h2 {
    color: #3959a1;
}
/* arsolutions */
#arsolutions {
    height:574px;
}
#arsolutions div {
    height: 100%;
}
#arsolutions .subTitle {
    font-family: Quicksand;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
#arsolutions .arsolutions-background-title {
    background-image: url('../images/phonecouch2.psd.png');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: calc(50% + 300px) -28%;
}
#arsolutions  .innerSub {
    font-family: Quicksand;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    font-weight: normal;
}
section#arsolutions .darkBlueButton,
section#arsolutions .greenButton{
    padding: 0.4rem 2rem;
    z-index: 1;
}
#arSolutionsShoe {
    /* height:574px; */
}
#arSolutionsShoe > div {
    height: 100%;
    padding-top:70px;
    padding-bottom:70px;
}
#arSolutionsShoe .arSolutionsShoe-background-title {
    background-image: url('../images/Rectangle\ 2.png'), url('../images/Rectangle\ 17.png');
    /* background-image: url('../images/Rectangle\ 2.png'); */
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: top, center;
    background-size: auto, cover;

}
#arSolutionsShoe #arBridgeTitle {
  font-family: Quicksand;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: left;
  color: #3959a1;
}
#arSolutionsShoe #arBridge {
    font-family: Quicksand;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
#arSolutionsShoeExample {
    height: 310px;
    /* width: 449px; */
}
#arSolutionsShoeExample img {
    width: 100%;
    box-shadow: 0px 0px 83px -36px;
}

#arSolutionsShoeExampleMobile {
    display: none !important;
}
#arSolutionsShoeExampleMobile img {
    width: 100%;
    box-shadow: 0px 0px 83px -36px;
}
#arSolutionsTechnology {
    padding-top: 50px;
    padding-bottom: 70px;

    background-image: url(../images/pie-size.psd.png);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    height: 654px;
}
#arSolutionsTechnology #techTitle {
    margin-top: 129px;
}
#arSolutionsTechnology #arTechTitle{
  font-family: Quicksand;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: left;
  color: #3959a1;
  padding-bottom: 20px;
}
#arSolutionsTechnology #arTech{
    font-family: Quicksand;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
#arElevate .collab-background-arElevate {
    /* background-image: url(../images/ARsolution.psd.png);
    background-repeat: no-repeat;
    background-position: 47vw center; */
    /* background-size: cover; */
    padding-bottom: 60px;



    background-image: url('../images/Rectangle\ 2.png'), url('../images/ARsolution.psd.png');
    /* background-image: url('../images/Rectangle\ 2.png'); */
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: top, 47vw center;
    background-size: auto, auto;


}
#arElevate .bigTitle {
    font-family: Quicksand;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #3959a1;
    margin-top: 60px;
    max-width: 580px;
}
#arElevate .bigSubtitle {
    font-family: Quicksand;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #3959a1;
    margin-top: 27px;
    margin-bottom: 90px;
}
#arElevate .title {
    font-family: Quicksand;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #3959a1;
    margin-top: 20px;
    margin-bottom: 20px;
}
#arElevate .subtitle {
  font-family: Quicksand;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3959a1;
  margin-bottom: 20px;
}
#arElevate .purpleCircle {
    background-color: #314a9e;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    display: inline-block;

    position: relative;
    top: 2px;
    left: 5px;
}
#arElevate .greenCircle {
    background-color: #38bba8;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    display: inline-block;

    position: relative;
    top: 2px;
    left: 5px;
}
#arElevate #arPilot {
    width: 100%;
    padding-top:25px;
    padding-bottom:25px;
    border-radius: 9.5px;
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
    background-color: #ffffff;
    margin-top: 70px;
    justify-content: center;
    align-items: center;
}
#arElevate #arPilotTitle {
    font-family: Quicksand;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #314a9e;
    padding-right: 30px;
}
#arElevate #arPilotButton {
    padding: 7px 20px;
    border-radius: 8.2px;
    background-color: #37a4a6;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    margin-right: 20px;
}
/* || FAQ */

#blog-header,
#faq-header {
    margin: 6rem 0 9rem 0;
}

#faq-main {
    margin-bottom: 17rem;
}

#faq-header h1,
#faq-header h2 {
    color: #3959a1;
}

#faq-header h1 {
    font-size: 2.5rem;
}

#faq-header h2 {
    font-size: 2rem;
}


#faq-main h3,
#faq-header h1 {
    font-family: QuicksandBold;
}

#faq-header .search-wrapper .search input:focus {
    outline-color: white;
}

#faq-main h3 a {
    color: #3959a1;
    display: block;
}

#faq-main h3 a:hover {
    text-decoration: none;
}

#faq-main .arrow {
    width: 3rem;
    position: absolute;
    right: 20px;
    top: 30px;
}

#faq-main .arrow span{
    background: #37a4a6;
    width: 1.9rem;
    height: 0.5rem;
    top: 0;
}

.questions-container {
    box-shadow: 0 0 6px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(20deg, #ffffff 0%, #e6e7e8 100%);
}


#faqCollapse .list-group-item {
    border:none;
}


#faqCollapse .list-group-item {
    background: transparent;
    border-top: 1px solid #37a4a6;
}

#faqCollapse .question-response,
#faqCollapse .question {
    font-size: 2.2rem;
    color: #3959a1;
}

#faqCollapse .question {
    font-family: Quicksand;
}

#faqCollapse .question-response {
    font-family: QuicksandBold;
    line-height: 25px;
    display: none;
}

#faqCollapse .question:hover {
    text-decoration: none;
}

.question-heading {
    color: #3959a1;
}

/* END FAQ */

/*PENDING PAGE*/

#pending {
    height: 90vh;
}

#pending h1 {
    color: #3959a1;
    position: relative;
    top: 40%;
}

/* || BLOG */

.ql-font-montserrat {
    font-family: "Montserrat";
}

#blog-header h1 {
    font-family: QuicksandBold;
    color: #3959a1;
    font-size: 2.5rem;
}

#blog-header .custom_select_div {
    width: 100%;
    border-radius: 5.1px;
    box-shadow: 2.1px 0 8.3px 0 rgba(153, 153, 153, 0.6);
    border: solid 1px #38bba8;
    background-color: white;
    padding: 8px 15px;
}

#blog-main .blog-post {
    margin-bottom: 7.5rem;
}
#blog-main .blog-post a {
    text-decoration: none;
}

#blog-main .blog-post a:hover {
    font-weight:inherit;
}

#blog-main img,
.story-headline-image img {
    box-shadow: 10px 0 6px 0 rgba(111, 163, 144, 0.6) ,1px 0 6px 0 rgba(111, 163, 144, 0.6);
    border-radius: 20px;
}

#blog-main .blog-heading {
    font-family: QuicksandBold;
    color: #314a9e;
}

#blog-main .blog-content {
    font-size: 1.4rem;
    color: #3959a1;
}

#blog-main .darkBlueButton {
    padding: 4px 16px;
}

#blog-main .darkBlueButton:hover {
    color: white;
    text-decoration: none;
}

.story-date {
    color: rgb(0, 102, 204);;
}

.story-title {
    font-family: QuicksandBold;
    color: #314a9e;
    font-size: 4rem;
}

.story-subtitle {
    font-family: QuicksandMedium;
    color: #314a9e;
    font-size: 2rem;
}

#story .tag-list {
    margin-top: 5rem;
}

.tag-list .list-group-item {
    border: none;
}

#story .tag-list a {
    font-size: 1.4rem;
    color: #37a4a6;
}


#story .tag-list a:hover {
    text-shadow:0 0 .65px #333, 0 0 .65px #333;
    text-decoration: none;
}


.story-footer {
    margin-bottom: 7rem;
}

.story-footer p {
    font-size: 2rem;
}

.story-share-button {
    font-size: 1.4rem;
    background: #314a9e;
    color: white;
    border-radius: 5px;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.story-share-button:hover {
    color: white;
}

.ql-align-center {
    text-align: center;
}

#socialMediaModal .modal-dialog {
    width: 30rem;
    margin: auto;
}

#socialMediaModal .modal-content {
    border-radius: 15px;
}

#socialMediaModal .modal-header {
    border-bottom: none;
}

.media-button {
    border:none;
    background: white;
    margin: 0 1rem 2rem 1rem;
}

.media-button:focus {
    outline-color: white;
}

#socialMediaModal .close span{
    font-size: 2.5rem;
}

.media-button .fab,
.media-button .fas {
    font-size: 4rem;
}

.media-button .fa-twitter-square {
    color: #1c9deb;
}

.media-button .fa-facebook-square {
    color: #4064ad;
}

.media-button .fa-linkedin {
    color: #0078b1;
}

.media-button .fa-envelope-square {
    color: #cd372e;
}

.story-footer iframe {
    height: 350px !important;
    width: 600px !important;
    display: block;
}

/*editor iframe video*/
.ql-align-center {
    margin: auto;
}

/* END BLOG */


/* || HEADER */


header {
    background: white;
}

.sticky-top {
   z-index: 99999;
}

.navbar-toggler-icon .fa-times,
.navbar-toggler-icon .fa-bars{
    font-size: 2.5rem;
    color: #3959a1;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
}


.border-gradient,
.border-gradient-mobile {
    background: linear-gradient(to right, #314a9e, #336aa1 26%, #37a4a6 76%, #38bba8 100%) left bottom no-repeat;
    width: 100%;
    height: 2px;
}

.border-gradient-mobile {
    display: none;
}

.close-mobile-icon {
    display: none;
}

#navbar {
    bottom: 0;
    right: 0;
    position: absolute;
    flex-direction: column;
}

#navbar .nav-link {
    font-family: Quicksand;
    font-size: 1.4rem;
    color: #3959a1;
    padding-left: 2.5rem;
}

#navbar .nav-link:hover {
    font-weight: bold;
}

#navbar .navbar-smaller .nav-link {
    font-size: 1.6rem;
    color: #37a4a6;
}

#navbar .navbar-smaller .nav-link:hover {
    font-weight: bold;
}

.arrow {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    position: relative;
}
.arrow span {
    top: 0.5rem;
    position: absolute;
    width: 0.75rem;
    height: 0.3rem;
    background-color: #3959a1;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-smaller .arrow span {
    background-color: #37a4a6;
}

.navbar-smaller .dropdown-menu {
    width: 140%;
}

.navbar-smaller .dropdown-item:hover {
    font-weight: bold;
}
.arrow span:first-of-type {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow span:last-of-type {
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow.active span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow.active span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-menu {
    width: 100%;
    background: #314a9e;
}


nav .nav-account,
.dropdown-item {
    font-family: Quicksand;
    color: white;
    font-size: 1.6rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background: #314a9e;
}

.dropdown-item {
    margin: auto;
    width: 90%;
    padding: 2px 0;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4663a7;
}

.dd-collaboration {
    right: 0;
    width: 90%;
    margin-left: 20px;
}

.navbar-smaller {
    /* position: absolute; */
    /* top: 0;
    right: 0; */
    margin-bottom: 0.5rem;
}


nav .nav-account {
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 8px;
    font-size: 1.5rem;
}
nav .nav-account:hover {
    font-family: Quicksand !important;
}

nav .responsive-login {
    position: absolute;
    right: 5rem;
    top: 3rem;
}

nav .responsive-login a {
    font-size: 1.2rem;
}

nav .nav-platform {
    background: #3959a1 !important;
}

nav .nav-singup {
    background: #38bba8;
}

/*mobile navbar style*/


.header-mobile-style,
.header-mobile-style .dropdown-menu {
    text-align: left !important;
}

.header-mobile-style {
    background: #3959a1;
}

.header-mobile-style .nav-link {
    color: white !important;
}

.header-mobile-style .arrow span {
    background: white;
}
.header-mobile-style .nav-link {
    font-size: 1.6rem !important;
    text-transform: uppercase;
}

.header-mobile-style  .nav-link {
    border-bottom: 1px solid #4663a7;
}

.header-mobile-style .nav-singup{
    background: #3959a1;
}

.header-mobile-style .nav-link {
    padding-left: 1.5rem !important;
}



/* END HEADER */


/* || FOOTER */
footer {
    background: black;
    padding-top: 9rem;
    left: 0;
    bottom: 0;
    display: block !important;
}

.footer-logo {
    width: 20rem;
}

.footer-font,
.footer_list a,
.footer_list li {
    font-size: 1.6rem;
    font-family: Quicksand;
    color: #b1b2b3;
   text-decoration: none;
}

.footer_list {
    padding-top: 1rem;
    list-style-type: none;
    padding-left: 0;
}

.footer_list li {
    padding: 0.5rem 0;
}

.footer-social {
    list-style-type: none;
}
.footer-social li {
    float: left;
    padding-right: 2rem;
}

.footer-social li a {
    font-size: 1.8rem;
    color: white;
}

.footer-copyright {
    padding-bottom: 6rem;
}

/* END FOOTER */



/* homepage start */
section#landingpage{
    margin: 5rem 0 2rem;
}
section#landingpage h1{
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: normal;
    /* text-align: left; */
    color: #3959a1;
}

/* bold text  */
section#outperforming  .bold_text,
section#breakFree h2 .bold_text,
section#breakFree h4 .bold_text,
section#animatedText h3 .bold_text,
section#landingpage h1 .bold_text,
section#lightweight3D h2 .bold_text,
section#donats h3 .bold_text,
section#fireworks h1 .bold_text,
section#products h4 .bold_text
{
    font-family: QuicksandBold;
    display: inline-flex;
}

section#landingpage #ring{
    height: 40rem;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
section#landingpage #ring:hover{
    cursor: grab;
}
section#landingpage #ring:active{
    cursor: grabbing;
}
section#landingpage .rotate_scroll{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#landingpage .rotate_scroll p{
    color: #3959a1;
}
@-webkit-keyframes icon-translate{
    0%{left:0}
    25%{left:30px}
    50%{left:-30px}
    75%{left:30px}
    100%{left:0}}
@keyframes icon-translate{
    0%{left:0}
    25%{left:30px}
    50%{left:-30px}
    75%{left:30px}
    100%{left:0}
}
section#platform .rotate_scroll img,
section#landingpage .rotate_scroll img{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-animation: icon-translate 6s infinite ease-out 2.5s;
    animation: icon-translate 6s infinite ease-in 2.5s;
}
section#landingpage .colors {
    /* padding: 8rem 0; */
    justify-content: space-evenly;
}

.colors img:hover {
    cursor:pointer;
}

section#landingpage .colors img{
    object-fit: contain;
}
section#landingpage .colors img:hover{
    cursor: pointer;
}
section#animatedText{
    margin-top: 5vh;
    height: 41rem;
    display: flex;
    align-items: center;
    background-image: url('../images/3Dium-cutout-left.png') ;
    background-repeat: no-repeat;
    background-position: center;
}
section#animatedText h3{
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
section#animatedText .animationText{
    font-weight: bold;
    padding: 4rem 0 0 1rem;
    align-items: center;
}
section#animatedText .animationText0{
    padding-left: 0;
}
section#animatedText .animationText img{
    padding-top: 0.5rem;
    position: absolute;
    /* display: none; */
}
section#animatedText .animated_img0{
    width: 16.4rem;
    margin-left: -1.2rem;
}
section#animatedText .animated_img1{
    width: 8.4rem;
}
section#animatedText .animated_img2{
    width: 13.4rem;
    margin-left: -1rem;
}
section#animatedText .animated_text0,
 section#animatedText .animated_text1,
  section#animatedText .animated_text2 {
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    bottom: 2rem;
    /* display: none; */
    position: absolute;
}
section#animatedText .animated_text0{
    margin-left: 4rem;
}
section#animatedText .animated_text1{
    margin-left: 1.4rem;
}
section#animatedText .animated_text2{
    margin-left: -0.5rem;
}
section#oursolutions {
    background-image: url('../images/ourolutionBacgroundShadow.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 27rem;
    background-size: auto;
    padding: 5rem 0 0;
}
section#oursolutions .phoneShoe img{

    height: 51rem;
    width: 31rem;
}
section#oursolutions .mainText{
    margin-bottom: 4.4rem;
}
section#oursolutions h2{
    margin-bottom: 1.8rem;
}
section#oursolutions h4,
section#oursolutions h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#oursolutions p{
    font-family: QuicksandMedium;

    padding: 1.2rem 3rem 0 0;
    margin-bottom: 10rem;
}
section#oursolutions h3{
    font-weight: 600;
}
section#oursolutions p,
section#oursolutions h3{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#oursolutions .darkBlueButton {
    padding: 0.4rem 0.5rem;
    position:absolute;
    bottom:0;
}
section#lightweight3D{
    margin-top: 5rem;
}
section#lightweight3D h2{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-bottom: 6rem;
}
section#lightweight3D .gloveBox{
    margin-top: -14rem;
    margin-left: 13rem;
}
section#lightweight3D p{
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
section#lightweight3D .blueBackground{
    padding: 4rem 0 8rem 0;
    /* position: absolute;
    width: 100%;
    height: 32.9rem; */
    background-color: #336aa1;
    /* margin-top: 12rem; */
}
section#solutionfeatures,
section#platform_solutionfeatures,
section#donats{
    min-width: 100%;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
section#solutionfeatures,
section#platform_solutionfeatures{
    background-image: linear-gradient(to right, #ffffff 0%, #e6e7e8);
}
section#solutionfeatures h2,
section#platform_solutionfeatures h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    color: #3959a1;
}
section#solutionfeatures h4,
section#platform_solutionfeatures h4{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: center;
    color: #314a9e;

    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
}
section#solutionfeatures .boxs,
section#platform_solutionfeatures .boxs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
}
section#solutionfeatures p,
section#platform_solutionfeatures p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#platform_solutionfeatures .boxs img {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: auto !important;
    height: auto !important;
}
section#worktogether {
    /* margin-top: 10vh; */
    height: 55rem;
    background-image: url('../images/3Dium-cutout-right-v2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#worktogether h2{
    line-height: 1.2;
    font-family: QuicksandBold;
    text-align: left;
    color: #ffffff;
}
section#worktogether h4{
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}
section#worktogether .box{
    border-radius: 7.7px;
    display: grid;
    align-content: space-between;
    justify-items: center;
    padding: 2.5rem 0;
}
section#worktogether .box::after{
    border-radius: 7.7px;
    content: "";
    opacity: 0.3;
    box-shadow: 4px 0 16.2px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(-37deg, rgb(255, 255, 255, 30%) 15%, rgba(255, 255, 255, 0) 85%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
section#landingpage .darkBlueButton,
section#landingpage .greenButton{
    padding: 0.4rem 2rem;
    z-index: 1;
}
section#worktogether .darkBlueButton{
    padding: 0.6rem 0.7rem;
    z-index: 1;
    /* max-width: 40% */
}
section#donats{
    height: 100rem;
    background-image: url('../images/DonutsBackground.jpg');
    background-repeat: no-repeat;
}
section#donats h2{
    font-size: 4.5rem;
    line-height: 1.2;
    font-family: QuicksandBold;
    text-align: left;
    color: #3959a1;
    margin-bottom: 1rem;
}
section#donats h3{
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3.3rem;
    color: #3959a1;
}
section#donats h3:nth-of-type(2),
    section#donats h3:nth-of-type(3){
    margin-top: 3.8rem;
}

section#donats .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#donats p,
section#donats .box div{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-bottom: 0;
    font-family: Quicksand;
    font-size: 1.6rem;
}
section#donats .box .arrow_down{
    /* padding: 1.5rem;
    margin-top: -1rem; */
    z-index: 999;
    position: absolute;
    right: 0;
}
section#donats .restOfText{
    display: none;
}
section#donats .donats {
    align-self: flex-start;
}
section#proudtowork,
section#demosproudtowork {
    margin-top: 5vh;
}
section#official_partnerships h3,
section#proudtowork h3,
section#demosproudtowork h3,
section#ouretechworks h3 {
    line-height: 1.2;
    font-family: QuicksandBold;
    color: #3959a1;
}
section#ouretechworks{
       margin-top: 10rem;
       margin-bottom: 10rem;
}
section#ouretechworks .col-sm-4{
    display: grid;
    align-content: space-evenly;
    justify-items: center;
}
section#ouretechworks h4{
    line-height: 1.2;
    font-family: QuicksandBold;
    text-align: center;
    color: #314a9e;
    margin-top: -4rem;
}
section#ouretechworks p{
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
}
section#watch{
    padding: 7rem 0 0 0;
    background-image: linear-gradient(113deg, #38bba8 -57%, #37a4a6 0%, #336aa1 119%, #314a9e 180%);
    margin-bottom: -6.8rem;
}
section#watch h2{
    line-height: 1.2;
    font-family: QuicksandBold;
    text-align: left;
    color: #ffffff;
}
section#watch p{
    line-height: 1.2;
    margin: 3rem 0 ;
    text-align: left;
    color: #ffffff;
}
section#watch #modelWatch{
    background-image: url('../images/composition.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -4rem;
    background-size: 64rem;
}
section#watch #modelWatch .static img{
    height: 32rem;
}
section#watch #modelWatch {
    height: 39rem;
    width: 100%;
}
section#watch #modelWatch .commercial{
    width: 100%;
}
section#testimoniali{
    margin: 10rem 0 0;
}
section#testimoniali h3{
    text-align: center;
    font-family: QuicksandBold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #3959a1;
    margin-bottom: 6rem;
}
section#testimoniali h4{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: center;
    color: #3959a1;
    margin: 0 0 2rem;
}
section#testimoniali a{
    font-family: Quicksand;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #3959a1;
    padding: 0 0.4rem;
}
section#testimoniali .carousel-indicators{
    position: relative;
}
section#testimoniali .carousel-indicators li{
    background-color: #38bba8;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 2.5rem 1rem 0;
}
section#testimoniali img{
    opacity: 0.3;
}
section#testimoniali .carousel-inner{
    display: flex;
}
section#testimoniali .align-self-start{
    padding-right: 5rem;
}
section#testimoniali .align-self-end{
    padding-bottom: 5rem;
    padding-left: 5rem;
    transform: rotate(180deg);
}
section#testimoniali .wrap-slider{
    display: flex;
}
section#testimoniali .carousel-inner,
section#testimoniali .carousel-item{
    min-height: 22rem;
}
section#testimoniali .carousel-item div{
    font-family: Quicksand;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #3959a1;
}
section#official_partnerships{
    margin-top: 10rem;
}
section#official_partnerships .proudtowork_images{
    justify-content: center;
}
section#official_partnerships .proudtowork_images .main_container{
    width: 80%;
    display: flex;
    flex-direction: row;
}
section#official_partnerships .proudtowork_images div{
    margin-top: 2rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section#official_partnerships .proudtowork_images a,
section#official_partnerships .proudtowork_images img{
    max-width: 100%;
    height: 100%;
}
/* homepage end */

/* COLLABORATION */
#collaboration {
    /* height:574px; */
    padding: 5rem 0;
}
#collaboration div {
    /* height: 100%; */
}
#collaboration .bold_text {
    font-family: QuicksandBold;
    display: inline-flex;
}
#collaboration .title {
    line-height: 1.2;
    color: #3959a1;
}
#collaboration .subTitle {
    font-family: Quicksand;
    font-size: 3rem;
    line-height: 1.2;
    color: #3959a1;
}
#collaboration h2 .bold_text {
    font-size: 4rem;
    margin-bottom: 20px;
}
#collaboration .collab-background-title {
    background-image: url('../images/plant-2.png');
    background-repeat: no-repeat;
    background-position: calc(50% - 330px) 50%;
    background-color: #fff;
    height: 100%;
}
#collaboration .pilotButton:hover{
    text-decoration: none;
}
#collaboration .pilotButton {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    padding: 7px 15px;
    background-color: #37a4a6;
    border-radius: 5px;
}
#collaboration #mobileCollab,
#assigning #mobileAssignign,
#arsolutions #mobileArsol,
#arElevate #mobileArsols  {
    display:none;
}
#collaboration #mobileCollab img,
#assigning #mobileAssignign img,
#arsolutions #mobileArsol img,
#arSolutionsTechnology #mobilePie img,
#arElevate #mobileArsols img {
    width: 100%;
}
#assigning .collab-background-assigning {
    background-image: url('../images/collabBackg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 60px;
}
#assigning .bigTitle {
    font-family: Quicksand;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 60px;
}
#assigning .bigSubtitle {
    font-family: Quicksand;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 90px;
}
#assigning .title {
    font-family: Quicksand;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
#assigning .subtitle {
  font-family: Quicksand;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
}
#clients .clients-holder {
    margin-top: 10px;
    margin-bottom: 40px;
}
#assigning .purpleCircle {
    background-color: #314a9e;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    display: inline-block;

    position: relative;
    top: 2px;
    left: 5px;
    /* margin-left:4px; */
    /* margin-right:15px; */
}
#clients .title {
    font-family: Quicksand;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
    margin: 0 auto;
    /* margin-top:75px; */
}
#clients .titleCollab {
    font-family: Quicksand;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
    margin: 0 auto;
    margin-top:75px;
}
#clients .subtitle {
    font-family: Quicksand;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
    margin: 0 auto;
    margin-top:10px;
}
/* docs start */
section#developerSearch,
section#apiSearch {
    background-image: url('../images/docsBooks.png');
    background-repeat: no-repeat;
    background-position: left;
    height: 50rem;
    display: flex;
    align-items: center;
}
section#developerSearch .title,
section#apiSearch .title{
    font-family: QuicksandBold;
    text-align: left;
    color: #3959a1;
    padding-bottom: 2rem;
    font-size: 3.5rem;
}
section#developerSearch .subtitle,
section#apiSearch .subtitle{
    text-align: left;
    color: #3959a1;
    padding-bottom: 4rem;
    font-size: 2.5rem;
}
section#developerSearch .searchbar #input,
section#apiSearch .searchbar #input{
    border-radius: 25px;
    border: solid 2px #37a4a6;
    background-color: #ffffff;
    width: 100%;
    height:5rem;
    font-size: 1.8rem;
    padding-left: 2rem;
    outline: none;
}
section#developerSearch .searchbar::after,
section#apiSearch .searchbar::after{
    content: '';
    position: absolute;
    background-image: url('../images/SearchMagnifaer.svg');
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    right: 2.5rem;
    top: 0.8rem;
}
section#developerSearch .searchbar #input::placeholder,
section#apiSearch .searchbar #input::placeholder{
    font-family: Quicksand;
    font-size: 16px;
    text-align: left;
    color: #37a4a6;

}
section#developerSearch #ul,
section#apiSearch #ul {
    z-index: 999;
    display: none;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 90%;
    list-style-type: none;
    padding: 0;
}
section#developerSearch
section#apiSearch  .searchlistitm{
    padding: 1rem;
    border-bottom: solid 0.1px silver;
}
section#developerSearch .searchlistitm-developer:hover,
section#developerSearch .dropdown-version-developer option:hover,
section#apiSearch  .searchlistitm:hover,
section#apiSearch .dropdown-version option:hover{
    background-color: hsl(0, 0%, 92%);
}
section#developerSearch .searchlistitm a,
section#apiSearch .searchlistitm a{
    font-family: Quicksand;
    font-size: 1.8rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #6b6b6b;
    list-style-type: none;
    text-decoration: none;
}
section#developerSearch .dropdown-version-developer,
section#apiSearch .dropdown-version{
    border-radius: 8px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e4e4e4;
    background-color: #ffffff;
    font-family: Quicksand;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    color: #a3a3a3;
}
section#developerSearch .dropdown-version-developer:focus,
section#apiSearch .dropdown-version:focus{
    outline: none;
}
section#developerSearch .dropdown-version-developer option,
section#apiSearch .dropdown-version option{
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
section#sidebar {
    position: fixed;
    right: 68vw;
    height: 100%;
    z-index: 2;
}
section#sidebar .sidebarBCG{
    display: flex;
    flex-grow: 100;
}
section#sidebar .CollapseBtn{
    height: 100%;
    width: 100%;
    background-color: silver;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    display: none;
}
section#sidebar .sidebar{
    /* margin-top:-41rem; */
    height: 53vh;
    overflow-y: auto;
    border-radius: 18.3px;
    box-shadow: 0 0 5.6px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(20deg, #ffffff 1%, #e6e7e8 99%);
}
section#sidebar .SidebarDropdown .title,
section#sidebar .SidebarDropdown .api_documentation{
    font-family: Quicksand;
    font-size: 18px;
    text-align: left;
    color: #3959a1;
    cursor: pointer;
}
section#sidebar .SidebarDropdown .api_documentation{
    padding:0 3.5rem 0 1.5rem !important;
}
/* section#sidebar .SidebarDropdown .title{
    padding-left: 1.5rem;
} */
section#sidebar .SidebarDropdown .listitm{
    margin: 1rem 0 ;
    padding: 0 1.5rem 0 1.5rem;
}
section#sidebar .SidebarDropdown{
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}
section#sidebar .SidebarDropdown .dropdownlist{
    list-style-type:none;
    display: none;
    padding: 0 0.5rem 0 1.5rem;
}
section#sidebar .SidebarDropdown .sublist{
    padding: 0.5rem 0;
}

section#sidebar .SidebarDropdown .sublist a{
    font-family: Quicksand;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.08px;
    color: #6b6b6b;
    padding: 0.6rem 0;
    text-decoration: none;
}
/* section#documentation h2:first-of-type{
    margin-top: 0rem;
}
section#documentation h2:first-of-type:before{
    margin-top: 0rem;
    height: 0rem;
} */
section#documentation h3:before {
    display: block;
    content: " ";
    padding-top: 120px;
    margin-top: -120px;
    visibility: hidden;
}
section#documentation h2{
    font-family: QuicksandBold;
    text-align: left;
    margin-top: 4rem;
    color: #3959a1;
}
section#documentation p{
    text-align: left;
    color: #3959a1;
}
section#documentation .function2{
    font-family: Quicksand;
    font-size: 2.2rem;
    text-align: left;
    color: #3959a1;
    padding: 1.8rem 0 1.6rem 1.8rem;

    box-shadow: 0 0 5.7px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(20deg, #ffffff 0%, #e6e7e8 100%);
    margin-top: 2.8rem;
    margin-bottom: 4.9rem;
}
section#documentation h3,
section#documentation .Parameters{
    font-family: Quicksand;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    color: #3959a1;
    margin-bottom: 2.2rem;
}
section#documentation .Parameters{
    font-size: 2rem;
}
section#documentation .tabletitle{
    border-top: 10px red;
}
section#documentation .tabletitle th{
    font-family: Quicksand;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #3959a1;
}
section#documentation .maintext .tabletitle th,
section#documentation .maintext .items{
    border: 0;
}
section#documentation .maintext .items {
    font-family: Quicksand;
    font-size: 1.6rem;
    text-align: left;
    color: #3959a1;
    border-top: 0;
    margin: 1.4rem 0 0 0;
    vertical-align: baseline;
    padding: 1.7rem 1rem;
}
/* api */
/* section.api_documentation .code{
    margin-bottom: -7rem;
}
section.api_documentation #Init{
    margin-top: -12rem;
} */
/* developer  */
section.developer_docs .sub_title{
    margin: 2rem 0 ;
}
section.developer_docs h3::before{
    display: block;
    content: " ";
    padding-top: 120px;
    margin-top: -120px;
    visibility: hidden;
}
section#documentation .redbox,
section#documentation .bluebox {
    margin: 3rem 0;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
    padding: 2rem 3rem ;
    display: flex;
    align-items: center;
}
section#documentation .redbox{
    margin-top: 3rem;
    display: flex;
    border-radius: 8px;
    background-color: #d55757;

}
section#documentation .bluebox{
    display: flex;
    border-radius: 8px;
    background-color: #4a90e2;
}
section#documentation .redbox p,
section#documentation .bluebox p{
    margin:0;
    font-size: 1.3rem;
    color: #fff;
}
section#documentation .redbox img{
     margin-left: 0.6rem;
}

section#documentation .redbox img,
section#documentation .bluebox img{
    margin-right:2rem;
}

section.documentation_developer .code {
    margin-bottom: 0 !important;
}
/* docs end */
/* ecommerce start */
section#fireworks {
    padding-bottom: 3rem;
}
section#fireworks img{
    max-width: 100%;
    height: auto;
}
section#fireworks h1{
    font-size: 3.5rem;
}
section#fireworks h1,
section#fireworks h3{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#fireworks .darkBlueButton,
section#fireworks .greenButton{
    padding: 0.4rem 2rem;
    z-index: 1;
}
section#fireworks .ecommerce-clients div{
    padding: 0 1.5rem;
}
section#products {
    /* background-size: cover; */
    background-image: url(../images/mustangBackground.png);
    padding-bottom: 4rem;
    background-repeat: no-repeat;
    padding-top: 4rem;
    /* background-position: center; */
}
section#products h2{
    font-family: QuicksandBold;
    text-align: left;
    color: #3959a1;
    margin-bottom: 3rem;
}
section#products h4 .bold_text{
    margin-top: 3rem;
}

section#howitworks h4,
section#howitworks p,
section#products h4,
section#products p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#howitworks .table:focus,
section#howitworks .table:hover,
section#products .table:focus,
section#products .table:hover{
    cursor: pointer;
}
section#howitworks .table,
section#products .table{
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
section#howitworks .table img,
section#products .table img{
    margin-right: 1.5rem;
}
section#howitworks .table div,
section#products .table div{
    width: 100%;
    padding: 1rem 1rem 0;
    display: flex;
    align-items: center;
    min-height: 5.7rem;
    border-radius: 5.2px;
    box-shadow: 2.7px 0 10.9px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(86deg, #ffffff -1%, #e6e7e8 101%);
}
section#howitworks .video video,
section#products .video video{
    width: 100%;
    max-height: 41rem;
    background-color: white;
}

section#howitworks .video video:focus,
section#products .video video:focus{
    outline: none;
}
section#howitworks .border_active,
section#products .border_active{
    border: 1.5px #3959a1 solid;
}
section.ourRevolution{
    margin-top: 0 !important;
}
section.ourRevolution h4{
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
section#ecommercePhone{
    /* background-image: url('../images/phoneBacground.png');
    background-repeat: no-repeat;
    background-position-y: 4rem; */
    padding-top: 6rem;
    /* margin-bottom: -10rem; */

}
section#ecommercePhone h2{
    margin-bottom: 2rem;
    font-family: QuicksandBold;
    color: #314a9e;
    line-height: 1.2;
}
/* section#ecommercePhone .hotspot{
    display: flex;
    padding-left: 2rem;
    align-items: center;
    position: absolute;
    top: 22rem;
    right: 7rem;
    width: 31.6rem;
    height: 9.5rem;
    border-radius: 8.6px;
    box-shadow: 4.5px 0 18px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(76deg, #ffffff 16%, #e6e7e8 84%);
} */
section#ecommercePhone .phone{
    height: 50rem;
}
section#ecommercePhone .phone iframe{
    border:1px solid #DDDDDD !important;
    border-radius:15px ;
}
section#ecommercePhone h4,
section#ecommercePhone p{
    line-height: 1.2;
    text-align: left;
    font-family: QuicksandBold;
    color: #314a9e;
}
section#ecommercePhone h6{
    text-align: left;
    color: #314a9e;
    line-height: 1.2;
}
section#ecommercePhone .numberDot{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    height: 5rem;
}
/* section#ecommercePhone .col-3{
align-self: baseline;
} */
section#ecommercePhone .numberDot p{
    margin-bottom: 0;
}
section#ecommercePhone .numberDot div{
    align-self: center;
    flex: none;
    margin-right: 1rem;
    font-family: Quicksand;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #37a4a6;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
}
section#ecommercePhone .greenButton{
    padding: 0.6rem 1.9rem;
}
section#ecommercePhone .pilot{
    margin: 5rem 0 10rem 0;
    display: flex;
    justify-content: center;
}
section#ecommercePhone .pilot div{

    border-radius: 9.5px;
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 3rem;
}
section#ecommercePhone .pilot h4{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #314a9e;
    margin-right: 2rem;
}
section.startYour3D h3{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
section.startYour3D {
    height: 181.9px;
}
section.startYour3D p{
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
/* ecommerce end */

/* showcase start  */

section#showcase .showcase_heading_text_wrapper {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

section#showcase .showcase_heading_text_holder {
    padding: 16rem 2rem;
}

.showcase_heading_text_holder img {
    display: none;
}

section#showcase .showcase_heading_text {
    color: #3959a1;
    font-size: 2.5rem;
    font-family: Quicksand;
}

section#showcase h1 {
    font-size: 3.5rem;
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#showcase h2 {
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#showcasedemos {
    background-image: linear-gradient(to right, #ffffff 0%, #e6e7e8);
}

section#showcasedemos .demos_padding {
    height: 50.1px;
    background: linear-gradient(to top, rgba(188, 190, 192, 0) 0%, rgba(188, 190, 192, 0.7));
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
section#showcasedemos .demos_container {
    padding: 0px 40px;
}

section#showcasedemos .demo_search {
    height: 40px;
    border-radius: 20px;
    border: solid 1.5px #37a4a6;
    background-color: #ffffff;
    font-size: 1.6rem;
}

.demo_search::placeholder {
    font-family: Quicksand;
    font-size: 1.6rem;
    color: #37a4a6;
}

section#showcasedemos .search_container button {
    position: absolute;
    top: calc(50% - 13.5px);
    right: 28px;
    width: 25px;
    height: 27px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    border: none;
}

section#showcasedemos .demo_block {
    width: 100%;
    height: 35rem;
    border-radius: 15px;
    border: solid 1.5px white;
    position: relative;
    -webkit-box-shadow: 6px -1px 14px -5px rgba(57,166,113,1);
    -moz-box-shadow: 6px -1px 14px -5px rgba(57,166,113,1);
    box-shadow: 6px -1px 14px -5px rgba(57,166,113,1);
    background-color: white;
    display: flex;
    justify-content: center;
}

section#showcasedemos .demo_block:hover > .demo_block_overlay{
    display: block;
}

section#showcasedemos .demo_block img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.demo_block:after {
    display: block;
    top: -1px;
    position: absolute;
    border-radius: 14px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(230,231,232, 0.5));
    width: 101%;
    height: 101%;
    content: '';
    z-index: 1;
  }

section#showcasedemos .demo_block_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section#showcasedemos .demo {
    position: absolute;
    top: 43%;
    left: 37%;
    width: 25%;
    height: 3rem;
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #3f86d9;
    padding: 0.5rem 0 0 0;
    z-index: 2;
}

section#showcasedemos .demo a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.4rem;
}

section#showcasedemos .demo a:hover,
section#showcasedemos .demo a:active,
section#showcasedemos .demo a:focus {
    text-decoration: none;
}

section#showcasedemos .demo a {
    font-size: 1.4rem;
    color: white;
}

section#showcasedemos .demo-info {
    width: 100%;
    min-height: 4rem;
    padding-top: 2rem;
}

section#showcasedemos .demo-info span {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    padding-top: 1rem;
}

section#showcasedemos .demo-info .float-left{
  font-family: QuicksandBold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3959a1;
}

section#showcasedemos .demo-info .float-right{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3959a1;
}

section#showcasedemos .load_more {
    width: 78px;
    height: 20px;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #37a4a6;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

section#showcasedemos .load_more:hover {
    cursor: pointer;
}

/* showcase end */

/* 3d ADS start */
section#stars{
    margin: 5rem 0;
}
section#stars h1{
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#stars .darkBlueButton,
section#stars .greenButton{
    padding: 0.4rem 2rem;
    z-index: 1;
}
section#stars .display-campaigns-clients div{
    padding: 0 1.5rem;
    width: 25%;
}
section#stars .display-campaigns-clients img{
    max-width: 85%;
}
section#breakFree {
    padding: 3rem 0;
    background-image: linear-gradient(to right, #ffffff 0%, #e6e7e8);
}
section#interactiveAds .example-div iframe,
section#breakFree iframe ,
section#interactiveAds .example-div img,
section#breakFree img {
    /* height: 60rem;
    width: 30rem; */
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
}
/* section#interactiveAds iframe,
section#breakFree iframe{
    height: 60rem;
    width: 30rem;
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
} */
section#breakFree h2{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#breakFree h4{
    margin: 2rem 0 4rem 0;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#breakFree .row h4 {
    margin-bottom: 1.4rem;
}
section#breakFree p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#outperforming{
    padding: 7rem 0;
}
section#outperforming h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-bottom: 4rem;
}
section#outperforming h3{
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-bottom: 2rem;
}
section#outperforming p{
    line-height: 1.2;
    text-align: center;
    color: #3959a1;
}
section#outperforming .box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#outperforming img{
    margin-bottom: 4rem;
}
section#interactiveAds h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#interactiveAds h3{
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin: 3rem 0 4rem;
}
section#interactiveAds .table {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
}
section#interactiveAds .table img{
    margin-right: 1.5rem;
}
section#interactiveAds .table div {
    width: 100%;
    padding: 1rem 1rem 0;
    display: flex;
    align-items: center;
}
section#interactiveAds p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#interactiveAds .pilot {
    margin: 3rem 0 6rem 0;
    display: flex;
    justify-content: center;
}
section#interactiveAds .pilot div {
    border-radius: 9.5px;
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 3rem;
}
section#interactiveAds .pilot h4 {
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #314a9e;
    margin-right: 2rem;
}
section#interactiveAds .greenButton {
    padding: 0.6rem 1.9rem;
}
/* 3d ADS end */
/* tutorial start */
section#tutorial{
    padding: 3rem 0 1rem;
}
section#tutorial a:hover{
    text-decoration: none;
}
section#tutorial h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    color: #3959a1;
    /* margin-right: 14rem; */
}
section#tutorial{
    padding: 4rem 0 8rem;
    margin-bottom: -6.8rem;
    background-image: linear-gradient(to right, #e6e7e8 0%, #ffffff 50%, #ffffff 100%);
}
section#tutorial h1{
    font-size: 2.5rem;
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin: 1rem 0 2rem;
}
section#tutorial .player{
    height: 43rem;
    width: 100%;
}
section#tutorial p{
    font-size: 1.6rem;
    margin: 4rem 0 10rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#tutorial .tags{
    font-family: Quicksand;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    color: #37a4a6;
}
section#tutorial h3{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#tutorial .tutorial-list {
    margin: 0;
    padding: 0 2rem;
    list-style-type: none;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}
section#tutorial .tutorial-list li {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% / 3);
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
section#tutorial  .tutorial-list li .video {
    box-shadow: 0 0 5px 0 rgba(111, 163, 144, 0.6);
    border-radius: 7.3px;
    overflow: hidden;
}
section#tutorial .tutorial-list li .video img {
    width: 100%;
}
section#tutorial .tutorial-list .info{
    padding: 0 1rem;
}
section#tutorial .tutorial-list .info h2{
    font-family: Quicksand;
    font-size: 1.6rem;
    margin-top: 2.5rem;
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#tutorial .tutorial-list .info p{
    font-size: 1.4rem;
   margin-top: 2rem;
   margin-bottom: 0;
}
/* tutorial end */

/* about start */
section#threediumStory{
    padding: 5rem 0;
}
section#threediumStory img{
    width: 100%;
}
section#threediumStory .title{
    font-family: QuicksandBold;
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#threediumStory p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#ourMission{
    background-image: url(../images/3Dium-cutout-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 41rem;
    display: flex;
    align-items: center;
}
section#ourMission h2{
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
section#ourMission h3{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    margin: 3rem 0;
}
section#ourMission p{
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}
section#ourPeople{
    height: 50rem;
    display: flex;
    align-items: center;
    margin-bottom: -6.8rem;
}
section#ourPeople h2{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#ourPeople p{
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
section#ourPeople .shadowBacground{
    position: absolute;
    align-self: flex-end;
    width: 100%;
}

/* about end */

/* || PLATFORM */

.unlimited-logo {
    width: 22rem;
}


section#platform #chair {
    height: 40rem;
    width: 100%;
}

.chair-colors .active {
    box-shadow: 0 0 12px 4px #c3c1bc;
    border-radius: 50px;
}

section#platform .chair-colors img {
    width: 2.5rem;
    height: 6rem;
    border-radius: 50px;
}

section#platform .chair-colors img {
    transform: rotate(90deg);
}

section#platform .platform_heading_text_wrapper {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

section#platform .platform_header_image {
    text-align: right;
}

section#platform .platform_heading_text_holder {
    padding: 16rem 2rem;
}

section#platform .platform_heading_text_holder img {
    display: none;
}

section#platform .platform_heading_text {
    color: #3959a1;
    font-size: 2.2rem;
    font-family: Quicksand;
}


section#platform h1 {
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    font-size: 3.2rem;
}

section#platform h2 {
    font-family: Quicksand;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}
.platform-clients{
    max-width: 100%;
}
.platform-clients p {
    font-size: 1.5rem;
    color: #bcbec0;
    font-family: QuicksandBold;
}

section#platform .platfrom_heading_text_bold {
    font-family: QuicksandBold;
}

section#platform .greenButton,
section#platform .darkBlueButton {
    padding: 0.4rem 2rem;
    z-index: 1;
}

section#mostpowerfull {
    /* margin-top: 10vh; */
    background-image: linear-gradient(to bottom, #ffffff -1%, #e6e7e8 98%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section#mostpowerfull h2{
    line-height: 1.2;
    font-family: QuicksandBold;
    text-align: left;
    font-size: 2.5rem;
    color: #3959a1;
}
section#mostpowerfull p {
    line-height: 1.2;
    font-size: 1.6rem;
    color: #3959a1;
}


section#howitworks h2 {
    height: 83.3px;
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-top: 3rem;
    margin-bottom: -2rem;
}
section#howitworks h3 {
    font-family: Quicksand;
    line-height: 1.2;
    color: #3959a1;
    margin-right: auto;
    margin-left: auto;
}
section#howitworks h4 {
    font-family: Quicksand;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#howitworks .try_for_free {
    text-align: left !important;
}

section#howitworks .step_holder {
   margin-top: 3rem;
}

section#howitworks .step {
    font-family: QuicksandBold;
    height: 48.2px;
    width: 10rem;
    padding: 2rem 0 0 1rem;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#howitworks .step p {
    font-family: QuicksandBold;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#howitworks .step_text {
    font-family: Quicksand;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
}

section#howitworks .signup_rect {
    margin: 2rem 0 3rem 0;
    display: flex;
    justify-content: center;
}

section#howitworks .signup_rect div {
    border-radius: 9.5px;
    box-shadow: 5px 0 20px 0 rgba(153, 153, 153, 0.6);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 3rem;
}

section#howitworks .signup_rect h4{
    font-family: QuicksandBold;
    line-height: 1.2;
    text-align: left;
    color: #314a9e;
    margin-right: 2rem;
}

section#howitworks .greenButton {
    padding: 0.6rem 1.9rem;
}

section#howitworks .getstarted_button {
    width: 121.7px;
    height: 30.8px;
    border-radius: 8.2px;
    background-color: #37a4a6;
    margin: auto;
}

section#howitworks .getstarted_button a {
    font-family: QuicksandBold;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: auto;
    text-decoration: none;
}

section#howitworks .static {
    justify-content: center;
}

section#howitworks .static img{
    width: 100%;
    height: auto;
}

section#howitworks .step_wrapper {
    margin-left: 0;
    margin-right: 0;
}
section#tehnicaldrilling {
    background-color: #37a4a6;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
section#tehnicaldrilling h2 {
    font-family: QuicksandBold;
    line-height: 1.2;
    letter-spacing: -0.35px;
    text-align: left;
    color: #ffffff;
}

section#tehnicaldrilling h4 {
    font-family: Quicksand;
    line-height: 1.2;
    letter-spacing: -0.25px;
    text-align: left;
    color: #ffffff;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

section#tehnicaldrilling .box {
    border-radius: 7.7px;
    height: 180px;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
    margin: auto;
}
section#tehnicaldrilling .box::after{
    border-radius: 7.7px;
    content: "";
    opacity: 0.3;
    box-shadow: 4.6px 0 18.2px 0 rgba(111, 163, 144, 0.6);
    background-image: linear-gradient(-90deg, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

section#tehnicaldrilling .box h3 {
  font-family: QuicksandBold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

section#tehnicaldrilling .darkBlueButton {
    width: 107.9px;
    height: 30.8px;
    border-radius: 7.7px;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #336aa1;
    z-index: 10;
    text-decoration: none;
}

section#greattool {
    background-image: linear-gradient(to right, #ffffff 0%, #e6e7e8);
}

section#greattool .container {
    flex-direction: column;
}

section#greattool h2 {
  font-size: 3.2rem;
  font-family: QuicksandBold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3959a1;
}

section#greattool .rect {
    min-height: 140px;
    padding: 1rem;
    margin: auto;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #3959a1;
}

section#greattool .rect_bg {
  border-radius: 5.7px;
  box-shadow: 3px 0 3.5px 0 rgba(111, 163, 144, 0.6);
  background-image: linear-gradient(150deg, #ffffff 24%, #e6e7e8 82%);
}

section#visualBuying{
    height: 41rem;
    display: flex;
    align-items: center;
    background-image: url('../images/3Dium-cutout-left.png') ;
    background-repeat: no-repeat;
    background-position: center;
}

section#visualBuying h2 {
    font-family: QuicksandBold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 4rem;
}

section#visualBuying p {
    font-family: Quicksand;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 4rem;
    font-size: 2rem;
}

section#champion3d {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

section#champion3d h2 {
    font-family: Quicksand;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

section#champion3d h2 .champion3d_bold {
    font-family: QuicksandBold;
    display: inline;
}

section#champion3d h4 {
    font-family: Quicksand;
    line-height: 1.2;
    text-align: left;
    color: #3959a1;
    margin-bottom: 2rem;
}

section#greattool .circle,
section#champion3d .circle {
    border-radius: 50%;
    display: inline-block;
    background-color: #3959a1;
    width: 40px;
    height: 40px;
    box-shadow: 4px 3px 0px -1px #bcbec0;
}

section#champion3d .bullet_holder {
    position: relative;
    top: -300px;
    left: 30px;
}

section#champion3d .glove_img_holder {
    position: relative;
    top: 30px;
}

section#champion3d .glove_img_holder img {
    width: 100%;
}

section#greattool .bullet_text,
section#champion3d .bullet_text {
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #314a9e;
}

section#greattool .bullet_text {
    font-size: 1.4rem;
}

section#champion3d .champion3d_underscore_text {
    font-family: QuicksandBold;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 3px;
    color: #314a9e;
}

/* END OF PLATFORM */
/* feature start */
section#solution-features .bigTitle{
    padding-top: 3rem;
}
section#features h1,
section#solution-features .bigTitle{
    font-size: 4rem;
    font-family: Quicksand;
}

section#features h2,
section#solution-features h2{
    font-size: 3rem;
}

section#features h3,
section#solution-features h3{
    font-size: 2.2rem;
}
section#features p,
section#solution-features p{
    /* font-size: 2.2rem; */
    font-size: 1.6rem;

    line-height: 1.2;
}
section#features .header_text {
    font-size: 2.2rem;
}
/* feature end */

/* Extra extra small devices (extra small phones, 320px and donw) */
@media only screen and (max-width: 321px) {

    /*OCTOBAR BANNER START*/

    /*#popupBanner .desc .free {*/
    /*    font-size: 1.1rem !important;*/
    /*}*/

    /*OCTOBAR BANNER END*/

    .model .logo {
        width: 100%;
    }

    h3{
        font-size: 1.8rem !important;
    }
    .greenButton,
    .darkBlueButton{
        font-size: 1.1rem;
    }
    /* homepage start */
    section#animatedText .animationText{
        padding-left: 0.5rem;
    }
    section#animatedText .animated_img0{
        max-width: 11.8rem !important;
    }
    section#animatedText .animated_img1{
        max-width: 7rem !important;
    }
    section#animatedText .animated_img2{
        max-width: 10rem !important;
    }

    section#landingpage .darkBlueButton,
    section#landingpage .greenButton{
        padding: 0.4rem 1rem !important;
    }
    /* homepage end */

    .header-logo-link {
        width: 75%;
    }

    section#features{
        background-image: none !important;
    }

    section#solution-features .feature{
        flex-direction: column;
    }

    section#solution-features .feature .description,
    section#solution-features .feature .list,
    section#solution-features .feature .example{
        width: 100% !important;
        margin: 2rem 0;
    }

    section#solution-features .feature .border{
        left: 0 !important;
        width: 100% !important;
    }

    /* tutorials */
    #faq-header .search-wrapper li,
    #tutorials-header .search-wrapper li{
        width: calc(100% / 3) !important;
    }

    #tutorials .tutorial-list li{
        flex-basis: 100% !important;
    }

    section#showcase h2 {
        font-size: 2rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 1.5rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 2rem 1rem;
    }

  .showcase_heading_text_holder img {
        display: block;
    }

    .showcase_header_image {
        display: none;
    }
    .showcase_heading_text_holder {
        text-align: center;
    }
    section#showcase h1 {
        text-align: center;
        padding-bottom: 2rem;
        font-size: 2.4rem !important;
    }
    section#platform h1 {
        font-size: 2.4rem;
        text-align: center;
    }
    section#showcase h2 {
        text-align: center;
        padding-bottom: 2rem;
    }
    .showcase_heading_text {
        text-align: center;
    }
    section#showcasedemos .demo_block {
        height: 20rem;
    }
    section#showcasedemos .demo_block img {
        width: 80%;
    }

    section#showcasedemos .demo a {
        font-size: 1rem;
    }

    section#showcasedemos .demo_holder {
        padding-left: 15px !important;
    }

    /* tutorials end */

    /* contact */

    #contact-container{
        height: 800px !important;
    }

    .pen-wrapper,
    .message-form{
        height: 50% !important;
    }

    #contact-container .container .row .message-form{
        order: 2;
    }

    #contact-container .container .row .message-form form{
        right: 0;
        width: 100%;
    }

    #address{
        flex-direction: column;
        height: 930px !important;
    }

    #address .info-wrapper,
    #address .map-wrapper{
        width: 100% !important;
    }

    #address .info-wrapper{
        align-items: center !important;
        margin-bottom: 10rem;
    }

    #address .map-wrapper .map{
        width: 90% !important;
        margin: 0 auto !important;
    }

    /* contact end */

    /* platform */

    .platform_header_image {
        display: flex;
        justify-content: center;
        display: none;
    }

    section#platform .platform_heading_text_holder {
        padding: 5rem 2rem !important;
    }

    section#platform .platform_heading_text_holder img {
        margin: auto;
        display: block;
    }


    section#champion3d h2 {
        text-align: center !important;
    }

    section#champion3d h4 {
        text-align: center !important;
        width: 100%;
    }

    section#champion3d .circle {
        width: 20px !important;
        height: 20px !important;
    }

    section#champion3d .bullet_holder {
        position: relative;
        top: 40px;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    section#champion3d .bullet_text {
        font-size: 16px !important;
    }

    section#champion3d img {
        width: 100%;
    }

    section#tehnicaldrilling h2 {
        text-align: center !important;
    }

    section#visualBuying p {
        font-size: 12px !important;
    }
    section#tehnicaldrilling h4 {
        text-align: center !important;
    }

    section#howitworks h2 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks h4 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks .signup_rect_holder {
        width: 100% !important;
        margin: auto !important;
    }

    section#howitworks .shoe_img_holder {
        order: -1;
    }

    section#howitworks .static img{
        width: 80% !important;
    }

    section#mostpowerfull h2{
        text-align: center !important;
    }
    section#mostpowerfull p {
        text-align: center !important;
    }

    section#platform h2 {
        text-align: center !important;
    }

    section#howitworks .signup_rect {
        margin-left: auto;
        margin-right: auto;
    }

    section#howitworks .signuprect_text {
        font-size: 15px !important;
    }

    section#howitworks .getstarted_button a {
        font-size: 11px !important;
    }

    section#champion3d .glove_img_holder {
        display: flex;
        justify-content: center;
    }

    section#champion3d .glove_img_holder img {
        width: 70%;
    }

    section#greattool .rect {
        max-width: 200px;
    }

    section#greattool .greattool_header {
        order: -2;
    }

    section#greattool .greattool_img {
        order: -1;
        margin-bottom: 3rem;
    }

    section#greattoll .rect_holder {
        margin-bottom: 20px;
    }

    /* platform end */

    .monthly-annual button {
        width: 13rem;
        font-size: 2rem;
    }

    /* demos carousel */

    #carousel .demo-item{
        height: 15rem;
    }

    /* ar solutions start */

    #arSolutionsShoe #arBridgeTitle {
        margin-bottom: 27px;
    }

    #arElevate .bigSubtitle {
        margin-bottom: 27px;
    }

    #arSolutionsTechnology #techTitle {
        margin-top: 50px;
    }

    #arElevate #arPilotButton {
        margin-right: 0;
    }

    /* ar solutions end */

    /* blog start */

    #blog-header .custom_select_div.custom_select_div {
        font-size: 12px;
    }

    #blog-header .custom_select_options li {
        padding: 8px 2px;
    }

    /* blog end */


}
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {


    .popover .arrow {
        display: none;
    }

    .popover-body {
        font-size: 0.7rem;
    }

    #popupBanner .modal-content{
        width: auto;
        height: auto;
        margin: auto;
    }
    #popupBanner .banner_text_right, #popupBanner .banner_text_left {
        flex-basis: 30%;
    }
    #popupBanner .banner_text_left img:nth-child(1) {
        width: 50%;
        margin: 1rem auto 1rem;
    }
    #popupBanner .banner_text_left .banner_text_left-first h3 {
        font-size: 1rem !important;
        padding: 0.3rem 0.5rem 0.2rem 0.5rem;
    }
    #popupBanner .banner_text_left .banner_text_left-secend h3 {
        font-size: 1.3rem !important;
        line-height: 17px;
    }
    #popupBanner .banner_text_left .banner_text_left-secend {
        margin-top: 0.5rem;
    }
    #popupBanner .banner_text_left .banner_text_left-secend h3 span {
        font-size: 2rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first, #popupBanner .banner_text_right .banner_text_right-secend, #popupBanner .banner_text_right .banner_text_right-third {
        padding-right: 1rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first {
        margin-top: 4rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first h2 {
        font-size: 1.5rem;
    }
    #popupBanner .banner_text_right .banner_text_right-secend h3 span {
        font-size: 2rem;
    }
    #popupBanner .banner_text_right .banner_text_right-secend h3 {
        font-size: 2rem;
        letter-spacing: 3.01px;
    }
    #popupBanner .banner_text_right .banner_text_right-secend {
        padding: 0.6rem 1rem 0.5rem 1.2rem;
        width: 90%;
    }
    #popupBanner .banner_text_right {
        flex-basis: 50%;
    }
    #popupBanner .banner_text_right .banner_text_right-secend img {
        width: 80%;
    }
    #popupBanner .banner_text_right .banner_text_right-third h3 {
        font-size: 2rem;
    }
    #popupBanner .banner_text_right a {
        font-size: 0.8rem;
        letter-spacing: 0.3px;
        padding: 0.25rem 0.5rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    /*OCTOBAR BANNER START*/

    /*.model .logo {*/
    /*    width: 100%;*/
    /*}*/
    /*#popupBanner .modal-content {*/
    /*     width:auto;*/
    /*     height: auto;*/
    /*}*/

    /*.october-widget {*/
    /*    bottom: 3vh;*/
    /*}*/

    /*.desc .bottom {*/
    /*    margin-top: 0;*/
    /*    margin-bottom: 4rem;*/
    /*}*/

    /*#popupBanner .desc .offer {*/
    /*    font-size: 1rem;*/
    /*    padding-top: 1.5rem !important;*/
    /*}*/

    /*#popupBanner .model .term {*/
    /*    font-size: .8rem;*/
    /*}*/

    /*#popupBanner .desc .sign-up {*/
    /*    font-size: 1.4rem;*/
    /*}*/

    /*#popupBanner .desc .plan {*/
    /*    font-size: 2rem;*/
    /*}*/

    /*#popupBanner .desc .october {*/
    /*    font-size: 1.2rem;*/
    /*}*/

    /*#popupBanner .desc .free {*/
    /*    font-size: 1.4rem;*/
    /*}*/

    /*#popupBanner .desc .sign-up-now {*/
    /*    font-size: 1.2rem;*/
    /*    padding: 9px 6px;*/
    /*}*/

    /*#popupBanner .desc .term {*/
    /*    font-size: .9rem;*/
    /*}*/


    /*#popupBanner .desc .and {*/
    /*    height: 50px;*/
    /*    padding: 0 0 1rem 2.5rem;*/
    /*}*/

    /*OCTOBAR BANNER END*/


    section#greattool .greattool_img {
        margin: 0 auto;
    }
    #contact-container h2 {
        color: #3959a1;
    }
    /* || GLOBAL ITEMS */
    #assigning .bigTitle,
    h1{
        font-size: 3.5rem;
    }
    section#developerSearch .title,
    section#greattool h2,
    #assigning .bigSubtitle,
    section#features h1,
    section#solution-features .bigTitle,
    #arElevate .bigTitle,
    #arSolutionsTechnology #arTechTitle,
    #arSolutionsShoe #arBridgeTitle,
    section#threediumStory .title,
    #collaboration .subTitle,
    #arsolutions .subTitle,
    h2{
        font-size: 2.4rem;
    }
    section#developerSearch .subtitle,
    #clients .subtitle,
    #clients .titleCollab,
    #assigning .title,
    section#features h2,
    section#solution-features h2,
    #arElevate .bigSubtitle,
    #arsolutions .innerSub,
    h3{
        font-size: 2rem;
    }
    section#features p,
    section#solution-features p,
    section#features h3,
    section#solution-features h3,
    #arElevate #arPilotTitle,
    #arElevate .title,
    #arSolutionsTechnology #arTech,
    #arSolutionsShoe #arBridge,
    .paragraf_h4,
    section#features .header_text,
    section#solution-features .feature .list ul li,
    h4{
        font-size: 1.7rem;
    }
    p{
        font-size: 1.4rem;
    }

    .navbar .logo {
        width: 35%;
    }

    .navbar-toggler-icon {
        margin-top: 0.5rem;
    }

    .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }

    .dd-padding .dropdown-item {
        padding-top: 0.5rem;
    }

    nav .responsive-login {
        top: 0.5rem !important;
    }
    .header-logo-link {
        width: 80%;
    }

    /* homepage start */
    section#landingpage h1{
        font-size: 2.4rem;
    }
    section#landingpage #ring{
        height: 40vh;
    }
    section#landingpage .colors {
        padding: 0;
    }
    section#landingpage .darkBlueButton,
    section#landingpage .greenButton{
        padding: 0.4rem 1.5rem;
    }
    section#animatedText{
        background-size: 128rem;
        background-position: right;
        height: 28rem;
    }
    section#animatedText .animated_img0{
        max-width: 13rem;
    }
    section#animatedText .animated_img1{
        max-width: 8rem;
    }
    section#animatedText .animated_img2{
        max-width: 10.9rem;
    }
    section#animatedText .animated_text0{
        margin-left: 3rem;
    }
    section#animatedText .animated_text1{
        margin-left: 1rem;
    }
    section#oursolutions{
        background-image: none;
    }
    section#oursolutions .phoneShoe img{
        height: 30rem;
        width: auto;
        justify-self: center;
        margin-top: 2rem;
    }
    section#oursolutions .text{
        padding: 0;
    }
    section#oursolutions .mainText{
        margin-bottom: 2rem;
        display: grid;
    }
    section#oursolutions h2{
        margin-bottom: 1rem;
    }

    section#oursolutions p{
        padding-right: 0;
        margin-bottom: 4rem;
    }
    section#lightweight3D .gloveBox{
        width: 50%;
        margin-top: -11rem;
        margin-left: 0;
    }
    section#lightweight3D h2{
        margin-bottom: 7.5rem;
    }
    section#lightweight3D .blueBackground{
        margin-top: 0;
        padding-bottom: 2rem;
    }
    section#solutionfeatures .boxs img {
        width: 80%;
    }
    section#platform_solutionfeatures .boxs img {
        width: 130px !important;
    }
    section#solutionfeatures h4,
    section#platform_solutionfeatures h4{
        margin-top: 0rem;
    }
    section#worktogether {
        padding: 4rem 0;
        height: auto;
        background-position: left;
    }
    section#worktogether h2{
        text-align: center;
        margin-bottom: 1rem ;
    }
    section#worktogether h4{
        font-size: 1.5rem;
    }
    section#donats {
        height: auto;
        padding-top: 3rem;
    }
    section#donats h2{
        font-size: 3.5rem;
    }
    section#donats .box .boxImage{
        width: 80%;
    }
    section#donats .donats{
        justify-content: center;
        margin-bottom: 2rem;
    }
    section#donats .donats img{
        height: 18rem;
    }
    section#ouretechworks{
        margin-bottom: 5rem;
    }
    section#ouretechworks h4{
        margin-top: -1rem;
    }
    section#ouretechworks img{
        width: 100%;
    }
    section#watch #modelWatch{
        background-image: none ;
        height: 32rem;
    }
    section#watch img{
        width: 100%;
    }
    section#testimoniali .carousel-inner,
    section#testimoniali .carousel-item{
        min-height: 34rem;
    }
    section#testimoniali .align-self-start{
        padding-right: 1rem;
    }
    section#testimoniali .align-self-end{
        padding-left: 1rem;
    }
    section#testimoniali img{
        width: 4rem;
    }
    section#testimoniali a{
        padding: 0 0.2rem;
        font-size: 1.4rem;
    }
    section#testimoniali .carousel-item div{
        font-size: 1.4rem;
    }
    section#testimoniali h3{
        margin-bottom: 3rem;
    }
    section#official_partnerships .proudtowork_images div{
        height: 6rem;
    }
    /* homepage end */

    /* docs start */
    section#developerSearch,
    section#apiSearch {
        background-image:none;
    }
    section#developerSearch::after,
    section#apiSearch::after{
        content: '';
        background-image: url('../images/docsBooks.png');
        background-repeat: no-repeat;
        opacity: 0.2;
        /* background-position: left; */
        top: 4rem;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    section#developerSearch .dropdown-version-developer,
    section#apiSearch .dropdown-version{
        height: 4rem;
    }
    section#sidebar{
        left: 0;
        width: 1.5rem;
        background-color: rgba(102, 100, 100, 0.3);

    }
    section#sidebar .CollapseBtn{
        display: flex;
    }
    section#sidebar .sidebar {
        /* display: none; */
        display: flex;
        margin-top:-1rem;
        width: 0;
        height: 102%;
        background-color: white;
        overflow: hidden;
    }
    section#sidebar .SidebarDropdown{
        display: none;
        margin-top: 5vh;
        height:70vh;;
        /* width: 90%; */
        overflow-y: auto;
        padding-left: 0;
    }
    section#documentation .cdn_link{
        font-size: 2vw;
    }

    section#documentation .maintext .function2 {
        font-size: 4vw;
    }

    section#documentation .dropdown-vers a,
    section#documentation .version .vers_text{
        font-size: 3vw;
    }
    section#documentation .code pre::-webkit-scrollbar,
    section#documentation .table::-webkit-scrollbar {
        -webkit-appearance: none;

    }
    section#documentation .code pre::-webkit-scrollbar:horizontal,
    section#documentation .table::-webkit-scrollbar:horizontal {
        height: 8px;
    }
    section#documentation .table::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    section#documentation .code pre::-webkit-scrollbar-thumb {
        background-color: rgb(163, 163, 163);
        border-radius: 10px;
        border: 2px solid rgb(163, 163, 163);
    }
    section#documentation .tables{
        min-width: max-content;
    }
    /* documentation end */

    .pricing-row img {
        width: 60%;
    }

    .pricing-text {
        position: relative;
        top: 4rem;
        left: 0;
    }

    .pricing-list-row .pricing-list-heading{
        height: 11.4rem;
    }

    #story .tag-list a {
        font-size: 1.2rem;
    }

    #comparePlansModal .modal-dialog{
        margin: 0 3%;
        max-width: 94% !important;
    }

    #comparePlansModal .dollar-regular,
    #comparePlansModal .extend-list-heading,
    #comparePlansModal .modal-header .nav-custom a{
        font-size: 1.1rem !important;
    }
    #comparePlansModal .modal-header .nav-custom .plan-link-1{
        width: 15%;
    }
    #comparePlansModal .modal-header .nav-custom a{
        width: 21%;
    }
    section#features{
        background-image: none !important;
        height: auto !important;
        padding: 4rem 0;
    }
    section#features .headerIMG{
        width: 60%;
        margin: auto;
    }
    section#features h1,
    section#features h2{
        text-align: center;
    }


    section#solution-features .feature{
        flex-direction: column;
        padding: 0 0 5rem 0 !important;
    }

    section#solution-features .feature .description,
    section#solution-features .feature .list,
    section#solution-features .feature .example{
        width: 100% !important;
        margin: 2rem 0;
    }

    section#solution-features .feature .border{
        left: 0 !important;
        width: 100% !important;
    }

    /* ecommerce start */
    section#fireworks {
        padding-top: 3rem;
    }

    section#fireworks h1{
        font-size: 2.4rem;
    }
    section#fireworks h1,
    section#fireworks h3{
        text-align: center;
    }
    section#fireworks .ecommerce_gif{
        height: 60vw;
    }
    section#fireworks .darkBlueButton,
    section#fireworks .greenButton {
        padding: 0.4rem 1.5rem;
    }
    section#fireworks .ecommerce-clients{
        padding-top: 2rem;
    }
    section#ecommercePhone .pilot{
        margin-bottom: 5rem;
    }
    section#ecommercePhone .pilot div{
        padding: 2rem;
    }
    section#howitworks .table,
    section#products .table{
        margin-top: 0.5rem;
    }
    /* ecommerce end */
    /* tutorials */

    #tutorials-header h1{
        font-size: 2rem;
    }
    #faq-header .search-wrapper li,
    #tutorials-header .search-wrapper li{
        width: calc(100% / 3) !important;
    }

    section#tutorial .tutorial-list li,
    #tutorials .tutorial-list li{
        flex-basis: 100% !important;
    }
    #tutorials{
        margin-bottom: -6.8rem;
    }

    /* tutorials end */
    /* ecommerce start */
    section#ecommercePhone{
        margin-bottom: 0;
    }
    section#ecommercePhone img{
        width: 20rem;

    }
    /* section#ecommercePhone .hotspot{
        right:  0rem;
        width: 23.6rem;
    } */

    section#ecommercePhone .phone{
        display: flex;
        height: 63rem;
        justify-content: center;
    }
    section#ecommercePhone .phone iframe{
        width: 85% !important;
    }
    section.startYour3D .row div{
        max-height: none !important;
    }
    section.startYour3D{
        margin-top: 0 !important;
        height: auto !important;
        padding: 3rem 0;
        background-size: 10rem 5rem;
        background-size: cover !important;
    }
    section.ourRevolution{
        background-size: auto !important;
        height: auto !important;
        padding: 5rem 0;
    }
    /* ecommerce end */

    /* showcase start */

    section#showcase h2 {
        font-size: 2rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 1.5rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 2rem 1rem;
    }

     .showcase_heading_text_holder img {
        display: block;
    }

    .showcase_header_image {
        display: none;
    }
    .showcase_heading_text_holder {
        text-align: center;
    }
    section#showcase h1 {
        text-align: center;
        padding-bottom: 2rem;
        font-size: 2.4rem;
    }
    section#platform h1 {
        font-size: 2.4rem;
        text-align: center;
    }
    section#showcase h2 {
        text-align: center;
        padding-bottom: 2rem;
    }
    .showcase_heading_text {
        text-align: center;
    }
    section#showcasedemos .demo_block {
        height: 20rem;
    }
    section#showcasedemos .demo_block img {
        width: 80%;
    }

    section#showcasedemos .demo a {
        font-size: 1rem;
    }

    section#showcasedemos .demo_holder {
        padding-left: 15px !important;
    }

    /* showcase end */

    /* contact */

    #contact-container{
        height: 60rem !important;
        margin-bottom: 5rem !important;
    }

    .pen-wrapper,
    .message-form{
        height: 50% !important;
    }

    #contact-container .container .row .message-form{
        order: 2;
    }

    #contact-container .container .row .message-form form{
        right: 0;
        width: 95%;
    }
    #contact-container .penImage img{
        /* width: 100%; */
        height: 20rem;
    }
    .pen-wrapper .pen{
        width: 387px !important;
        height: 415px !important;
        left: calc(50% - 168.5px) !important;
    }

    #address{
        padding: 5vh 0.5rem !important;
        flex-direction: column;
        height: 1000px !important;
    }
    #address .info-wrapper .info{
        margin-right: 0 !important;
    }
    #address .info-wrapper,
    #address .map-wrapper{
        width: 100% !important;
    }

    #address .info-wrapper{
        align-items: center !important;
        margin-bottom: 5rem;
    }

    #address .map-wrapper .map{
        width: 90% !important;
        margin: 0 auto !important;
    }

    /* contact end */
    /* collab */
    #assigning .title{
        text-align: left;
    }
    #assigning .subtitle .col-1{
        padding: 0;
    }
    #assigning .blueBigTitle{
        margin-bottom: 2rem;
        color: #3959a1;
    }
    #assigning .bigTitle{
        font-size: 3.5rem;
        text-align: left;
    }
    #assigning .bigSubtitle{
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    #assigning .subtitle{
        text-align: left;
    }
    #assigning .collab-background-assigning {
        background-image: none;
        background-color: #3587a3;
        text-align: center;
    }
    #assigning .subtitle {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #assigning .mobilePark{
        width: 100%;
    }
    #collaboration div{
        height: auto;
    }
    #collaboration img{
        width: 80%;
    }
    #collaboration h2 .bold_text{
        font-size: 3rem;
    }
    #collaboration .collab-background-title {
        background-image: none;
    }
    #collaboration .wereHereForYou {
        margin: 0 auto;
    }
    #arsolutions {
        height: auto;
        padding: 3rem 0 2rem;
    }
    #arsolutions div{
        justify-content: center;
    }
    #arsolutions .arsofa img{
        height: 35rem;
    }
    #arsolutions .arsofa {
        margin: 0 auto;
    }
    #arsolutions .arsolutions-background-title, #arElevate .collab-background-arElevate {
        background-image: none;
    }
    section#arsolutions .darkBlueButton,
    section#arsolutions .greenButton{
        padding: 0.4rem 1.5rem;
    }
    #arSolutionsTechnology{
        height: auto;
        padding: 3rem 0;
    }
    /* endcollab */
    #collaboration #mobileCollab {
        display:block;
    }
    #arSolutionsTechnology #mobilePie {
        display: block;
    }
    #arElevate #mobileArsols {
        display: table;
    }
    #assigning #mobileAssignign {
        display:table;
    }
    #collaboration {
        height:auto;
        padding-bottom: 50px;
    }
    /* 3D ADS start */
    section#stars .grill{
        height: 20rem;
    }
    section#stars h1{
        font-size: 2.4rem;
     text-align: center;
    }
    section#stars .darkBlueButton,
    section#stars .greenButton {
        padding: 0.4rem 1.5rem;
    }
    section#fireworks .buttons,
    section#stars .buttons{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    section#fireworks .greenButton,
    section#stars .greenButton{
        margin-left: 0 !important;
    }
    section#outperforming img{
        width: 80%;
    }
    /* 3D ADS end */

     /* platform */

    .platform_header_image {
        display: flex;
        justify-content: center;
        display: none;
    }

    section#howitworks .step {
        font-size: 1.5rem;
        width: 7rem;
    }

    section#platform .platform_heading_text_holder {
        padding: 5rem 0 !important;
    }

    section#platform .platform_heading_text_holder img {
        margin: auto;
        display: block;
    }

    section#visualBuying {
        background-position: -785px 0px !important;
    }

    section#visualBuying h2 {
        text-align: center !important;
    }

    section#visualBuying p {
        font-size: 17px;
    }
    section#champion3d h2 {
        text-align: center !important;
    }

    section#champion3d h4 {
        text-align: center !important;
        width: 100%;
    }

    section#greattool .circle,
    section#champion3d .circle {
        width: 20px !important;
        height: 20px !important;
    }

    section#champion3d .bullet_holder {
        position: relative;
        top: 40px;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    section#champion3d .bullet_text {
        font-size: 16px !important;
    }

    section#champion3d img {
        width: 100%;
    }

    section#tehnicaldrilling h2 {
        text-align: center !important;
    }

    section#tehnicaldrilling h4 {
        text-align: center !important;
    }

    section#howitworks h2 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks h4 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks .step p {
        text-align: center !important;
        width: 100%;
        font-size: 18px;
    }

    section#howitworks .signup_rect_holder {
        width: 100% !important;
        margin: auto !important;
    }

    section#howitworks .shoe_img_holder {
        order: -1;
    }

    section#howitworks .static img{
        width: 80% !important;
    }
    section#howitworks .table div{
        width: 80%;
    }

    section#mostpowerfull h2{
        text-align: center !important;
    }
    section#mostpowerfull p {
        text-align: center !important;
    }

    section#platform h2 {
        text-align: center !important;
    }

    section#platform .darkBlueButton,
    section#platform .greenButton {
        padding: 0.4rem 1.5rem;
    }


    section#howitworks .signup_rect {
        margin-left: auto;
        margin-right: auto;
    }

    section#howitworks .signuprect_text{
        font-size: 15px !important;
    }

    section#howitworks .getstarted_button a {
        font-size: 10px !important;
    }

    section#champion3d .glove_img_holder {
        display: flex;
        justify-content: center;
    }

    section#champion3d .glove_img_holder img {
        width: 70%;
        height: 100%;
    }

    section#greattool .rect {
        max-width: 200px;
    }

    section#howitworks .signup_rect div {
        margin-left: 1rem;
    }

    section#howitworks .signup_rect div {
        padding: 2rem !important;
    }

    section#greattool .greattool_header {
        order: -2;
    }

    section#greattool .greattool_img {
        order: -1;
        margin-bottom: 3rem;
    }

    section#greattool .rect_holder {
        margin-bottom: 40px;
    }


    /* platform end */

    /* tutorial start */
    section#tutorial h1{
        font-size: 2rem;
    }
    section#tutorial h3{
        margin-top: 4rem;
    }
    section#tutorial .player{
        height: 49rem;
    }
    section#tutorial .tutorial-list{
        padding: 0;
    }
    /* tutorial end */

    /* about start */
    section#ourMission{
        background-position: left;
        padding: 2rem 0;
        height: auto;
    }
    section#ourPeople{
        height: auto;
        padding: 2rem 0 0;
    }
    /* section#ourPeople img {
        height: 30rem;
    } */
    section#ourPeople .container{
        padding-bottom: 3rem;
    }
    section#ourPeople iframe{
        width: 100%;
    }
    section#ourPeople iframe,
    section#ourPeople img{
        height: 30rem;
    }

    /* about end */

    /* ar solutions start */

    #arSolutionsShoe #arBridgeTitle {
        margin-bottom: 27px;
    }

    #arElevate .bigSubtitle {
        margin-bottom: 27px;
    }

    #arSolutionsTechnology #techTitle {
        margin-top: 50px;
    }

    #arElevate #arPilotButton {
        margin-right: 0;
    }


    /* ar solutions end */

    /* blog start */

    #blog-header .custom_select_styled:after {
        border: 7px solid transparent;
        border-color: #37a4a6 transparent transparent transparent;
        right: 5px;
        top: 15px;
    }

    #blog-header .custom_select_styled {
        padding: 8px 5px;
    }

    #blog-header .custom_select_styled[rel='3D Configuration'] {
        padding: 0 5px;
    }

    #blog-header .custom_select_div {
        font-size: 14px;
    }

    #blog-header .custom_select_options li {
        padding: 8px 5px;
    }

    #blog-header .blog-filter {
        padding: 0 2px !important;
    }

    .story-title {
        font-size: 2rem;
    }

    /* blog end */

    /* pricing  start*/
    .pricing-list .list-headings ul li,
    .pricing-list ul li {
        padding-bottom: 3rem;
    }
    /* section#pricing .pricing-list-body .custom_margin li:nth-child(1){
        margin-bottom: 0;
    } */
    /* section#pricing .pricing-list-body .custom_margin li:nth-child(6){
        margin: 1rem 0 2rem;
    }
    #comparePlansModal .modal-body .column-titles :nth-child(15){
        padding: 1.9rem 2rem;
    } */
    /* pricing end */
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
    /* banner crismes */
    #popupBanner .modal-content{
        width: 550px;
        height: 372px;
        margin: auto;
    }
    #popupBanner .banner_text_right, #popupBanner .banner_text_left {
        flex-basis: 30%;
    }
    #popupBanner .banner_text_left img:nth-child(1) {
        width: 55%;
    }
    #popupBanner .banner_text_left .banner_text_left-first h3 {
        font-size: 1.5rem;
        padding: 0.6rem 1rem 0.5rem 1rem;
    }
    #popupBanner .banner_text_left .banner_text_left-secend h3 {
        font-size: 1.5rem;
        line-height: 27px;
    }
    #popupBanner .banner_text_left .banner_text_left-secend {
        margin-top: 1rem;
    }
    #popupBanner .banner_text_left .banner_text_left-secend h3 span {
        font-size: 2rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first, #popupBanner .banner_text_right .banner_text_right-secend, #popupBanner .banner_text_right .banner_text_right-third {
        padding-right: 2rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first {
        margin-top: 4rem;
    }
    #popupBanner .banner_text_right .banner_text_right-first h2 {
        font-size: 2.2rem;
    }
    #popupBanner .banner_text_right .banner_text_right-secend h3 span {
        font-size: 3rem;
    }
    #popupBanner .banner_text_right .banner_text_right-secend h3 {
        font-size: 2.1rem;
    }
    #popupBanner .banner_text_right .banner_text_right-secend {
        padding: 0.6rem 2rem 0.5rem 1.2rem;
        width: 100%;
    }
    #popupBanner .banner_text_right {
        flex-basis: 50%;
    }
    #popupBanner .banner_text_right .banner_text_right-secend img {
        width: 80%;
    }
    #popupBanner .banner_text_right .banner_text_right-third h3 {
        font-size: 2.5rem;
    }
    #popupBanner .banner_text_right a {
        font-size: 1.2rem;
        letter-spacing: 1px;;
        padding: 0.5rem 1rem;
        margin-right: 2rem;
    }
    /*OCTOBAR BANNER START*/

    /*#popupBanner .modal-content {*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*}*/


    /*#popupBanner .desc .offer {*/
    /*    font-size: 1.3rem;*/
    /*    padding-top:  3rem !important;*/
    /*}*/

    /*#popupBanner .desc .sign-up {*/
    /*    font-size: 1.9rem;*/
    /*}*/

    /*#popupBanner .desc .plan {*/
    /*    font-size: 3.5rem;*/
    /*}*/

    /*#popupBanner .desc .october {*/
    /*    font-size: 1.8rem;*/
    /*}*/

    /*#popupBanner .desc .free {*/
    /*    font-size: 2.4rem;*/
    /*}*/

    /*.desc .bottom {*/
    /*     margin-top: 0;*/
    /*    margin-bottom: 4rem;*/
    /*}*/

    /*OCTOBAR BANNER END*/

    section#greattool .greattool_img {
        margin: 20px auto;
    }
    /* || GLOBAL ITEMS */
    #assigning .bigTitle,
    h1{
        font-size: 3.5rem;
    }
    section#developerSearch .title,
    #assigning .bigSubtitle,
    section#features h1,
    section#solution-features .bigTitle,
    #arElevate .bigTitle,
    #arSolutionsTechnology #arTechTitle,
    #arSolutionsShoe #arBridgeTitle,
    section#threediumStory .title,
    #collaboration .subTitle,
    #arsolutions .subTitle,
    h2{
        font-size: 2.7rem;
    }
    section#developerSearch .subtitle,
    #clients .titleCollab,
    #assigning .title,
    section#features h2,
    section#solution-features h2,
    #arElevate .bigSubtitle,
    #arsolutions .innerSub,
    h3{
        font-size: 2.3rem;
    }
    section#features p,
    section#solution-features p,
    section#features h3,
    section#solution-features h3,
    #arElevate #arPilotTitle,
    #arElevate .title,
    #arSolutionsTechnology #arTech,
    #arSolutionsShoe #arBridge,
    .paragraf_h4,
    section#features .header_text,
    section#solution-features .feature .list ul li,
    h4{
        font-size: 1.7rem;
    }
    p{
        font-size: 1.4rem;
    }

    /* homepage start */
    section#landingpage h1{
        font-size: 2.7rem;
    }
    section#landingpage #ring{
        height: 50vh;
    }
    section#animatedText{
        height: 28rem;
        background-size: 128rem;
        background-position: right;
    }
    section#oursolutions{
        background-position-y: 30rem;
    }
    section#oursolutions .phoneShoe img{
        width: 100%;
        height: auto;
    }
    section#oursolutions .text{
        padding: 0;
    }
    section#oursolutions .mainText{
        margin-bottom: 2rem;
    }
    section#oursolutions h2{
        margin-bottom: 1rem;
    }
    section#oursolutions p{
        padding-right: 0;
        margin-bottom: 4rem;
    }
    section#lightweight3D .gloveBox{
        height: 18rem;
        margin-top: 0;
        margin-left: 0;
    }
    section#lightweight3D h2{
        margin-bottom: 2.5rem;
    }
    section#solutionfeatures .boxs img,
    section#platform_solutionfeatures .box img{
        width: 100%;
    }
    section#worktogether {
        height: 30rem;
        background-position: left;
    }
    section#donats{
        padding-top:3rem;
        height: auto;
    }
    section#donats h2{
        font-size: 3.5rem;
    }
    section#donats .donats{
        justify-content: center;
        margin-bottom: 5rem;
    }
    section#donats .donats img{
        height: 24rem;
    }
    section#donats .box .boxImage{
        width: 12rem;
    }
    section#ouretechworks img{
        width: 17rem;
    }
    section#watch #modelWatch{
        background-image: none ;
        height: 32rem;
    }
    section#watch .static img {
        height: 28rem;
    }
    section#testimoniali .carousel-inner,
    section#testimoniali .carousel-item{
        min-height: 34rem;
    }
    section#testimoniali .align-self-start{
        padding-right: 1rem;
    }
    section#testimoniali .align-self-end{
        padding-left: 1rem;
    }
    section#testimoniali img{
        width: 5rem;
    }
    section#testimoniali h3{
        margin-bottom: 4rem;
    }
    section#official_partnerships .proudtowork_images div{
        height: 10rem;
    }
    /* homepage end */
    /* docs start */
    section#developerSearch,
    section#apiSearch {
        background-image:none;
    }
    section#developerSearch::after,
    section#apiSearch::after{
        content: '';
        background-image: url('../images/docsBooks.png');
        background-repeat: no-repeat;
        opacity: 0.2;
        /* background-position: left; */
        top: 4rem;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    section#sidebar{
        left: 0;
        width: 1.5rem;
        background-color: rgba(102, 100, 100, 0.3);
    }
    section#sidebar .CollapseBtn{
        display: flex;
    }
    section#sidebar .sidebar {
        /* display: none; */
        display: flex;
        margin-top:-1rem;
        width: 0%;
        height: 102%;
        background-color: white;
        overflow: hidden;
    }
    section#sidebar .SidebarDropdown{
        display: none;
        margin-top: 5vh;
        height:80vh;
        /* width: 90%; */
        overflow-y: auto;
        padding-left: 0;
    }
    section#documentation .code pre::-webkit-scrollbar,
    section#documentation .table::-webkit-scrollbar {
        -webkit-appearance: none;

    }
    section#documentation .code pre::-webkit-scrollbar:horizontal,
    section#documentation .table::-webkit-scrollbar:horizontal {
        height: 8px;
    }
    section#documentation .table::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    section#documentation .code pre::-webkit-scrollbar-thumb {
        background-color: rgb(163, 163, 163);
        border-radius: 10px;
        border: 2px solid rgb(163, 163, 163);
    }
    section#documentation .tables{
        min-width: max-content;
    }
    /* documentation end */

    .pricing-row img {
        width: 60%;
    }

    section#features{
        background-image: none !important;
        height: auto !important;
        padding: 4rem 0;
    }
    section#features .headerIMG{
        width: 60%;
        margin: auto;
    }
    section#solution-features .feature{
        flex-direction: column;
    }

    section#solution-features .feature .description{
        width: 70% !important;
        margin: 0 15% 2rem 15%;
    }

    section#solution-features .feature .list,
    section#solution-features .feature .example{
        width: 100% !important;
        margin: 2rem 0;
    }

    section#solution-features .feature .border{
        left: 0 !important;
        width: 100% !important;
    }
    /* ecommerce start */
    section#fireworks h1{
        font-size: 2.7rem;
    }
    section#fireworks {
        padding-top: 3rem;
    }
    section#fireworks img{
        width: 60%;
    }
    section#fireworks h1,
    section#fireworks h3 {
        text-align: center;
    }
    section#fireworks .darkBlueButton,
    section#fireworks .greenButton {
        padding: 0.4rem 2rem;
    }
    section#fireworks .ecommerce-clients{
        padding-top: 2rem;
    }
    section#fireworks .ecommerce-clients img{
        width: 100%;
    }
    /* ecommerce end */



    /* tutorials */
    #tutorials-header h1{
        font-size: 2.3rem;
    }
    #faq-header .search-wrapper li,
    #tutorials-header .search-wrapper li{
        width: calc(100% / 3) !important;
    }
    section#tutorial .tutorial-list li,
    #tutorials .tutorial-list li{
        flex-basis: 50% !important;
    }

    /* tutorials end */
    /* ecommerce start */
    /* section#ecommercePhone .hotspot{
        right:  0rem;
        width: 23.6rem;
    } */
    section#ecommercePhone .phone{
        height: 63rem;
    }
    /* ecommerce end */

    /* showcase start */

     section#showcase h2 {
        font-size: 2.2rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 1.7rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 3rem 2rem;
    }

     .showcase_heading_text_holder img {
        display: block;
    }

    .showcase_header_image {
        display: none;
    }
    .showcase_heading_text_holder {
        text-align: center;
    }
    section#showcase h1 {
        text-align: center;
        padding-bottom: 2rem;
        font-size: 2.7rem;
    }
    section#platform h1 {
        font-size: 2.7rem;
        text-align: center;
    }
    section#showcase h2 {
        text-align: center;
        padding-bottom: 2rem;
    }
    .showcase_heading_text {
        text-align: center;
    }

    section#showcasedemos .demo_block {
        height: 20rem;
    }

    section#showcasedemos .demo_block img {
        width: 80%;
    }

    section#showcasedemos .demo_holder {
        padding-left: 15px !important;
    }

    /* showcase end */

    /* contact */

    #contact-container{
        height: 800px !important;
    }
    .pen-wrapper,
    .message-form{
        height: 50% !important;
    }

    #contact-container .container .row .message-form{
        order: 2;
    }

    #contact-container .container .row .message-form form{
        right: 0;
        width: 100%;
    }

    .pen-wrapper .pen{
        width: 387px !important;
        height: 415px !important;
        left: calc(50% - 168.5px) !important;
    }

    #address{
        flex-direction: column;
        height: 930px !important;
    }

    #address .info-wrapper,
    #address .map-wrapper{
        width: 100% !important;
    }

    #address .info-wrapper{
        align-items: center !important;
        margin-bottom: 10rem;
    }

    #address .map-wrapper .map{
        width: 90% !important;
        margin: 0 auto !important;
    }

    .pricing-text {
        position: relative;
        top: 4rem;
        left: 0;
    }

    /* contact end */

    /* 3D ADS start */
    section#stars h1{
        font-size: 2.4rem;
    }
    section#stars .grill{
        height: 24rem;
    }
    section#stars .darkBlueButton,
    section#stars .greenButton {
        padding: 0.4rem 2rem;
    }
    section#stars .buttons{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    section#stars .display-campaigns-clients img{
        width: 100%;
    }
    section#outperforming img{
        width: 16rem;
    }
    /* 3D ADS end */

     /* platform */

    .platform_header_image {
        display: flex;
        justify-content: center;
        display: none;
    }

    section#platform .platform_heading_text_holder {
        padding: 5rem 2rem !important;
    }

    section#platform .platform_heading_text_holder img {
        margin: auto;
        display: block;
    }

    section#champion3d h2 {
        text-align: center !important;
    }

    section#champion3d h4 {
        text-align: center !important;
        width: 100%;
    }

    section#champion3d .circle {
        width: 20px !important;
        height: 20px !important;
    }

    section#champion3d .bullet_holder {
        position: relative;
        top: 40px;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    section#champion3d .bullet_text {
        font-size: 16px !important;
    }

    section#champion3d img {
        width: 100%;
    }

    section#tehnicaldrilling h2 {
        text-align: center !important;
    }

    section#tehnicaldrilling h4 {
        text-align: center !important;
    }

    section#howitworks h2 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks h4 {
        text-align: center !important;
        width: 100%;
    }

    section#howitworks .shoe_img_holder {
        order: -1;
    }

    section#howitworks .static img{
        width: 80% !important;
    }

    section#mostpowerfull h2{
        text-align: center !important;
    }
    section#mostpowerfull p {
        text-align: center !important;
    }

    section#platform h2 {
        text-align: center !important;
    }

    section#platform .darkBlueButton,
    section#platform .greenButton {
        padding: 0.4rem 1.5rem;
    }

    section#howitworks .signup_rect {
        margin-left: auto;
        margin-right: auto;
    }

    section#howitworks .signuprect_text{
        font-size: 18px !important;
    }

    section#visualBuying p {
        font-size: 15px;
    }
    section#howitworks .getstarted_button a {
        font-size: 12px !important;
    }

    section#champion3d .glove_img_holder {
        display: flex;
        justify-content: center;
    }

    section#champion3d .glove_img_holder img {
        width: 70%;
    }

    section#howitworks .signup_rect div {
        padding: 2rem !important;
    }

    /* platform end */

    /* demos carousel */

    #carousel .demo-item{
        height: 25rem !important;
    }

    /* tutorial start */
    section#tutorial h1{
        font-size: 2.3rem;
    }
    section#tutorial h3{
        margin-top: 4rem;
    }
    section#tutorial .player{
        height: 30rem;
    }
    section#tutorial .tutorial-list{
        padding: 0;
    }
    /* tutorial end */

    /* about start */
    section#ourMission{
        background-position: left;
        padding: 2rem 0;
        height: auto;
    }
    section#ourPeople iframe,
    section#ourPeople img{
        width: 100%;
        height: 100%;
    }
    /* about end */

    /* ar solutions start */
    #arSolutionsShoe #arBridgeTitle {
        margin-bottom: 27px;
    }

    #arElevate .bigSubtitle {
        margin-bottom: 27px;
    }

    #arSolutionsTechnology #techTitle {
        margin-top: 50px;
    }

    #arElevate #arPilotButton {
        margin-right: 0;
    }

    #arsolutions {
        height: auto;
        padding: 3rem 0 2rem;
    }
    #arsolutions div{
        justify-content: center;
    }
    #arsolutions .arsofa img{
        height: 35rem;
    }
    section#arsolutions .darkBlueButton,
    section#arsolutions .greenButton{
        padding: 0.4rem 2rem;
    }
    #arSolutionsTechnology{
        height: auto;
        padding: 3rem 0;
    }
    /* ar solutions end */
    /* pricing start */
    #comparePlansModal .extend-list-heading,
    #comparePlansModal .modal-header .nav-custom a{
        font-size: 1.5rem !important;
    }
    /* pricing stop */

    section#collaboration img {
        height: 30rem;
    }

    /* pricing  start*/
    /* .pricing-list .list-headings ul li:nth-child(2),
    .pricing-list .list-headings ul li:nth-child(3),*/
    .pricing-list .list-headings ul li,
    .pricing-list ul li {
        padding-bottom: 3rem;
    }
    /* section#pricing .pricing-list-body .custom_margin li:nth-child(1){
        margin-bottom: 2rem;
    } */
    section#pricing .pricing-desktop .pricing-list-row {
        flex-basis: 50%;
    }
    /* pricing end */
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    #assigning .bigTitle,
    h1{
        font-size: 4.5rem;
    }
    section#developerSearch .title,
    #assigning .bigSubtitle,
    section#features h1,
    section#solution-features .bigTitle,
    #arElevate .bigTitle,
    #arSolutionsTechnology #arTechTitle,
    #arSolutionsShoe #arBridgeTitle,
    section#threediumStory .title,
    #collaboration .subTitle,
    #arsolutions .subTitle,
    h2{
        font-size: 3rem;
    }
    section#developerSearch .subtitle,
    #clients .titleCollab,
    #assigning .title,
    section#features h2,
    section#solution-features h2,
    #arElevate .bigSubtitle,
    #arsolutions .innerSub,
    h3{
        font-size: 2.5rem;
    }
    section#features p,
    section#solution-features p,
    section#features h3,
    section#solution-features h3,
    #arElevate #arPilotTitle,
    #arElevate .title,
    #arSolutionsTechnology #arTech,
    #arSolutionsShoe #arBridge,
    .paragraf_h4,
    section#features .header_text,
    section#solution-features .feature .list ul li,
    h4{
        font-size: 1.7rem;
    }

    /* homepage start */
    section#landingpage h1{
        font-size: 3rem;
    }
    section#landingpage #ring{
        height: 55vh;
    }
    section#landingpage .colors {
        /* padding: 0 0 8rem 0 ; */
    }
    section#animatedText{
        height: 28rem;
        background-size: 130rem;
    }
    section#oursolutions{
        background-position-y: 27rem;
    }
    section#oursolutions .phoneShoe img{
        width: 100%;
        height: auto;
    }
    section#oursolutions p{
        padding-right: 0;
        margin-bottom: 4rem;
    }
    section#oursolutions .text{
        margin-bottom: 10rem;
    }
    section#lightweight3D .gloveBox{
        height: 23rem;
        margin-top: -8rem;
        margin-left: 4rem;
    }
    section#lightweight3D h2{
        margin-bottom: 2.5rem;
    }
    section#worktogether {
        height: 25rem;
    }
    section#donats .donats {
        align-self: center;
    }
    section#donats .donats img{
        width: 28vw;
    }
    section#ouretechworks img{
        width: 20rem;
    }
    section#watch img{
        width: 100%;
    }
    section#testimoniali .carousel-inner,
    section#testimoniali .carousel-item{
        min-height: 25rem;
    }
    section#testimoniali .align-self-start{
        padding-right: 1rem;
    }
    section#testimoniali .align-self-end{
        padding-left: 1rem;
    }
    section#testimoniali h3{
        margin-bottom: 4rem;
    }
    section#official_partnerships .proudtowork_images div{
        height: 10rem;
    }
    /* homepage end */
    /* docs start */
    section#developerSearch,
    section#apiSearch {
        background-image:none;
    }
    section#developerSearch::after,
    section#apiSearch::after{
        content: '';
        background-image: url('../images/docsBooks.png');
        background-repeat: no-repeat;
        opacity: 0.2;
        /* background-position: left; */
        top: 4rem;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    section#sidebar{
        right: 0;
        left: 0;
        width: 1.5rem;
        background-color: rgba(102, 100, 100, 0.3);
    }
    section#sidebar .CollapseBtn{
        display: flex;
    }
    section#sidebar .sidebar {
        /* display: none; */
        display: flex;
        margin-top:-1rem;
        width: 0;
        height: 102%;
        background-color: white;
        overflow: hidden;
    }
    section#sidebar .SidebarDropdown{
        display: none;
        margin-top: 5vh;
        height:80vh;
        /* width: 90%; */
        overflow-y: auto;
        padding-left: 0;
    }
    /* documentation  end */

    section#solution-features .feature{
        flex-direction: column;
    }

    section#solution-features .feature .description{
        width: 60% !important;
        margin: 0 20% 2rem 20%;
    }

    section#solution-features .feature .list,
    section#solution-features .feature .example{
        width: 100% !important;
        margin: 2rem 0;
    }

    /* tutorials */

    #tutorials-header h1{
        font-size: 2.5rem;
    }
    #faq-header .search-wrapper li,
    #tutorials-header .search-wrapper li{
        width: calc(100% / 3) !important;
    }

    #tutorials .tutorial-list li{
        flex-basis: 50% !important;
    }

    /* tutorials end */
    /* ecommerce start */
    /* section#ecommercePhone .hotspot{
        right:  0rem;
        width: 23.6rem;
    } */
    section#fireworks h1{
        font-size: 3rem;
    }
    section#ecommercePhone .phone{
        height: 63rem;
    }
    /* ecommerce end */

    /* showcase start */

    section#showcase h1 {
        font-size: 3rem;
    }

    section#platform h1 {
        font-size: 3rem;
    }


     section#showcase h2 {
        font-size: 2.3rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 1.9rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 3rem 2rem;
    }

    section#showcasedemos .demo_holder {
        padding-left: 15px !important;
    }

    /* showcase end */

    /* 3D ADS start */
    section#stars h1{
        font-size: 3rem;
    }
    section#stars .grill{
        height: 32rem;
    }
    section#stars .display-campaigns-clients img{
        width: 100%;
    }
    /* 3D ADS end */

    /* platform start */
    section#platform .platform_heading_text_holder{
        padding: 16rem 0;
    }
    section#visualBuying h2 {
        font-size: 35px;
    }

    section#visualBuying p {
        font-size: 20px;
    }

    section#howitworks .shoe_img_holder {
        order: -1;
    }

    section#howitworks .static img{
        width: 80% !important;
    }
    section#howitworks .video video {
        margin: 2rem 0 5rem !important;
    }

    section#champion3d .bullet_holder {
        top: -100px;
    }


    .chair-frame {
        right: 1rem;
    }

    .chair-seat {
        right: -3rem;
    }

    /* platform end */

    /* demos carousel */

    #carousel .demo-item{
        height: 10rem !important;
    }

    #carousel .demo-item a{
        width: 80%;
        left: 10%;
    }

    /* tutorial start */

    section#tutorial h1{
        font-size: 2.5rem;
    }
    section#tutorial h3{
        margin-top: 4rem;
    }
    section#tutorial .tutorial-list{
        padding: 0;
    }
    /* tutorial end */

    /* about start */
    section#ourMission{
        background-image: url(../images/3Dium-cutout-right-v2.png);
        padding: 1rem 0;
        height: auto;
    }
    section#ourPeople{
        background-size: 46rem;
    }
    section#ourPeople iframe,
    section#ourPeople img{
        width: 100%;
        height: 100%;
    }
    /* about end */

    /* ar solutions start */

    #arElevate .bigSubtitle {
        margin-bottom: 27px;
    }

    #arSolutionsTechnology #techTitle {
        margin-top: 50px;
    }

    #arElevate #arPilotButton {
        margin-right: 0;
    }
    #arsolutions {
        height: auto;
        padding: 3rem 0 2rem;
    }
    #arsolutions div{
        justify-content: center;
    }
    #arsolutions .arsofa img{
        height: 35rem;
    }
    #arSolutionsTechnology{
        height:auto;
    }
    /* ar solutions end */
    #assigning .bigTitle{
        width: 80%;
    }

    section#mostpowerfull h2 {
        font-size: 2rem;
    }

    section#mostpowerfull p {
        font-size: 1.6rem !important;
    }

    section#platform .rotate_scroll {
        bottom: 6rem;
        right: 8rem;
    }
    section#collaboration img {
        height: 30rem;
    }

    /* pricing  start*/
    .pricing-list .list-headings ul li,
    .pricing-list ul li {
        padding-bottom: 3rem;
    }
    /* section#pricing .pricing-list-body .custom_margin li:nth-child(1){
        margin-bottom: 2rem;
    } */
    section#pricing .pricing-desktop .pricing-list-row {
        flex-basis: 33%;
    }
    /* pricing end */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    section#developerSearch .subtitle,
    #clients .titleCollab,
    section#features h2,
    section#solution-features h2,
    #arElevate .bigSubtitle,
    h3{
        font-size: 2.5rem;
    }
    section#features p,
    section#solution-features p,
    section#features h3,
    section#solution-features h3,
    #arElevate #arPilotTitle,
    #arElevate .title,
    #arSolutionsTechnology #arTech,
    #arSolutionsShoe #arBridge,
    .paragraf_h4,
    section#features .header_text,
    section#solution-features .feature .list ul li,
    h4{
        font-size: 2rem;
    }
    /* homepage start */
    section#animatedText{
        height: 28rem;
        background-size: 130rem;
    }
    /* section#oursolutions .phoneShoe{
        background-position: center;
    } */
    section#lightweight3D .gloveBox{
        height: 27rem;
        margin-top: -12rem;
        margin-left: 7rem;
    }
    section#solutionfeatures .boxs img {
        width: 90%;
    }
    section#platform_solutionfeatures .boxs img {
    width: 130px !important;
    }

    section#worktogether{
        height: 32rem;
    }
    section#donats .donats {
        align-self: center;
    }
    section#donats .donats img{
        width: 28vw;
    }
    section#watch img{
      width: 100%;
    }
    section#testimoniali .carousel-inner,
    section#testimoniali .carousel-item{
        min-height: 25rem;
    }
    section#testimoniali .align-self-start{
        padding-right: 2rem;
    }
    section#testimoniali .align-self-end{
        padding-left: 2rem;
    }
    /* homepage end */


    #navbar .nav-link {
        font-size: 1.4rem;
    }

    #navbar .navbar-smaller .nav-link {
        font-size: 1.4rem;
    }

    .logo {
        width: 60%;
    }

    /* docs start */
    section#developerSearch,
    section#apiSearch {
        background-image:none;
    }
    section#developerSearch::after,
    section#apiSearch::after{
        content: '';
        background-image: url('../images/docsBooks.png');
        background-repeat: no-repeat;
        opacity: 0.2;
        /* background-position: left; */
        top: 4rem;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    section#sidebar {
        right: 76vw;
    }
    /* documentation  end */
    /* ecommerce start */
    /* section#ecommercePhone .hotspot{
       right:  0rem;
    } */

    section.startYour3D .row div{
        max-height: none !important;
    }
    /* ecommerce end */


    /* showcase start */

    section#showcase h2 {
        font-size: 2.4rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 2rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 3rem 2rem;
    }

    /* showcase end */

    /* 3D ADS start */
    section#stars .grill{
        height: 41rem;
    }
    section#stars .display-campaigns-clients img{
        width: 70%;
    }
    /* 3D ADS end */

     /* platform start */

     section#visualBuying h2 {
        font-size: 35px;
    }

    section#visualBuying p {
        font-size: 20px;
    }

    section#howitworks .signuprect_text{
        font-size: 19px !important;
    }

    section#howitworks .getstarted_button a {
        font-size: 13px !important;
    }

    section#champion3d .bullet_holder {
        top: -150px;
    }

    section#platform .rotate_scroll {
        bottom: 8rem;
        right: 13rem;
    }

    /* platform end */

    /* demos carousel */

    #carousel .demo-item{
        height: 15rem !important;
    }



    #arElevate #arPilotButton {
        font-size: 12px;
    }

    /* ecommerce */

    /* pricing  start*/

    .pricing-list ul li {
        padding-bottom: 2rem;
    }
    /* section#pricing .pricing-list-body .custom_margin li:nth-child(1){
        margin-bottom: 2.8rem;
    }
    section#pricing .pricing-list-body .custom_margin li:nth-child(2){
        margin-bottom: 1rem;
    } */
    .additional-collaborators,
    .cross-device-support,
    .cross-browser-support{
        height: 56px;
    }
    /* pricing end */
}

/* Extra large devices (large laptops and desktops, 1200px and up 1500px) */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    section#lightweight3D .gloveBox{
        margin-top: -12rem;
        margin-left: 6rem;
    }

    section#donats .donats img{
        width: 30vw;
    }
    section#sidebar {
        right: 75vw;
    }
    section#worktogether{
        height: 38rem;
    }
    /* showcase start */

    section#showcase h2 {
        font-size: 2.7rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 2.2rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 5rem 3rem;
    }

    /* showcase end */

     /* platform start */

     section#visualBuying h2 {
        font-size: 35px;
    }

    section#visualBuying p {
        font-size: 20px;
    }


    /* platform end */
    /*pricing  */
    .cross-device-support,
    .cross-browser-support{
        height: 56px;
    }
    /*pricing  */
}
@media only screen and (min-width: 1501px)  and (max-width: 1670px)  {

    section#worktogether{
        height: 43rem;
    }

    section#sidebar {
        right: 71vw;
    }

    section#fireworks{
        background-position: left;
    }

    /* showcase start */

    section#showcase h2 {
        font-size: 3rem;
    }

    section#showcase .showcase_heading_text {
        font-size: 2.5rem;
    }

    section#showcase .showcase_heading_text_holder {
        padding: 10rem 3rem;
    }

    /* showcase end */

     /* platform start */

     section#visualBuying h2 {
        font-size: 35px;
    }

    section#visualBuying p {
        font-size: 20px;
    }

    /* platform end */
}

@media only screen and (max-width: 991px) {

    /* #assigning .purpleCircle {
        display: none;
    } */
    #arElevate .purpleCircle, #arElevate .greenCircle {
        display: none;
    }
    #navbar {
        position: unset;
    }
    #arsolutions .arsolutions-background-title {
        background-image: none;
    }
    #arsolutions .subTitle .innerSub {
        text-align: center;
    }
    #arElevate .collab-background-arElevate {
        background-image: none;
    }
    #arElevate #arPilot {
        margin-top: 40px;
    }
    .arSolutionsShoeExampleHolder {
        display: none;
    }
    #arSolutionsShoeExampleMobile {
        display: block !important;
        height: auto;
        margin-bottom: 20px;
    }
    #arsolutions #mobileArsol {
        display:block;
    }
    #arElevate .assigningSection {
        text-align:center;
    }
    #arElevate .assigningSection .subtitle{
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    section#interactiveAds .example .click,
    section#solution-features .feature .example .click,
    section#arSolutionsShoe .example .click,
    section#watch .example .click,
    section#breakFree .example .click{
        display:none !important;
    }
    .navbar-smaller {
        position: unset;
        margin-top: 0;
    }
    .logo {
        width: 50%;
    }

    .dd-collaboration {
        width: 100%;
        margin-left: 0;
    }

    .pricing-content {
        font-size: 1.6rem;
    }


    .navbar-smaller .dropdown-menu {
        width: 100%;
    }

    nav .responsive-login {
        top: 1.7rem;
    }

    .monthly-annual {
        margin-top: 7rem;
        /*margin-top: 3rem;*/
    }

    .story-share-button {
        position: relative;
        margin-top: 2rem;
    }


}

@media only screen and (min-width: 991px) {
    .pricing-background {
        height: 50vh;
    }

    section#mostpowerfull h2 {
        font-size: 3.5rem;
    }

    .main_container section#mostpowerfull {
        height: 45rem;
        margin-top: 5rem
    }

    .platform-clients img {
        width: 70%;
    }

    .chair-frame {
        right: 5rem;
    }

    .chair-seat {
        right: 0;
    }

    section#howitworks .video video {
        margin-bottom: 10rem;
    }

}

@media only screen and (min-width: 1200px) {
    .logo {
        width: 220px;
        /* height: 50px; */
    }

    #navbar .navbar-smaller .nav-link {
        font-size: 1.4rem;
    }

    section#greattool .bullet_text {
        margin-left: -4rem;
    }

    section#platform .rotate_scroll {
        right: 17rem;
        bottom: 1.5rem;
    }

}
 /*|| 768px*/

@media only screen and (min-width: 768px) {

    section#platform {
        box-shadow: 0 5px 8px -4px rgba(188, 190, 192, 0.6);
    }

    section#champion3d .content_holder {
        height: 450px;
    }

    section#mostpowerfull {
        height: 38rem;
        margin-top: 5rem
    }

    section#mostpowerfull p {
        font-size: 2rem;
    }

    section#platform .chair-colors img {
        transform: 	none;
        margin-bottom: 0.5rem;
    }

    .chair-frame,
    .chair-seat {
        position: absolute;
    }

    section#howitworks .step {
        padding-left: 0;
    }

    section#howitworks h3 {
       margin-left: unset;
    }

    section#platform .rotate_scroll {
        position: absolute;
    }

    .pricing-period {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 1500px) {

    section#ourPeople .bacgroundIMG{
        width: 100%;
    }
}

/* FEATURES */

section#features{
    display: flex;
    width: 100%;
    height: 568px;
    background-image: url('../images/features.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    color: #3959a1;
}

section#features h1,
section#features h2,
section#features h3,
section#features h4,
section#solution-features .bigTitle,
section#solution-features h2,
section#solution-features h3,
section#solution-features h4,
section#solution-features p{
    font-weight: bold;
}





section#solution-features{
    display: flex;
    width: 100%;
    background-image: linear-gradient(#E6E7E8 0%, #ffffff 60%);
    color: #3959a1;
}



section#solution-features .feature{
    padding: 5rem 0;
    position: relative;
    display: flex;
}

section#solution-features .feature .description{
    width: 30%;
}

section#solution-features .feature .description img{
    width: 90%;
    margin: 0 auto;
}

section#solution-features .feature .description h3{
    margin-top: -3rem;
}

section#solution-features .feature .list{
    width: calc(40% - 60px);
    /* padding: 0 30px; */
}

section#solution-features .feature .list ul{
    list-style-type: none;
    margin: 1rem 1rem 0 0;
}

section#solution-features .feature .list ul li{
    padding: .5rem 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #e6e7e8;
    position: relative;
}

section#solution-features .feature .list ul li:last-child{
    border-bottom: none;
}

section#solution-features .feature .list ul li .circle{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #bcbec0;
    opacity: .76;
    position: absolute;
    top: calc(50% - .5rem);
    left: -2.5rem;
}

section#solution-features .feature .example{
    width: 47%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

section#solution-features .feature .example .commercial {
    width: 100%;
}

section#solution-features .feature .example .commercial .static{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

section#solution-features .feature .example .commercial .static img{
    width: 100%;
}

section#solution-features .feature .example .commercial .static-ar img {
    width: 90%;
}

section#ourPeople .example-div:hover,
section#ourPeople .example-div:active,
section#ourPeople .example-div:focus,
section#interactiveAds .example-div:hover,
section#interactiveAds .example-div:active,
section#interactiveAds .example-div:focus,
section#breakFree .example-div:hover,
section#breakFree .example-div:active,
section#breakFree .example-div:focus,
section#arSolutionsShoe .example:hover,
section#arSolutionsShoe .example:active,
section#arSolutionsShoe .example:focus,
section#watch .example:hover,
section#watch .example:active,
section#watch .example:focus,
section#solution-features .feature .example:hover,
section#solution-features .feature .example:active,
section#solution-features .feature .example:focus,
section#howitworks .example:hover,
section#howitworks .example:active,
section#howitworks .example:focus{
    cursor: pointer;
}

section#ourPeople .example-div .click,
section#interactiveAds .example-div .click,
section#solution-features .feature .example .click,
section#arSolutionsShoe .example .click,
section#watch .example .click,
section#breakFree .example-div .click{
    display: block;
    width: 40px;
    height: 66px;
    background-image: url(../images/click.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 33px);
    opacity: 0.6;
}

section#solution-features .ads .example .click{
    left: calc(75% - 20px);
}
/* section#watch .example .click:hover,
section#watch .example .click:focus,
section#watch .example .click:active,
section#breakFree .example .click:hover,
section#breakFree .example .click:focus,
section#breakFree .example .click:active,
section#solution-features .feature .example .click:hover,
section#solution-features .feature .example .click:focus,
section#solution-features .feature .example .click:active{ */

section#ourPeople .example-div .commercial:hover > .static .click,
section#ourPeople .example-div .commercial:focus > .static .click,
section#ourPeople .example-div .commercial:active > .static .click,
section#interactiveAds .example-div .commercial:hover > .static .click,
section#interactiveAds .example-div .commercial:focus > .static .click,
section#interactiveAds .example-div .commercial:active > .static .click,
section#watch .example .commercial:hover > .static .click,
section#watch .example .commercial:focus > .static .click,
section#watch .example .commercial:active > .static .click,
section#arSolutionsShoe .example .commercial:hover > .static .click,
section#arSolutionsShoe .example .commercial:hover > .static .click,
section#arSolutionsShoe .example .commercial:hover > .static .click,
section#breakFree .example-div .commercial:hover > .static .click,
section#breakFree .example-div .commercial:focus > .static .click,
section#breakFree .example-div .commercial:active > .static .click,
section#solution-features .feature .example .commercial:hover > .static .click,
section#solution-features .feature .example .commercial:focus > .static .click,
section#solution-features .feature .example .commercial:active > .static .click,
section#howitworks .example .commercial:hover > .static .click,
section#howitworks .example .commercial:focus > .static .click,
section#howitworks .example .commercial:active > .static .click {
    opacity: 1;
    transition: .2s;
}

section#solution-features .feature .border{
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 130%;
    height: 1px;
    background-image: linear-gradient(#e6e7e8 0%, #ffffff 50%);
}

#iframeModal .modal-dialog{
    max-width: 70%;
    height: 80vh;
    margin: 12rem 15% 10vh;
}

#iframeModal .modal-dialog .modal-content{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, white 50% , #E6E7E8);
    border-radius: 7px;
    color: #3959a1;
    overflow: auto;
}

#iframeModal .modal-dialog .modal-content .modal-body{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#iframeModal .modal-dialog .modal-content .modal-body .close{
    font-size: 45pt;
    color: #3959a1;
    position: absolute;
    top: 0;
    right: 1.5rem;
}

#iframeModal .modal-dialog .modal-content .modal-body iframe{
    background-color: #ffffff;
}

/* END OF FEATURES */

/* CUSTOM SELECT */

.custom_select_hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.custom_select_div {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #38bba8;
    width: 180px;
    height: 40px;
    margin-right: 10px;
}

.custom_select_styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 15px;
    border-radius: 5.1px;
    box-shadow: 2.1px 0 8.3px 0 rgba(153, 153, 153, 0.6);
    border: solid 1px #38bba8;
    text-align: left;
    /* @include transition(all 0.2s ease-in); */
}

.custom_select_styled:after {
    content:"";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: #37a4a6 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
  }

.custom_select_styled:hover {
    background: #eeeeee;
}

.custom_select_styled:active, .custom_select_styled .active {
    background: #eeeeee;
}

.custom_select_styled:active:after, .custom_select_styled.active:after {
    top: 5px;
    border-color: transparent transparent #37a4a6 transparent;
}

.custom_select_options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    text-align: left;
    border-radius: 5.1px;
}

.custom_select_options li {
    margin: 0;
    padding: 8px 15px;
}

.custom_select_options li.border_top {
    border-top: 1px solid #38bba8;
}

.custom_select_options li:hover {
    color: #38bba8;
    background: #eeeeee;
}

.demos_select_container {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

/* TUTORIALS */

#tutorials-header{
    padding: 5rem 0;
    color: #3959a1;
}

#tutorials-header img{
    width: 100%;
}


#blog-header .search-wrapper,
#faq-header .search-wrapper,
#tutorials-header .search-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#tutorials-header h1{
    font-size: 2.5rem;
    font-weight: bold;
}

#blog-header .search-wrapper .search,
#faq-header .search-wrapper .search,
#tutorials-header .search-wrapper .search{
    width: 100%;
    height: 50px;
    position: relative;
    margin: 2rem 0 1.5rem 0;
}

#blog-header .search-wrapper .search input,
#faq-header .search-wrapper .search input,
#tutorials-header .search-wrapper .search input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .75rem 2rem;
    border: 2px solid #37a4a6;
    border-radius: 25px;
    height: 100%;
    font-size: 1.6rem;
    color: #37a4a6 !important;
    outline: none;
}

#blog-header .search-wrapper .search button,
#faq-header .search-wrapper .search button,
#tutorials-header .search-wrapper .search button{
    position: absolute;
    top: calc(50% - 13.5px);
    right: 15px;
    width: 25px;
    height: 27px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    border: none;
}

#tutorials-header .search-wrapper ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#tutorials-header .search-wrapper li{
    display: inline-block;
    float: left;
    width: 25%;
    padding: .5rem 0;
}

#tutorials-header .search-wrapper a{
    display: block;
    color: #37a4a6;
    font-weight: 500;
    font-size: 1.25rem;
}

#tutorials .tutorial-categories{
    margin: 0 0 5rem 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    background-image: linear-gradient(#E6E7E8 0%, #ffffff 70%);
    border-radius: 15px;
    box-shadow: 0 0 6.1px 0 rgba(111, 163, 144, 0.6);
    overflow: hidden;
}

#tutorials .tutorial-categories li{
    padding: .75rem 1.5rem;
    color: #3959a1;
    font-size: 1.6rem;
}

#tutorials .tutorial-categories li:first-child{
    padding: 1.25rem 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #37a4a6;
}

#tutorials .tutorial-categories li a{
    color: #3959a1;
    font-size: 1.6rem;
    padding: .75rem 0;
}

#tutorials .tutorial-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

#tutorials .tutorial-list li{
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% / 3);
    padding: 0 .75rem;
    margin-bottom: 3rem;
}

#tutorials .tutorial-list li .video,
#tutorials .tutorial-list li .video img{
    width: 100%;
}

#tutorials .tutorial-list li .video{
    box-shadow: 0 0 5px 0 rgba(111, 163, 144, 0.6);
    border-radius: 7.3px;
    overflow: hidden;
}

#tutorials .tutorial-list li .video:hover,
#tutorials .tutorial-list li .video:active,
#tutorials .tutorial-list li .video:focus{
    cursor: pointer;
}

#tutorials .tutorial-list li .info{
    width: 100%;
    padding: .75rem 1.25rem;
}

#tutorials .tutorial-list li .info a:hover{
    text-decoration: none;
}
#tutorials .tutorial-list li .info h2{
    font-size: 1.75rem;
    color: #000000;
    margin: 2rem 0;
    font-weight: bold;
}

#tutorials .tutorial-list li .info p{
    font-size: 1.5rem;
    color: #939598;
}

/* END OF TUTORIALS */

/* CONTACT */

#contact-container{
    margin-bottom: 12.5rem;
    height: 550px;
}

#contact-container .container,
#contact-container .container .row{
    width: 100%;
    height: 100%;
    display: flex;
}

.pen-wrapper,
.message-form{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.pen-wrapper .pen{
    width: 487px;
    height: 515px;
    background-image: url(../images/pen.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#contact-form .pricing-form-container{
    margin-top: 0 !important;
}

#send-message-form{
    display: block;
    width: 70%;
    position: absolute;
    right: 10%;
    bottom: 0;
}

#send-message-form input{
    border: none;
    border-bottom: 1px solid #37a4a6;
    color: #37a4a6;
    padding: 2.25rem 0;
    font-size: 1.6rem;
    background: transparent;
    margin: 1rem 0;
}

#send-message-form button{
    color: white;
    padding: .5rem 2.5rem;
    border: none;
    background-color: #336aa1;
    border-radius: 7.7px;
    font-size: 1.6rem;
    margin-top: 2rem;
}

#address{
    display: flex;
    flex-basis: 100%;
    height: 642px;
    background-image: url(../images/background4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 10rem 0;
}

#address .info-wrapper,
#address .map-wrapper{
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

#address .info-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#address .info-wrapper .info h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25pt;
}

#address .info-wrapper .info p{
    font-weight: bold;
    line-height: 2.25;
    font-size: 14pt;
}
#address .info-wrapper .info a{
    color: #fff;
}
#address .info-wrapper .info a:hover{
    color: #fff;
}
#address .info-wrapper .info {
   margin-right: 3rem;
}
#address .map-wrapper .map{
    width: 100%;
    /* margin-right: -5%;
    margin-left: 5%; */
    border-radius: 20px;
    overflow: hidden;
}

/* END OF CONTACT */

/* TERMS OF USE, PRIVACY */

section#terms,
section#privacy {
    margin-bottom: 7rem;
}

section#privacy ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section#privacy li{
    padding: 1.25rem 0;
}

section#terms h1,
section#terms h2,
section#terms h3,
section#privacy h1,
section#privacy h2,
section#privacy h3 {
    font-family: QuicksandBold;
    color: #314a9e;
    padding: 2rem 0;
}

section#terms p,
section#privacy p,
section#privacy a,
section#privacy ul li{
    font-size: 1.5rem !important;
    font-family: QuicksandMedium;
    font-weight: normal;
}

section#terms p,
section#privacy p,
section#privacy ul li{
    color: rgb(0, 102, 204);
}

section#terms p,
section#privacy p{
    margin-bottom: 2rem;
    line-height: 1.5;
}

/* END OF TERMS OF USE, PRIVACY */
