﻿
        @import url("https://fonts.googleapis.com/css?family=Nunito:400,900");
body .progress_inner #step-5:checked + div + div + div + div > .box_base, body .progress_inner #step-4:checked + input + div + div + div + div > .box_base, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base, body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_lid, body .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_lid, body .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, body .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_bow, body .progress_inner #step-4:checked + input + div + div + div + div > .box_bow, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, body .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_bow, body .progress_inner #step-4:checked + input + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body .progress_inner__step:before, body .progress_inner, body .progress_inner__status .box_base, body .progress_inner__status .box_item, body .progress_inner__status .box_ribbon, body .progress_inner__status .box_bow, body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right, body .progress_inner__status .box_tag, body .progress_inner__status .box_string {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

body .progress_inner__bar, body .progress_inner__bar--set {
  height: 6px;
  left: 10%;
  background: repeating-linear-gradient(45deg, #1ea4ec, #1ea4ec 4px, #1f8bc5 4px, #1f8bc5 10px);
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
}

body .progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #70afd0;
  background: white;
  line-height: 30px;
  border: 3px solid #a6cde2;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
}

body .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
}
body .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
}
body .progress_inner__step:hover {
  color: white;
}
body .progress_inner__step:hover:before {
  color: white;
  background: #1ea4ec;
}

