/*
    Template Name: Ruletrol - Law Firm Bootstrap Template
      Template URI: https://www.designtocodes.com/product/ruletrol-law-firm-bootstrap-template/
      Description: Ruletrol is a responsive bootstrap template specifically designed for Law firms, Advocates, or agencies.
      Author: designtocodes
      Author URI: https://www.designtocodes.com
      Text Domain: Ruletrol
*/

.d2c_main {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(255 255 255 / 72%) 0%
    ),
    url(../images/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  margin-top: 135px;
}

.d2c_main .d2c_main_wrapper {
  background: var(--default_one);
  padding: 80px 70px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

.d2c_main .d2c_heading {
  font-family: var(--primary_font);
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
.d2c_main .d2c_main_wrapper .d2c_sub_heading {
  font-family: var(--primary_font);
  color: var(--secondary-color);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px !important;
}
.d2c_main .d2c_heading span {
  color: var(--primary-color);
  font-weight: 900;
}
.d2c_main input[type="Email"] {
  font-family: var(--primary_font);
  padding: 30px 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  border: none;
  color: var(--secondary-color);
}
.d2c_main input[type="email"]:focus {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}
.d2c_main form input::placeholder {
  font-family: FontAwesome;
  color: var(--secondary-color);
  opacity: 0.6;
}
.d2c_main .btn {
  background: var(--primary-color);
  border: none;
  position: relative;
  color: var(--default_one);
  font-family: var(--primary_font);
  letter-spacing: 0.8px;
  font-size: 20px;
  padding: 15px 15px 14px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_main .btn:focus {
  box-shadow: none;
}
.d2c_main .btn:hover {
  box-shadow: 0 0px 15px #98d540;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_back {
  color: var(--secondary-color);
  font-family: var(--primary_font);
  text-decoration: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_back:hover {
  color: var(--primary-color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
