./*******************************
	All Responsive Code
*******************************/

/* Medium layout */
@font-face {
    font-family: BOOKOS;
    src: url(../fonts/BOOKOS.TTF);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
    font-family: Raleway-Black;
    src: url(../fonts/Raleway-Black.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}
.hero h1,h2,h3,h4{
    font-family: BOOKOS;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mainmenu ul li a {
        font-size: 14px;
    }
    .mainmenu ul {
        margin-left: 0;
    }
    .select-option h4 {
        font-size: 22px;
    }
    .form-control.send {
        width: 40%;
    }
}


/* Tablet layout */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu ul li a {
        font-size: 14px;
    }
    .mainmenu ul {
        margin-left: 0;
    }
    .hero h5 {
        font-size: 15px;
    }
    .reduce-heading {
        margin-bottom: 20px;
        margin-left: 20%;
    }
    .reduce-heading.right {
        margin-right: 16%;
        position: relative;
    }
    .email h3 {
        font-size: 2em;
    }
    .email h3 span {
        font-size: 1em;
         line-height: 50px;

    }
    .select-option h4 {
        font-size: 25px;
    }
    .select-option p {
        font-size: 14px;
    }
    .content h2 {
        font-size: 36px;
    }
    .content p {
        font-size: 19px;
    }
    .count-text-left > h2 {
        font-size: 25px;
    }
    .count-text-right > h4 {
        font-size: 22px;
    }
    .count-circle > p {
        font-size: 12px;
    }
    .eliminate-text > h2 {
        font-size: 25px;
    }
    .eliminate-text > p {
        font-size: 16px;
    }
    .works-heading p {
        font-size: 16px;
    }
    .team-heading > h3 {
        font-size: 22px;
    }
    .support-texm-text > h2 {
        font-size: 22px;
    }
    .support-texm-text > p {
        font-size: 12px;
    }
    .dashboard > h2 {
        font-size: 21px;
    }
    .dashboard > h2 {
        font-size: 16px;
    }
    .sponsar-img img {
        margin-right: -8px;
        max-width: 74%;
    }
    .form-control.send {
        width: 53%;
    }
    .team-heading h3 {
        font-size: 18px;
    }
    .team-heading > p {
        font-size: 13px;
    }
    .sponsar-img img {
        margin-right: -24px;
        max-width: 93%;
    }
}


/* Big mobile layout */

@media only screen and (min-width: 480px) and (max-width: 767px) {
     .email h3 {
        font-size: 1em;
    }
    .email h3 span {
        font-size: .95em;
         line-height: 50px;

    }
    .img-responsive.left-side {
        left: 0;
        max-width: 80px;
        top: -61%;
    }
    .img-responsive.right-side {


        right: 0;
        top: -39%;
        max-width: 80px;
    }
    .reduce-heading.left {
       /* margin-bottom: 56px;
*/
    }

    .email > h3 {
        font-size: 2em;
    }
    .email > h3 span {
        font-size: .95em;
    }
    .select-option h4 {
        font-size: 26px;
    }
    .select-option p {
        font-size: 16px;
    }
    .content h2 {
        font-size: 29px;
    }
    .content p {
        font-size: 18px;

    }
    .count-text-left > h2 {
        font-size: 20px;
    }
    .count-text-left a i {
        top: -35px;
    }

    .count-text-right > h4 {
        font-size: 29px;
        margin-top: 20px;
    }
    .eliminate-text > h2 {
        font-size: 22px;
    }
    .eliminate-text a i {
        top: -35px;
    }
    .dashboard > h2 {
        font-size: 20px;
    }
    .team-img img {
        display: inline-block;
        left: 33%;
        max-width: 20%;
        position: absolute;
        top: -30%;
    }
    .sponsar-img {
        margin-bottom: 65px;
    }
    .team-heading > h3 {
        font-size: 13px;
    }
    .team-heading > p {
        font-size: 10px;
    }
    .sponsar-img {
        display: inline-block;
    }
    .team-img img {
        max-width: 14%;
        top: -93px;
    }
    .team-img .last{
       /* top: -160px;*/
    }
    .team-heading h2 {
        margin-bottom: 145px;
    }
    .footer-top p {
        font-size: 16px;
    }
    .get_started {
        background-color: #ead780;
        border-radius: 30px;
        color: #000;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 12px;
        text-align: center;
    }
    .footer-list {
        text-align: center;
        margin-top: 15px;
    }
    .get_started {
        display: inline-block;
        margin-left: 43%;
    }
    .img-responsive.last {
  /*margin-top: 77px;*/
}
}