body {
  /*font-family: "Nunito", sans-serif;
  background: #a6cde2;
  color: #2e6c8e;
  text-align: center;
  font-weight: 900;*/
}
body .progress_inner {
  height: 200px;
  width: 700px;
}
body .progress_inner #step-5:checked + div {
  width: 80%;
}
body .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
body .progress_inner #step-4:checked + input + div {
  width: 60%;
}
body .progress_inner #step-4:checked + input + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
body .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
body .progress_inner #step-3:checked + input + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
body .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
body .progress_inner #step-2:checked + input + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
body .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
body .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
body .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
body .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
body .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
body .progress_inner__step:nth-of-type(4):before {
  content: "4";
}
body .progress_inner__step:nth-of-type(5):before {
  content: "5";
}
body .progress_inner__bar--set {
  width: 80%;
  top: -6px;
  background: #70afd0;
  position: relative;
  z-index: -2;
}
body .progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0px 2px 1px #80b7d5;
  padding: 30px;
  background: white;
  border-radius: 10px;
  transition: all .2s;
}
body .progress_inner__tabs .tab h1 {
  margin: 0;
}
body .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}
body .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
}
body .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
body .progress_inner__status div {
  position: absolute;
}
body .progress_inner__status .box_base {
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
body .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
body .progress_inner__status .box_bow__left {
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .progress_inner__status .box_bow__right {
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  -webkit-transform: rotate(-10deg) translateX(-40px) translateY(0px);
          transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
body .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  -webkit-transform: rotate(-39deg) translateX(-22px) translateY(-12px);
          transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
body .progress_inner input[type="radio"] {
  display: none;
}
    @media (max-width:720px) {
            #img_process {
                margin-top: 0em !important;
            }
        }
      @media (max-width:720px) {
            .steps-container {
                overflow-x:scroll;
              margin: 0px;
  padding: 0px;
  white-space: nowrap;
  /*border-left: 2px solid;
  border-right: 2px solid;*/
  width: 100%;
  counter-reset: steps;
            }
        }
@media (min-width:1200px) {
    .video_sec {
           height: 763px !important;
    background: rgba(0, 0, 0, 0.43);
    position: relative;
    }
}
@media only screen (min-width:1200px) and (max-width:2200px) {
    .video_sec {
           height: 1100px !important;
    background: rgba(0, 0, 0, 0.43);
    position: relative;
    }
}
@media only screen and (min-width:300px) and (max-width:1100px) {
    .video_sec {
           height: 100% !important; 
           z-index:99999;         
        position: relative;
            /*bottom: 48rem !important;*/
            background:rgb(0,16,70);
            /*bottom:245px;*/
    }
    
}
        @media (max-width:650px) {
            #form_login_index {
                float: none !important;
                right: 0px !important;
                /*margin-top: 0em !important;*/
            }
        }

        @media (max-width:650px) {
            /*#myregForm {
                float: none !important;
                margin-left: 3em !important;
            }*/
        }

        @media (max-width:650px) {
            .reg {
                /*float: none !important;
                margin-left: 3em !important;*/
            }
        }
       
         @media (max-width:650px) {
             .steps-container {
              overflow-x:scroll;
              margin: 0px;
  padding: 0px;
  white-space: nowrap;
  /*border-left: 2px solid;
  border-right: 2px solid;*/
  width: 100%;
  counter-reset: steps;
            }
        }
@media (min-width:300px) {
     .steps-container {
              overflow-x:scroll;
              margin: 0px;
  padding: 0px;
  white-space: nowrap;
  /*border-left: 2px solid;
  border-right: 2px solid;*/
  width: 100%;
  counter-reset: steps;
            }


}
               @media (max-width:1200px) {
             .steps-container {
            
               overflow: scroll;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  /*border-left: 2px solid;
  border-right: 2px solid;*/
  width: 100%;
  counter-reset: steps;
            }
        }

        /* Button used to open the contact form - fixed at the bottom of the page */
        .open-button {
            background-color: #555;
            color: white;
            padding: 16px 20px;
            border: none;
            cursor: pointer;
            opacity: 0.8;
            position: fixed;
            bottom: 23px;
            right: 28px;
            width: 280px;
        }

        /* The popup form - hidden by default */
        .form-popup {
            display: none;
            /*position: absolute;*/
            /*bottom: 0;*/
            /*float: right;*/
            right: 7.3em;
            text-align: end;
            /*border: 3px solid #f1f1f1;*/
            border-radius: 10px;
            z-index: 9;
        }

        /* Add styles to the form container */
        .form-container {
            /*margin-left:84rem;
    margin-top:2rem;*/
            max-width: 280px;
            padding: 10px;
            background: rgba(152, 187, 213, 0.17);
        }

        .reg {
            /*margin-left:84rem;
    margin-top:2rem;*/
            max-width: 280px;
            padding: 10px;
            background: rgba(152, 187, 213, 0.17);
        }

        /* Full-width input fields */
        .form-container input[type=text], .form-container input[type=password] {
            width: 100%;
            border-radius: 5px;
            height: 30px;
            padding: 5px 5px 5px 5px;
            margin: 22px 0 0px 0;
            border: none;
            background: #f1f1f1;
        }

        .reg input[type=text], .form-container input[type=password] {
            width: 100%;
            border-radius: 5px;
            height: 30px;
            padding: 5px 5px 5px 5px;
            margin: 6px 0 10px 0;
            border: none;
            background: #f1f1f1;
        }

            /* When the inputs get focus, do something */
            .form-container input[type=text]:focus, .form-container input[type=password]:focus {
                background-color: #ddd;
                outline: none;
            }

            .reg input[type=text]:focus, .form-container input[type=password]:focus {
                background-color: #ddd;
                outline: none;
            }

        /* Set a style for the submit/login button */
        .form-container .btn {
            background-color: #4CAF50;
            color: white;
            padding: 5px 5px;
            border: none;
            cursor: pointer;
            width: 100%;
            /*margin-bottom:10px;*/
            opacity: 0.8;
        }

        .reg .btn {
            background-color: #4CAF50;
            color: white;
            padding: 5px 5px;
            border: none;
            cursor: pointer;
            width: 100%;
            /*margin-bottom:10px;*/
            opacity: 0.8;
        }

        /* Add a red background color to the cancel button */
        .form-container .cancel {
            background-color: red;
        }

        .reg .cancel {
            background-color: red;
        }

        /* Add some hover effects to buttons */
        .form-container .btn:hover, .open-button:hover {
            opacity: 1;
        }

        .reg .btn:hover, .open-button:hover {
            opacity: 1;
        }
          .f i {
            background: url(../images/i.png) no-repeat -161px 0px;
            display: block;
            width: 8px;
            height: 8px;
            color: white;
        }

        .li1 {
            width: 5em;
            height: 5em;
            text-align: center;
            line-height: 5em;
            border-radius: 9em;
            background: #45c29e;
            margin: 0 1em;
            display: inline-block;
            color: white;
            position: relative;
        }


            .li1::before {
                content: '-';
                position: absolute;
                top: 2.4em;
                left: -4em;
                width: 10em;
                height: 0.5em;
                background: dodgerblue;
                z-index: -1;
            }

            .li1::after {
                content: '-';
                position: absolute;
                top: 3em;
                left: 2.2em;
                width: 0em;
                height: 7em;
                /*background: dodgerblue;*/
                z-index: -1;
                border-style: dotted dashed;
                color: black;
            }

            .li1:first-child::before {
                display: none;
            }




        .li2 {
            text-align: center;
            line-height: 2em;
            margin: 0 1.3em;
            display: inline-block;
        }

            .li2::before {
                content: '-';
                position: absolute;
                top: 2em;
                left: 0em;
                width: 10em;
                height: 0.5em;
                background: dodgerblue;
                z-index: -1;
            }

            .li2::after {
                content: '-';
                position: absolute;
                top: 3em;
                left: 2em;
                width: 0em;
                height: 7em;
                /*background: dodgerblue;*/
                z-index: -1;
            }

            .li2:first-child::before {
                display: none;
            }

        }
               .loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin: -50px 0px 0px -50px; */
    z-index: 1500;
}
        .dvProgress {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 9999;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
    
        *,
*:after,
*:before {
  box-sizing: border-box;
}

/*.steps-container {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  border-left: 2px solid;
  border-right: 2px solid;
  width: 100%;
  counter-reset: steps;
}*/
/*.steps {
  position: relative;
  display: inline-block;
  left: -28px; /* -2px default + 26px offset to hide skewed area on the left side of first element*/
  /*height: 66px;
  line-height: 50px;
  margin-left: 0px;
  margin-right: 0px;
  counter-increment: steps;
  cursor: pointer;
  transition: background 1s;
  min-height: 30px;
}*/*/

/*.steps:after,
.steps:before {
  position: absolute;
  content: '';
  left: 0px;
  height: 50%;
  width: 100%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 3px solid; /* thicker border as skew makes them look thin */
  /*border-right: 3px solid;
  background: rgba(255, 255, 255, 0.15);
}*/

/*.steps:before {
  transform: skew(45deg);
  top: 0px;
  border-bottom: none;
  transform-origin: top left;
}*/

/*.steps:after {
  transform: skew(-45deg);
  bottom: 0px;
  border-top: none;
  transform-origin: bottom left;
}

.steps span{
  display: block;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 75%;
  vertical-align: middle;
}

.steps span:before{
  content: counter(steps) ". ";
}
.steps.active span{
  font-weight: bold;  
}
.steps.active:before,
.steps.active:after {
  /*background: rgba(0, 0, 0, 0.5);*/
}*/

