
    .animate {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    /*=============== Home-team ===============*/
    
    .home-doctors {
        text-align: center;
        padding: 60px 0;
        background: #d9e9f6;
    }
    
    .home-doctors h2 {
        font-weight: normal;
    }
    
    .home-doctors .common-doctor {
        background-color: #ffffff;
        border: 1px solid #cccccc;
    }
    
    .home-doctors .common-doctor figure {
        overflow: hidden;
        width: 100%;
        height: 196px;
    }
    
    .home-doctors img {
       /* width: 100%; margin-top: -6em;*/
        height: auto;
       
    }
    
    .home-doctors .common-doctor h5 {
        margin: 0 0 7px;
        font-size: 18px;
        font-weight: 700;
        color: #3a3c41;
    }
    
    .home-doctors .common-doctor .for-border {
        margin-bottom: 20px;
    }
    
    .home-doctors .common-doctor .text-content {
        padding: 19px 14px 13px;
        height: 426px;
    }
    
    .home-doctors.doctors-var-two {
        text-align: left;
        background-color: #ffffff;
    }
    
    .home-doctors.doctors-var-two .slogan-section {
        text-align: left;
    }
    
    .home-doctors.doctors-var-two .common-doctor {
        background-color: transparent;
    }
    
    .home-doctors.doctors-var-two .common-doctor .for-border {
        display: none;
    }
    
    .home-doctors.doctors-var-two .common-doctor .text-content {
        padding: 20px 0 20px;
    }
    
    .home-doctors.doctors-var-two .text-center {
        text-align: left;
    }
    
    .slogan-section {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .home-doctors .common-doctor .for-border {
        margin-bottom: 20px;
    }
    
    .for-border {
        height: 11px;
        width: 100%;
        background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
        border: none;
    }
    
    .home-doctors .common-doctor h5 small {
        color: #008fd5;
        font-weight: bold;
        font-size: 0.8em;
        font-style: italic;
    }
    
    .home-doctors .common-doctor ul {
        position: absolute;
        top: 29%;
        left: 0;
        width: 100%;
        margin-top: -28px;
        text-align: center;
        margin-top: 10em;
        opacity: 0;
        z-index: 1;
    }
    
    .home-doctors .common-doctor li a {
        background: #008fd5;
        color: white;
        padding: 0.75em;
        border: 5px solid rgba(255, 255, 255, 0.33);
    }
    
    .doc-img {
        /* Webkit for Chrome and Safari */
        -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1, 1);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1, 1);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
    }
    
    .doc-item .doc-img {
        /* Webkit for Chrome and Safari */
        -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1.2, 1.2);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1.20, 1.20);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
        /*opacity: 0.7;*/
    }
    
    .list-inline.social-lists.animate {
        margin-top: 16px !important;
        opacity: 1;
        background: #0a85cb;
        /*background: rgba(10, 133, 203, 0.4);*/
        /*opacity: 0.6 !important;*/
    }
    
    .buttonText.hideInvesto.text-left.spbutton {
        position: absolute;
        bottom: 5%;
        left: 25%;
    }
    
    .doc-item:hover .social-lists {
        margin-top: -2em;
        opacity: 1;
        background: rgba(10, 133, 203, 0.8);
        /*opacity: 0.6 !important;*/
    }
    
    .list-inline {
        margin-left: 0px;
    }
    
    .features-list h1 {
        color: #000000;
        margin: 5px 0 0px 0;
        /* padding: 20px 0px;
    padding-bottom: 0px;*/
    }
    
    .list-inline.social-lists.animate h1 {
        padding-top: 2px;
    }
    
    .list-inline.social-lists.animate h3 {
        margin: 8px 0px;
    }
    
    .sipcalculationHdng {
        color: #0a85cb !important;
        font-size: 40px !important;
        margin-top: 0px !important;
    }
    
    .overlay-boxify.open {
        height: 310px !important;
        background: #0a85cb;
        top: 14%;
    }
    
    .tagesTop {
        top: 13% !important
    }
    
    #tages {
        background: #0a85cb;
        /*float: left;*/
        border-radius: unset;
        position: fixed;
        left: 0;
        right: 0;
        top: 13.8%;
        width: 100%;
        z-index: 99;
    }
    
    .modal.fade.bigmodel.in {
        z-index: 9999;
    }
    
    .control-label.leftalign1 {
        text-align: left;
        display: block;
        width: 100%;
        float:left;
    }
   



   @import "compass/css3";

$body-bg: #c1bdba;
$form-bg: #13232f;
$white: #ffffff;

$main: #1ab188;
$main-light: lighten($main,5%);
$main-dark: darken($main,5%);

$gray-light: #a0b3b0;
$gray: #ddd;

$thin: 300;
$normal: 400;
$bold: 600;
$br: 4px;

*, *:before, *:after {
  box-sizing: border-box;
}

html {
    overflow-y: scroll; 
}

a {
  text-decoration:none;
  color:$main;
  transition:.5s ease;
  &:hover {
    color:$main-dark;
  }
}