/* Small layout */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero h3 {
        font-size: 33px;
    }
    .hero h2 {
        font-size: 29px;
    }
    .hero h4 {
        font-size: 26px;
    }
    .hero h5 {
        padding: 13px 10px;
    }
    .reduce-heading h3 {

        /*font-size: 12px;*/

        margin-bottom: 10px;
    }
    .reduce-heading p {
        /*font-size: 8px;
*/
    }
    .reduce-heading.left {
        /*margin-left: 40px;
*/
    }
    .img-responsive.left-side {
        left: -18%;
        max-width: 43px;
        top: 22px;
    }
    .reduce-heading.right {

        margin-right: 40px;
    }
    .img-responsive.right-side {
        max-width: 68px;
        position: absolute;
        right: -18%;
        top: 24px;
    }
    .reduce-heading.left {
        margin-bottom: 20px;

    }

    .email h3 {
        font-size: 1.7em;
    }
    .email h3 span {
        font-size: .95em;
         line-height: 50px;
    }
    .select-option h4 {
        font-size: 18px;

    }
    .select-option p {
        font-size: 14px;

    }
    .content h2 {
        font-size: 36px;
        opacity: 1;
        font-weight: bold;
    }
    .content p {
        font-size: 26px;
        opacity: 1;

    }
    .count-text-left > h2 {
        /*font-size: 18px;*/
        line-height: 35px;

    }
    .count-text-right > h4 {
        /*font-size: 18px;*/
        margin-bottom: 23px;
        margin-top: 23px;
    }
    .count-circle > p {
        font-size: 18px;
        font-size:14px;
        margin-left: 0px;
    }
    .solution-heading h2 {
        /*font-size: 16px;*/
        margin-top: 0px;
    }
    .eliminate-text > h2 {
        font-size: 22px;
    }
    .eliminate-text > p {
        /*font-size: 9px;*/
    }
    .eliminate-text img {
        max-width: 49%;
        margin-bottom: 10px;
    }
    .save-time-text > h2 {
        font-size: 38px;
    }
    .save-time-text > p {
        /*font-size: 12px;*/
    }
    .save-time-text img {
        max-width: 49%;
    }
    .works-heading h2 {
        font-size: 40px;

    }
    .works-heading p {
        font-size: 20px;
    }
    .support-texm-text > h2 {
        font-size: 26px;
        margin-bottom:15px;
    }
    .dashboard > h2 {
        font-size: 22px;
        font-weight: bold;
    }
    .team-img img {
        display: inline-block;
        left: 33%;
        max-width: 20%;
        position: absolute;
        top: -90px;
    }
    .team-heading h2 {

        font-size: 36px;

    }
    .sponsar-img {
        margin-bottom: 65px;
    }

    .team-heading > h3 {
       /* font-size: 18px;*/
    }
    .team-heading > p {
        font-size: 16px;
    }
    .sponsar-img {
        display: inline-block;
    }

    .footer-list {
        text-align: center;
    }
    .count-text-left a i {
        top: -38px;
    }
    .eliminate-text a i {
        top: -42px;
    }
    .form-control.send {
        border: 1px dotted red;
        color: red;
        font-weight: 400;
        line-height: 5px;
        opacity: 0.7;
        padding: 24px 0;
    }
    .get_started {
        display: inline-block;
        margin-left: 38%;

    }
    .img-responsive.last {
        /*margin-top: 60px;*/
    }
}
/**********************/
@media only screen and (max-width: 767px) {
    html,
body {
    overflow-x: hidden;
}

     .get_started{
        margin-top: 15px;
    }
      .footer-list {
        margin-top: 15px;
    }
    .PRIVACY{
        position: absolute;
    }

.hero{
    /* background-size: auto 749px;*/
    overflow: hidden;
}

    .header-top{
        display: none;
    }
    .navbar-right{
        margin-left: 30px;
    }
    .mobile-nav li{
        display: inline-table;
    }
     .mobile-nav {
        margin-left: 14px;
        display: block!important;
    }
    .sponsar-img img{
        max-width: 100%;
        display: inline;
        padding-bottom: 15px;
    }
    .count-circle img{
        max-width: 150px;
        padding: 15px;
        margin-left: 30%;
        margin: 0 auto;
        display: block;
    }
    .count-right{
        margin: 0px;
    }
    .count-circle{
        display: unset;
        width: 100%;
    }
    .solution-heading-img-hidden{
        display: none;
        display:block;
    }
    .solution-heading-img{
        display: block!important;
        padding-bottom: 30px;
    }
    .solution-heading h2{

        margin-bottom: 15px;
    }
    .save-time{
        padding-top: 30px;
    }
 .img-responsive.left-side {
        left: 0;
        max-width: 80px;
        top: -61%;
        position: unset!important;
    }

      .img-responsive.right-side {
        max-width: 68px;
         position: unset!important;
        right: -18%;
        top: 24px;
    }
   .support-texm-text{
    max-width: 100%;
    padding: 15px;
   }
   #SUPPORT{
    background-image: url('../../images/Untitled-2.png');
    color: white; 
    padding-top:15px;
    padding-bottom:30px;
   }
   .support-img-row{
    display: block !important;
   }
   .support-img-row-disable{
    display: none;
   }
   .support-img{
    width: 100%;
    height: auto;
    margin: 0px!important;
   }
   .support-texm-text > h2{
    margin-top: 0px;
    margin-bottom:15px;
    color: white; 
   }
    .option{
        margin-left: 0px!important;
    }
    .form-control.send{
        max-width: 100% !important;
    }
    .support-texm-text > p{
        opacity: 1;
    }
    .support-texm-text > h2{
         opacity: 1;
    }
    .dashboard{
        width: 90%;
    }


   .hero {
    padding-top: 90px;
    padding-bottom: 70px;
   }

   .logo img {
    max-width:100px;
   }

   header {
    padding:12px 0px;
   }

   .reduce-section.scheldue-demo-section, .select-option.request-demo-section {
    padding-bottom:35px;
    padding-top:35px;
   }

   .request-demo-div {
    width: auto;
    margin: 0 auto;
    margin-top: 45px;
   }

   .schedule-demo {
    margin-top: 30px;
   }
   /* tipografija*/
   .hero h4, .hero h3 {
        font-size:34px;
    }   
    h2 {
    font-size:26px;
    }
    .works-heading h2 {
    font-size:26px;
    font-size:26px;
    }
   .save-time-text h2 {
    font-size:26px;
    }
    .team-heading h2{
    font-size:28px;
    }
   .count-text-left > h2 {
    font-size: 26px;
    }
   .solution-heading h2 {
    font-size:26px;
    }
    .works-heading h2 {
    font-size: 26px;
    }

    h3.covid-h {
    color:rgba(0,0,0,.7);
    font-size:16px;
   }

    h3 {
    font-size:20px;
    }
    form.option .selectpicker-label {
    font-size:16px;
    }
    .demo-options {
    margin-top:30px;
    }

    .request-demo-div {
     margin-top:16px;
    }

   .count-section {
    padding: 60px 0;
    }

    div.count-right{
    margin-top:40px;
    }

    div.count-right h3 {
    padding-left:0px;
    }

    .work-area {
    padding-top: 60px;
    }

    .support-team {
    padding: 60px 0;
    position: relative;
    }

   .solution-heading-img-hidden {
     display: block;
    }

    .solution-eliminate {
        padding-top:35px;
        padding-bottom:35px;
    }

   .count-circle > p {
    margin-left: 0px;
    margin-top: 2px;
    }

   .single-work {
    margin-top: 40px;
   }
   .dashboard-top-margin {
    margin-top:40px;
   }

/*#support.row {
    margin-left:0px;
    margin-right:0px;
}
*/
}
@media only screen and (max-width: 479px) {
     .solution-eliminate{
        padding: 0px;
        padding-bottom:35px;
        padding-top:35px;
    }
    .form-control.send{
        max-width: 100%!important;
    }
 .img-responsive.left-side {
       margin-top: 30px;
    }
    
      .img-responsive.right-side {
        margin-top: 30px;
    }
    .reduce-section{
        padding: 0px;
    }
      .support-texm-img{
        top: 5%;
        left: 1%;
    }
 
}


.hero h5 {
    padding:12px;
    font-size:16px;
}
@media only screen and (min-width: 981px) {
    .hero h5{
        max-width:617px;
        margin-left: 22%; 
        max-width:200px;
        margin: 0 auto;
        padding:12px;
    }

}