@font-face {
font-family: 'Montserrat-bold';
font-style: normal;
font-weight: 700;
src: url("../../webfonts/montserrat/Montserrat-Bold.ttf");
}

/*@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url("../../webfonts/montserrat/Montserrat-Medium.ttf");
/* IE9 Compat Modes */
}*/


@font-face {
font-family: 'opensans';
font-style: normal;
font-weight: 500;
src: url("../../webfonts/opensans/OpenSans-Regular-webfont.ttf"), url("../../webfonts/opensans/OpenSans-Regular-webfont.woff"), url("../../webfonts/opensans/OpenSans-Regular-webfont.eot"),url("../../webfonts/opensans/OpenSans-Regular-webfont.svg") ;
/* IE9 Compat Modes */
}


@font-face {
font-family: 'opensans-bold';
font-style: normal;
font-weight: 500;
src: url("../../webfonts/opensans/OpenSans-Bold-webfont.ttf"), url("../../webfonts/OpenSans-Bold-webfont.woff"), url("../../webfonts/OpenSans-Bold-webfont.eot"),url("../../webfonts/opensans/OpenSans-Bold-demo.svg") ;
/* IE9 Compat Modes */
}
 .mybody{
        background-image:url('../img/bg%20(2).png');
/*
        background-size: cover;  
     background-repeat: no-repeat;
*/
    color:#fff;
     height:100%;
     position: relative;
       background-repeat: no-repeat;
         background-size: cover;
    }
    .text-end{
        text-align: end !important;
    }
    .panel-right
    {
        border-right: 1px solid #fff;
    }
    .heading{
         font-family: 'Montserrat', sans-serif;
        font-size: 21px;
        font-weight:700;
        letter-spacing: 0.53px;
    }
    .carousel-inner{
            font-family: 'opensans', sans-serif;
        font-size: 16px;
    }
  .carousel-indicators  {
            margin: 0;
    justify-content: flex-end;
    }
    .carousel-indicators .active {
       opacity: 1;
        background-color: #00c6d7 !important;
}
.carousel-indicators li{
    opacity: 1;
    height:2px;
}
 /*-------form code--------------*/
   .input-prefix {
    position: absolute;
    padding: 10px;
    right: 15px;
}
    .form-control{
        background-color: transparent !important;
        color:#91b0bc !important;
         font-family: 'opensans', sans-serif;
    } 
.form-control:focus{
    border-color: #fff;
    box-shadow: none;
outline: none;
    }
    .btn:focus{
          border:0;
       box-shadow: none;
outline: none;
    }
   ::-webkit-input-placeholder { /* Edge */
  color:#91b0bc !important;
}

:-ms-input-placeholder { /* Internet Explorer */
 color:#91b0bc !important;
}

::placeholder {
  color:#91b0bc !important;
}
/*-------button code--------------*/
      .signin{
        background-color:#00c6d7 !important;
        color:#fff;
          font-family: 'Montserrat', sans-serif;
         font-weight:500;
         letter-spacing: 0.35px;
          margin-top: -2px;
          height:38px !important;
      }
     .signin:hover{
       color:#fff;
  
     }
    
 /*-------footer code--------------*/
    .footer p {
        color:#fff;font-size:12px;margin:0
    }
    .footer {
        position:fixed;
        bottom:0;
        width:100% 
    }
    @media only screen and (max-width:767px) {
          .clear-mobile {
            display:none
        }
        .mobile-order1{
            order:2;  
        }
        .mobile-order2{
            order:1; 
            padding: 0px 21px;
        }
     .panel-right
       {
        border-right:none;
       }
    }

    