
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #1bac91;
    text-decoration: none;
  }
  
  a:hover {
    color: #22d8b6;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
  }
  ul, ol li {
    margin:0px;
    padding:0px;
  }

  /*--------------------------------------------------------------
  # Custom css starts here
  --------------------------------------------------------------*/
  
  .login-section{
    display:flex;
    justify-content:space-between;
  }
  
  .login-section a{
    color:#fff!important;
  }

  /* .section-1 {
    margin-top: 130px;
} */
.about {
    background: #ffcf82;
    color: #000;
}
h2.title2 {
  color: #f06028;
  font-size: 22px;
}

h2.title3 {
  font-size: 24px;
  color: #1e67ac;
  margin-top:26px;
}
li.title4{
  color: #1e67ac;
}
.step-box {
    height:320px;
    background: #1994be;
    padding:30px 20px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
h2.title3 {
  font-size: 24px;
  color: #1e67ac;
}
.step-box h3 {margin-bottom:30px;}

 ul li {
    padding:10px 0px;
 }

 .box ul li span {
  color:#e84747;
  font-weight:600;
 }

 p.small-text {
  font-size: 13px;
  font-weight: 600;
}

.step-box strong {
    color: #fbc02d;
    font-weight: 600;
}
.container-title {
  margin-top: 50px;
}
.title {
    font-size: 24px;
    font-weight: 600;
}
/* .title::after{
  content : '';
  display : block;
  width:50px;
  border-bottom: solid 6px red;

} */

#steps h4 {
    font-size: 16px;
    margin-bottom:10px;
}

.box h4 {
    font-size: 18px;
    padding: 10px 0px;
    color:#e84747;
}

.box h5{
  margin-top:8px;
  margin-bottom:30px;
  color:#931593;
}

h2.title.box-master {
    margin-top: -36px;
}

.box li h3 {
    font-size: 16px;
}

.copyright {
    text-align: center;
    padding: 10px;
}

.step-box.box-bg-1 {
  background: #34495e;
}

.step-box.box-bg-2 {
  background: #514a4d;
}

.step-box.box-bg-3 {
  background: #c4608e;
}

.step-box.box-bg-4 {
  background: #744040;
}
.step-box.box-bg-5 {
  background: #625b5b;
}

.step-box.box-bg-6 {
  background: #43644c;
}
.step-box.box-bg-7 {
  background: #b44646;
}
.partner-card img{
  height:75px;
}

.box-bg {
  background: #fff;
  padding: 20px 40px;
  margin: 20px 0px;
  border-radius:4px;
}

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 70px;
    background:#365B6D;
  }
  .header-bg{
    background:#F2F1EC;
    padding:10px 0px;
  }
  .askme-header {
    background: #365B6D;
    color: #fff;
    margin-top: 78px;
}
.nav-link {
  color:#fff;
  font-size:18px;
  margin-right: 10px;
}

.nav-link:hover{
  color:#fff;
}

.askme-header h3{
   text-align: right;
   padding:10px 0px;
   font-weight:bold;
}

  #header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
    /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f2f9f8;
  }

  .section-title p {
    margin-bottom: 0;
  }
  
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info {
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  /*--------------------------------------------------------------
  # Media query starts here
  --------------------------------------------------------------*/

   @media (max-width: 1199.98px) { 
    .step-box {
      height:400px;
    }
   }
  
  @media (max-width: 992px) {
    .section-1{ margin-top:0; padding:20px;}
  .box {padding:20px;}

    h2.title.box-master{
      margin-top:0px;
    }
  }
  @media screen and (max-width: 768px) {
    .step-box{
      margin:10px 0px;
      padding:50px;
      height:auto;
    }
  }
/*--------------------------------
  #
-------------------------*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
  