*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Quicksand;
    background-color: #FAFAFA;
}
.banner{
    padding: 10px 0px 10px 0px ;
    background-image: linear-gradient(#108A7B, #076E60);
}
.banner p{
    font-size: 16px;
font-family: Quicksand;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: center;

}
#logo{
    margin-left: 10%;
}
.collapse{
    position: absolute;
    right: 15%;
    color: #052B4A;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
.show{
    position: inherit;
}
.nav-item a{
    color: #052B4A;
    margin: 20px;
}
.dropdown-item{
  width: fit-content !important;
}
  /* footer  */
  .site-footer
{
  background-color:#011A2E;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#a9a9a9;
}
.site-footer hr
{
  border:solid 1px #19E5A8;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
    font-weight: 700;
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  /* color:#737373; */
  color:#fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0;
  font-size: 10px;
  text-align: justify;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0;
    padding-left: 10px;
  }
  .site-footer .site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#fff;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.instagram:hover
{
  background-color:#e00a55
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.white-box{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 94px;
    background-color: white;
    border: 0.699999988079071px;
    border: 0.7px solid #FAFAFA;
    z-index: -1;
}
@media(max-width:737px){
    .white-box{
        height:360px;
    }
}
 /* hero section */
 .hero{
    width: 80%;
    margin:1% auto 3% auto;  
    background-color: white; 
 }
 .hero h1{
    text-transform: none;
    color: black;
    font-family: Source Sans Pro;
    font-size: 36px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
 }
 .hero p{
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;    
 }
 /* form section  */
 .togglebtn{
    display: flex;
    justify-content: space-around;
    position: relative;
    bottom: 10px;
    margin: 2% auto;
    padding: 10px;
    width: 50%;
    border: 1px solid #E3E3E3BF;
 }
 .toggle_btns{
  width: 50%;
}
.btn-1st{
    border-right: 1px solid #E3E3E3;
}
.active p{
    color: #0B3A61;
}
.active .line{
    margin: 0 auto;
    width: 50%;
    border: 3px solid #0B3A61
}
.nactive .line{
   display: none;
}
.nactive p{
    color: #CACACA;
}
.btn-2nd{
    color: #CACACA;
}
.togglebtn p{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;    
}
.showing_div{
    margin-right: 0px;
}
.showing_div h2{
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.showing_div p{
    margin: 5% auto;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;    
}
.hidden_div p{
    margin: 5% auto;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;    
}
.hidden_div h2{
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.text h3{
    font-family: Quicksand;
font-size: 16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #2C9486;
}
.text p{
font-family: Quicksand;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}
.p-1 i{
    margin: 10px 10px 10px 0px;
    height: 22.41px;
    width: 30.2608699798584px;
}
.p-1{
   margin: 0% auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.hidden{
    display:none;
}
.form-div h2{
  color: #1B1B1C;
  font-family: Quicksand;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
}
@media (max-width:737px){
  .form-div{
    margin-bottom: 40px !important;
  }
  .togglebtn {
    width:80%;
  }
}
@media only screen and (max-width: 960px) {
  .rev {
    display: flex;
    flex-direction: column-reverse;
  }
}
.form-div{
  box-shadow: 0px 0px 4px 0px #00000040;
 height: 90%;
}
.form-div .container{
  width: 90%;
  margin: 10% auto;
  font-family: Quicksand;
}
form{
  margin: 30px auto;
}
.form-group{
  margin: 10% auto;
}
.form-group input{
  border-radius: 0;
}

 /* login signup */
 @media (max-width:737px) {
  .modal-content{
  width: 100% !important;
}
}
 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin:0px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
button#openModalBtn {
    background-color: #0B3A61;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1.8px;
    border-radius: 5px;
    border: 2px solid #0B3A61;
    cursor: pointer;
}
button#openModalBtn:hover {
    background-color: transparent;
    color: #0B3A61;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 18px;
  width: 48%;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0b3a61;
  color: white;
}

.tabcontent {
  display: none;
  padding: 0px 30px 30px 30px;
}

button[type="submit"] {
    padding: 15px 15px;
    background-color: #0B3A61;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    width: 92.7%;
    font-size: 18px;
    border-radius: 5px;
}

input[type="text"],
input[type="password"], input[type="email"],input[type="date"], input[type="tel"] {
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid black;
}

#user_type {
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid black;
}

input[type="submit"]:hover {
  /* background */
}

#popupModal h2 {
    font-family: SourceSansPro;
    font-size: 36px;
    margin: 30px 0px 10px 0px;
}
#popupModal p {
    font-size: 16px;
    line-height: 1.2;
}
input::placeholder {
    font-size: 16px;
    padding: 15px;
}


.tab .tablinks {
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
}

span.phone_error, .password_error {
    margin-top: -15px;
    margin-bottom: 15px;
}

/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    z-index: 2000;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}

h1{
  text-align:center;
  font-size: 3rem;
  color: rgba(0,0,0, .5);
  /*text-transform: uppercase;*/
  margin: 2rem 0 0;
  letter-spacing: .5rem;
}

.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:20px;
  }
}