html,
body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #1d286a;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#div_1 {
  /* background-image: url("https://www.nectarsleep.com/wp-content/uploads/2018/10/hero-desktop.jpg"); */
  background-color: #b2b2b6;
  background-size: cover;
  padding: 50px;
}

#div_1_head1,
#div_1_para6 {
  color: #1d286a;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

#select_1,
#timeSelect {
  width: 80%;
  margin: 0 auto;
  color: #1d286a;
  border: 0px solid #1d286a;
  border-radius: 7px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}

/* #select_1{
    margin-left: 170px;
}
#timeSelect{
    margin-right: 170px;
} */
.div_1_btn {
  border: 0px;
  padding: 15px 50px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #1d286a;
  margin-top: 20px;
  align-items: end;
}

.div_1_btn:hover {
  background-color: white;
  color: black;
}

#div_2_head2 {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #1d286a;
  font-family: Arial, Helvetica, sans-serif;
}

.highlight {
  color: rgb(28, 92, 230);
}

.rounded-box {
  border-radius: 50px;
  background-color: #f4f8fc;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

.div_3_btn1 {
  border: 0px;
  padding: 10px 40px;
  border: 1px solid #1d286a;
  color: white;
  border-radius: 40px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  background-color: #1d286a;
}

.div_3_btn2 {
  border: 0px;
  padding: 10px 40px;
  border: 1px solid #b2b2b6;
  color: white;
  border-radius: 40px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1d286a;
}

.div_3_btn1:hover,
.div_3_btn2:hover {
  text-decoration: underline;
  background-color: #ffffff;
  color: black;
}

.cardSection {
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.cardSection1 {
  padding: 60px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.cardHeader,
.cardHeader h3 {
  color: #1c346c;
  font-family: Arial, Helvetica, sans-serif;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.cards1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cards2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 75px;
  border-top: 1px solid #1c346c;
  position: relative;
}

.cardContainer {
  width: 480px;
}

@media screen and (max-width: 2000px) {
  .cardContainer {
    width: 460px !important;
  }
}

@media screen and (max-width: 1926px) {
  .cardContainer {
    width: 450px !important;
  }
}

@media screen and (max-width: 1926px) {
  .cardContainer {
    width: 440px !important;
  }
}

@media screen and (max-width: 1800px) {
  .cardContainer {
    width: 430px !important;
  }
}

@media screen and (max-width: 1766px) {
  .cardContainer {
    width: 420px !important;
  }
}

@media screen and (max-width: 1674px) {
  .cardContainer {
    width: 400px !important;
  }
}

@media screen and (max-width: 1640px) {
  .cardContainer {
    width: 390px !important;
  }
}

@media screen and (max-width: 1600px) {
  .cardContainer {
    width: 380px !important;
  }
}

@media screen and (max-width: 1560px) {
  .cardContainer {
    width: 370px !important;
  }
}

@media screen and (max-width: 1520px) {
  .cardContainer {
    width: 360px !important;
  }
}

@media screen and (max-width: 1480px) {
  .cardContainer {
    width: 350px !important;
  }
}

@media screen and (max-width: 1440px) {
  .cardContainer {
    width: 340px !important;
  }
}

@media screen and (max-width: 1400px) {
  .cardContainer {
    width: 330px !important;
  }
}

@media screen and (max-width: 1360px) {
  .cardContainer {
    width: 320px !important;
  }
}

@media screen and (max-width: 1300px) {
  .cardContainer {
    width: 310px !important;
  }
}
@media screen and (max-width: 1250px) {
  .cardContainer {
    width: 300px !important;
  }
}
@media screen and (max-width: 1200px) {
  .cardContainer {
    width: 320px !important;
  }
}
.cardContainer1 {
  width: 300px;
}

.singleCard {
  background-color: rgb(244, 244, 248);
  border-radius: 20px 20px 0 0;
  padding: 20px 40px;
  margin-top: 10px;
}

.singleCardPara {
  min-width: 120px;
  text-align: center;
  background-color: #1c346c;
  color: white;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.singleCardPara1 {
  min-width: 120px;
  text-align: center;
  background-color: #e5ebe8;
  color: #1c346c;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.singleCardSmall {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 75px;
  font-family: Arial, Helvetica, sans-serif;
}

.singleCardSmallImg {
  width: 50px;
  height: 50px;
}

.singleCardSmall p {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hrLine {
  width: 1px;
  height: 50px;
  margin: 0 5px;
  background-color: rgba(128, 128, 128, 0.807);
}

.hrLine1 {
  position: absolute;
  top: -190%;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #1c346c;
}

.hrLine2 {
  position: absolute;
  top: -190%;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #1c346c;
}

.hrDash {
  height: 2px;
  width: 40px;
  margin: 5px 0 10px 0;
  background-color: #1c346c;
  border-radius: 25px;
  line-height: 0;
}

.startingText {
  width: 65%;
  font-size: 16px;
  border: 1px solid grey;
  position: relative;
  border-radius: 10px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.startingBtn {
  width: 35%;
}

.btnn1 {
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #1e306e;
  border-radius: 5px;
}

.btnn1:hover {
  color: #1e306e;
  background-color: white;
  border: 1px solid #1e306e;
}

.singleCardImg {
  margin: 0 20px;
}

.see-part-sleep-sec {
  padding: 50px 0 !important;
}

#div_5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.btn_div_5 {
  border: 0px;
  padding: 15px 50px;
  border-radius: 30px;
  color: white;
  margin-bottom: 20px;
  background-color: #1d286a;
}

.btn_div_5:hover {
  text-decoration: underline;
  background-color: rgb(245, 238, 238);
  color: black;
}

.line {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div_7_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div_7_img {
  align-items: center;
}

.above_ques {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.below_ans {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.div_7_card a {
  align-items: center;
  color: #82a2eb;
  text-decoration: underline;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#div_8 {
  background-color: #1d286a;
  color: white;
  margin-top: 50px;
}

#div_8 h2 {
  padding: 70px 100px;
  color: #f4f8fc;
  font-family: Arial, Helvetica, sans-serif;
}

#div_9 {
  margin-top: 30px;
}

#div_9 p {
  word-spacing: 2px;
  color: #7f8081;
  font-family: Arial, Helvetica, sans-serif;
}

.div_9_high {
  color: #99b3ee;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}

#div_10 p {
  word-spacing: 2px;
  color: #7f8081;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#div_11 {
  margin-top: 30px;
}
#div_11 img {
  margin-top: 20px;
  margin-bottom: 20px;
}
#div_11 h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

#div_11 p {
  word-spacing: 2px;
  color: #7f8081;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.circle {
  margin-top: 30px;
  width: 40px;
  height: 40px;
  background-color: rgb(248, 156, 17);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.div_14_para p {
  color: #7f8081;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
  word-spacing: 2px;
}

.circle_2 {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: rgb(245, 136, 46);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.circle_3 {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: rgb(18, 202, 248);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.circle_4 {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: rgb(2, 166, 231);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.circle_5 {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: rgb(11, 43, 146);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

#div_23_para {
  margin-top: 20px;
  color: #253ab1;
  font-family: Arial, Helvetica, sans-serif;
  word-spacing: 2px;
  font-size: 14px;
}

#div_24_para {
  margin-top: 20px;
  color: #7f8081;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  word-spacing: 2px;
  font-size: 14px;
}

#div_25 {
  background-image: url("../Images-Icons/Sleep-Calculator/01.webp");
  background-size: cover;
  background-position: center;
  padding: 50px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_25_head {
  word-spacing: 2px;
  margin-top: 20px;
  color: #1d286a;
  font-family: Arial, Helvetica, sans-serif;
}
.div_25_para {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 15px;
}
.div_25_btn {
  border: 0px;
  padding: 15px 30px;
  border-radius: 40px;
  background-color: #1d286a;
  color: #e5ebe8;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
}
@media screen and (min-width: 1700px) {
  .div_25_head {
    margin-top: 70px;
  }
  .div_25_para {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
  }
}
.div_25_btn:hover {
  text-decoration: underline;
  background-color: #ffffff;
  color: black;
}

.div_26_para h3 {
  color: #1d286a;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_26_para p {
  color: #7f8081;
  font-size: 14px;
  word-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
}

.div_26_high1 {
  color: #99b3ee;
  text-decoration: underline;
}

.div_26_high2 {
  color: #f7b019;
  text-decoration: underline;
  font-weight: bold;
}

.div_26_high2:hover {
  color: #99b3ee;
}

.div_27_image {
  margin-top: 20px;
}

.div_27_para h3 {
  color: #1d286a;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_27_para p {
  color: #7f8081;
  font-size: 14px;
  word-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
}

.div_27_high {
  color: #0d4cdf;
  font-weight: bold;
}

.div_28_para h3 {
  color: #1d286a;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_28_para p {
  color: #7f8081;
  font-size: 14px;
  word-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
}

.div_28_high {
  color: #f7b019;
  text-decoration: underline;
}

.div_29_para h3 {
  color: #1d286a;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_29_para p {
  color: #7f8081;
  font-size: 14px;
  word-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
}

.div_29_high {
  color: #f7b019;
  text-decoration: underline;
}

.div_30_para h4 {
  color: #1d286a;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.div_30_para p {
  color: #7f8081;
  font-size: 14px;
  word-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 50px;
}

.div_30_high {
  color: #0d4cdf;
  text-decoration: underline;
}
.div_31_li h5 {
  color: #3a6ce0;
  font-size: 17px;
  font-weight: bold;
}
.div_31_li {
  color: #7f8081;
  font-size: 14px;
}

.div_31_ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.line1 {
  height: 1px;
  background-color: #cbcccc88;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and(min-width:1500px) {
  .cardContainer {
    width: 420px !important;
  }
}

@media screen and (max-width: 1024px) {
  .cardContainer {
    width: 320px;
  }
  .line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1004px) {
  #input_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #input_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .above_heading {
    flex-direction: row;
    justify-content: space-between;
  }

  .div_7_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #div_7 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .div_7_img {
    align-items: center;
  }

  .above_ques {
    text-align: center;
  }

  .below_ans {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #select_1,
  #timeSelect {
    width: 100%;
  }
  #timeSelect {
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .cardContainer {
    width: 350px;
  }

  .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .above_heading {
    flex-direction: row;
    justify-content: space-between;
  }

  #div_7 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .div_7_img {
    align-items: center;
  }

  .above_ques {
    text-align: center;
  }

  .below_ans {
    text-align: center;
  }

  .div_7_card a {
    text-align: center;
  }
}