/* Just for demo */
html,
body /*{
  font-family: Calibri, Tahoma;
  height: 400px;
  background: linear-gradient(90deg, #803689, #5eb6e4);
}*/
input[type="range"]{
  vertical-align: middle;
}
label{
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 1.1px;
}


       [data-tooltip] {
           position: relative;
           z-index: 2;
           cursor: pointer;
       }

           /* Hide the tooltip content by default */
           [data-tooltip]:before,
           [data-tooltip]:after {
               visibility: hidden;
               -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
               filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
               opacity: 0;
               pointer-events: none;
           }

           /* Position tooltip above the element */
           [data-tooltip]:before {
               position: absolute;
               bottom: 100%;
               left: 50%;
               margin-bottom: 5px;
               margin-left: -80px;
               padding: 7px;
               width: 160px;
               -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
               border-radius: 9px;
               background-color: #c28f44;
               background-color: #c28f44;
               color: #fff;
               content: attr(data-tooltip);
               text-align: center;
               font-size: 14px;
               line-height: 1.2;
           }

           /* Triangle hack to make tooltip look like a speech bubble */
           [data-tooltip]:after {
               position: absolute;
               bottom: 100%;
               left: 50%;
               margin-left: -5px;
               width: 0;
               border-top: 5px solid #c28f44;
               border-top: 5px solid #c28f44;
               border-right: 5px solid transparent;
               border-left: 5px solid transparent;
               content: " ";
               font-size: 0;
               line-height: 0;
           }

           /* Show tooltip content on hover */
           [data-tooltip]:hover:before,
           [data-tooltip]:hover:after {
               visibility: visible;
               -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
               filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
               opacity: 1;
           }

       .b {
           border: none;
           color: black;
           padding: 16px 32px;
           text-align: center;
           font-size: 16px;
           margin: 4px 2px;
           /*opacity: 0.6;*/
           transition: 0.3s;
       }

           .b:hover {
               color: red;
           }

    
         video {
               max-width:100%;
               height:auto;
               z-index:99999;
            }
   
 
.mySlides {display:none;}


   
          @media only screen and (min-width:768px) and (max-width:1020px) {
   video {
    max-width: 171% !important;
    height: auto !important;
    z-index: 99999;
}

} 
          
        .text-block {
            top: 7em;
            position: absolute;
            /*bottom: 20px;*/
            /*right: 20px;*/
            /*background-color: black;*/
            color: white;
            /*padding-left: 20px;
  padding-right: 20px;*/
        }
  
        @media (max-width:800px)
         {
            .add {
                margin-left:0em !important;
            }
        }

        @media (max-width:800px) {
           .loading-gif {
              
    width: 100px;
    position: absolute;
    top: 50% !important;
    left: 30% !important;
    z-index: 9999999;
    opacity: 99999999;
}
            }
       

        @media (min-width:768px)and (max-width:1023px) {
            .about {
                padding:5em 0 !important;
            }
        }
        /*@media (max-width:760px) {
            .container1 {
                background-image:url('../frequent/images/im6.jpg')!important;
            }

        }*/
        @media (max-width:800px) {

            .number {
                margin-left:1em !important;
            }
            .add {
                   margin-left:0em !important;
            }
           

             .glyphicon-map-marker  
               {
                margin-left:4em !important; 

            }
             .glyphicon-earphone 
               {
                margin-left:4em !important; 

            }
            .glyphicon-send 
           
             {
                margin-left:4em !important; 

            }
        }


        .progress1 {
    height: 4px;
    /* margin-top: 20px; */
    margin-bottom: -33px;
    overflow: hidden;
    width: 90%;
    /* left: 6px; */
    margin-left: 42px;
    background-color: #6fba2b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
  
  

   