.new_header {
	background:#1c242c;
}
.new_header:after {
    background-image: linear-gradient(90deg, rgb(0, 200, 226) 0%, rgb(0, 198, 175) 100%);
}

.new_header .nav-brand img {
    max-width: 230px; 
}
.main_wrapper {
    margin-top: 90px;
}
.new_theme .banner-content {
    background: #00c6af;
    margin-top: -1px;
}
.new_theme .banner-content h2 {
    color: #1C252C;
}
.new_theme .banner-content small {
    color: #1C252C;
}
.new_theme .banner_footer:before {
    background: url(../images/down-shape-green.svg) no-repeat center;
}
.new_theme .custom_radio label:before {
    background-image: linear-gradient(90deg, rgb(0, 200, 226) 0%, rgb(0, 198, 175) 100%);
}
.new_theme .custom_radio label:hover{
	border: 3px solid #00c8e2
	
}
.new_theme .custom_radio label:hover span{
	color: #fff;
}
.new_theme .custom_radio [type=radio]:checked+label {
    color: #fff;
    background-image: linear-gradient(90deg, rgb(0, 200, 226) 0%, rgb(0, 198, 175) 100%);
}
.new_theme .custom_radio [type=radio]:checked+label {
    border: 3px solid #00c8e2
}
.banner-new-btn label {
    width: 100%;
}
.banner-new-btn .input_wrap {
    width: 100%;
}
.banner-new-btn.custom_radio [type=radio]:checked+label {
    color: #fff;
    background: #28cf7d;
    border: 3px solid #00C7AF;
}
.banner-new-btn.custom_radio label:before {
    background: linear-gradient(to right,#22c68d 0%, #2ad378 100%);
}
.banner-new-btn.custom_radio label:hover span{
	color: #fff;
}
.banner-text {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 30px;
    font-weight: 600;
}
.footer_links {
    margin-bottom: 0px;
    margin-top: 0px;
}
footer.second_footer {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}
.second_footer .footer_content { 
	padding-left: 20px;
    padding-right: 20px;
}
footer.second_footer:after {
    background-image: linear-gradient(90deg, rgb(0, 200, 226) 0%, rgb(0, 198, 175) 100%) !important;
}
.footer_bottom p {
    margin: 0;
}
.footer_bottom {
    width: 100%;
    background: #1C252C;
    margin-top: 60px;
    color: #fff;
    text-align: center;
	padding: 10px 0;
}
.thanku_page .banner-content {
    background: #00c6af;
}
.thanku_page .banner-content h2 {
    box-shadow: none;
}
  @media (max-width: 768px){
	.main_wrapper {
		margin-top: 71px;
	}
	  .new_header .nav-brand img {
        max-width: 159px;
    }
}

//popup code
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pop_up_box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  backdrop-filter: blur(5.4098801612854px);
  --webkit-backdrop-filter: blur(5.4098801612854px);
  background-color: rgb(5 37 88 / 33%);
 backdrop-filter: blur(5.4px);
    --webkit-backdrop-filter: blur(5.4px);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_up_box_dialog {
  position: relative;
  padding: 0 15px;
}
.pop_up_box_dialog .modal-content {
  width: 480px;
}
.pop_up_box_dialog .modal-content {
  border: none;
  border-radius: 20px;
  padding: 27px 30px 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.35);
  padding-left: 24px;
  padding-left: 26px;
}
button.close_btn {
  position: absolute;
  top: -11px;
  right: 6px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  border: none;
  background: red;
  color: white;
  font-size: 17px;
}
.logo_modal {
  margin-bottom: 23px;
}
.pop_up_box_dialog .modal-content ul {
  max-width: 310px;
  margin: 0 auto;
  padding: 0;
}

.pop_up_box_dialog .modal-content li {
  font-size: 18px;
  max-width: 480px;
  text-align: left;
  color: #000;
  line-height: normal;
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.tick_img{ 
   width: 15px;
    height: 15px;
    object-fit: cover;
    position: absolute;
    left: 2px;
    top: 2px;
}

.pop_up_box_dialog .modal-content li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: cover;
  left: 2px;
  top: 2px;
  background-position: center;
}
.logo_modal img {
  width: 231px;
  margin-bottom: 11px;
}
.logo_modal img {
  max-width: 261px;
}

.updated_btn-design .next_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  width: 250px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all .3s;
  outline: 0 !important;
  cursor: pointer;
  background: linear-gradient(#15de7a 0%, #15aa65 100%);
  border: 2px solid #480808;
  margin-top: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.39);
  animation: pulse 2s infinite;
}

.updated_btn-design .next_button svg {
  animation: fading 1s infinite;
  margin-left: 10px;
  height: 12px;
}
.pop_up_box_dialog .modal-content .back_button svg {
  animation: fading 1s infinite;
  margin-left: 0px;
  height: 12px;
    margin-top: -3px;
}

.pop_up_box_dialog .modal-content .back_button {
  color: #fff;
  font-size: 19px;
  width: 250px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 12px;
  text-transform: uppercase;
  transition: all .3s;
  outline: 0 !important;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(#15de7a 0%, #15aa65 100%);
  border: 2px solid #480808;
  margin-top: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.39);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #1D242C85;
    -webkit-box-shadow: 0 0 0 0 #1D242C85;
  }
  100% {
    box-shadow: 0 0 0 6px #1D242C85;
    -webkit-box-shadow: 0 0 0 6px #1D242C85;
  }
}

@keyframes fading {
  0% {
    opacity: 100%;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
  }
}
.updated_btn-design input{
  display: none;
}
.footer_content p {
    font-size: 19px;
}
.footer_links a {
    font-size: 20px;
}

/* media query */
@media(max-width:1480px){
	    .footer_content p {
        font-size: 16px;
	}
.footer_links a {
    font-size: 18px;
}
}
@media(max-width:768px){
    .footer_links li {
        margin-bottom: 12px;
	}
.thanku_contant.mt_50 {
    margin-top: 0px !important;
}
.thanku_contant .thanku_text > p:nth-child(1){
	margin-top:12px;
}
}
@media(max-width:575px){
.pop_up_box_dialog .modal-content {
  border-radius: 20px;
  padding: 36px 20px;
}
.pop_up_box_dialog .modal-content li {
  font-size: 15px;
}
.logo_modal img {
  max-width: 228px;
}

}
@media (max-width: 568px) {
  .pop_up_box_dialog .modal-content {
      width: auto;
  }
}
@media (max-width: 480px) {
  .cookies_modal .modal-dialog {
      margin: 0px auto;
      width: calc(100% - 20px);
      margin-bottom: 4px;
  }
  .pop_up_box_dialog .modal-content {
    padding: 36px 20px 21px !important;
  }
  .pop_up_box_dialog {
    padding: 0 0px !important;
}
.updated_btn-design .next_button {
    margin-top: 8px;
    height: 58px;
    font-size:15px
	}
.pop_up_box_dialog {
  width: 303px;
}
button.close_btn {
  right: -5px !important;
}
	.pop_up_box_dialog .modal-content .back_button {
  margin-top: 8px;
  height: 58px;
  font-size: 15px;
}
    .footer_content p {
        font-size: 15px;
	}
.thentax_includes .footer_bottom {
    margin-top: 0;
	}
.footer_bottom p {
    font-size: 13px;
}
    .new_theme  .form_box_footer p {
        font-size: 15px;
	}
    .new_theme .form_box_footer {
        left: 0;
	}
input[type=email].form-control.is-valid{
padding-right:81px
	}
.thanku_contant .thanku_text > p:nth-child(1){
	margin-top:0px;
}


}