.form {
  background: #ffffff;
  padding: 15px;
  margin:0px auto;
  border-radius:$br;
  box-shadow:0 4px 10px 4px rgba($form-bg,.3);
   transform: translateY(-10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
    height: auto;
    min-height: 710px;
    float: left;
    width: 100%;
}

#form {
  background: #ffffff;
  padding: 50px;
  max-width:840px;
  margin:40px auto;
  border-radius:$br;
  box-shadow:0 4px 10px 4px rgba($form-bg,.3);
   transform: translateY(-10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s;float: left;
    width: 100%;
}
/*
#lifegrid .col-lg-4.col-md-4.col-sm-12 li {
   
    background: #fff;
}*/

.tab-group {
  list-style:none;
  padding:0;
  margin:0 0 40px 0;
  &:after {
    content: "";
    display: table;
    clear: both;
  }
  li a {
    display:block;
    text-decoration:none;
    padding:15px;
    background:rgba($gray-light,.25);
    color:$gray-light;
    font-size:20px;
    float:left;
    width:50%;
    text-align:center;
    cursor:pointer;
    transition:.5s ease;
    &:hover {
      background:$main-dark;
      color:$white;
    }
  }
  .active a {
    background:$main;
    color:$white;
  }
}

.tab-content > div:last-child {
  display:none;
}


h1 {
  text-align:center;
  color:$white;
  font-weight:$thin;
  margin:0 0 40px;
}

label {
  position:relative;
  transform:translateY(6px);
  /*left:13px;*/
  color:rgba($white,.5);
  transition:all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size:16px;
  .req {
    margin:2px;
    color:$main;
  }
}

label.active {
  /*transform:translateY(50px);*/
  left:2px;
  font-size:14px;
  .req {
    opacity:0;
  }
}

label.highlight {
    color:$white;
}
.form input, .form select, .form textarea {
    width: 100%;
    color: #444748;
    border: none;
    border: 1px solid #bbbbbb;
    padding: 14px 14px;
    margin-top: 10px;
}
.form input[type="radio"] {
    margin-top: 6px;
    height: 20px;
    width: 20%;
    float: left;
}
input, textarea {
  font-size:22px;
  display:block;
  width:100%;
  height:100%;
  padding:5px 10px;
  background:none;
  background-image:none;
  border:1px solid $gray-light;
  color:$white;
  border-radius:0;
  transition:border-color .25s ease, box-shadow .25s ease;
  &:focus {
        outline:0;
        border-color:$main;
  }
}

textarea {
  border:2px solid $gray-light;
  resize: vertical;
}

.field-wrap {
  position:relative;
  margin-bottom:40px;
}

.top-row {
  &:after {
    content: "";
    display: table;
    clear: both;
  }

  > div {
    float:left;
    width:48%;
    margin-right:4%;
    &:last-child { 
      margin:0;
    }
  }
}

.button {
  border:0;
  outline:none;
  border-radius:0;
  padding:15px 0;
  font-size:2rem;
  font-weight:$bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  background:$main;
  color:$white;
  transition:all.5s ease;
  -webkit-appearance: none;
  &:hover, &:focus {
    background:$main-dark;
  }
}

.button-block {
  display:block;
  width:100%;
  background: #0a85cb;
  color: #ffffff;
}
.button-block:hover {
    color: #000000;
}

.forgot {
  margin-top:-20px;
  text-align:right;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #fff;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
    .tab-group li a:hover {
        background: #0a85cb;
        color: #ffffff;
    }
    .tab.active a {
        background: #0a85cb;
    }
    label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    }
    .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login_heading {
    position: relative;
    top: 10px;
}

.whyinvestoimg {
  margin-top: 10px;

  width: 25%;
}

.text-center.imageWithtext {
 /* margin-top: 50px;
  font-size: 15px;
  float: left;
  float: right;*/
  /*position: absolute;
  top: 100%;*/
}
.form .textImage {
  margin-top: -25px !important;
  padding-top: 0px !important;
}
#easy_registration .form {
  /*height: 460px*/
}
hr{
 /* background: transparent !important;*/
}
#login {
  /*height: 680px;*/
}
.marginTop {
      margin-top: -21px;
}
.col-md-6.margin_top2.text-left {
  margin: 27px 0px;
}
.radiobtntext {
    font-size: 12px;
    padding: 5px 0 30px;
    float: left;
    width: 80%;
    text-align: left;
}
.inputRedio {
  position: relative;
  top: 3px;
}
.headingTop {
    background: #0a85cb;
    padding: 12px;
    color: #ffffff;
    text-align: center;
}

.vrkey{
  width: 100% !important;
  height: 350px !important;
      margin-top: 10px !important;
}




    /*=============== //Home-team ===============*/




    /* @media-css*/

  @media screen and (max-width: 480px) and (min-width: 320px) {
  .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
  }
  }

    @media screen and (max-width: 736px) and (min-width: 414px) {
    .tab-group li a {
      display: block;
      text-decoration: none;
      padding: 15px;
      background: rgba(160, 179, 176, 0.25);
      color: #a0b3b0;
      font-size: 10px;
      float: left;
      width: 50%;
      text-align: center;
      cursor: pointer;
      transition: .5s ease;
    }

  }

.registrationTable{
  margin-bottom: 10px;
}

