@charset "utf-8";

.mc_container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

html {
  font-size: 9px !important;
  height: 100%;
  overscroll-behavior: none;
  overflow-x: hidden;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

body,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

body {
  font-family: "Inter", sans-serif;
}

.desk_view {display: none !important;}
.mob_view {display: block !important;}



/* Main css start */
.subscriptionWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}

.subscriptionWrapper .lhsContent {
  width: 100%;
  margin: 2rem 0 2rem 0;
}

.subscriptionWrapper .aiEdgelogo {
  width: 220px;
  height: 63px;
  margin: 0 auto 1rem;
  display: block;
}

.subscriptionWrapper .saturdayWrapper {
  margin: 1rem auto;
  text-align: center;
}

.subscriptionWrapper .saturdaydevider {
  font: 400 1.4rem "inter", sans-serif;
  color: #000;
  margin-bottom: 1rem;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
}

.subscriptionWrapper .saturdaydevider::before {
  content: "";
  position: absolute;
  background: #CCCCCC;
  width: 60px;
  height: 1px;
  left: -64px;
  top: 8px;
}

.subscriptionWrapper .saturdaydevider::after {
  content: "";
  position: absolute;
  background: #CCCCCC;
  width: 60px;
  height: 1px;
  right: -64px;
  top: 8px;
}

.subscriptionWrapper .aiEdgeTitle {
  font: 700 1.9rem "Inter", sans-serif;
  color: #0B0B0B;
  display: block;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  text-align: center;
}

.subscriptionWrapper .aiedgeDesc {
  font: 400 1.7rem "Inter", sans-serif;
  color: #666;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.subscriptionWrapper .subscribe-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 1rem 0.5rem 1rem 1.5rem;
  box-sizing: border-box;
  margin: 2rem 0 1rem;
}

.subscriptionWrapper .subscribe-container .emailInput, .subscriptionWrapper .subscribe-container input[type="email"] {
  flex: 1;
  border: none;
  box-sizing: border-box;
  font: 400 1.3rem "Inter", sans-serif;
  color: #666;
  /* font-style: italic; */
  padding-right: 1rem;
  outline: none;
}

.subscriptionWrapper .subscribe-container button {
  background-color: #0065A1;
  color: #fff;
  border: none;
  padding: 1rem 1.5rem;
  font: 700 1.5rem "Inter", sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 100px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscriptionWrapper .subscribe-container button:hover {
  background-color: #005fa3;
}


.subscriptionWrapper .whatYougetSec {
  margin: 0 0 1rem 0;
}

.subscriptionWrapper .whatYougetSec .secTitle {
  font: 500 2.1rem "Inter", sans-serif;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}

.subscriptionWrapper .whatYougetSec ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}

.subscriptionWrapper .whatYougetSec ul li img {
    margin-right: 6px;
    vertical-align: middle;
}

.subscriptionWrapper .whatYougetSec ul li {
  font: 500 1.6rem "Inter", sans-serif;
  color: #000;
  margin: 1rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #cdcdcd;
  width: 100%;
  display: inline-block;
}



.subscriptionWrapper .RhsContent {
  width: 100%;
  flex-shrink: 0;
  margin-left: 0;
}

.subscriptionWrapper .rhsAiEdgeImg {
  width: 100%;
  height: auto;
}

/* Error message */
.error_message{
    font: 500 1.2rem "Inter", sans-serif;
    margin: 0.4rem 0rem 0.4rem 0.7rem;
}



/***** Responsive Css start ******/

@media all and (min-width:980px) {

  html {
    font-size: 10px !important;
  }

  .mc_container {
    width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }

.desk_view {display: block !important;}
.mob_view {display: none !important;}

  .subscriptionWrapper {
    flex-direction: row;
    gap: 0
  }

  .subscriptionWrapper .aiEdgelogo {
    width: 436px;
    height: 118px;
    margin: 0 auto 2rem;
  }

  .subscriptionWrapper .aiEdgeTitle {
    font: 700 2.9rem "Inter", sans-serif;
  }

  .subscriptionWrapper .aiedgeDesc {
    font: 400 2.2rem "Inter", sans-serif;
  }

  .subscriptionWrapper .saturdayWrapper {
    margin: 1rem 0 1rem 0;
    text-align: center;
    /* width: 79%; */
    width:100%;

  }

  .subscriptionWrapper .lhsContent {
    width: calc(100% - 720px);
    margin: 5rem 0 2rem 3rem;
  }

  .subscriptionWrapper .subscribe-container {
    width: 92%;
    height: 50px;
    padding: 1rem 0.5rem 1rem 1.5rem;
    margin: 2rem 0 1rem;
  }

  .subscriptionWrapper .subscribe-container button {
    padding: 1rem 2rem;
    font: 700 1.8rem "Inter", sans-serif;
    height: 42px;
  }

  .subscriptionWrapper .subscribe-container .emailInput, .subscriptionWrapper .subscribe-container input[type="email"] {
    font: 400 1.3rem "Inter", sans-serif;
  }

  .subscriptionWrapper .saturdaydevider {
    font: 400 1.7rem "inter", sans-serif;
  }

  .subscriptionWrapper .saturdaydevider::before {
    content: "";
    position: absolute;
    background: #CCCCCC;
    width: 100px;
    height: 1px;
    left: -106px;
    top: 9px;
  }

  .subscriptionWrapper .saturdaydevider::after {
    content: "";
    position: absolute;
    background: #CCCCCC;
    width: 100px;
    height: 1px;
    right: -106px;
    top: 9px;
  }

  .subscriptionWrapper .whatYougetSec {
    margin: 3rem 0 1rem 0;
  }

  .subscriptionWrapper .whatYougetSec .secTitle {
    font: 500 2.7rem "Inter", sans-serif;
  }

  .subscriptionWrapper .whatYougetSec ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }


  .subscriptionWrapper .whatYougetSec ul li {
    font: 500 1.6rem "Inter", sans-serif;
    margin: 1rem 0;
    width: 47%;
  }



  .subscriptionWrapper .RhsContent {
    width: 690px;
    flex-shrink: 0;
    margin-left: -4rem;
  }

  .subscriptionWrapper .rhsAiEdgeImg {
    width: 690px;
    height: auto;
  }



}