body {

  margin: 0;

}

.fa-chevron-right:before {

  content: "\f054";

  font: normal normal normal 14px/1 FontAwesome;

  padding: 8px;

  position: relative;

  top: 0px;

}

.fa-chevron-left:before {

  font: normal normal normal 14px/1 FontAwesome;

}

body {

  overflow-x: hidden;

}

i {

  font: normal normal normal 14px/1 FontAwesome;

}


a:focus,a:hover {

  color: #000;

  text-decoration: none;

  outline: 0;

}


a {

  color: #000;

  font-family: "Poppins-Regular";

}

a:active,a:focus {

  outline: 0;

  border: none;

  -moz-outline-style: none;

}


img {

  max-width: 100%;

}


.row {

  margin: 0;

  padding: 0;

}


.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {

  padding: 0;

}


ul {

  list-style-type: none;

  padding:0;

  margin: 0;

}


li {

  list-style-type: none;

  font-size: 20px;

	letter-spacing: 1px;

	color: #000000;

	font-weight: 300;

	font-family: "Poppins-Regular";

}



p strong {

  font-size: 20px;

   font-family:"Poppins-Regular";

}


h1,h2,h3,h4,h5,h6 {

  font-family:"Poppins-SemiBold";

}


.no-margin {

  margin: 0;

}



p,span {

  font-family:"Poppins-Regular";

}


.container-fluid {

  padding: 0;

}



img {

  max-width: 100%;

}



.container {

  padding: 0;

  max-width: 1260px;

  margin: 0 auto;

  width: auto;

}



#button {

    display: inline-block;

    background-color: #caa200;

    width: 50px;

    height: 50px;

    text-align: center;

    border-radius: 4px;

    position: fixed;

    bottom: 30px;

    right: 30px;

    transition: background-color .3s, opacity .5s, visibility .5s;

    opacity: 0;

    visibility: hidden;

    z-index: 1000;

}



#button.show {

    opacity: 1;

    visibility: visible;

}

#button::after {

    content: "\f077";

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    font-size: 2em;

    line-height: 50px;

    color: #fff;

    position: absolute;

    left: 10px;

    top: 0px;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.contact_call_content_tam p:hover {

    color: #0e2b41;

}

#button:hover::after {

    top: -10px;

}

#button:active {

    background-color: #a91f24;

}

#button:hover {

    cursor: pointer;

    background-color: #000000;

}

a h4:hover {

    opacity: 0.8;

}

.svg {

  position: absolute;

  width: 0;

  height: 0;

}	

.slick-initialized .slick-slide{

	outline:unset;	

}	

/****Mega Menu*****/

ul.megamenu {

    padding: 5px 0px;

    box-shadow: 3px 3px 19px 5px #00000066;

    position: absolute;

    opacity: 0;

    visibility: hidden;

    transition: .5s;

    background-color: #ffffff;

    left: 4em;

    /* right: 0; */

    top: 100%;

    width: 40%;

    z-index: 999;

    color: #000;

    text-align: center;

    margin: 0 auto;

    margin-top: 7px;

    transform: translate(0, 20px);

    -webkit-perspective: 1000;

    transform-origin: top;

    -webkit-transform-origin: top;

    transform: perspective(350px) rotateX(-90deg);

    -webkit-transform: perspective(350px) rotateX(-90deg);

    -moz-transform: perspective(350px) rotateX(-90deg);

}

ul.megamenu li {

  float: left;

  width: 50%;

  padding: 5px 0px!important;

}

ul.megamenu li a {

  font-size: 16px;

  transition: 0.5s;

}

ul.megamenu li:hover a {

  color: #07334d!important;

}

ul.megamenu.second_submenu {

  left: 3em;

  right: 0;

}

.header-nav nav>ul>li:hover ul.megamenu {

    visibility: visible;

    opacity: 1;

    transform: translate(0, 0);

    transform: rotateX(0deg);

    -webkit-transform: rotateX(0deg);

}

.header-nav nav ul.megamenu ul {

    width: 100%;

    margin-bottom: 0;

	  color: #000;

    box-shadow: none;

    padding-left: 0;

    border-top: 5px solid #bc901c;

    border-bottom: 5px solid #bc901c;

    padding: 1em 1em;

    float: left;

}

.header-nav nav>ul>li ul.megamenu ul li {

    width: 48%;

    padding: 10px 0;

    border-bottom: 1px solid #000;

    float: left;

    margin: 0 5px;

}

.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){

	float:right;

}		

.header-nav nav>ul>li ul.megamenu ul li a {

  font-size: 18px;

  font-weight: 500;

  text-transform:capitalize;

  font-size: 17px;

  line-height: 16px;

  color: #000;

  font-weight: 600;	

  -webkit-transition:all 0.5s ease-in-out;

  transition:all 0.5s ease-in-out;	

}

.header-nav nav>ul>li ul.megamenu ul li a:hover {

    color: #c2951d;

}

ul.megamenu.megamenu1 {

    left: 0em;

}

.header-nav nav ul li ul li:after{

	content:unset;		

}
/***************************************Distributor Section****************************************/
.distributor_section {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.distributor_search input {
  width: 650px;
  height: 80px;
  border-radius: 39px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 1.5em;
  position: relative;
  font-size: 25px;
  line-height: 28px;
  color: #d7d7d7;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  filter: drop-shadow(0px 14px 13.5px rgba(0,0,0,0.08));
}
.distributor_search input::placeholder {
color: #d7d7d7; 
}
.distributor_search button {
position: absolute;
right: 25px;
z-index: 99;
font-size: 30px;
color: #e5e5e5;
top: 15px;
background-color: transparent;
border: unset;
}
.distributor_search {
display: inline-block;
position: relative;
}
.distributor_mainsetion {
padding: 2em 0em;
margin: 2em 0em;
}
.distributor_single_inner {
margin: 0px 9px;
}
.distributor_single_image img {
height: 505px;
width: 100%;
border-radius: 30px;
object-fit: cover;
object-position: center;
}
.distributor_single_image {
padding: 0.5em;
border: 1px solid #d5555b;
border-radius: 30px;
}
.distributor_single_content {
border-radius: 30px;
filter: drop-shadow(0px 14px 13.5px rgba(0,0,0,0.08));
background-color: #ffffff;
border: 1px solid #dcdcdc;
padding: 2em 1.5em;
width: 97%;
margin: 0 auto;
margin-top: -5em;
}
.distributor_single_content h2 a {
font-size: 20px;
text-transform: uppercase;
color: #013467;
font-weight: 600;
margin: 0;
margin-bottom: 10px;
font-family: 'Poppins-SemiBold';
display: inline-block;
}
.distributor_single_content p {
font-size: 15px;
line-height: 24px;
color: #5c5c5c;
font-weight: 400;
}
.distributor_single_bottom div {
display: inline-block;
width: 65%;
}
.distributor_single_bottom span {
float: right;
}
a.distribut_phne {
font-size: 16px;
line-height: 24px;
color: #013467;
font-weight: 500;
font-family: 'Poppins-Medium';
margin-bottom: 5px;
display: block;
position: relative;
padding-left: 21px;
}
.distribut_locatin {
font-size: 16px;
color: #000000;
font-weight: 400;
line-height: 24px;
position: relative;
padding-left: 21px;
display: inline-block;
}
.distribut_phne:before {
content: '\f095';
position: absolute;
font-size: 19px;
font-family: 'FontAwesome';
left: 0;
}
.distribut_locatin:before {
content: '\f041';
position: absolute;
font-size: 18px;
font-family: 'FontAwesome';
left: 0;
}
.distributor_single_bottom {
padding-top: 1em;
}
.distributor_single {
margin-bottom: 3em;
}
.distributor_single_content h2 {
margin: 0;
}
/*****************************************JMS Page*************************************/
.jms_section {
float: left;
width: 100%;
padding: 2em 0em;
margin: 2em 0em;
}
.jmsfirst_inner {
width: 95%;
margin: 0 auto;
position: relative;
filter: drop-shadow(0px 14px 38.5px rgba(0, 0, 0, 0.18));
}
.jmsfirst_play {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: 0.5s;
}
.jmsfirst_play:hover {
transform: scale(0.9);
}
.jmssecond_left h2 {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 1em;
  margin: 0;
  font-size: 35px;
  color: #0a3464;
  font-weight: 600;
  line-height: 42px;
  width: 95%;
}
.jmssecond_content {
border-radius: 10px;
background-color: #ffffff;
border: 1px solid #f1f1f1;
padding: 1.5em 2em;
width: 95%;
}
.jmssecond_content p {
font-size: 18px;
line-height: 30px;
color: #000000;
font-weight: 400;
}
.jmssecond_right {
border-radius: 10px;
background-color: #ffffff;
border: 1px solid #f1f1f1;
padding: 5em 2em;
filter: drop-shadow(0px 14px 13.5px rgba(0, 0, 0, 0.08));
margin-top: 0em;
margin-left: 0em;
}
.jmssecond_right h2 {
font-size: 24px;
line-height: 30px;
color: #0a3464;
font-weight: 600;
margin: 0;
margin-bottom: 15px;
text-align: center;
}
a.schedle {
border-radius: 38px;
filter: drop-shadow(5.08px 11.967px 10px rgba(0, 0, 0, 0.28));
background-image: linear-gradient(101deg, #bd1f33 0%, #920818 100%);
border: 1px solid #e1e1e1;
width: 100%;
display: block;
padding: 0.7em 0em;
text-align: center;
font-size: 23px;
line-height: 30px;
color: #ffffff;
font-weight: 600;
position: relative;
width: 90%;
margin: 0 auto;
margin-bottom: 15px;
text-align: right;
padding-right: 60px;
}
a.schedle:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
background-image: url(../images/jms/calendar.webp);
background-size: 100% 100%;
top: 17px;
left: 25px;
}
a.order {
border-radius: 38px;
filter: drop-shadow(5.08px 11.967px 10px rgba(0, 0, 0, 0.28));
background-image: linear-gradient(101deg, #0d3363 0%, #03284d 100%);
border: 1px solid #e1e1e1;
width: 100%;
display: block;
padding: 0.7em 0em;
text-align: center;
font-size: 23px;
line-height: 30px;
color: #ffffff;
font-weight: 600;
position: relative;
width: 90%;
margin: 0 auto;
margin-bottom: 15px;
text-align: right;
padding-right: 40px;
}
a.order:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
background-image: url(../images/jms/shop.webp);
background-size: 100% 100%;
top: 17px;
left: 25px;
}
.jmssecond_section {
padding: 4em 0em;
float: left;
width: 100%;
}
.jmsfirst_section:before {
content: '';
position: absolute;
width: 101%;
height: 50%;
background-image: url(../images/jms/bordern.webp);
background-position: center;
background-size: 100% 100%;
bottom: -119px;
left: -15px;
right: 0;
margin: 0 auto;
}
.jmsfirst_section {
position: relative;
}
.jmsfirst_image img {
  width: 100%;
}
.learnmore_footer p {
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
  line-height: 30px;
  color: #ffff;
  font-weight: 400;
}
.jmsfirst_play a i {
  font-size: 145px;
  color: #000;
  border-radius: 50%;
  display: inline-block;
  line-height: 150px;
}
.jmsfirst_play a {
  background-color: #ffffff9c;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

/*****************************************************Homepage****************************************************/

.header-nav nav {

    width: 100%;

    font-size: 16px;

}

.mobile-top-head {

    display: none;

}

.svg {

    position: absolute;

    width: 0;

    height: 0;

}

.header-nav nav>ul {

    position: relative;

    display: block;

    text-align: center;

    float:left;

    padding: 0;

    margin:0;

    width:100%;	

}



.header-nav nav ul li {

  color: #fff;

  list-style: none;

  transition: .5s;

  margin: 0;

  padding: 0px 0px;

  text-align: center;

  display: inline-block;

  -webkit-transition:all 0.5s ease-in-out;

  transition:all 0.5s ease-in-out;

}

.header-nav nav ul li:hover a {

  color: #000;

}

.header-nav nav>ul>li>a {

  padding: 5px 5px;

  line-height: 25px;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  position: relative;

  display: block;

  font-size: 15px;

  color: #000;

  font-weight: 600;
  text-transform: capitalize;

}

.header-nav nav>ul>li.active a {

    transition: .5s;

    /* color: #fff; */

} 

.header-nav nav>ul>li>a:before {

  content: '';

  position: absolute;

  width: 0;

  height: 2px;

  /* background-color: #001c38; */
  background-color: #ce2e36;

  transition: .5s;

  -webkit-transition: .5s;

  left: 0;

  border: 0;

  top:0;

}

.header-nav nav>ul>li>a:after {

   content: '';

    position: absolute;

    width: 0;

    height: 2px;

    /* background-color: #001c38; */
    background-color: #ce2e36;

    transition: .5s;

    -webkit-transition: .5s;

    right: 0;

    top: unset;

    bottom: 0;

}

.header-nav nav>ul>li>a:hover::before {

  width: 100%;

}

.header-nav nav>ul>li>a:hover::after {

    width: 100%;

} 



/**********************************************Homepage**************************************************/

.header_wrapper {

  float: left;

  width: 100%;

  filter: drop-shadow(0px 8px 5px rgba(44,44,44,0.08));

  background-color: #ffffff;

  position: relative;

  z-index: 9;

}

.header_first_blck {

  background-color: #235985;

  padding: 10px 0px;

}

.header_slogan p {

  font-size: 20px;

  line-height: 24px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 500;

  margin: 0;

}

.header_phone span {

  font-size: 22px;

  color: #fff;

  display: inline-block;

  margin-right: 10px;

  vertical-align: middle;

}

.header_phone p {

  font-size: 20px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  margin: 0;

  vertical-align: middle;

}

.header_second_blck {

  padding: 7px 0px;

}

.header_menus {

  padding-top: 1.5em;

}

.header_mail a span {

  display: inline-block;

  font-size: 17px;

  color: #fff;

  margin-right: 15px;

  vertical-align: middle;

}

.header_mail a p {

  font-size: 18px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 500;

  display: inline-block;

  margin: 0;

  vertical-align: middle;

}

.header_mail a p {

  font-size: 18px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 500;

  display: inline-block;

  margin: 0;

  vertical-align: middle;

}

.header_mail a span {

  display: inline-block;

  font-size: 17px;

  color: #fff;

  margin-right: 15px;

  vertical-align: middle;

}

.header_slogan p {

  display: inline-block;

}

.header_slogan {

  text-align: center;

}

.header_mail {

  text-align: center;

}

.header_phone {

  text-align: center;

}

.footer_wrapper {

  float: left;

  width: 100%;

}

.footer_first_blck {

  background-color: #001c38;

  padding: 2em 0em;

}

.footer_first_left h4 {

  font-size: 30px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 500;

  margin: 0;

  margin-bottom: 15px;

}

.form-group.contac.address {

  margin: 0;

}

.form-control.texna {

  background-color: #002243;

  border: unset;

  border-radius: unset;

  height: 40px;

  margin: 0;

  font-size: 14px;

  letter-spacing: 1px;

  color: #ffffff;

  font-weight: 400;

  font-family: 'Poppins-SemiBold';

}

button.contact-btn.invisible-recaptcha {

  width: 100%;

  height: 40px;

  background-color: #ce2e36;

  border: unset;

  font-size: 17px;

  color: #ffffff;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  transition: 0.5s;

}

button.contact-btn.invisible-recaptcha:hover {

  background-color: #00254a;

}

.form-group.contac.address input[type="text"]::placeholder {

  font-size: 14px;

  letter-spacing: 1px;

  color: #ffffff;

  font-weight: 400;

  font-family: 'Poppins-SemiBold';

}

.footer_first_right {

  padding: 0px 25px;

  text-align: center;

}

.footer_first_right_inner {

  border: 2px solid #fff;

  padding: 1em;

}

.footer_first_right_inner p {

  font-size: 25px;

  line-height: 32px;

  color: #ffffff;

  font-weight: 400;

}

.footer_first_right_inner a {

  font-size: 25px;

  color: #ffffff;

  font-weight: 600;

  text-transform: uppercase;

  font-family: 'Poppins-SemiBold';

  display: inline-block;

  width: 180px;

  border: 2px solid #fff;

  padding: 10px;

  position: relative;

    overflow: hidden;

    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

    z-index: 9;

}

.footer_first_right_inner a:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: #cd2d35;

    opacity: 0;

    visibility: hidden;

    transition: .5s;

    top: 0;

    left: 0;

    z-index: -1;

    transform: translate(0px, 40px);

}

.footer_first_right_inner a:hover::before {

    opacity: 1;

    visibility: visible;

    transform: translate(0px, 0px);

}

.footer_first_left {

  padding-top: 2em;

}

.footer_second_blck {

  background-color: #00254a;

  padding: 3em 0em;

}

.footer_single_inner h2 {

  font-size: 20px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 500;

  margin: 0;

  font-family: 'Poppins-Medium';

  margin-bottom: 20px;

}

.footer_single_inner p {

  font-size: 16px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 400;

  padding-right: 5em;

  margin-bottom: 3em;

}

.footer_single ul li a {

  width: 45px;

  height: 45px;

  display: inline-block;

  border: 2px solid #fff;

  border-radius: 50%;

  text-align: center;

  color: #fff;

  padding-top: 6px;

  transition: 0.5s;

}

.footer_single ul li a:hover {

  transform: rotate(360deg);

  border: 2px solid #ce2e36;

}

.footer_single ul li {

  display: inline-block;

  margin: 0px 3px;

}

.footer_link_inner h4 {

  font-size: 20px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 500;

  margin: 0;

  margin-bottom: 15px;

}

.footer_link_inner ul li a {

  font-size: 17px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 400;

  transition: 0.5s;

}

.footer_link_inner ul li a:hover {

  color: #ce2e36;

}

.footer_link_inner ul li {

  font-size: 17px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 400;

}

.footer_bottom {

  background-color: #001c38;

  padding: 2em 0em;

}

.footer_bottom_right {

  text-align: right;

}

.footer_bottom_left p {

  font-size: 15px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 500;

  margin: 0;

}

.banner_wrapper {

  float: left;

  width: 100%;

  padding-bottom: 5em;

}

.banner_top_sec {

  height: 260px;

  background-image: url(../images/home/banner_top.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding-top: 2em;

}

.banner_top_left h1 span {

  color: #ce2e36;

  font-family: 'Poppins-Medium';

}

.banner_top_left h1 {

  font-size: 50px;

  color: #013467;

  line-height: 55px;

  font-family: 'Poppins-Medium';

  margin: 0;

  margin-bottom: 15px;

}

.banner_top_left h6 {

  font-size: 25px;

  color: #ce2e36;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

  margin: 0;

  line-height: 30px;

}

.banner_top_right p {

  font-size: 18px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 300;

}

.banner_top_right a {

  font-size: 17px;

  line-height: 22px;

  color: #5c5c5c;

  font-weight: 600;

  transition: 0.5s;

}

.banner_top_right a span {

  width: 30px;

  height: 30px;

  border: 2px solid #ce2e36;

  display: inline-block;

  color: #ce2e36!important;

  border-radius: 50%;

  padding-top: 0px;

  font-size: 20px;

  margin-left: 5px;

  transition: 0.5s;

}

.banner_top_left h5 {

  font-size: 25px;

  line-height: 30px;

  color: #ce2e36;

  font-weight: 500;

  margin: 0;

  margin-bottom: 15px;

}

.banner_top_right a:hover span {

  transform: rotate(180deg);

}

.banner_top_right a:hover {

  color: #ce2e36;

}
.banner_bottom_image {
  overflow: hidden;
} 
.banner_bottom_image img {

  height: 550px;

  object-fit: cover;

  object-position: center;

  width: 100%;
  /* animation: zoom-in-zoom-out 20s ease infinite; */
}

.banner_bottom_sec:after {

  content: '';

  position: absolute;

  width: 100%;

  height: 150px;

  background-image: url('../images/home/banner_bottom.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}

.banner_bottom_sec:after {

  content: '';

  position: absolute;

  width: 100%;

  height: 200px;

  background-image: url('../images/home/banner_bottom.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  bottom: -66px;

  left: 0;
  /* animation:swinging 8s linear infinite; */
}

.about_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.about_images_one img {

  height: 320px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.about_images_two img {

  width: 100%;

  height: 280px;

  object-position: center;

  object-fit: cover;

}

.about_images_three img {

  width: 100%;

  height: 320px;

  object-fit: cover;

  object-position: center;

}

.about_images_two {

  position: absolute;

  right: 0;

  top: 100px;

  z-index: 9;

}

.about_wrapper_hle h4 {

  font-size: 40px;

  line-height: 45px;

  color: #013467;

  margin-top: 1em;

  margin-bottom: 25px;

}

.about_images {

  margin-right: 2em;

}

.about_wrapper_hle p {

  font-size: 18px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

}

a.schdule_abt {

  font-size: 24px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 400;

  display: inline-block;

  background-color: #013467;

  width: 280px;

  text-align: center;

  padding: 10px 0px;

  border-radius: 50px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

    z-index: 9;

}

a.readmore_abt {

  font-size: 20px;

  color: #ffffff;

  font-weight: 400;

  display: inline-block;

  background-color: #013467;

  width: 150px;

  text-align: center;

  padding: 10.5px 0px;

  border-radius: 50px;

  margin-left: 1em;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

    z-index: 9;

}

a.schdule_abt:before, a.readmore_abt:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: #cd2d35;

  opacity: 0;

  visibility: hidden;

  transition: .5s;

  top: 0;

  left: 0;

  z-index: -1;

  transform: translate(0px, 40px);

}

a.schdule_abt:hover::before,  a.readmore_abt:hover::before {

  opacity: 1;

  visibility: visible;

  transform: translate(0px, 0px);

}

.treatments_wrapper {

  float: left;

  width: 100%;

  padding: 4em 0em;

  margin: 1em 0em;

  background-color: #f4faff;

}

.treatments_left h4 {

  font-size: 50px;

  color: #013467;

  line-height: 55px;

  font-family: 'Poppins-Regular';

  margin: 0;

  margin-bottom: 25px;

}

.treatments_left p {

  font-size: 18px;

  line-height: 32px;

  color: #013467;

  font-weight: 400;

}

a.readmore_abt.treat {

  margin-left: 0px;

}

.treatments_right_inner {

  border-radius: 20px;

  background-color: #ffffff;

  border: 2px solid #235985;

  padding: 2em;

}

.treatments_right_inner h5 {

  font-size: 25px;

  line-height: 30px;

  color: #5c5c5c;

  margin: 0;

  margin-bottom: 25px;

  text-align: center;

}

.treatments_right_inner ul {

  padding-left: 3em;

}

.treatments_right_inner  ul li {

  font-size: 20px;

  line-height: 36px;

  color: #5c5c5c;

  font-weight: 500;

  list-style-type: none;
  position: relative;

}
.treatments_right_inner ul li:before {
  content: '\f192';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  margin-right: 10px;
  color: #013367;
}
.treatments_right {

  padding: 0em 3em;

}

.statistics_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.statistics_hle h4 {

  font-size: 50px;

  line-height: 55px;

  color: #013467;

  font-weight: 600;

  margin: 0;

  margin-bottom: 1em;

  text-align: center;

}

.statistics_single_inner {

  /* filter: drop-shadow(0px 4px 8px rgba(44,44,44,0.17)); */

  background-color: #ffffff;

  border-radius: 10px;

  padding: 1.5em 1em 0em;

  margin: 0px 5px;

  height: 100px;

}

.offer {

  display: inline-block;

  vertical-align: middle;

}

.offer span {

  font-size: 36px;

  color: #ce2e36;

  line-height: 55px;

  font-family: 'Poppins-SemiBold';

}

.statistics_content {

  display: inline-block;

  margin-left: 15px;

  float: right;

  width: 68%;

  vertical-align: middle;

}

.statistics_content p {

  font-size: 19px;

  line-height: 30px;

  color: #001a34;

  font-weight: 600;

  margin: 0;

}

.statistics_slic {

  filter: drop-shadow(0px 4px 8px rgba(44,44,44,0.17));

}

button.slick-prev.slick-arrow {

  font-size: 0px;

  background-color: transparent;

  border: unset;

  position: absolute;

  bottom: 0;

  left: -45px;

  transition: 0.5s;

}

button.slick-prev.slick-arrow:hover::before {

  color: #d4d4d4;

}

button.slick-prev.slick-arrow:before {

  content: '\f190';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 46px;

  color: #464646;

  transition: 0.5s;

}

button.slick-next.slick-arrow {

  font-size: 0px;

  background-color: transparent;

  border: unset;

  position: absolute;

  bottom: 0;

  right: -45px;

  transition: 0.5s;

}

button.slick-next.slick-arrow:hover::before {

  color: #d4d4d4;

}

button.slick-next.slick-arrow:before { 

  content: '\f18e';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 46px;

  color: #464646;

  transition: 0.5s;

}

.statistics_slic {

  margin-top: -50px;

}

.testimonials_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.testimonials_single_image img {

  height: 480px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  -webkit-clip-path:url(#testi_clip1);

  clip-path: url(#testi_clip1);

}

.testimonials_single_play {

  position: absolute;

  top: 345px;

  width: 125px;

  height: 125px;

  background-color: #ce2e363d;

  border-radius: 50%;

  text-align: center;

  left: 0;

  right: 0;

  display: flex;

  flex-direction: column;

  margin: 0 auto;

  justify-content: center;

  align-items: center;

}

.testimonials_single_play_inner {

  width: 90px;

  height: 90px;

  background-color: #ce2e36;

  border-radius: 50%;

  text-align: center;

  padding-top: 4px;

  transition: 0.5s;

}

.testimonials_single_content {

  background-color: #272727;

  padding: 8em 3em 4em;

  text-align: center;

  -webkit-clip-path: url(#testi_clip2);

  clip-path: url(#testi_clip2);

  margin-top: -5.5em;

}

.testimonials_single_content p {

  font-size: 15px;

  line-height: 26px;

  color: #ffffff;

  font-weight: 400;

  margin-bottom: 15px;

  position: relative;

}

.testimonials_single_content h5 {

  font-size: 20px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 600;

  margin: 0;

  margin-bottom: 10px;

}

.testimonials_single_content h5 span {

  font-size: 12px;

  color: #ffffff;

  font-weight: 400;

}

.star-rating span {

  color: #f1b609;

  font-size: 14px;

  margin: 0px 1px;

}

.testimonials_single_image {

  margin-bottom: 5px;

}

.testimonials_single_inner {

  margin: 0px 8px;

}

.testimonials_single_play_inner:hover {

  transform: scale(1.1);

}

.testimonials_single_content p:before {

  content: '\f10d';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 19px;

  color: #ce2e36;

  left: -15px;

  top: 0px;

  position: absolute;

}




.testimonials_single_content p:after {

  content: '\f10e';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 19px;

  color: #ce2e36;

  right: -15px;

  bottom: 0px;

  position: absolute;

}



.star-rating span.checked {

  color: #fff;

}

.testimonials_wrapper_hle ul.slick-dots {

  margin: 0 auto;

  left: 0;

  right: 0;

  bottom: 0;

  text-align: center;

  position: absolute;

}

.slick-dots li {

  display: inline-block;

  list-style: none;

  line-height: 0;

  margin: 0px 5px;

}

.testimonials_wrapper_hle ul.slick-dots li.slick-active a span.coupon_dots {

  background-color: #235985;

  width: 85px;

  height: 15px;

  vertical-align: middle;

  border-radius: 50px;

}

.testimonials_wrapper_hle ul.slick-dots li a span.coupon_dots {

  background-color: #00a8df;

}

span.coupon_dots {

  width: 15px;

  height: 15px;

  display: inline-block;

  background-color: #c6c6c6;

  border-radius: 50%;

  margin: 0 2px;

  cursor: pointer;

  vertical-align: middle;

}

.testimonials_wrapper_hle .slick-list.draggable {

  padding: 3em 0em;

}

/*******************************************Review Page**********************************************/

.reviews_section_own {

  float: left;

  width: 100%;

  padding: 3em 0em;

  margin: 4em 0em 0em;

  background-image: url('../images/reviews/shockwaveback.jpg');

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}

.review_single_indiv_image img {

  width: 100%;

  height: 355px;

  object-fit: cover;

  object-position: center;

  -webkit-clip-path:url(#review_image1);

  clip-path: url(#review_image1);

}

.testimonials_single_content.indiv_testi {

  height: 325px;

  padding: 2em 2em 2em;

  margin-top: 0;

}

.review_single_indiv_image {

  float: left;

  width: 55%;

}

.testimonials_single_content.indiv_testi {

  height: 355px;

  padding: 3em 2em 2em 6em;

  margin-top: 0;

  position: absolute;

  right: 0;

  width: 55%;

  -webkit-clip-path:url(#review_content1);

  clip-path: url(#review_content1);

}

.testimonials_single_content.indiv_testi p {

  font-size: 15px;

  line-height: 24px;

}  

.testimonials_single_content.indiv_testi h5 {

  font-size: 18px;

  line-height: 24px;

}  

.testimonials_single_play.indiv_play {

  top: 115px;

  right: 45px;

}

.review_single_indiv_inner {

  margin: 0px 10px;

}

.review_single_indiv:nth-child(even) .testimonials_single_content.indiv_testi {

  right: unset;

  /* -webkit-clip-path: unset;

  clip-path: unset;

  padding: 3em 2em 2em 2em; */

  border-radius: 20px;
  -webkit-clip-path: url(#review_content2);
    clip-path: url(#review_content2);
    padding: 3em 6em 2em 2em;

}
.review_single_indiv:nth-child(even) .testimonials_single_play.indiv_play {
  right: -70px;
}

.review_single_indiv:nth-child(even) .review_single_indiv_image img {

  /* -webkit-clip-path: unset;

  clip-path: unset; */
  -webkit-clip-path: url(#review_image2);
    clip-path: url(#review_image2);

  border-radius: 20px;

}

.review_single_indiv:nth-child(even) .review_single_indiv_image {

  float: right;

  width: 54%;

}

.reviews_title_sec_own {

  margin-bottom: 2em;

  text-align: center;

  padding: 0em 7em;

}

.reviews_title_sec_own h1 {

  font-size: 34px;

  color: #013467;

  line-height: 42px;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

}

.reviews_title_sec_own p {

  font-size: 16px;

  line-height: 28px;

  color: #5c5c5c;

  font-weight: 400;

}

.reviews_single_ownpa {

  background-image: url('../images/reviews/shockfirst.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  padding: 7em 0em;

}

.reviews_single_ownpa:nth-child(even) {

  background-image: url('../images/reviews/shocksecond.png');

  margin-top: -3em;

}

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(1) .testimonials_single_content.indiv_testi {

  /* -webkit-clip-path: unset; */

  padding: 3em 2em 2em 2em;

  border-radius: 25px;

}

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(1) .review_single_indiv_image img {

  -webkit-clip-path: unset;

  border-radius: 20px;

}

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .review_single_indiv_image img {

  -webkit-clip-path: url(#review_image2);

  clip-path: url(#review_image2);

} 

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .review_single_indiv_image {

  float: right;

  width: 54%;

}

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_content.indiv_testi {

  -webkit-clip-path: url(#review_content2);

  clip-path: url(#review_content2);

  padding: 3em 6em 2em 2em;

}

.reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_play.indiv_play {

  right: -64px;

}

/*******************************************Sale Page****************************************************/

.banner_saleinnerpage {

  float: left;

  width: 100%;

}

.banner_sale_image img {

  height: 500px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.banner_sale_content {

  position: absolute;

  bottom: 0;

  height: 100%;

  width: 100%;

}

.banner_sale_content {

  position: absolute;

  bottom: 0;

  padding-left: 49px;

  top: 200px;

  width: auto;
  
  height:auto;

}

.banner_sale_content div {

  font-size: 60px;

  line-height: 65px;

  color: #ffffff;

  font-family: 'Poppins-Semibold';

  filter: drop-shadow(0px 9px 8px rgba(0,0,0,0.31));

  width: 80%;

}

.banner_sale_inner {

  position: absolute;

  bottom: 0;

}

.banner_sale_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 400;

  margin: 0;

}

.banner_sale_inner {

  position: absolute;

  bottom: 0;

  background-color: #fff;

  padding: 10px 20px 0px 0px;

  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

}

.banner_sale_inner_o {

  padding: 1em;

  padding-left: 49px;

  padding-right: 2em;

  background-color: #235985;

  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

}

.shockwave_first_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.shockwave_first_image_inner {

  margin-bottom: 2em;

}

.shockwave_first_image span {

  font-size: 25px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 600;

  text-align: center;

  display: block;

  margin-bottom: 15px;

}

.shockwave_first_image_inner img {

  height: 25vw;

  width: 95%;

}  

.shockwave_first_image p {

  font-size: 18px;

  line-height: 28px;

  color: #5c5c5c;

  font-weight: 400;

  text-align: center;

  margin: 0;

}

.shockwave_first_image {

  margin-right: 2em;

}

.shockwave_first_hle h4 {

  font-size: 35px;

  line-height: 42px;

  color: #013467;

  margin: 0;

  margin-bottom: 15px;

}

.shockwave_first_hle p {

  font-size: 18px;

  line-height: 36px;

  color: #5c5c5c;

  font-weight: 400;

}

span.shoc {

  display: inline-block;

  color: #ce2e36!important;

}

.shockwave_second {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.shockwave_second_single_inner {

  margin-left: 2em;

  float: right;

}

.shockwave_second_single_inner img {

  height: 390px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.shockwave_second_single h4 {

  font-size: 35px;

  line-height: 42px;

  color: #013467;

  font-family: 'Poppins-SemiBold';

  margin: 0;

  margin-bottom: 20px;

  margin-top: 1.5em;

}

.shockwave_second_single p {

  font-size: 18px;

  line-height: 36px;

  color: #5c5c5c;

  font-weight: 400;

}

.shockwave_second_single span {

  font-size: 25px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 600;

}

.shockwave_second_single {

  margin-bottom: 2em;

  display: none;

}

.shockwave_second_single ul li {
    font-size: 18px;
    line-height: 33px;
    color: #272727;
    margin: 3px 0;
    position: relative;
    padding-left: 1em;
}

.shockwave_second_single ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 10px / 1 FontAwesome;
    color: #a60000;
    position: absolute;
    left: -2px;
    top: 10px;
}

.shockwave_second_single:nth-child(even) .shockwave_second_single_inner {

  float: left;

  margin-left: 0em;

  margin-right: 3em;

}

.shockwave_links {

  text-align: center;

}

#loadmore {

  font-size: 20px;

  color: #ffffff;

  font-weight: 500;

  display: inline-block;

  background-color: #ae1f26;

  width: 180px;

  text-align: center;

  padding: 10px 0px;

  border-radius: 50px;

  transition: 0.5s;

}

#loadmore:hover {

  background-color: #001c38;

}

/*******************************************Marketing and support***************************************/

.marketing_first_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.marketing_first_image {

  margin-right: 2em;

}

.marketing_first_image_inner img {

  height: 545px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.marketing_first_image_small {

  position: absolute;

  bottom: -15px;

  left: -15px;

}

.marketing_first_image_small img {

  height: 230px;

  width: 250px;

  object-fit: cover;

  object-position: center;

}
.first_content ul li {
  display: flow-root;
  font-size: 18px;
  line-height: 36px;
  color: #272727;
  font-weight: 400;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 5px;
}
.first_content ul li:before {
  content: '\f192';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #00254a;
  margin-right: 15px;
}
.marketing_first_hle p {

  font-size: 18px;

  line-height: 36px;

  color: #272727;

  font-weight: 400;

}

.marketingsecond {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.marketingsecond_content p {

  font-size: 16px;

  line-height: 28px;

  color: #5c5c5c;

  font-weight: 400;

}

.marketingsecond_content h4 {

  font-size: 35px;

  line-height: 42px;

  color: #013467;

  margin: 0;

  margin-bottom: 15px;

}

.marketingsecond_icon {

  vertical-align: middle;

  margin-top: 5em;

  text-align: center;

}

.marketingsecond_wrapper {

  height: 1045px;

  position: relative;

}

.marketingsecond_wrapper:before {

  content: '';

  position: absolute;

  width: 300px;

  height: 100%;

  left: 0;

  right: 0;

  margin: 0 auto;

  background-image: url(../images/marketingandsupport/market_back.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.marketingsecond_single:nth-child(2) {

  margin-top: 18em;

}

.marketingsecond_single {

  margin-top: 4em;

}

.marketingsecond_single:nth-child(4) {

  margin-top: 10em;

}

.marketingsecond_single:nth-child(3) {

  margin-top: 0;

}

.marketingsecond_single:nth-child(5) {

  margin-top: 0;

}

/*****************************************About Page*********************************************/

.about_salefirst_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.about_salefirst_image {

  margin-right: 2em;

}

.about_salefirst_image_inner img {

  height: 390px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.about_salefirst_hle p {

  font-size: 17px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

}

.about_salefirst_hle h4, .about_salefirst_hle h1 {

  font-size: 40px;

  line-height: 55px;

  color: #235985;

  margin: 0;

  margin-bottom: 15px;

}

.about_salefirst_image_inner:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-image: url('../images/about/about_cov.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.about_saletwo_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 0em 0em;

  background-color: #f5f5f5;

}

.about_saletwo_image_inner img {

  width: 100%;

  height: 470px;

  object-fit: cover;

  object-position: center;

}

.about_saletwo_image {

  float: right;

  margin-left: 2em;

  padding-left: 3em;

}

.about_saletwo_hle h4 {

  font-size: 40px;

  line-height: 50px;

  color: #235985;

  margin: 0;

  margin-bottom: 15px;

}

.about_saletwo_hle p {

  font-size: 18px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

}

.about_saletwo_image_inner:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-image: url('../images/about/about_sec.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.about_saletwo_image_inner {

  position: relative;

}

.about_salethird {

  float: left;

  width: 100%;

}

.about_salethird_hle {

  background-color: #235985;

}

.about_salethird_image_inner img {

  height: 670px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.about_salethird_content {

  padding-left: 2em;

  padding-top: 3em;

}

.about_salethird_content_inn {

  margin-bottom: 2em;

}

.about_salethird_content_first img, .about_salethird_content_second img {

  height: 185px;

  width: 100%;

  border-radius: 10px;

  object-fit: cover;

  object-position: center;

}

.about_salethird_content_first, .about_salethird_content_second  {

  text-align: center;

  padding: 0px 15px;

}

.about_salethird_content ul li {

  font-size: 18px;

  line-height: 30px;

  color: #e3e6ef;

  font-weight: 400;

  letter-spacing: 0px;

  float: left;

  width: 50%;

  margin-bottom: 15px;

}

.about_salethird_content p {

  font-size: 18px;

  line-height: 30px;

  color: #e3e6ef;

  font-weight: 400;

}

.about_salethird_content h4 {

  font-size: 30px;

  line-height: 36px;

  color: #e3e6ef;

  margin-bottom: 15px;

}

.about_salethird_content ul li:before {

  content: '\f00c';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 18px;

  margin-right: 10px;

}

/******************************************Contact Page******************************************/

.contactsale_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.contactsale_hle {

  margin-bottom: 20px;

}

.contactsale_hle h4 {

  font-size: 30px;

  line-height: 36px;

  color: #235985;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

}

.contactsale_hle p {

  font-size: 20px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.form-group.fullname p {

  font-size: 20px;

  line-height: 36px;

  color: #272727;

  font-weight: 600;

}

input.form-control {

  background-color: #f5f5f5;

  border: unset;

  box-shadow: unset;

  width: 90%;

  border-radius: 50px;

  height: 50px;

  font-size: 18px;

  line-height: 32px;

  color: #acacac;

  font-weight: 400;

  padding: 5px 20px;

  font-family: 'Poppins-Medium';

}

.form-group.fullname select {

  width: 90%;

  height: 45px;

  background-color: #f5f5f5;

  border: unset;

  border-radius: 50px;

  font-size: 18px;

  line-height: 32px;

  color: #acacac;

  font-weight: 400;

  padding: 5px 20px;

  font-family: 'Poppins-Medium';

}

.form-insterest label {

  font-size: 20px;

  line-height: 32px;

  color: #272727;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  padding-left: 15px;

}

.form-group.fullname {

  margin-bottom: 2em;

}

.form-group.message p {

  font-size: 20px;

  line-height: 36px;

  color: #272727;

  font-weight: 400;

}

textarea.form-control {

  height: auto;

  background-color: #f5f5f5;

  resize: unset;

  font-size: 20px;

  line-height: 36px;

  color: #b4b4b4;

  font-weight: 400;

  font-family: 'Poppins-Medium';

}

button.send-btn {

  width: 110px;

  font-size: 20px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  border-radius: 8px;

  border: unset;

  background-color: #235985;

  transition: 0.5s;

}

button.send-btn:hover {

  background-color: #ce2e36;

}

.clearform {

  font-size: 20px;

  line-height: 32px;

  color: #235985;

  font-weight: 500;

  float: right;

  margin: 0;

}

.contact_map_sec {

  padding: 2em 2em;

  margin-top: 1em;

  background-color: #f7f7f7;

  border-radius: 15px;

}

.contact_map_inner .mapouter {

  height: 400px;

  border-radius: 20px;

}

.contact_map_inner .gmap_canvas {

  height: 400px;

  border-radius: 20px;

}

.contact_map_content {

  padding-left: 2em;

  padding-top: 5em;

}

.contact_map_left p {

  font-size: 22px;

  line-height: 32px;

  color: #272727;

  font-weight: 400;

}

.contact_map_left h4 {

  font-size: 25px;

  line-height: 33px;

  color: #235985;

  font-weight: 600;

  margin: 0;

  margin-bottom: 10px;

}

.contact_map_left span {

  font-size: 18px;

  line-height: 22px;

  color: #5c5c5c;

  font-weight: 400;

  margin-bottom: 10px;

  display: block;

}

.contact_map_left {

  margin-bottom: 4em;

}

/******************************************Review Page*******************************************/

.testimonials_sale_wrapper {

  float: left;

  width: 100%;

  padding: 4em 0em;

  margin: 2em 0em;

}

.testimonials_sale_hle {

  padding: 0px 15px;

}

.testimonials_sale_single_inner {

  margin: 0px 10px;

}

.testimonials_sale_single_content {

  background-color: #f5f5f5;

  padding: 2em;

  border-radius: 15px;

}

.testimonials_sale_single_content p {

  font-size: 16px;

  line-height: 30px;

  color: #272727;

  font-weight: 400;

  height: 125px;

  overflow-y: scroll;

}

.testimonials_sale_single_content p::-webkit-scrollbar {

  width: 5px;

}

.testimonials_sale_single_content p::-webkit-scrollbar-track {

  background: #fff;

  border-radius: 10px

}

.testimonials_sale_single_content p::-webkit-scrollbar-thumb {

  background: #01a5db;

}

.testimonials_sale_single_content p::-webkit-scrollbar-thumb:hover {

    background: #01a5db;

}

.triangle-down {

  width: 0;

  height: 0;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-top: 35px solid #f5f5f5;

  margin-top: 0em;

  margin-left: 35px;

  margin-bottom: 15px;

}

.testimonials_sale_single_bottom {

  padding-left: 2em;

}

a.chrome_icon {

  display: inline-block;

  margin-right: 15px;

}

.testimonials_sale_single_bottom_inner {

  display: inline-block;

  vertical-align: middle;

}

.testimonials_sale_single_bottom_inner h4 {

  font-size: 22px;

  line-height: 24px;

  color: #272727;

  font-weight: 600;

  margin: 0;

  margin-bottom: 10px;

}

.star-rating.testi span.checked {

  font-size: 16px;

  color: #ffc107

}

.testimonials_sale_single_content p:before {

  content: '\f10d';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 20px;

  margin-left: 0px;

  margin-right: 10px;

  color: #ce2e36;

}

.testimonials_sale_single_content p:after {

  content: '\f10e';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 20px;

  margin-left: 10px;

  margin-right: 0px;

  color: #ce2e36;

}

.testimonials_sale_single:nth-child(3n+2) {

  margin-top: -3em;

}

.testimonials_sale_single {

  margin-bottom: 2em;

}

/******************************************Affiliate Page***********************************************/

.affiliate-referral-title {
        font-size: 35px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.affiliate-referral-desc {
    font-size:20px !important;
}
.affiliatebanner_bottom_image img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  object-position: center;

}

.affiliatebanner_content a {

  font-size: 25px;

  line-height: 28px;

  color: #5c5c5c;

  font-weight: 400;

  display: inline-block;

  padding-bottom: 5px;

  border-bottom: 2px solid #9a9a9a;

}

.affiliatebanner_content {

  float: left;

  width: 100%;

  height: auto;

  text-align: center;

  padding: 1em 0em 4em;

  position: relative;

    z-index: 9;

}

.affiliatebanner_content h1 {

  font-size: 40px;

  line-height: 45px;

  color: #013467;

  margin: 0;

  margin-bottom: 15px;

}

.affiliatebanner_content a {

  font-size: 25px;

  line-height: 28px;

  color: #5c5c5c;

  font-weight: 400;

  display: inline-block;

  padding-bottom: 5px;

  border-bottom: 2px solid #9a9a9a;

  transition: 0.5s;

}

.affiliate_first_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.affiliate_first_images {

  margin-right: 3em;

  margin-bottom: 4em;

}

.affiliate_first_images_one img {

  width: 100%;

  height: 435px;

  object-fit: cover;

  object-position: center;

}

.affiliate_first_images_two {

  position: absolute;

  bottom: -45px;

  right: -15px;

}

.affiliate_first_images_two img {

  width: 100%;

  height: 270px;

  object-fit: cover;

  object-position: center;

}

.affiliate_first_hle h4 {

  font-size: 35px;

  line-height: 42px;

  color: #013467;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

} 

.affiliate_first_hle p {

  font-size: 17px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.affiliatetabdetail_image_inner {

  text-align: center;

  margin: 0px 10px;

}

.affiliatetabdetail_wrapper {

  float: left;

  width: 100%;

  padding: 1em 0em;

  margin: 1em 0em;

}

.affiliatetabdetail_image:nth-child(4) {

  margin-top: 3em;

}

a.affiliate_products:hover {

  background-color: #001c38;

}

a.affiliate_products {

  font-size: 20px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 500;

  display: inline-block;

  width: 90%;

  padding: 10px 0px;

  background-color: #ce2e36;

  border-radius: 15px;

  transition: 0.5s;

}

.affiliate_third_image {

  margin-right: 2em;

}

.affiliate_third_image_one img, .affiliate_third_image_two img {

  height: 460px;

  object-fit: cover;

  object-position: center;

  width: 100%;

}

.affiliate_third_image_one, .affiliate_third_image_two {

  padding: 0px 5px;

}

.affiliate_third_wrapper {

  float: left;

  width: 100%;

  padding: 1em 0em;

  margin: 1em 0em;

}

.affiliate_third_hle p {

  font-size: 17px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.affiliate_third_hle h4 {

  font-size: 35px;

  line-height: 42px;

  color: #013467;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  margin-top: 1em;

}

.affiliate_third_image_two {

  margin-top: 2em;

}

.affiliatebanner_content a:hover {

  color: #cd2d35;

  border-bottom: 2px solid #013367;

}

.affiliatesecond_wrapper {

  float: left;

  width: 100%;

  padding: 1em 0em;

  margin: 1em 0em;

}

.affiliatesecond_hle {

  background-color: #f6f6f6;

  box-shadow: 0px 0px 10px 3px #0000001f;

  border-radius: 10px;

}

.affiliatesecond_images_cont {

  position: absolute;

  bottom: 15px;

  display: inline-block;

  background-color: #6e7179;

  width: 70%;

  text-align: center;

  padding: 10px 0px;

  margin: 0 auto;

  right: 0;

  left: 65px;

  border-radius: 5px;

  z-index: 99;

}

.affiliatesecond_images_cont p {

  font-size: 25px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 600;

  margin: 0;

}

.affiliatesecond_images_one_inner img, .affiliatesecond_images_two_inner img {

  width: 100%;

  height: 500px;

  object-fit: cover;

  object-position: center;

}

.affiliatesecond_images_two_inner img {

  -webkit-clip-path:url(#affili_second);

  clip-path: url(#affili_second);

}

.affiliatesecond_images_one_inner img {

  -webkit-clip-path:url(#affili_first);

  clip-path: url(#affili_first);

}

.affiliatesecond_images_one {

  position: absolute;

  left: 1.5em;

  width: 55%;

}

.affiliatesecond_images_two {

  float: right;

}

.affiliatesecond_content p {

  font-size: 16px;

  line-height: 25px;

  color: #5c5c5c;

  font-weight: 400;

}

.affiliatesecond_content h4 {

  font-size: 40px;

  line-height: 45px;

  text-transform: uppercase;

  color: #013467;

  margin: 0;

  margin-bottom: 15px;

}

.affiliatesecond_content {

  padding-top: 3em;

  padding-left: 2em;

}

.affiliatesecond_images_one_inner:before {

  content: '';

  position: absolute;

  width: 95%;

  height: 97%;

  background-color: #0000001f;

  z-index: 1;

  -webkit-clip-path: url(#affili_first);

  clip-path: url(#affili_first);

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 7px;

}

.affiliatesecond_images_one_inner {

  position: relative;

}

.affiliatesecond_images_two_inner {

  position: relative;

}

.affiliatesecond_images_two_inner:before { 

  content: '';

  position: absolute;

  width: 95%;

  height: 97%;

  background-color: #0000001f;

  z-index: 1;

  -webkit-clip-path: url(#affili_second);

  clip-path: url(#affili_second);

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 7px;

}

/*******************************************Protocols Page************************************************/

.banner_affiliate_inner {

  float: left;

  width: 100%;

}

.banner_affiliate_image img {

  width: 100%;

  height: 510px;

  object-fit: cover;

  object-position: top;

}

.banner_affiliate_content div {

  font-size: 60px;

  line-height: 75px;

  text-transform: uppercase;

  color: #235985;

  font-family: 'Poppins-SemiBold';

}

.banner_affiliate_content {

  position: absolute;

  bottom: 10px;

  background-color: #fff;

  text-align: center;

  padding: 10px 0px;

  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

}

.protocols_first_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.protocols_first_image {

  margin-right: 2em;

}

.protocols_first_image_inner img {

  width: 100%;

  height: 635px;

  object-fit: cover;

  object-position: center;

}

.protocols_first_hle h4 {

  font-size: 40px;

  line-height: 50px;

  color: #272727;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  margin-top: 1em;

}

.protocols_first_hle p {

  font-size: 18px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}  

.protocols_second_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

}

.protocols_second_image {

  float: right;

  margin-left: 2em;

}

.protocols_second_image_inner img {

  width: 100%;

  height: 500px;

  object-fit: cover;

  object-position: center;

  -webkit-clip-path:url(#affili_second);

  clip-path: url(#affili_second);

}

.protocols_second_hle h4, .protocols_second_hle h1 {

  font-size: 40px;

  line-height: 50px;

  color: #272727;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  margin-top: 0em;

}

.protocols_second_hle p {

  font-size: 18px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.protocols_third_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 1em 0em;

}

.protocols_third_image_one img {

  width: 90%;

  height: 215px;

  object-fit: cover;

  object-position: center;

}

.protocols_third_image {

  margin-right: 2em;

}

.protocols_third_image_two {

  position: absolute;

  right: 0;

  top: 1.5em;

  width: 45%;

}

.protocols_third_image_two img {

  height: 455px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.protocols_third_image_three img {

  width: 90%;

  height: 230px;

  object-fit: cover;

  object-position: center;

}

.protocols_third_image_one {

  margin-bottom: 5px;

}

.protocols_third_hle h4 {

  font-size: 40px;

  line-height: 50px;

  color: #272727;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  margin-top: 0em;

}

.protocols_third_hle p {

  font-size: 18px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.protocols_fourth_wrapper {

  float: left;

  width: 100%;

  padding: 1em 0em;

  margin: 1em 0em;

}

.protocols_fourth_image {

  float: right;

  margin-left: 2em;

}

.protocols_fourth_image_inner img {

  height: 320px;

  width: 100%;

  object-fit: cover;

  object-position: top;

}

.protocols_fourth_hle h4 {

  font-size: 40px;

  line-height: 50px;

  color: #272727;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  margin-top: 1em;

}

.protocols_fourth_hle p {

  font-size: 18px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.protocols_first_image_inner:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-image: url('../images/protocols/protocols_first_back.png');

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  top:0;

  left: 0;

}

.protocols_first_image_inner {

  position: relative;

}

/*******************************************Affiliate Resources*******************************************/

.resources_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0em;

  margin: 2em 0em;

}

.resources_first_single_inner {

  margin: 0px 10px;

}

.resources_first_single_second_inner {

  margin: 0px 10px;

}

.resources_first_single_image img {

  height: 330px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 10px;

}

.resources_first_single_content {

  position: absolute;

  width: 90%;

  margin: 0 auto;

  left: 0;

  right: 0;

  bottom: 10px;

  background-color: #fff;

  padding: 10px;

  border-radius: 10px;

}

.resources_first_single_content h4 {

  font-size: 25px;

  line-height: 32px;

  color: #000000;

  font-weight: 600;

  margin: 0;

  margin-bottom: 10px;

}

.resources_first_single_content p {

  font-size: 16px;

  line-height: 24px;

  color: #5c5c5c;

  font-weight: 400;

  margin: 0;

}

.resources_first_single_second_image_inner img {

  width: 100%;

  height: 330px;

  object-fit: cover;

  object-position: center;

  border-radius: 10px;

}

.resources_first_single_second_inner {

  margin: 0px 10px;

  background-color: #f3f3f3;

  float: left;

  border-radius: 10px;

}

.resources_first_single_second_date {

  display: inline-block;

  position: absolute;

  top: 15px;

  background-color: #fff;

  padding: 5px 10px;

  border-radius: 5px;

  right: -20px;

}

.resources_first_single_second_date span {

  font-size: 16px;

  line-height: 24px;

  color: #a60000;

  font-weight: 600;

}

.resources_first_single_second_cobtent {

  padding: 3em 2em 0em;

}

.resources_first_single_second_cobtent h4 {

  font-size: 25px;

  line-height: 32px;

  color: #000000;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

}

.resources_first_single_second_cobtent p {

  font-size: 16px;

  line-height: 32px;

  color: #5c5c5c;

  font-weight: 400;

}

.resources_first_blck {

  margin-bottom: 2em;

}

.resources_secondo_single_inner {

  margin: 0px 10px;

  border-radius: 10px;

  background-color: #f3f3f3;

  overflow: hidden;

}

.resources_secondo_singleimage img {

  width: 100%;

  height: 300px;

  object-fit: cover;

  object-position: center;

  /* border-radius: 10px; */

}

.resources_secondo_single_content {

  padding: 1em;

}

.resources_secondo_single_content h4 {

  font-size: 25px;

  line-height: 32px;

  color: #000000;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;
  /* min-height: 65px; */

}

.resources_secondo_single_content p {

  font-size: 16px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

  height: 100px;

  overflow-y: scroll;

}

.resources_secondo_single_content p::-webkit-scrollbar {

   width: 5px;

}

.resources_secondo_single_content p::-webkit-scrollbar-track {

 background: #fff;

 border-radius: 10px

}

.resources_secondo_single_content p::-webkit-scrollbar-thumb {

  background: #01a5db;

}

.resources_secondo_single_content p::-webkit-scrollbar-thumb:hover {

 background: #01a5db;

}

.resources_secondo_single_content span {

  font-size: 16px;

  line-height: 28px;

  color: #a60000;

  font-weight: 600;

  display: inline-block;

  display: block;

  text-align: right;

}

.resources_secondo_single {

  margin-bottom: 2em;

}
.header-nav nav>ul>li>a>span {
  color: #ce2e36;
}
.whatisshockwave_firstblk p a {
  color: #d52f38;
}
.whatisshockwave_firstblk ul li {
  color: #d42e37;
  font-size: 18px;
}
.whatisshockwave_firstblk ul li:before {
  content: "\f192";
  display: inline-block;
  font: normal normal normal 17px/1 FontAwesome;
  margin-right: 5px;
}
.get_directions_section h4 {
  background-color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #013467;
  font-size: 25px;
  padding-left: 15px;
  font-family: 'Roboto';
  font-weight: 600;
}
.get_directions_section {
  background-color: #013467;
  border-radius: 7px;
  float: left;
  max-width: 300px;
  padding-bottom: 30px;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}
.get_directions_section p {
  padding: 10px 9px 5px 40px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #ffffff;
  font-family: 'Poppins-Regular';
  position: relative;
  float: left;
  width: 63%;
  text-align: left;
  /* font-weight: 600; */
  margin-bottom: 0;
  position: relative;
}
.findclinic_map_wrapper .get_directions_section p{
  padding: 8px 9px 5px 40px;
  width: 70%;
  line-height: 20px;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  left: 6em;
}
.get_directions_section p:before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "\f041";
  display: inline-block;
  font: normal normal normal 27px/1 FontAwesome;
}
.get_directions_section .get_direct:before {
  content: "";
  background-image: url(../images/home/dierction.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55px;
  display: block;
  max-width: 55px;
  margin: 0 auto;
}
.get_directions_section .get_direct {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 84px;
  height: 78px;
  background-color: #ffffff;
  padding: 5px;
  font-size: 9px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #0a2d44;
  font-weight: 600;
  text-transform: uppercase;
  right: 15px;
  margin-top: 15px;
}
/* .protocols_first_wrapper {
  display: none;
} */
/********************************************Myclinic page************************************************/
.myclinic_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.myclinic_hle {
  border-radius: 10px;
  filter: drop-shadow(0px 12px 28.5px rgba(44,44,44,0.09));
  background-color: #ffffff;
  padding: 2em;
}
.clinic_fm {
  float: left;
  width: 49%;
  margin-bottom: 2.5em;
}
.clinic_fm input {
  width: 100%;
  background-color: #f2f2f2;
  border: unset;
  height: 50px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: unset;
  outline: unset;
  font-size: 16px;
  line-height: 32px;
  color: #cbcaca;
  font-weight: 400;
  font-family: 'Poppins-Regular';
}
.clinic_fm_descrip textarea {
  width: 100%;
  border: unset;
  background-color: #f2f2f2;
  resize: unset;
  padding: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #cbcaca;
  font-weight: 400;
  border-radius: 10px;
  font-family: 'Poppins-Regular';
}
.clinic_fm:nth-child(even) {
  float: right;
} 
.clinic_fm_descrip {
  margin-bottom: 15px;
}
.clinic_fm_but button {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ce2e36;
  width: 150px;
  padding: 5px 0px;
  font-family: 'Poppins-Regular';
  border: unset;
  border-radius: 10px;
  transition: 0.5s;
}
.clinic_fm_but button:hover {
  background-color: #001c38;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
button.bne {
  background-color: unset;
  border: unset;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}
.upload-btn-wrapper p {
  font-size: 20px;
  line-height: 32px;
  color: #ce2e36;
  font-weight: 600;
  padding-left: 10px;
}
button.bne img {
  height: 195px;
}
.clinic_photo {
  margin-bottom: 20px;
  float: right;
  padding-left: 15px;
}
.clinic_fm.web_clinic {
  float: left;
}
.clinci_pwd a {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00254a;
  width: 280px;
  padding: 5px 0px;
  font-family: 'Poppins-Regular';
  border: unset;
  border-radius: 10px;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
}
.clinci_pwd a:hover {
  background-color: #ce2e36;
}
/*******************************************Resource Detail Page*****************************************/
.resources_detail {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.resources_detail_image {
  margin-right: 2em;
  margin-bottom: 2em;
}
.resources_detail_image_inner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.resources_detail_sec p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.resources_detail_sec ul li {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  position: relative;
  display: flow-root;
  margin-bottom: 10px;
}
.resources_detail_sec ul li::before {
  content: '\f192';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #235985;
  margin-right: 10px;
} 
span.resource_date {
  font-size: 18px;
  color: #ce2e36;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.resources_detail_sec h1 {
  font-size: 30px;
  line-height: 32px;
  color: #00254a;
  margin: 0;
  margin-bottom: 15px;
}
.bannerbottom_image_hl {
  width: 20%;
  overflow: hidden;
  float: left;
}
.bannerbottom_image_hl img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 270px;
  animation: zoom-in-zoom-out 9s ease infinite;
}
.bannerbottom_image_hl:nth-child(even) img {
  animation: zoom-in-zoom-out 8s ease infinite;
}
.imagediv {
  text-align: center;
}
.imagediv img {
  width: 90px;
  margin: 0 auto;
  height: 90px;
  text-align: center;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
/*******************************************Treatments Page*********************************************/
.treatments_firstblck_wrapper {
  float: left;
  width: 100%;
  padding: 3em 0em 2em;
  margin: 3em 0em 2em;
}
.treatments_first_image {
  margin-right: 25px;
}
.treatments_first_image_one {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
}
.treatments_first_image_two {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
  position: absolute;
  right: 45px;
  top: 35px;
}
.treatments_first_image_one img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.treatments_first_image_two img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.treatments_firstblck_hle h1 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #272727;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 1em;
}
.treatments_firstblck_hle p {
  font-size: 20px;
  line-height: 36px;
  color: #5c5c5c;
  font-weight: 500;
}
.treatment_therapy_hle h4 {
  font-size: 40px;
  line-height: 55px;
  color: #ce2e36;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.treatment_therapy_list ul li {
  display: inline-block;
  width: 32%;
  padding: 0px 5px;
  height: 75px;
  background-color: #013467;
  margin: 0px 5px;
  padding-top: 17px;
  padding-left: 45px;
  position: relative;
}
.treatment_therapy_list ul li p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.treatment_therapy_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.treatment_therapy_list ul li:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #56789a;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_therapy_list ul li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../images/treatments/icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 25px;
  left: 15px;
}
.treatment_therapy_list ul {
  height: 375px;
  overflow-y: scroll;
}
.treatment_therapy_list ul::-webkit-scrollbar {
  width: 5px;
}
.treatment_therapy_list ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px
}
.treatment_therapy_list ul::-webkit-scrollbar-thumb {
  background: #ce2e36;
}
.treatment_therapy_list ul::-webkit-scrollbar-thumb:hover {
    background: #ce2e36;
}
.treatment_last_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}
.treatment_last_image_inner img {
  width: 100%;
  height: 465px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.treatment_last_image {
  float: right;
  margin-left: 25px;
}
.treatment_last_hle p {
  font-size: 18px;
  line-height: 36px;
  color: #5c5c5c;
  font-weight: 500;
}
.treatment_last_hle h4 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #272727;
  margin: 0;
  margin-bottom: 15px;
}
.treatment_last_image_inner:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #fff;
  left: 224px;
}
.treatment_last_image_inner:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  right: 224px;
  background-color: #fff;
}
.treatment_last_image_inner {
  position: relative;
}
/******************************************Find A Clinic Page********************************************/
.clinic_det_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.clinic_det_image {
  float: right;
  margin-left: 25px;
}
.clinic_det_image_link a {
  width: 255px;
  height: 50px;
  display: inline-block;
  border-radius: 5px;
  filter: drop-shadow(3.225px 8.402px 4px rgba(44,44,44,0.45));
  background-color: #ffffff;
  border: 1px solid #235985;
  padding: 10px;
}
.clinic_det_image_link a span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #e4e4e4;
}
.clinic_det_image_link a p {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #272727;
  margin: 0;
  font-weight: 600;
  vertical-align: middle;
  font-family: 'Poppins-SemiBold';
}
.clinic_det_image_link {
  float: right;
  margin-bottom: 25px;
}
.clinic_det_image_inner img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: top;
}
.clinic_det_hle h1 {
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  color: #013467;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 1em;
}
.clinic_det_hle p {
  font-size: 18px;
  line-height: 36px;
  color: #5c5c5c;
  font-weight: 400;
}
.findclinic_map_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}
.findclinic_map_left_inner .mapouter {
  height: 270px;
  border-radius: 10px;
}
.findclinic_map_left_inner .gmap_canvas {
  height: 270px;
  border-radius: 10px;
}
.findclinic_address {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  width: 60%;
  left: 0;
}
.findclinic_address span {
  display: inline-block;
  margin-right: 15px;
}
.findclinic_address p {
  display: inline-block;
  width: 84%;
  margin: 0;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
  font-weight: 500;
}
.findclinic_map_left_inner {
  filter: drop-shadow(3.225px 8.402px 4px rgba(44,44,44,0.45));
}
.findclinic_map_data {
  padding-left: 5em;
}
.findclinic_map_data ul li {
  margin-bottom: 1em;
}
.findclinic_map_data ul li a {
  display: inline-block;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  display: inline-block;
  width: 90%;
  padding: 0.5em;
  margin: 0 auto;
}
.findclinic_map_data ul li a span {
  margin-right: 15px;
  display: inline-block;
  padding-right: 15px;
  border-right: 2px solid #e6e6e6;
}
.findclinic_map_data ul li a p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
}
.findclinic_map_media {
  padding-left: 5em;
}
.findclinic_map_media ul li {
  display: inline-block;
  margin: 0px 10px;
}
.findclinic_map_media ul li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  color: #cd2d35;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 7px;
}
.sitemap-lists {
  padding: 3em 0em;
}
.sitemap-data h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
  color: #235985;
}
.sitemap-data ul li a {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  float: left;
  width: 100%;
  color: #001c38;
  font-weight: 600;
}
.sitemap-data ul li ul li a {
  color: #ce2e36;
  font-weight: 400;
}
.sitemap-data ul li ul {
  padding-left: 15px;
}
/*****************************************Videos Page*****************************************/
.videos_sec_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.video_sec_hle h1 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 0;
  float: left;
  width: 70%;
}
.video_category {
  float: right;
  width: 30%;
}
.video_category label {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #ce2e36;
}
.video_category_title {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.video_category #category {
  width: 46%;
  border: 1px solid #ccc;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  border-radius: 3px;
}
.videos_single_mai {
  margin: 5px 10px;
  border-bottom:1px solid #e4e4e4;
    display: flex;
    align-items: center;
}


ul.nav.nav-tabs {
  margin-bottom: 1em;
  border-bottom: 0px;
}
.videos_single_mai img {
  height: 510px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.playicon_in_out {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
}
.playicon_in {
  width: 60px;
  height: 60px;
  margin: 5px;
  flex-shrink:0;
}
.playicon_in a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #235985;
  border-radius: 50%;
  font-size: 28px;
  color: #235985;
  padding-top: 6px;
  text-align: center;
  transition: .5s;
}
.playicon_in a:hover {
  transform: scale(1.1);
}
.videos_single.two .videos_single_mai img,.videos_single.four .videos_single_mai img, .videos_single.six .videos_single_mai img {
  height: 365px;
}
.videos_single.five {
  margin-top: -145px;
}
/*******************************************Style2*******************************************************/
.login_wrapper_content {

  max-width: 1015px;

  margin: 0 auto;

}

.login_image {

  text-align: center;

padding-top: 30px;

position:relative;

}

.login_wrapper:before {

  content: "";

  background-color: #0000001f;

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

z-index: -1;

border-radius: 29px;

  background-color: #013467;

opacity: 0.200;

}

.login_image p {

  font-size: 14px;

  line-height: 24px;

  color: #013467;

  font-weight: 400;

margin: 0;

  padding-bottom: 40px;

}

.login_form {

  padding: 19px 55px;

  border-radius: 29px 29px 29px 0;

  /* filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.22)); */

  background-color: #ffffff;

  position: relative;

}

.login_wrapper {

  filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.22));

display: flex;

}

.login_image:after {

  content: "";

  background-image: url(../images/login/log_after.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  height: 48px;

  width: 48px;

  position: absolute;

  right: 0;

  bottom: 0px;

}

.login_image:before {

  content: "";

  border: 5px solid #fff;

  border-radius: 30px 0 0 30px;

  height: 98%;

  width: 100%;

  position: absolute;

  left: 10px;

  top: 10px;

z-index: -1;

}

.login_form h1 {

  font-size: 21px;

  color: #ffffff;

  font-weight: 600;

  background-color: #013467;

  display: inline-block;

  padding: 10px 95px 10px 15px;

border-radius: 0 25px 25px 0;

margin-left: -5em;

margin-bottom: 50px;

}

.login_form form input {

  width: 90%;

  border: unset;

  border-bottom: 3px solid #013467;

padding: 25px 10px;

  outline: 0;
  font-size: 16px;
  font-family: 'Poppins-Regular';

}

.login_form form input::placeholder {

font-size: 18px;

color: #000000;

font-weight: 400;

}



.user_submit button {

  width: 155px;

  height: 42px;

  border-radius: 19px;

  background-color: #013467;

  position: relative;

  font-size: 18px;

  color: #ffffff;

  font-weight: 400;

  padding-left: 25px;

  padding-right: 60px;

  text-align: left;
  border: unset;
  outline: unset;
  transition: 0.5s;
  border: 1px solid transparent;

}
.user_submit button:focus {
  outline: unset;
  border: unset;
}

.user_submit button:hover {

background-color:#cd2d35;

transition:0.5s;

border:1px solid #cd2d35;

}

.create_acc a:hover {

color:#cd2d35;

transition:0.5s;

}

.forget_pass a:hover {

color:#cd2d35;

transition:0.5s;

}

.user_submit {

  text-align: center;

  padding: 40px 0;

}

.acc_pass {

  padding: 30px 0;

}

.acc_pass a {

  font-size: 16px;

  color: #000000;

  font-weight: 400;

}

.forget_pass a{

  border-bottom: 3px solid #013467;

  display: inline-block;

padding-bottom: 10px;

}

.user_submit button:after {

  content: "";

  background-image: url(../images/login/arrow.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 14px;

  width: 28px;

  position: absolute;

  right: 10px;

  top: 15px;

}

.forget_pass {

  text-align: right;

}

.login_wrapper_full {

  float: left;

  width: 100%;

  padding: 40px 0;

position:relative;

}



.login_wrapper_full:after {

  content: "";

  background-image: url(../images/login/loginbg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 272px;

  width: 100%;

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto 0;

z-index: -1;

}

/* register */

.register_wrapper_full {

  padding: 50px 0;

}

.register_wrapper_content {

  max-width: 930px;

  margin: 0 auto;

}



.register_form form input {

  width: 90%;

  border: unset;

  border-bottom: 3px solid #013467;

  padding: 15px 0;

  outline: 0;

  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Poppins-Regular';

}
.register_form form input::placeholder{
  color: #000;
}
.register_form form .privacy-policy input {
    width: auto;
    height: 25px;
    width: 25px;
}
.privacy-policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.privacy-policy label {
    font-weight:400;
}

.smsagreement input {
    width: auto;
    height: 25px;
    width: 25px;
}
.smsagreement {
    margin-top: 10px;
}
.smsagreement label {
    font-weight:400;
    display: inline;
}

#profile_type {
  border: 0;
  border-bottom: 3px solid #013467;
  width: 90%;
  padding: 20px 0;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #000;
  outline: unset;
}

.register_form {

  padding: 0px 40px;

  padding-top: 10px;

  position: relative;

  border-radius: 31px 31px 31px 0;

  filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.22));

  background-color: #ffffff;

  padding-bottom: 40px;

  border-top: 10px solid #013467;

  border-right: 10px solid #013467;

  position:relative;

}

.register_form:after {

  content: "";

  background-image: url(../images/register/Ellipse.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 120px;

  width: 120px;

  position: absolute;

  right: -50px;

  top: -50px;

}

.user_submit.signup {

  text-align: center;

  padding: 0;

  position: absolute;

  bottom: -15px;

}

.register_image_inner {

  position: relative;

  top: 2em;

  right: 0em;

}

.register_image_inner p {

  font-size: 21px;

  color: #ffffff;

  font-weight: 600;

  position: absolute;

  bottom: unset;

  left: 0;

  right: 0;

 text-align: center;

  margin-bottom: 0px;

}

.register_form h1 {

  font-size: 21px;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  padding: 10px 95px 10px 15px;

  margin-left: -5em;

  border-radius: 23px;

  filter: drop-shadow(0 0 5px rgba(255,255,255,0.22));

  background-color: #013467;

}

.register_wrapper_full:after {

  content: "";

  background-image: url(../images/login/loginbg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 500px;

  width: 100%;

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto 0;

z-index: -1;

}
.register_wrapper {
  height: 100%;
  background-color: #013467;
  border-radius: 20px;
}

.register_image_inner img {
  width: 100%;
  height: 480px;
  object-position: center;
  border-radius: 30px;
  object-fit: contain;
}


/* find clinic */

.clinic_search input {

  width: 100%;

  height: 42px;

  background-color: #013467;

  border-radius: 10px 0;

font-size: 18px;

color: #ffffff;

font-weight: 400;

}

.clinic_search input::placeholder {

font-size: 18px;

color: #ffffff;

font-weight: 400;

}



.clinic_search {

position:relative;

padding-bottom: 20px;

margin-top: 38px;

}



.clinic_info h2 {

  font-size: 22px;

  color: #013467;

  font-weight: 600;

  margin: 0;

  padding-bottom: 10px;

}

.clinic_info ul li {

  display:block;

padding:5px 0;

}

.clinic_info ul li span {

  float: left;

  margin-right: 20px;

}

.clinic_info ul li p {

  font-size: 14px;

  line-height: 22px;

  color: #000000;

  font-weight: 300;

margin: 0;

}

.clinic_info {

  border-radius: 30px 0;

  filter: drop-shadow(0 0 5px rgba(1,52,103,0.22));

  background-color: #ffffff;

  padding: 15px 20px;

  margin: 5px 0;

}



.find_clinic_content h1 {

  font-size: 32px;

  color: #013467;

  font-weight: 600;

}



.mapouter {

  position: relative;

  text-align: right;

  height: 960px;

  width: 100%;

}

.gmap_canvas {

  overflow: hidden;

  height: 960px;

  width: 100%;

}

.find_clinic_map {

position:relative;

}

.find_clinic_map:after {

  content: "";

  background-image: url(../images/clinic/find.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 160px;

  width: 100%;

  position: absolute;

  top: 0;

}

.find_clinic_content {

  position: relative;

  padding: 0 50px;

}

.find_clinic_content:after {

  content: "";

  background-image: url(../images/clinic/Rectangle.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 85%;

  width: 100%;

  position: absolute;

  top: 20%;

  left: 0;

  z-index: -1;

}

.find_clinic_wrapper_full {

  float: left;

  width: 100%;

  padding: 40px 0;

}

.clinic_info_content {

  overflow-y: scroll;

  height: 760px;

padding-right: 5px;

}

/* width */

.clinic_info_content::-webkit-scrollbar {

width: 5px;

}

/* Track */

.clinic_info_content::-webkit-scrollbar-track {

background: #f1f1f1; 

}

/* Handle */

.clinic_info_content::-webkit-scrollbar-thumb {

background: #00254a; 

}

/* Handle on hover */

.clinic_info_content::-webkit-scrollbar-thumb:hover {

background: #555; 

}
.clinic_search button {

  position: absolute;

  right: 0;

  height: 40px;

  width: 40px;

  background-color: transparent;

  border: unset;

  color: #fff;

  font-size: 18px;

}

.clinic_search input {

  padding-left: 15px;

}
.form-group.captcha_box {
  margin: 15px 0 10px;
}
.directin {
  position: absolute;
  right: 0;
  bottom: 15px;
}
/******************** whatisshockwave-page *********************/

.innerbanner_image img{

  height: 550px;

  object-fit: cover;

  width: 100%;

}

.innerbanner_heading {

  font-size: 50px;

  color: #ffffff;

  border-radius: 10px;

  background-color: #ce2e36;

  font-family: 'Poppins-SemiBold';

  padding: 5px 25px;

}

.innerbanner_title {

  position: absolute;

  left: 5em;

  bottom: 11em;

}

.innerbanner-bottom img {

  width: 100%;

  height: 200px;

}

.whatisshockwave_wrapper {

  margin: 6em 0 3em;

}

.whatisshockwave_firstblk_image img{

  -webkit-clip-path: url(#whatisshockwave_svg1);

clip-path: url(#whatisshockwave_svg1);

height: 35vw;

width: 100%;

object-fit: cover;

}

.whatisshockwave_firstblk_image{

  position: relative;

  z-index: 1;

}

.whatisshockwave_firstblk_image:after{

  content: "";

  position: absolute;

  left: -10px;

  top: -5px;

  -webkit-clip-path: url(#whatisshockwave_svg1);

  clip-path: url(#whatisshockwave_svg1);

  width: 100%;

  height: 100%;

  background-color: #ce2e36;

  z-index: -1;

}

.whatisshockwave_firstblk_imagesection {

  margin-right: 1em;

  padding-bottom: 4em;

}

.whatisshockwave_firstblk_imagesection:after{

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 90%;

  height: 90px;

  background-image: url(../images/whatisshockwave/whatisshock-box.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.whatisshockwave_firstblk p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 10px 0;

}

.shockwaveresearch_wrapper {

  margin: 2em 0 1em;

}

.shockwaveresearch_image_section {

  float: right;

  margin-left: 2em;

}

.shockwaveresearch_image {

  float: left;

  width: 50%;

}

.shockwaveresearch_image img {

  width: 100%;

  object-fit: cover;

  height: 23vw;

  border-radius: 10px;

}

.shockwaveresearch_image:nth-child(2) {

  margin-top: 2em;

  margin-left: -2em;

}

.shockwaveresearch_wrapper h1 {

  font-size: 40px;

  line-height: 36px;

  color: #ce2e36;

  margin: 0 0 15px;

}

.shockwaveresearch_wrapper p {

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 10px 0;

}

.shockwaveecpensive_image:nth-child(1) {

  width: 80%;

  float: left;

}

.shockwaveecpensive_image img{

  height: 28vw;

  width: 100%;

  object-fit: cover;

  border-radius: 10px;

}

.shockwaveecpensive_image:nth-child(2) {

  float: left;

  width: 45%;

  margin-left: -10em;

  margin-top: 7em;

}

.shockwaveecpensive_image_section{

  margin-right: 2em;

}

.shockwaveecpensive_wrapper h4{

  font-size: 40px;

  line-height: 36px;

  color: #ce2e36;

  margin: 0 0 15px;

}

.shockwaveecpensive_wrapper p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 10px 0;

}

.shockwaveecpensive_wrapper {

  margin: 1em 0;

}

.innerbanner_wrapper {

  position: relative;

}

.innerbanner-bottom {

  position: absolute;

  bottom: -4em;

}

/**************************** treatments-page ***************************/

.treatmentspage_image_section {

  float: right;

  margin-left: 2em;

}

.treatmentspage_image img {

  width: 100%;

  height: 17vw;

  border-radius: 10px;

  object-fit: cover;

}

.treatmentspage_image:nth-child(2) {

  float: right;

  width: 95%;

  margin-top: -4em;

  position: relative;

}

.treatmentspage_section p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 15px 0;

}

.treatmentspage_wrapper {

  margin: 6em 0 3em;

}

.treatmentspage_section {

  margin: 3em 0 2em;

}

.shockwave_treatments_wrapper h1 {

  font-size: 40px;

  line-height: 40px;

  color: #ce2e36;

  margin: 20px 0;

}

.shockwave_treatments_part p {

  font-size: 25px;

  line-height: 36px;

  color: #ffffff;

  margin: 0;

}

.shockwave_treatment_box {

  border-radius: 10px;

  background-color: #013467;

  text-align: center;

  padding: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 10px;

}

.shockwave_treatments_list {

  margin: 1em 0 2em;

  position: relative;

  height: 520px;

  overflow-y: scroll;

}

.shockwave_treatments_list::-webkit-scrollbar {

  width: 8px;

}

.shockwave_treatments_list::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px #f0f0f0; 

  border-radius: 4px;

}

.shockwave_treatments_list::-webkit-scrollbar-thumb {

  border-radius: 4px;

  background-color: #ce2e36;

}

.shockwave_treatments_list::-webkit-scrollbar-thumb:hover {

  background: #ce2e36; 

}

.shockwave_treatments_wrapper:after{

  content: "";

  position: absolute;

  left: 0;

  bottom: 35px;

  background-image: url(../images/treatments/list-bootm.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 99%;

  height: 90px;

}

/************************ sales-page ***********************/

.header_second_blck.salespage_header .header-nav nav>ul>li>a {

  padding: 5px 5px;

  font-size: 15px;

}

.header_second_blck.salespage_header .header-nav nav>ul{

  text-align: left;

}

.salesbanner_content h1 {

  font-size: 30px;

  line-height: 40px;

  color: #013467;

  text-align: center;

  border-radius: 20px;

  background-color: #f3f3f3;

  padding: 10px 0;

  margin: 0;

}

.salesbanner_content {

  padding: 2em 1em;

}

.salesbanner_content h4 {

  font-size: 30px;

  line-height: 40px;

  color: #013467;

  text-align: center;

  border-radius: 20px;

  background-color: #f3f3f3;

  padding: 10px 0;

  margin: 0;

}

.salesbanner_content h2{

  font-size: 30px;

  line-height: 40px;

  color: #a60000;

  text-align: center;

  border-radius: 20px;

  background-color: #ebffff;

  padding: 10px 0;

  margin: 0;

}

.salesbanner_content a {

  font-size: 27px;

  color: #ffffff;

  border-radius: 20px;

  background-color: #013467;

  border: 2px solid #272727;

  display: block;

  text-align: center;

  padding: 15px 10px;

  position: relative;

  margin-top: 1em;

  transition: 0.5s;

}

.salesbanner_content a:hover {

  background-color: #ac0206;

  transition: 0.5s;

}

.salesbanner_content a:after{

  content: "";

  position: absolute;

  bottom: 10px;

  left: 0;

  width: 90%;

  height: 2px;

  background-color: #fff;

  text-align: center;

  margin: 0 auto;

  right: 0;

}

.packages_wrapper {

  margin: 4em 0 1em;

}

.stating_section p {

  font-size: 30px;

  line-height: 50px;

  color: #5c5c5c;

  font-weight: 500;

  font-family: 'Poppins-Medium';

  margin: 0;

  text-align: center;

}

.stating_section {

  border-radius: 20px;

  filter: drop-shadow(0px 9px 8px rgba(0,0,0,0.15));

  background-color: #f3f3f3;

  padding: 2em;

}

.packages_section {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 1em 0;

}

.absolutly_free {

  padding-left: 1.5em;

}

.absolutly_free p {

  font-size: 25px;

  line-height: 35px;

  color: #272727;

  font-weight: 500;

  font-family: 'Poppins-Medium';

  margin: 0;

}

.stating_section p span {

  font-size: 40px;

  line-height: 50px;

  color: #a60000;

  font-family: 'Poppins-SemiBold';

  letter-spacing: -1px;

}

.absolutly_free p span{

  color: #a60000;

  font-family: 'Poppins-Medium';

  display: block;

}

.salesclick_link {

  margin: 1em 0 0;

}

.salesclick_link_section {

  margin: 1em 0;

  border-radius: 10px;

  background-color: #ce2e36;

  text-align: center;

}

.salesclick_link_section a{

  font-size: 25px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-Medium';

  padding: 30px 65px;

  transition: 0.5s;

  display: block;

}

.clickhere_pricelist a:hover {

  background-color: #a60000;

  border-radius: 10px;

  transition: 0.5s;

}

.salesclick_link p{

  font-size: 18px;

  line-height: 33px;

  color: #272727;

  margin: 15px 0;

}

.shockwavecenters_wrapper h4 {

  font-size: 30px;

  text-transform: uppercase;

  color: #013467;

}

.shockwavecenters_wrapper p{

  font-size: 18px;

  line-height: 33px;

  color: #272727;

  margin: 15px 0;

}

.shockwavecenters_wrapper a{

  color: #a60000;

  font-family: 'Poppins-Medium';

}

.shockwaves_devices h4{

  font-size: 30px;

  line-height: 37px;

  text-transform: uppercase;

  color: #013467;

}

.shockwaves_devices span {

  display: block;

  font-size: 22px;

  line-height: 37px;

  color: #5c5c5c;

  font-family: 'Poppins-Medium';

}

.shockdevices_image_section {

  float: right;

  margin-top: 7em;

  margin-left: 3em;

}

.shockdevice_image1 img {

  height: 22vw;

  width: 100%;

  object-fit: cover;

}

.shockdevice_image3 img {

  width: 100%;

  height: 35vw;

  object-fit: cover;

}

.shockdevice_image_left {

  float: left;

  width: 50%;

}

.shockdevice_image_right{

  float: left;

  width: 55%;

  margin-left: -2em;

  position: relative;

  z-index: -1;

}

.shockdevice_image2 {

  margin-top: -3em;

}

.shockdevice_image2 img{

  height: 18vw;

  object-fit: cover;

  width: 100%;

}

.shockwaves_devices p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 15px 0;

}

.shockwaves_devices a{

  color: #a60000;

  font-family: 'Poppins-Medium';

}

.shockwaves_devices {

  margin: 1em 0;

}

.markpackage_wrapper {

  margin: 1em 0;

}

.markpackage_click h4 {

  font-size: 25px;

  line-height: 35px;

  color: #a60000;

  margin: 5px 0;

}

.markpackage_click p{

  font-size: 18px;

  line-height: 27px;

  color: #5c5c5c;

  margin: 0;

}

.markpackage_click{

  text-align: center;

  border-radius: 10px;

  background-color: #f3f3f3;

  padding: 10px 0;

}

.markpackage_paragaph {

  border-radius: 10px;

  background-color: #013467;

  padding: 2em 1em;

  margin-top: 1.5em;

  text-align: center;

}

.markpackage_paragaph p {

  font-size: 23px;

  line-height: 35px;

  color: #ffffff;

}

.markpackage_right_section {

  padding-left: 1.5em;

}

.markpackage_right_section p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 0;

}

.markpackage_right_section .markpackage_click{

  margin-top: 2em;

}

.marketing_image1 img {

  height: 35vw;

  object-fit: cover;

  width: 100%;

}

.marketing_image1 {

  padding-left: 10px;

}

.marketing_image2 {

    width: 20%;
    position: absolute;
    bottom: -62px;
    left: -5px;

}

.marketing_image2 img {

  height: auto;

  width: 100%;

  object-fit: cover;

}

.marketing_image_section{
  /*margin-right: 2em; */
  padding-right: 2em;

}

.marketing_wrapper h4 {

  font-size: 35px;

  color: #013467;

}

.marketing_wrapper {

  margin: 2em 0;

}

.marketing_wrapper p{

  font-size: 18px;

  line-height: 33px;

  color: #272727;

}

.marketing_wrapper span{

  font-size: 18px;

  line-height: 33px;

  color: #272727;

}

.marketing_wrapper ul li{

  font-size: 18px;

  line-height: 33px;

  color: #272727;

  margin: 3px 0;

  position: relative;

  /* display: flex;

  flex-direction: column; */

  padding-left: 1em;

}

.marketing_wrapper ul li a {
    color: #a60000;;
}

.marketing_wrapper ul li:before{

  content: "\f111";

  display: inline-block;

  font: normal normal normal 10px/1 FontAwesome;

  color: #a60000;

  position: absolute;

  left: -2px;

  top: 10px;

}

.marketing_wrapper ul li span{

  display: block;

}

.alreadyown_shockwave h5 {

  font-size: 23px;

  line-height: 35px;

  color: #a60000;

}

.alreadyown_shockwave {

  float: right;

  text-align: center;

  border-radius: 10px;

  background-color: #f3f3f3;

  padding: 10px;

  margin-top: 20px;

}

.leadquest_wrapper{

  height: 100%;

  background-image: url(../images/sales/leadquest-bg.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  margin: 0em;

  padding-bottom: 1em;

}

.leadquest_image_section {
    margin: 3em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leadquest_image {
    
  padding: 0 5px;

}

.leadquest_section h4 {

  font-size: 30px;

  line-height: 37px;

  color: #013467;

}

.leadquest_section p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

  margin: 15px 0;

}

.leadquest_image img {

  height: auto;

  width: 100%;

  object-fit: cover;

}


.concierge_wrapper{

  height: 100%;

  background-image: url(../images/sales/concirege.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.concierge_section {

  padding: 2em 0;

}

.concierge_section h4 {

  font-size: 30px;

  line-height: 37px;

  color: #a60000;

}

.concierge_section p{

  font-size: 18px;

  line-height: 33px;

  color: #5c5c5c;

}

.testimonials_wrapper.sales_testimonials {

  padding: 0 0 2em;

  margin-top: 0;

}

.testimonials_wrapper.sales_testimonials .testimonials_single_content {

  background-color: #fff;

}

.testimonials_wrapper.sales_testimonials .testimonials_single_content p{

  color: #000000;

}

.testimonials_wrapper.sales_testimonials .testimonials_single_content h5{

  color: #000000;

}

.testimonials_wrapper.sales_testimonials .testimonials_single_content h5 span{

  color: #000000;

}

.testimonials_wrapper.sales_testimonials .star-rating span.checked{

  color: #000000;

}

.testimonials_wrapper.sales_testimonials .testimonials_wrapper_hle {

  filter: drop-shadow(0px 8px 16px rgba(38,38,38,0.16));

}

.testimonials_wrapper.sales_testimonials .testimonials_wrapper_hle ul.slick-dots li a span.coupon_dots {

  background-color: #c6c6c6;

}

.testimonials_wrapper.sales_testimonials .testimonials_wrapper_hle ul.slick-dots li.slick-active a span.coupon_dots {

  background-color: #235985;

}

/*********************** affiliate-marketing **********************/

.affiliatemarketing_firstblk_wrapper {

  margin: 3em 0;

}

.affiliatemarketing_image_section{

  float: right;

  margin-left: 4em;

}

.affiliatemarketing_image img {

  height: 33vw;

  object-fit: cover;

  width: 100%;

  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

}

.affiliatemarketing_image{

  background-image: url(../images/affiliate-marketing/affiliate-marketing1-bg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  padding: 10px;

}

.affiliatemarketing_firstblk_section h1 {

  font-size: 35px;

  line-height: 36px;

  color: #013467;

  margin-bottom: 20px;

}

.affiliatemarketing_firstblk_section P{

  font-size: 17px;

  line-height: 32px;

  color: #000000;

  margin: 10px 0;

}

.affiliate_weservemarketing_heading {

  text-align: center;

  padding: 0 5em;

  margin: 1em 0 2em;

}

.affiliate_weservemarketing_heading h4 {

  font-size: 35px;

  line-height: 36px;

  color: #013467;

  margin-bottom: 20px;

}

.affiliate_weservemarketing_heading p {

  font-size: 17px;

  line-height: 32px;

  color: #000000;

}

.affiliate_weservemarketing_box {

  filter: drop-shadow(0 0 6.5px rgba(160,160,160,0.34));

  background-color: #ffffff;

  padding: 3em 1em 1em;

}

.affiliate_weservemarketing_part h6 {

  font-size: 23px;

  line-height: 30px;

  color: #013467;

  font-weight: 600;

  position: relative;

  padding-bottom: 5px;

}

.affiliate_weservemarketing_part h6:after{

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 30%;

  height: 2px;

  background-color: #013467;

}

.affiliate_weservemarketing_part p{

  font-size: 14px;

  line-height: 23px;

  color: #000000;

  margin: 15px 0 10px;

}

.affiliate_weservemarketing_part .serveread_btn {

  font-size: 14px;

  line-height: 23px;

  margin: 10px 0;

  display: block;

}

.affiliate_weservemarketing_box span {

  width: 64px;

  height: 64px;

  border-radius: 32px;

  background-color: #013467;

  display: block;

  position: absolute;

  right: 15px;

  top: -30px;

  text-align: center;

  line-height: 60px;

}

.affiliate_weservemarketing_part {

  padding-top: 3em;

  padding-bottom: 15px;

}

.affiliate_weservemarketing_slider .slick-active .affiliate_weservemarketing_box{

  filter: drop-shadow(0 0 6.5px rgba(160,160,160,0.34));

  background-color: #ffffff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active .affiliate_weservemarketing_box{

  background-color: #013467;

} 

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box{

  filter: drop-shadow(0 0 6.5px rgba(160,160,160,0.34));

  background-color: #ffffff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box{

  background-color: #013467;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active .affiliate_weservemarketing_box h6{

  color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active .affiliate_weservemarketing_box h6:after{

  background-color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box h6:after{

  background-color: #013467;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box h6:after{

  background-color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active .affiliate_weservemarketing_box p{

  color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active .affiliate_weservemarketing_box .serveread_btn{

  color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box p{

 color: #000;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box .serveread_btn{

  color: #000;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box h6{

  color: #013467;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box h6{

  color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box p{

  color: #fff;

}

.affiliate_weservemarketing_slider .slick-active + .slick-active + .slick-active + .slick-active .affiliate_weservemarketing_box .serveread_btn{

  color: #fff;

}

.affiliate_weservemarketing_slider ul {

  text-align: center;

  margin: 2em 0;

}

.affiliate_weservemarketing_slider ul li button {

  border: unset;

  width: 17px;

  height: 17px;

  border-radius: 9px;

  filter: drop-shadow(0 0 5px rgba(0,0,0,0.64));

  background-color: #ffffff;

  font-size: 0;

}

.affiliate_weservemarketing_slider ul .slick-active button{

  filter: unset;

  background-color: #013467;

}

.affiliatemarketing_lastblk_section h4 {

  font-size: 35px;

  line-height: 36px;

  color: #013467;

  margin-bottom: 20px;

  margin-top: 2em;

}

.affiliatemarketing_lastblk_section p{

  font-size: 17px;

  line-height: 32px;

}

.affiliatemarketing_lastblkimage img {

  height: 38vw;

  object-fit: cover;

  width: 100%;

  -webkit-clip-path: url(#affiliatelast_svg);

  clip-path: url(#affiliatelast_svg);

}

.affiliatemarketing_lastblkimage{

  width: 100%;

  height: 100%;

  background-color: #084772;

  -webkit-clip-path: url(#affiliatelast_svg);

  clip-path: url(#affiliatelast_svg);

  padding: 0px 10px 0 0;

}

.affiliatemarketing_lastblkimage_section {

  margin-right: 4em;

}

.affiliatemarketing_lastblk_wrapper {

  margin: 1em 0 4em;

}

/******************** faq-page ********************/

.faqpage_wrapper {

  margin: 3em 0;

}

.faqpage_heading h1 {

  font-size: 45px;

  color: #235985;

}

.faqpage_heading {

  text-align: center;

}

.faqpage_heading p{

  font-size: 30px;

  color: #5c5c5c;

}

.set {

  position: relative;

  cursor: pointer;

  margin: 0px 0 15px;

  margin-bottom: 10px;

  float: left;

  width: 100%;

  /* padding: 0 10px; */

  border-bottom: 2px solid rgb(62 62 62 / 23%);

}

.set > a {

  display: block;

  padding: 25px 0px 35px;

  text-decoration: none;

  border-bottom: 0;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  transition: all 0.2s linear;

  font-size: 23px;

  letter-spacing: 0px;

  line-height: 24px;

  color: #000;

  font-weight: 500;

  border-radius: 3px;

  /* filter: drop-shadow(0 0 5px rgba(160,160,160,0.5));

  background-color: #ffffff; */

  font-family: 'Poppins-SemiBold';

}

.faqpage_section .content {

  border-bottom: 0;

  display: none;

  color: #071e36;

  padding: 0 0px 10px;

  width: 100%;

  height: auto;

  margin: 0 auto;

  margin-bottom: 20px;

  border-radius: 3px;

  margin-top: 0;

}

.faqpage_section .content p{

  font-size: 17px;

  line-height: 30px;

  color: #5c5c5c;

}

.set > a i {

  float: right;

  width: 34px;

  height: 34px;

  border-radius: 17px;

  border: 2px solid #3e3e3e;

  text-align: center;

  line-height: 30px;

  font-size: 20px;

}

.faqpage_section {

  border-radius: 10px;

  background-color: #f9f9f9;

  padding: 0em 1em 0;

  margin-top: 2em;

}

.set:last-child {

  border: unset;

}

.affiliate_weservemarketing_slider {

  margin-bottom: 2em;

}
.playicon_in_out h4 {
  float: left;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 140px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}
.profiletype_sec p {
  float: left;
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  margin: 0;
  margin-right: 10px;
}
.profiletype_sec {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.profiletype_sec label {
  font-size: 20px;
  font-family: 'Poppins-Regular';
  color: #5c5c5c;
  margin: 0;
}
.clear a {
    font-size: 16px;
    background-color: #ce2e36;
    color: #fff;
    padding: 2px 15px;
    text-transform: capitalize;
    transition: 0.5s;
}
.clear a:hover {
    background-color: #00254a;
    transition: 0.5s;
}
/*******************************************Affliate Video Page******************************************/
.shockwave_video_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.shockwave_video_wrapper .nav-tabs li {
  display: inline-block;
  width: 20%;
  text-align: center;
  border: unset;
  outline: unset;
  height: 75px;
}
.shockwave_video_wrapper .nav-tabs li a {
  font-size: 17px;
  line-height: 24px;
  height: 75px;
  /* background-color: #235985; */
  margin: 0px 5px;
  /* color: #fff; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #235985;
  background-color: transparent;
  box-shadow: 0px 0px 10px 3px #0000001a;
}
.shockwave_video_wrapper .nav-tabs li.active a {
  border: unset;
  color: #235985;
  background-color: transparent;
  box-shadow: 0px 0px 10px 3px #0000001a;
}
.videos_single.two h4 {
  bottom: 100px;
}

.modal-content {
    background-color:#ce2e36;
}

#partnerContactModal .modal-title span {
    font-family: "Poppins-SemiBold";
}

#partnerContactModal .modal-content {
    background-color:#fff;
    max-width:600px;
}

#partnerContactModal input.form-control{
    width:100%;
}
#partnerContactModal .form-group.fullname select{
    width:100%;
}
#partnerContactModal .modal-lg {
        max-width: 600px;
    }
    
@media only screen and (max-width: 767px) {
    #partnerContactModal .modal-dialog {
        width: 100%;
    }
}    

.modal-header {
    border-bottom: 0.3px solid #fff;
}

.referralmodalbody {
    text-align:center;
}

.referralmodalbody h2{
    font-size: 40px;
    color:#fff;
}
.referralmodalbody h3{
    font-size: 30px;
    color:#fff;
}

.referralmodalbody p span {
    color:#fff;
}

.referral-popup-link {
    margin: 20px 40px;
}

.referral-popup-link a{
    background-color: #e9ecef;
    display: inline-block;
    padding: 20px 40px;
}

.modal-open .modal {
    z-index: 999999;
}

.ref_offer {
    background-color: rgba(35, 89, 133, 0.9);
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    margin:30px 0;
}

.ref_offer p {
    font-size: 25px;
    padding: 30px;
    color: #fff;
    position:relative;
}

.ref_offer p:before {
 content: '\f10d';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 19px;

  color: #fff;

    left: 3px;
    top: 25px;

  position: absolute;
}

.ref_offer p:after {

  content: '\f10e';

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 19px;

  color: #fff;

  right:  9px;

  bottom: 30px;

  position: absolute;

}

.learnmore_wrapper {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 100px 0;
}

.learnmore_wrapper:before {
    content: "";
    position:absolute;
    width: 100%;
    height:30px;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: #d2dce4;
    z-index:-10;
}

.learnmore_wrapper .content {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.learnmore_wrapper .content p {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}


.learnmore_wrapper .calendar-icon img {
    width: 150px;
    height: auto;
}

.learnmore_footer {
    float: left;
    width: 100%;
    height: 280px;
    background-color: #001c38;
}

/* Schedule Page */
.schedule_wrapper {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 100px 0;
    gap: 20px;
}

.schedule_wrapper:before {
      content: "";
    position:absolute;
    width: 100%;
    height:240px;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: #d2dde4;
    z-index:-10; 
}
.video_section_image {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}


.video-display-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.video_section_link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_section_single:hover .video_section_link a {
    transform: scale(.9);
}

.video_section_link a {
    transition: .5s;
    cursor: pointer;
}

.video_section_single:hover .video_section_link a i {
    opacity: 1;
}

.video_section_link a i {
    font-size: 100px;
    color: #235985;
    cursor: pointer;
    opacity: .7;
      -webkit-animation: heartbeat 2s infinite;
  animation: heartbeat 2s infinite;
}


@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.cta-buttons-section {
    display: flex;
    gap: 30px;
}

.cta-buttons-section p {
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    font-weight: bolder;
    color: #235985;
}

.cta-texts,
.cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}


.cta-buttons img {
    
    height:auto;
}

.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 50px 0;
    
}
.pricing-section p {
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
}

.pricing-section p strong {
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    font-weight: bolder;
    color: #d83932;
}

.header-overpay {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}

.header-overpay p {
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    color: #d83932;
    font-weight: bolder;
    margin: 0;
    text-decoration-line: underline;
}


/* Partners Page */
.tabs-container {
  margin: 40px 0 20px;
}

.tabs-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background-color: #e9ecef;
}

.tab-btn.active {
  background-color: #235985;
  color: white;
  border-color: #235985;
}

.partner-category {
  margin: 60px 0;
}

.partner-category h2 {
  font-size: 2.4rem;
  color: #2c3e50;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 30px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.partner-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.partner-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.partner-logo img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

.partner-card h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.partner-card p {
  margin-bottom: 20px;
  color: #6c757d;
}

.partnerenroll-btn {
  background-color: #235985;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.4rem;
  transition: background-color 0.3s ease;
  width: 100%;
}

.partnerenroll-btn:hover {
  background-color: #0c68c4;
}

.partnersubmit-btn {
  background-color: #2ecc71;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  width: 100%;
}

.partnersubmit-btn:hover {
  background-color: #27ae60;
}


@media (max-width: 768px) {
  .tabs-menu {
    justify-content: center;
  }

  .tab-btn {
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}




@media only screen and (max-width:992px) {
.jmssecond_left h2 {
    font-size: 24px;
    line-height: 32px;
}
.jmssecond_content p {
  font-size: 16px;
  line-height: 28px;
}
.jmssecond_right {
  padding: 5em 1em; 
}   
.jmssecond_right h2 {
  font-size: 21px;
  line-height: 28px;
}
a.schedle {
  font-size: 19px;
  line-height: 30px;
}
a.order {
  font-size: 17px;
  line-height: 30px;
}  

.learnmore_wrapper .calendar-icon img {
    width: 100px;
}
.learnmore_wrapper .content {
    width: 60%;
}
.learnmore_wrapper .content p {
    font-size: 25px;
}
.cta-buttons-section p {
    font-size: 30px;
}
.cta-buttons-section {
    gap: 0;
}
.cta-buttons img {
    
}
.watch_video img {
    max-width: 500px;
    height: auto;
}
.video_section_image {
    max-width: 500px;
}
.header-overpay p,
.pricing-section p{
    font-size: 30px;
    margin: 5px;
}
.pricing-section p strong {
    font-size: 30px;
}
/*******************************************Homepage*******************************************/
.jmssecond_left h2 {
  font-size: 24px;
  line-height: 32px;
}
.jmssecond_content p {
font-size: 16px;
line-height: 28px;
}
.jmssecond_right {
padding: 5em 1em; 
}   
.jmssecond_right h2 {
font-size: 21px;
line-height: 28px;
}
a.schedle {
font-size: 19px;
line-height: 30px;
}
a.order {
font-size: 17px;
line-height: 30px;
}  


}

@media only screen and (max-width:767px) {
.learnmore_wrapper .calendar-icon img {
    width: 70px;
}
.learnmore_wrapper .content {
    width: 70%;
}

.schedule_wrapper {
    flex-direction: column;
    gap:60px;
    margin: 20px 10px;
}
.schedule_wrapper:before {
    content: unset;
}

.cta-buttons-section {
    gap: 10px;
}
.cta-buttons-section p {
    font-size: 35px;
}
.cta-buttons img {
    
}
.watch_video img {
    width: 100%;
    height: auto;
}
.video_section_image {
    width: 100%;
}
.header-overpay p,
.pricing-section p{
    font-size: 22px;
    margin: 5px;
}
.pricing-section p strong {
    font-size: 22px;
}
.header_logo {
    float: left;
}
.header-overpay {
margin: 0;
}
.jmsfirst_play a {
  width: 100px;
}
.jmsfirst_image img {
  height: 300px;
}  
.jmssecond_left h2 {
  font-size: 22px;
  line-height: 30px;
}
.jmssecond_content {
width:100%;
}
.jmssecond_right {
  padding: 3em 1em;
  margin-top: 2em;
}
.jmssecond_section {
padding: 3em 0em;
}  
.distributor_search input {
width: 100%;
height: 70px;
} 
.distributor_single_image img {
height: 450px;
}
.distributor_single_content {
padding: 1em 1.5em;
}    
.distributor_mainsetion {
  padding: 1em 0em;
  margin: 1em 0em;
}  
 /************************************Homepage*********************************/
  .jmsfirst_play a {
      width: 100px;
  }
  .jmsfirst_image img {
      height: 300px;
  }  
  .jmssecond_left h2 {
      font-size: 22px;
      line-height: 30px;
  }
  .jmssecond_content {
    width:100%;
  }
  .jmssecond_right {
      padding: 3em 1em;
      margin-top: 2em;
  }
  .jmssecond_section {
    padding: 1em 0em;
  }  
  .jmssecond_left h2 {
    width: 100%;
  }
  .distributor_search input {
    width: 100%;
    height: 70px;
  } 
  .distributor_single_image img {
    height: 450px;
  }
  .distributor_single_content {
    padding: 1em 1.5em;
  }    
  .distributor_mainsetion {
      padding: 1em 0em;
      margin: 1em 0em;
  }  

}

@media only screen and (max-width:480px) {
    .learnmore_wrapper .calendar-icon img {
    width: 50px;
}
.learnmore_wrapper .content {
    width: 80%;
    margin-left:10px;
}
.learnmore_wrapper .content p {
    font-size: 20px;
}
.cta-buttons-section p {
        font-size: 27px;
}
.cta-buttons img {
        
}
.pricing-section p strong {
    font-size: 22px;
}
.pricing-section {
    align-items: normal;
    gap: 13px;
    margin: 50px 10px;
}
.jmsfirst_section:before {
  left: 0;
}
.distributor_search button {
  position: absolute;
  right: 15px;
  z-index: 99;
  font-size: 24px;
  color: #e5e5e5;
  top: 17px;
  background-color: transparent;
  border: unset;
}   
.distributor_search input {
    width: 100%;
    height: 70px;
    border-radius: 39px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 1.5em;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #d7d7d7;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    filter: drop-shadow(0px 14px 13.5px rgba(0, 0, 0, 0.08));
}
.distributor_single_image img {
  height: 350px;
}
.distributor_single_bottom div {
  width: 50%;
}
}
 
/*******************************************Responsive Page**********************************************/


@media only screen and (min-width:1400px) {

	
  /************************************Home Page****************************************************/
  .header_second_blck .container {
    max-width: 1400px;
  }
  .header_first_blck .container {
    max-width: 1400px;
  }
  /*****************************************Style 3*************************************************/  
  /********************** wharisshockwave-page ************************/

  .innerbanner-bottom{

    bottom: -5em;

}

.whatisshockwave_firstblk_image img{

    height: 478px;

}

.shockwaveresearch_image img{

    height: 315px;

}

.shockwaveecpensive_image img{

    height: 382px;

}

/************************* treatments-page **********************/

.treatmentspage_image img{

    height: 232px;

}

/*********************** sales-page *******************/

.banner_wrapper.sales_banner .banner_bottom_sec:after{

    background-size: 100% 100%;

    bottom: -66px;

}

.banner_wrapper.sales_banner .banner_bottom_image img {

    height: 600px;

}

.shockdevice_image1 img{

    height: 300px;

}

.shockdevice_image2 img{

    height: 245px;

}

.shockdevice_image3 img{

    height: 478px;

}

.marketing_image1 img{

    height: 478px;

}


/*********************** affiliate-marketing page *************************/

.affiliatemarketing_image img{

    height: 450px;

}

.affiliatemarketing_lastblkimage img{

    height: 520px;

}



}



@media only screen and (min-width:1500px)  {

  /***********************************Home Page*****************************************/

 



}



@media only screen and (min-width:1600px)  {

  /***********************************Home Page*****************************************/

  





}

@media only screen and (min-width:1700px)  {

   /***************************************Home Page****************************************************/

  



}

@media only screen and (min-width:1800px)  {

   /*************************************Home Page***************************************************/

  



}



@media only screen and (min-width:1920px)  {

    

    /*************************************sales-page***************************************************/

    .banner_wrapper.sales_banner .banner_bottom_image img {

      height: 600px;

  }

 





}



@media only screen and (max-width:1300px) {

  

  .container {

    padding: 0 15px;

  }
   /*******************************************Homepage*******************************************/
   a.order {
    width: 100%;
  } 
  a.schedle {
    width: 100%;
  }  
  

  /*********************************************Home Page********************************************/

  .header-nav nav>ul>li>a {

    padding: 5px 4px;

    font-size: 15px;

  }

  .statistics_single_inner {

    padding: 1em 1em 0em;

  }

  .statistics_content {

    width: 63%;

  }

  .statistics_content p {

    font-size: 18px;

    line-height: 25px;

  }

  button.slick-prev.slick-arrow {

    bottom: -55px;

    left: 0px;

  }  

  button.slick-next.slick-arrow {

    bottom: -55px;

    right: 0;

  }

  .header_slogan p {

    font-size: 18px;

  }

  .header_phone p {

    font-size: 19px;

  }

  .header_mail a p {

    font-size: 16px;

  }

  /*********************************************Shockwave devices**************************************/

  .shockwave_second_single_inner img {

    object-fit: contain;

  }

  /********************************************Marketing and Support page*********************************/

  .marketing_first_image_small {

    left: 0;

  }

  .marketing_first_wrapper {

    padding: 1em 0em;

    margin: 1em 0em;

  }

  .marketingsecond {

    padding: 1em 0em;

    margin: 1em 0em;

  }

  /**********************************************Testimonials Page***************************************/

  .testimonials_sale_wrapper {

    padding: 3em 0em;

  }

  /**********************************************Affiliate Homepage**************************************/

  .affiliatebanner_content h1 {

    font-size: 36px;

    line-height: 45px;

  }

  .affiliatebanner_content a {

    font-size: 24px;

    line-height: 28px;

  }

  .affiliatesecond_content {

    padding-left: 1em;

  }

  .affiliatesecond_content h4 {

    font-size: 36px;

  }

  a.affiliate_products {

    width: 85%;

    font-size: 19px;

  }

  /********************************************Affiliate Protocols**************************************/

  .protocols_first_image_inner img {

    height: 560px;

  }

  .banner_affiliate_image img {

    height: 450px;

  }

  .protocols_first_hle h4 {

    font-size: 36px;

    line-height: 45px;

    margin-bottom: 15px;

    margin-top: 0em;

  }

  .protocols_first_hle p {

    font-size: 17px;

    line-height: 32px;

  }

  .protocols_second_hle h4, .protocols_second_hle h1 {

    font-size: 36px;

    line-height: 45px;

  }  

  .protocols_first_wrapper {

    padding: 1em 0em;

    margin: 1em 0em;

  }

  .protocols_second_image_inner img {

    height: 350px;

  }

  .protocols_second_hle p {

    font-size: 17px;

    line-height: 30px;

  }

  .protocols_fourth_hle h4 {

    font-size: 36px;

    line-height: 42px;

  }
  /**************************************Style 2 *******************************************/
  .clinic_info {
     padding: 15px 14px;
  }
  .jmsfirst_play a { 
    background-color:transparent;
  }

  







} 



@media only screen and (max-width:1200px) {
  /* .jmssecond_right {
    margin-left: 0;
  }
  a.schedle:before, a.order:before {
    content: unset;
  }
  a.schedle, a.order {
    text-align: center;
    padding-right: 0;
  } 
  .jmssecond_left h2 {
    font-size: 32px;
  } */
  /**********************************************Home Page********************************************/

  /***Mobile Menu Open***/	

	.mobile-header {

		display: block

	}

	.mob_navi.menu {

		display: block

	}

	.mobile-header {

		display: block;

		float: left;

	}

	.mobile-header button.navbar-toggle {

		color: #fff;

		float: left;

		display: block;

		margin-left: 5px;

		top: 3em;

    left: 0;

		z-index: 999;

    background-color: #cd2d35;

    display: block;

    border: 1px solid #cd2d35;

	}

	.mobile-logo {

		width: 100%;

		text-align: center;

		margin-bottom: 2em;	

		padding:0px 15px;

	}

  .mobile-header .navbar-toggle .icon-bar {

		background-color: #fff;

	}

	.mob_navi {

		position: fixed;

		top: 0;

		z-index: 9;

	  width: 350px;

		height: 100%;

		padding-top: 10px;

		overflow-x: hidden;

		overflow-y: hidden;

		transform: translate(-100%, 0px);

		transition: .5s;

		z-index: 999999;

		background-color: #fff;

	}

	.mob_navi.menu_open {

		transform: translate(0%, 0px)

	}

	.mob_sub_navigate span {

		width: 50%;

		padding-left: 15px;

		height: 35px;

		line-height: 35px;

		font-size: 18px;

		cursor: pointer;

		opacity: 0;

		transition: .5s

	}

	.glyphicon {

		position: relative;

		top: 1px;

		display: inline-block;

		font-family: "Glyphicons Halflings";

		font-style: normal;

		font-weight: 400;

		line-height: 1;

		-webkit-font-smoothing: antialiased;

		-moz-osx-font-smoothing: grayscale

	}

	.mob_sub_navigate i {

		width: 48%;

		padding-right: 15px;

		height: 35px;

		line-height: 35px;

		font-size: 18px;

		text-align: right;

		cursor: pointer;

		color: #013467;

		float: right

	}

	#mob_menu {

		margin: 0;

		padding: 0;

    background-color: #fff;

		float: left;

		width: 100%;

    position: relative;

	}

  .mob_navi.menu.menu_open.submenu_open1 span {

      opacity: 1;

  }

	#mob_menu li {

		list-style-type: none;

    border-bottom: 1px solid #e4e4e4;

	}

	#mob_menu li a {

		text-decoration: none;

		color: #013467;

		display: block;

		padding: 10px 15px;

		font-size: 18px;

    font-weight: 600;

	}

	#mob_menu li a:hover {

    color: #cd2d35;

		transition: .5s

	}

	.mob_navi.submenu_open {

		overflow-y: hidden

	}

	.mob_sub_navigate span {

		width: 50%;

		padding-left: 15px;

		height: 35px;

		line-height: 35px;

		font-size: 18px;

		cursor: pointer;

		opacity: 0;

		transition: .5s;

		color: #013467;

	}

	.mob_navi.submenu_open .mob_sub_navigate span {

		opacity: 1

	}

	.mob_sub_menu {

		position: absolute;

		z-index: 9999;

		width: 100%;

		top: 0;

		left: 0;

		transform: translate(100%, 0px);

		transition: .5s;

		padding-bottom: 15px;

		padding-left: 0;

		background-color: #fff;

	}

	.mob_sub_link span {

		font-size: 16px;

		display: inline-block;

		width: 10px;

		text-align: center;

		right: 10px;

		line-height: 10px;

		cursor: pointer;

		float: right;

		margin-right: 5px;

		color: #013467;

		position: relative;

		top: -27px

	}

	.mobile.header {

		background-color: #222;

		color: #fff;

		padding: 10px;

		padding-left: 15px;

		float: left;

		width: 100%

	}

	.submenu_open #mob_menu {

		transform: translate(-100%, 0px);

		transition: .5s

	}

	ul.mob_sub_menu.submenu_open {

		transform: translate(0%, 0px);

		transition: .5s;

		height: 100%

	}

	.mobile.header {

		display: block

	}

	.mob_navi.menu {

		display: block

	}

	.mobile.mobile-one {

		display: block

	}

	.header {

		display:none;	

	}		

	.columbus.banner {

		z-index:9;

	}

	.header-logo-mob {

		display: block;

	}

	.header-logo-mob {

		display: block;

		position: absolute;

		z-index: 999;

		width: 30%;

		padding: 20px 0px 0px 15px;

	}

	.mobile-header {

	  display: block;

    position: absolute;

    right: 0;

    top: 6.1em;

    z-index: 99999;

  }

  .mobile-top-head {

		display: block;

	} 

	/****Mobilemenu end**/

  /************************************Homepage*****************************************/

  .mobile-header {

    top: 2.1em;

  }

  .banner_top_left h5 {

    font-size: 22px;

    line-height: 28px;

    margin-bottom: 10px;

  }  

  .banner_top_left h1 {

    font-size: 42px;

    margin-bottom: 15px;

  }

  .banner_top_left h6 {

    font-size: 22px;

    line-height: 28px;

  }

  .banner_top_right p {

    font-size: 17px;

    line-height: 30px;

  }

  .banner_top_sec {

    height: 250px;

  }    

  .banner_bottom_image img {

    height: 170px;

  }

  a.schdule_abt {

    font-size: 28px;

    width: 275px;

  }

  a.readmore_abt {

    font-size: 18px;

  }

  .treatments_wrapper {

    padding: 3em 0em;

  }    

  .banner_top_left {

      padding-right: 15px;

  }

  .statistics_hle h4 {

    font-size: 42px;

    line-height: 50px;

  }

  .offer span {

    font-size: 32px;

  }

  .statistics_content {

      width: 65%;

      margin-left: 10px;

  }

  .statistics_content p {

      font-size: 16px;

      line-height: 24px;

  }

  .statistics_slic {

      margin-top: 0px;

  }

  .testimonials_single_content {

    padding: 8em 2em 4em;

  }

  .testimonials_single_content h5 {

    font-size: 19px;

  }

  .testimonials_single_play_inner {

    width: 80px;

    height: 80px;

    padding-top: 13px;

  }

  .testimonials_single_play {

    background-color: transparent;

  }    

  .footer_first_right_inner p {

    font-size: 20px;

    line-height: 30px;

  }

  .footer_first_right_inner a {

    font-size: 22px;

    padding: 6px;

  }  

  .footer_single_inner p {

    padding-right: 2em;

  }

  .footer_link {

      float: left;

      width: 28%;

  }

  .footer_single {

      margin-right: 2em;

  }  

  .treatments_left h4 {

    font-size: 42px;

    line-height: 50px;

  }

  .header_menus {

    display: none;

  }

  /***************************************Review Page********************************************/

  .reviews_title_sec_own {

    padding: 0em 3em;

  }

  .testimonials_single_content.indiv_testi {

    padding: 1em 2em 2em 4em;

  }

  .testimonials_single_content.indiv_testi p {

      font-size: 13px;

      line-height: 22px;

  }

  .testimonials_single_content.indiv_testi h5 {

      font-size: 14px;

      line-height: 18px;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_content.indiv_testi {

    padding: 1em 4em 2em 2em;

  }

  .review_single_indiv_image {

    width: 57%;

  }

  /**************************************Shockwavedevices*****************************************/

  .banner_sale_content {

    padding-left: 15px;

  }

  .banner_sale_content div {

    font-size: 50px;

    line-height: 55px;

  }

  .banner_sale_inner_o {

    padding-left: 15px;

  }  

  .shockwave_first_wrapper {

    padding: 1em 0em;

  }

  .shockwave_first_hle h4 {

    font-size: 32px;

    line-height: 36px;

  }

  .shockwave_first_hle p {

    font-size: 17px;

    line-height: 32px;

  }

  .shockwave_first_image span {

    font-size: 24px;

    line-height: 28px;

  }

  .shockwave_second_single h4 {

    margin-top: 1em;

    font-size: 32px;

    line-height: 40px;

  }    

  .shockwave_second_single p {

    font-size: 17px;

    line-height: 32px;

  }

  .shockwave_second_single span {

    font-size: 24px;

    line-height: 28px;

  }

  .shockwave_second {

    padding: 1em 0em;

  }

  .shockwave_second_single {

    margin-bottom: 1em;

  }  

  /****************************************Marketing and supoort*****************************/

  .marketing_first_image_inner img {

    height: 450px;

  }

  .marketing_first_image_small img {

    height: 200px;

  }

  .marketingsecond_content h4 {

    font-size: 30px;

    line-height: 42px;

  }

  .marketingsecond_single:nth-child(4) {

    margin-top: 8em;

  }

  .marketingsecond_single:nth-child(5) {

    margin-top: -3em;

  }

  /****************************************About page********************************************/

  .form-insterest label {

    font-size: 18px;

    line-height: 32px;

  }

  .contactsale_hle h4 {

    font-size: 28px;

    line-height: 32px;

  }

  .contactsale_hle p {

    font-size: 18px;

    line-height: 30px;

  }

  .form-group.fullname p {

    font-size: 18px;

    line-height: 32px;

  }

  textarea.form-control {

    font-size: 18px;

  }

  button.send-btn {

    font-size: 18px;

  }

  .clearform {

    font-size: 18px;

  }

  /**********************************************Testimonials Page***************************************/

  .testimonials_sale_single_content p {

    font-size: 15px;

    padding-right: 4px;
    height: 150px;

  }

  .testimonials_sale_single_bottom_inner h4 {

    font-size: 18px;

  }

  .testimonials_sale_single_content {

    padding: 2em 1em;

  }

  /**************************************Affiliate Homepage***************************************/

  .affiliatebanner_content h1 {

    font-size: 32px;

    line-height: 45px;

  }

  .affiliatebanner_content a {

    font-size: 22px;

  }

  .affiliate_first_images_two img {

    height: 230px;

  }

  .affiliatesecond_content h4 {

    font-size: 30px;

    line-height: 36px;

    margin-bottom: 10px;

  }

  .affiliatesecond_content p {

    font-size: 16px;

    line-height: 25px;

  }

  .affiliatesecond_images_cont p {

    font-size: 22px;

  }

  a.affiliate_products {

      width: 95%;

      font-size: 18px;

  }

  .affiliate_third_image_one img, .affiliate_third_image_two img {

    height: 400px;

  }

  /******************************************Affiliate Resources***************************************/

  .resources_first_single_second_cobtent h4 {

    font-size: 24px;

    line-height: 32px;

  }

  .resources_first_single_second_cobtent {

      padding: 2em 2em 0em;

  }  

  .resources_first_single_second_cobtent p {

    font-size: 15px;

    line-height: 28px;

  }

  .resources_first_single_content h4 {

    font-size: 22px;

    line-height: 32px;

  }

  .resources_first_single_content p {

    font-size: 14px;

  }

  .resources_secondo_singleimage img {

    height: 280px;

  }
   /*******************************************Find a Clinic Page**********************************/
   .clinic_det_hle h1 {
    font-size: 36px;
    line-height: 40px
  }
  .clinic_det_hle p {
    font-size: 17px;
    line-height: 32px;
  }
  .clinic_det_image_inner img {
    height: 350px;
  }
  .findclinic_map_data ul li a p {
    font-size: 16px;
  }
  .findclinic_address p {
    width: 80%;
    font-size: 15px;
  }
  .findclinic_map_data {
      padding-left: 2em;
  }
  /*****************************************Treatments Page***************************************/
  .treatments_first_image_one img {
    height: 300px;
  }
  .treatments_first_image_two img {
    height: 300px;
  }
  .treatments_first_image {
      margin-right: 25px;
      margin-bottom: 20px;
  }
  .treatments_firstblck_hle h1 {
    font-size: 32px;
    line-height: 42px;  
  }
  .treatments_firstblck_hle p {
    font-size: 18px;
    line-height: 32px;
  }
  .treatments_firstblck_wrapper {
    padding: 2em 0em 2em;
    margin: 2em 0em 2em;
  }
  .treatment_therapy_hle h4 {
    font-size: 36px;
    line-height: 50px;
  }
  .treatment_therapy_list ul li {
    width: 31%;
    margin: 0px 6px;
    padding-top: 17px;
    padding-left: 45px;
    height: 70px;
  }    
  .treatment_last_image {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .treatment_last_image_inner img {
    height: 350px;
  }  
  .treatment_last_hle p {
    font-size: 17px;
    line-height: 32px;
  }
  .treatment_last_hle h4 {
    font-size: 36px;
    line-height: 45px;
  }
  .treatment_therapy_list ul li p {
    font-size: 16px;
    line-height: 36px;
  }
  /*********************************Style 2*****************************************/
  .login_form h1 {

    margin-bottom: 30px;

}

.login_image img {

    height: 376px;

    object-fit: cover;

    object-position: center;

}

.register_form:after {

    height: 95px;

    width: 95px;

    right: -30px;

    top: -30px;

}

.register_form {

    padding: 0px 35px;

padding-top: 25px;

}

.clinic_info h2 {

    font-size: 18px;

    padding-bottom: 5px;

}

.find_clinic_content {

    padding: 0 30px;

}

.mapouter {

    height: 750px;

}

.gmap_canvas {

    height: 750px;

}

.clinic_info_content {

    height: 560px;

}	

.find_clinic_wrapper_full {

    padding: 30px 0;

}
/*************************************treatments-page***************************************************/

.innerbanner_heading {

  font-size: 40px;

}

.innerbanner_image img {

  height: 400px;

}

.innerbanner-bottom img{

  height: auto;

}

.innerbanner-bottom{

  bottom: -3em;

}

.innerbanner_title {

  left: 1em;

  bottom: 8em;

}

.treatmentspage_section p {

  font-size: 16px;

  line-height: 28px;

  margin: 10px 0;

}

.treatmentspage_image:nth-child(2){

  margin-top: -2em;

}

.shockwave_treatment_box{

  padding: 10px;

  margin: 7px;

}

.shockwave_treatments_part p {

  font-size: 20px;

  line-height: 30px;

}

.shockwave_treatments_list {

  height: 390px;

}

.shockwave_treatments_wrapper:after{

  height: 65px;

}

.shockwave_treatments_wrapper h1 {

  font-size: 35px;

  margin: 0 0 10px;

}

.treatmentspage_section {

  margin: 1em 0 2em;

}

/******************** whatisshockwave-page ************************/

.whatisshockwave_firstblk p {

  font-size: 16px;

  line-height: 28px;

}

.shockwaveresearch_wrapper p {

  font-size: 16px;

  line-height: 28px;

}

.shockwaveecpensive_wrapper p {

  font-size: 16px;

  line-height: 28px;

}

.shockwaveresearch_wrapper h1 {

  font-size: 35px;

  margin: 0;

}

.shockwaveecpensive_wrapper h4 {

  font-size: 35px;

  margin: 0;

}

.shockwaveecpensive_image_section {

  margin-right: 0em;

}

/************************ sales-page ************************/

.banner_wrapper.sales_banner .salesbanner_content{

  width: 45%;

}

.banner_wrapper.sales_banner .banner_bottom_image {

  float: left;

  width: 55%;

}.stating_section p {

  font-size: 25px;

  line-height: 45px;

}

.stating_section p span {

  font-size: 35px;

}

.absolutly_free p {

  font-size: 20px;

  line-height: 30px;

}

.absolutly_free p span{

  display: inline-block;

}

.salesclick_link_section a {

  font-size: 22px;

  padding: 25px 35px;

}

.salesclick_link p {

  font-size: 16px;

  line-height: 27px;

}

.shockwavecenters_wrapper p {

  font-size: 16px;

  line-height: 27px;

}

.shockwaves_devices span {

  font-size: 20px;

  line-height: 35px;

}

.shockwaves_devices p {

  font-size: 16px;

  line-height: 27px;

}

.markpackage_click h4 {

  font-size: 20px;

  line-height: 30px;

}

.markpackage_right_section p {

  font-size: 16px;

  line-height: 27px;

}

.markpackage_paragaph p {

  font-size: 20px;

  line-height: 30px;

}

.marketing_wrapper p {

  font-size: 16px;

  line-height: 27px;

}

.marketing_image_section{

  margin-bottom: 3em;

}

.marketing_wrapper ul li {

  font-size: 16px;

  line-height: 27px;

}

.marketing_wrapper span {

  font-size: 16px;

  line-height: 27px;

}

.alreadyown_shockwave h5 {

  font-size: 20px;

  line-height: 30px;

}

.leadquest_section p {

  font-size: 16px;

  line-height: 27px;

}

.leadquest_image:nth-child(2) {

  margin-top: 10em;

}

.concierge_section p {

  font-size: 16px;

  line-height: 27px;

}

/****************** faq-page *******************/

.faqpage_section{

  padding: 0;

}

.faqpage_heading p {

  font-size: 25px;

}

/***************** affiliate-marketing ****************/

.affiliatemarketing_image_section{

  margin-left: 2em;

}

.affiliatemarketing_firstblk_wrapper {

  margin: 3em 0 1em;

}

.affiliatemarketing_firstblk_section P {

  font-size: 16px;

  line-height: 28px;

}

.affiliate_weservemarketing_heading{

  padding: 0;

  margin: 1em 0 1em;

}

.affiliate_weservemarketing_heading p {

  font-size: 16px;

  line-height: 28px;

}

.affiliate_weservemarketing_part h6 a{

  font-size: 20px;

}

.affiliate_weservemarketing_part p{

  line-height: 20px;

}

.affiliate_weservemarketing_slider ul{

  margin: 1em 0 2em;

}

.affiliate_weservemarketing_part .serveread_btn{

  margin: 10px 0 0;

}

.affiliatemarketing_lastblk_section h4{

  margin-top: 0;

}

.affiliatemarketing_lastblkimage_section {

  margin-right: 2em;

}

.affiliatemarketing_lastblk_section p {

  font-size: 16px;

  line-height: 28px;

}

.affiliatemarketing_lastblk_wrapper {

  margin: 1em 0 2em;

}
.video_category {
  width: 35%;
}
.video_sec_hle h1{
  width: 65%;
}
/*************************************Affiliate Video Page*************************************/
.shockwave_video_wrapper .nav-tabs li a {
  font-size: 14px;
  line-height: 20px;
}
  /*******************************************Homepage*******************************************/
  .jmssecond_right {
    margin-left: 0;
  }
  a.schedle:before, a.order:before {
    content: unset;
  }
  a.schedle, a.order {
    text-align: center;
    padding-right: 0;
  } 
  .jmssecond_left h2 {
    font-size: 32px;
  }


} 



@media only screen and (max-width:992px) {

	

  /***********************************Homepage****************************************************/

  .header_slogan p {

      font-size: 14px;

  }

  .header_phone p {

    font-size: 17px;

    line-height: 24px;

  }   

  .header_mail a p {

      font-size: 12px;

  }

  .header_phone p {

    font-size: 16px;

  }

  .banner_top_sec {

    height: auto;

    padding-top: 1em;

    padding-bottom: 1em;

  }  

  .banner_top_left h5 {

      font-size: 20px;

      line-height: 28px;

      margin-bottom: 10px;

  }

  .banner_top_left h1 {

      font-size: 32px;

      line-height: 50px;

      margin-bottom: 15px;

  }

  .banner_top_left h6 {

    font-size: 20px;

  }

  .banner_top_right p {

      font-size: 16px;

      line-height: 28px;

  }

  .banner_top_right a {

    font-size: 16px;

  } 

  .banner_bottom_image img {

      height: 150px;


  }

  .banner_bottom_sec:after {

    height: 120px;
    bottom: -40px;

  }

  .about_images_one img {

    height: 260px;

  }

  .about_images_two img {

    height: 250px;

  }

  .about_images_three img {

    height: 280px;

  }

  .about_wrapper_hle h4 {

    font-size: 36px;

    line-height: 42px;

    margin-top: 0em;

    margin-bottom: 20px;

  }

  .about_wrapper_hle p {

    font-size: 16px;

    line-height: 28px;

  }

  a.schdule_abt {

      font-size: 24px;

      width: 250px;

  }  

  a.readmore_abt {

    font-size: 17px;

  }

  .treatments_right {

      padding: 0em 2em;

  }

  .treatments_right_inner ul li {

    font-size: 17px;

    line-height: 36px;

  }

  .treatments_right_inner h5 {

    font-size: 24px;

  }

  .treatments_right_inner {

    padding: 2em 1em;

  }  

  .statistics_hle h4 {

      font-size: 36px;

      line-height: 45px;

  }

  .testimonials_single_image img {

    height: 400px;

  }

  .testimonials_single_play {

    top: 290px;

  }

  .testimonials_single_content {

    margin-top: -4.5em;

  }

  .form-group.contac.address {

    float: left;

    width: 70%;

  }

  .submit-btn {

      width: 30%;

      float: right;

  } 

  .footer_single_inner p {

      padding-right: 0em;

  }

  .footer_single {

    margin-right: 0em;

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }

  .footer_link {

    float: left;

    width: 50%;

  }

  .footer_single_inner p {

    margin-bottom: 1em;

  }  

  .footer_bottom {

    padding: 1em 0em;

  }

  .footer_first_right_inner p {

      font-size: 15px;

      line-height: 25px;

  }

  .footer_first_right_inner a {

      font-size: 20px;

      padding: 6px;

  }

  /***************************************Review Page********************************************/

  .reviews_title_sec_own h1 {

    font-size: 30px;

    line-height: 36px;

  }

  .reviews_title_sec_own p {

    font-size: 16px;

    line-height: 28px;

  }

  .reviews_title_sec_own {

    margin-bottom: 1em;

  }

  .reviews_title_sec_own p {

    font-size: 16px;

    line-height: 28px;

  }

  .reviews_title_sec_own {

      padding: 0em 0em;

  }

  .review_single_indiv {

      float: left;

      width: 100%;

      margin-bottom: 2em;

  }

  .testimonials_single_content.indiv_testi {

      padding: 4em 2em 2em 6em;

  }

  .testimonials_single_content.indiv_testi p {

      font-size: 15px;

      line-height: 22px;

  }

  .testimonials_single_content.indiv_testi h5 {

      font-size: 18px;

      line-height: 18px;

  }

  .reviews_single_ownpa {

    padding: 3em 0em;

  }

  .review_single_indiv:nth-child(even) .testimonials_single_content.indiv_testi {

    padding: 4em 3em 2em 3em;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(1) .testimonials_single_content.indiv_testi {

    padding: 4em 3em 2em 3em;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_content.indiv_testi {

      padding: 3em 5em 2em 3em;

  }

  .reviews_single_ownpa {

      padding: 2em 0em;

  }

  /**************************************Shockwave decvices****************************************/

  .shockwave_first_image span {

      font-size: 20px;

      line-height: 24px;

  }

  .shockwave_first_hle p {

      font-size: 16px;

      line-height: 28px;

  }

  .shockwave_first_hle h4 {

      font-size: 30px;

      line-height: 36px;

  }

  .shockwave_second {

    padding: 1em 0em;

  }

  .shockwave_second_single h4 {

      margin-top: 1em;

      font-size: 28px;

      line-height: 36px;

  }

  .shockwave_second_single p {

      font-size: 17px;

      line-height: 30px;

  }

  .shockwave_second_single span {

    font-size: 22px;

  }

  #loadmore {

    width: 160px;

    padding: 9px 0px;

  }

  .shockwave_second_single h4 {

    font-size: 26px;

    line-height: 32px;

  }

  .shockwave_second_single p {

    font-size: 16px;

    line-height: 30px;

  }

  .shockwave_second_single span {

    font-size: 20px;

  }

  .shockwave_second_single_inner img {

    height: auto;

  }

  .shockwave_links #loadmore {

    padding: 6px 0px;

    font-size: 18px;

  }

  .banner_sale_image img {

    height: 450px;

  }

  .banner_sale_content {

    top: 170px;

  }

  .banner_sale_content div {

      font-size: 40px;

      line-height: 50px;

  }

  .banner_sale_inner {

    padding: 5px 10px 0px 0px;

  }

  .banner_sale_inner p {

    font-size: 16px;

    line-height: 28px;

  }

  /****************************************Marketing and supoort*****************************/ 

  .marketing_first_image_inner img {

    height: 350px;

  }

  .marketing_first_image_small img {

      height: 150px;

  }

  .marketing_first_hle p {

    font-size: 16px;

    line-height: 32px;

  }

  .marketingsecond_wrapper:before {

    width: 230px;

  }

  .marketingsecond_content h4 {

    font-size: 24px;

    line-height: 36px;

  }

  .marketingsecond_content p {

    font-size: 15px;

    line-height: 24px;

  }

  .marketingsecond_icon img {

    height: 40px;

  } 

  /*************************************About page********************************************/

  .banner_sale_content div {

    width: 100%;

  }

  .about_salefirst_image_inner img {

    height: 300px;

  }

  .about_salefirst_hle h4, .about_salefirst_hle h1 {

    font-size: 36px;

    line-height: 45px;

  }

  .about_salefirst_hle p {

    font-size: 16px;

    line-height: 28px;  

  }

  .about_salefirst_wrapper {

    padding: 1em 0em;

    margin: 1em 0em;

  }

  .about_saletwo_image {

    margin-left: 1em;

    padding-left: 1em;

  }

  .about_saletwo_image_inner img {

    height: 400px;

  }

  .about_saletwo_hle h4 {

    font-size: 36px;

    line-height: 45px;

  }

  .about_saletwo_hle p {

    font-size: 16px;

    line-height: 28px;

  }

  .about_salethird_content {

    padding-top: 1em;

  }  

  .about_salethird_content_inn {

    margin-bottom: 1em;

  } 

  .about_salethird_content_first img, .about_salethird_content_second img {

    height: 170px;

  }

  .about_salethird_content h4 {

    font-size: 28px;

    line-height: 32px;

  }

  .about_salethird_content p {

    font-size: 16px;

    line-height: 28px;

  }

  .about_salethird_content ul li {

    font-size: 16px;

    line-height: 28px;

  }  

  .form-insterest label {

    font-size: 14px;

  }

  .form-group.message p {

    font-size: 18px;

  }

  .clearform {

    font-size: 16px;

  }

  .contact_map_content {

    padding-left: 1em;

    padding-top: 4em;

  }

  .contact_map_left span {

    font-size: 17px;

  }

  .contact_map_left h4 {

    font-size: 21px;

  }

  .contact_map_left p {

    font-size: 19px;

  }

  .contact_map_sec {

    padding: 2em 1em;

  }  

  /***************************************Sale Testimonials***************************************/

  .testimonials_sale_single_bottom {

    padding-left: 0em;

  }

  .testimonials_sale_single_bottom_inner h4 {

      font-size: 18px;

  }

  .testimonials_sale_single_content p {

    line-height: 25px;

  }

  .testimonials_sale_single:nth-child(3n+2) {

      margin-top: 0em;

  }

  .testimonials_sale_wrapper {

    padding: 1em 0em;

    margin: 2em 0em;

  }

  /***************************************Affiliate Homepage***************************************/

  .affiliate_first_images_one img {

    height: 350px;

  }

  .affiliate_first_images_two img {

    height: 180px;

  }

  .affiliate_first_hle h4 {

    font-size: 32px;

    line-height: 42px;

    margin-bottom: 10px;

  }

  .affiliate_first_hle p {

    font-size: 16px;

    line-height: 30px;

  }

  .affiliate_first_wrapper {

    padding: 1em 0em;

    margin: 1em 0em;

  } 

  .affiliatesecond_content {

      padding-left: 1em;

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }  

  .affiliatesecond_images {

      float: left;

      width: 100%;

  }

  .affiliatesecond_images_one {

    position: relative;

    left: 0;

    width: 50%;

  }

  .affiliatesecond_images_one_inner img {

    -webkit-clip-path:unset;

    clip-path:unset;

  } 

  .affiliatesecond_images_one_inner:before {

    -webkit-clip-path:unset;

    clip-path:unset;

  }

  .affiliatesecond_images_cont {

    right: 0;

    left: 0;

  }

  .affiliatesecond_images_two_inner img {

    -webkit-clip-path:unset;

    clip-path:unset;

  }

  .affiliatesecond_images_two_inner:before {

    -webkit-clip-path:unset;

    clip-path:unset;

  }

  a.affiliate_products {

    font-size: 14px;

  }

  .affiliate_third_hle h4 {

    font-size: 32px;

    line-height: 40px;

  }

  .affiliate_third_hle p {

    font-size: 16px;

    line-height: 32px;

  }

  .affiliate_third_image {

    margin-right: 1em;

  }  

  /****************************************Affiliate Protocols******************************************/

  .protocols_first_image_inner img {

    height: 400px;

  }

  .protocols_first_hle h4 {

    font-size: 32px;

    line-height: 42px;

  }

  .protocols_first_hle p {

      font-size: 16px;

      line-height: 30px;

  }

  .protocols_second_hle h4, .protocols_second_hle h1 {

      font-size: 32px;

      line-height: 42px;

  }

  .protocols_third_image {

    margin-bottom: 1em;

  }

  .protocols_third_image_three img {

    height: 205px;

  }

  .protocols_third_image_one img {

    height: 205px;

  }

  .protocols_third_image_two img {

    height: 370px;

  }

  .protocols_third_hle h4 {

    font-size: 32px;

    line-height: 42px;

  } 

  .protocols_third_hle p {

    font-size: 16px;

    line-height: 30px;

  }

  .protocols_third_image_two img {

    height: 370px;

  }

  .protocols_fourth_hle h4 {

      font-size: 32px;

      line-height: 36px;

      margin-top: 0em;

  }

  .protocols_fourth_hle p {

    font-size: 16px;

    line-height: 32px;

  }

  .banner_affiliate_image img {

      height: 400px;

  }

  .banner_affiliate_content div{

    font-size: 50px;

    line-height: 60px;

  }

  /******************************************Affiliate Resources***************************************/

  .resources_first_single_content {

    width: 85%;

  }

  .resources_first_single_content h4 {

      font-size: 20px;

      line-height: 28px;

  }

  .resources_first_single_content p {

      font-size: 14px;

  }

  .resources_first_single_second_cobtent {

      padding: 1em 1.5em 0em;

  }

  .resources_first_single_second_cobtent h4 {

      font-size: 18px;

      line-height: 27px;

  } 

  .resources_first_single_second_cobtent p {

      font-size: 14px;

      line-height: 24px;

  }

  .resources_secondo_single_content h4 {

    font-size: 20px;

    line-height: 30px;

  }

  .resources_secondo_single_content p {

    font-size: 15px;

    line-height: 28px;

  }

  .resources_secondo_singleimage img {

      height: 240px;

  }  

  .resources_secondo_single_content {

      padding: 1em 0.5em;

  }
   /*****************************************Myclinic Page********************************************/
   button.bne img {
    height: 150px;
  }
  .upload-btn-wrapper p {
    font-size: 18px;
  }
  .clinic_photo {
    margin-bottom: 61px;
  }
  .clinic_fm_but button {
    font-size: 20px;
  }  
   /*****************************************Find a Clinic Info Page***************************************/
   .findclinic_map_data ul li a {
    width: 100%;
  }
  .findclinic_map_data ul li a p {
    font-size: 13px;
  }
  .findclinic_map_data ul li a span {
    margin-right: 10px;
    padding-right: 10px;
  }
  .findclinic_address {
    width: 80%;
  }
  /***************************************Treatment Page********************************************/
  .treatments_first_image_one img {
    height: 280px;
  }
  .treatments_first_image_two img {
    height: 280px;
  }
  .treatments_firstblck_hle h1 {
      font-size: 30px;
      line-height: 36px;
  }
  .treatments_firstblck_hle p {
      font-size: 16px;
      line-height: 30px;
  } 
  .treatments_firstblck_wrapper {
      padding: 1em 0em 1em;
      margin: 1em 0em 1em;
  }
  .treatment_therapy_hle h4 {
      font-size: 32px;
      line-height: 42px;
  }
  .treatment_therapy_list ul li p {
      font-size: 11px;
      line-height: 32px;
  } 
  .treatment_therapy_list ul li {
    height: 65px;
  }
  .treatment_last_hle h4 {
      font-size: 30px;
      line-height: 42px;
  }
  .treatment_last_image_inner img {
      height: 300px;
  }
  .treatment_last_hle p {
      font-size: 16px;
      line-height: 30px;
  }
  /****************************************Style 2***********************************************/
  .login_form {

    padding: 19px 35px;

}

.login_image img {

    height: 353px;

}

.login_image p {

    padding-left: 20px;

}	

.register_form form input {

    padding: 15px 0;

    margin-bottom: 0;

}

.register_form {

    padding: 0px 35px;

    padding-top: 25px;

    padding-bottom: 60px;

}

.register_image_inner img {

    width: 100%;

    height: 350px;

}

.mapouter {

    height: 550px;

}

.gmap_canvas {

    height: 550px;

}

.clinic_info_content {

    height: 375px;

}

.clinic_info ul li span {

    margin-right: 10px;

}

.clinic_info ul li p {

    font-size: 11px;

    line-height: 20px;

}

.clinic_info ul li span img {

    height: 18px;

    width: 15px;

}

.find_clinic_content:after {

    height: 70%;

    top: 35%;

}	
/*********************** treatements-page ************************/

.innerbanner_image img {

  height: 350px;

}

.innerbanner_title{

  bottom: 6em;

}

.innerbanner-bottom {

  bottom: -2.5em;

}

.treatmentspage_wrapper {

  margin: 3em 0 1em;

}

.shockwave_treatments_wrapper h1 {

  font-size: 30px;

  margin: 0;

}

.shockwave_treatments_part p {

  font-size: 16px;

  line-height: 25px;

}

.shockwave_treatment_box{

  margin: 5px;

}

.shockwave_treatments_wrapper:after{

  bottom: 30px;

  height: 55px;

}

.innerbanner_heading {

  font-size: 30px;

  max-width: 300px;

  line-height: 35px;

  padding: 7px 15px;

}

/***************** whatsisshockwave-page *****************/

.shockwaveresearch_wrapper h1 {

  font-size: 30px;

}

.shockwaveecpensive_wrapper h4 {

  font-size: 30px;

}

.shockwaveresearch_image img{

  height: 25vw;

}

.shockwaveresearch_wrapper {

  margin: 1em 0 1em;

}

.shockwaveecpensive_image:nth-child(2) {

  width: 55%;

  margin-left: -9em;

  margin-top: 6em;

}

.whatisshockwave_wrapper {

  margin: 5em 0 1em;

}

/******************* sales-page *********************/

.salesbanner_content h1 {

  font-size: 25px;

}

.salesbanner_content h2 {

  font-size: 25px;

}

.banner_wrapper.sales_banner .salesbanner_content {

  width: 50%;

}

.banner_wrapper.sales_banner .banner_bottom_image {

  float: left;

  width: 50%;

}

.salesbanner_content a {

  font-size: 22px;

  border-radius: 10px;

  padding: 10px 10px;

}

.banner_wrapper.sales_banner .banner_bottom_image img {

  height: 470px;

}

.salesbanner_content h4 {

  font-size: 25px;

}

.stating_section p {

  font-size: 20px;

  line-height: 35px;

}

.stating_section p span {

  font-size: 30px;

}

.absolutly_free p {

  font-size: 18px;

  line-height: 28px;

}

.salesclick_link_section a {

  font-size: 18px;

  padding: 15px 15px;

}

.shockwavecenters_wrapper h4 {

  font-size: 28px;

}

.shockwaves_devices h4 {

  font-size: 28px;

  line-height: 35px;



}

.shockwaves_devices span {

  font-size: 18px;

  line-height: 30px;

}

.shockdevices_image_section {

  margin-top: -3em;

  margin-left: 2em;

  margin-bottom: 1em;

}

.markpackage_click h4 {

  font-size: 18px;

  line-height: 28px;

}

.markpackage_click p {

  font-size: 16px;

  line-height: 25px;

}

.markpackage_paragaph p {

  font-size: 18px;

  line-height: 28px;

}

.marketing_wrapper h4 {

  font-size: 28px;

}

.marketing_wrapper ul li:before{

  top: 6px;

} 

.alreadyown_shockwave{

  width: 100%;

}  


.leadquest_image:nth-child(2) {

  margin-top: 0;

}

.concierge_section {

  padding: 1em 0;

}

.stating_section {

  border-radius: 10px;

  padding: 1em;

}

.packages_wrapper {

  margin: 2em 0 1em;

}

/********************* faq-page *********************/

.faqpage_section{

  margin-top: 1em;

}

.set > a {

  padding: 20px 0px 25px;

  font-size: 20px;

}

.faqpage_section .content p {

  font-size: 16px;

  line-height: 25px;

  margin: 0;

}

.faqpage_section .content{

  padding: 0 0 10px;

}

.faqpage_heading h1 {

  font-size: 40px;

}

/******************** affiliate-marketing *******************/

.affiliatemarketing_firstblk_section h1{

  margin-bottom: 10px;

}

.affiliate_weservemarketing_heading h4{

  margin-bottom: 10px;

}

.affiliate_weservemarketing_heading{

  margin: 0;

}
.video_category {
  width: 46%;
}
.video_sec_hle h1 {
  width: 60%;
}
/**************************************Affiliate Video Page**************************************/
.shockwave_video_wrapper .nav-tabs li {
  width: 33%;
  margin-bottom: 10px;
}
.nav-tabs {
  border-bottom:0px;
}

}     

@media only screen and (max-width:992px) and (min-width: 850px) {

  /**********************************Homepage****************************************************/

    

	

}



@media only screen and (max-width:767px) {
    
.leadquest_image_section {
        flex-direction:column;
}

.modal-dialog {
    width: 80%;
    margin: 50px auto;
    margin-top:150px;
}

.referralmodalbody h3 {
    font-size: 25px;
}

.referralmodalbody h2 {
    font-size: 35px;
}

.referral-popup-link {
    margin: 0;
}

.referral-popup-link a{
    padding: 20px 5px;
}

	/***************************************Homepage*************************************************/

  .header_slogan {

    text-align: center;

    float: left;

    width: 100%;

    margin-bottom: 10px;

  }

  .header_phone {

      text-align: center;

      float: left;

      width: 40%;

  }

  .header_mail {

      text-align: center;

      float: left;

      width: 60%;

  }

  .header_logo img {

      height: 65px;

  }

  .mobile-header {

      top: 4.1em;

  }

  .banner_top_left {

      padding-right: 0px;

      float: left;

      width: 100%;

      margin-bottom: 15px;

  }

  .banner_top_left h5 {

      font-size: 20px;

      line-height: 28px;

      margin-bottom: 10px;

  }

  .banner_top_left h1 {

      font-size: 30px;

      line-height: 42px;

      margin-bottom: 15px;

  } 

  .banner_top_left h6 {

      font-size: 19px;

  }

  .banner_bottom_image img {

      height: 100px;

  } 

  .banner_bottom_sec:after {

      height: 120px;

      bottom: -40px;

  }

  .about_images_two img {

      height: 250px;

  }

  .about_images_one img {

      height: 250px;

  }

  .about_images_three img {

      height: 270px;

  }

  .about_images {

      margin-right: 0em;

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }

  .about_wrapper_hle h4 {

    font-size: 32px;

    line-height: 36px;

  }

  .treatments_left {

     margin-bottom: 2em;

      float: left;

      width: 100%;

  }  

  .treatments_left h4 {

      font-size: 32px;

      line-height: 42px;

  }

  .treatments_left p {

    font-size: 17px;

    line-height: 30px;

  }

  .treatments_right {

      padding: 0em 1em;

      float: left;

      width: 100%;

  }  

  .treatments_right_inner ul {

      padding-left: 2em;

  }

  .treatments_right_inner h5 {

    margin-bottom: 20px;

  }

  .statistics_hle h4 {

      font-size: 32px;

      line-height: 42px;

  }

  .offer span {

      font-size: 26px;

  }

  .statistics_content {

      width: 61%;

      margin-left: 10px;

  }

  .statistics_content p {

      font-size: 13px;

      line-height: 20px;

  }

  .testimonials_single_image img {

    height: 300px;

    -webkit-clip-path: unset;

    clip-path: unset;

    border-radius: 10px;

  }

  .testimonials_single_play {

    top: 60px;

  }

  .testimonials_single_content {

    margin-top: 0;

    padding: 2em 1em 2em;

    border-radius: 10px;

    -webkit-clip-path: unset;

    clip-path: unset;

  }

  .testimonials_single_content p {

    font-size: 14px;

    line-height: 26px;

  }

  .testimonials_single_content p:before {

    left: -7px;

  }
  
  .ref_offer p:before {

    left: 4px;

  }

  .testimonials_single_content p:after {

    right: 0px;

  } 
  
    .ref_offer p:after {

    right: 7px;

  }  

  .footer_first_blck {

    padding: 1em 0em;

  }

  .footer_first_left {

      padding-top: 1em;

      float: left;

      width: 100%;

      margin-bottom: 2em;

  }

  .footer_first_left h4 {

    font-size: 26px;

    line-height: 32px;

  }

  .footer_first_right {

      padding: 0px 15px;

      text-align: center;

      float: left;

      width: 100%;

  }

  .footer_link {

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }      

  .footer_link_inner ul li a {

    font-size: 16px;

    line-height: 32px;

  }

  .footer_second_blck {

    padding: 2em 0em;

  }  

  .footer_bottom_left {

      float: left;

      width: 100%;

      text-align: center;

      margin-bottom: 15px;

  }

  .footer_bottom_right {

      text-align: center;

      float: left;

      width: 100%;

  } 

  /*****************************************Review Page*************************************/

  .review_single_indiv_image {

    width: 100%;

  }

  .review_single_indiv_image img {

    height: 320px;

    border-radius: 20px;

    -webkit-clip-path:unset;

    clip-path:unset;

  }

  .testimonials_single_content.indiv_testi {

    padding: 2em 2em 2em 2em;

    float: left;

    width: 100%;

    -webkit-clip-path:unset;

    clip-path: unset;

    position: relative;

    height: auto;

  } 

  .review_single_indiv:nth-child(even) .testimonials_single_content.indiv_testi {

      padding: 2em 2em 2em 2em;

  }

  .review_single_indiv:nth-child(even) .review_single_indiv_image {

    float: right;

    width: 100%;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(1) .testimonials_single_content.indiv_testi {

      padding: 2em 2em 2em 2em;

  } 

  .testimonials_single_play.indiv_play {

    right: 0;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .review_single_indiv_image {

    float: right;

    width: 100%;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .review_single_indiv_image img {

    -webkit-clip-path:unset;

    clip-path: unset;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_play.indiv_play {

    right: 0;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_content.indiv_testi {

      padding: 2em 2em 2em 2em;

      -webkit-clip-path:unset;

      clip-path: unset;

  }

  .reviews_single_ownpa {

      padding: 1em 0em;

  }

  .reviews_section_own {

    padding: 2em 0em;

  }

  .reviews_single_ownpa .container {

      max-width: 95%;

  }

  /*********************************Shockwavedevices page*****************************************/

  .banner_sale_image img {

    height: 300px;

  }

  .banner_sale_content {

    position: relative;

    padding: 15px 0px;

    padding-left: 15px;

    padding-right: 15px;

    background-color: #235985;

    top: 0;

  }

  .banner_sale_content div {

      font-size: 36px;

      line-height: 42px;

      text-align: center;

      width: 100%;

  }  

  .banner_sale_inner {

    position: relative;

    bottom: unset;

    padding: 5px;

    -webkit-clip-path:unset;

    clip-path: unset;

  }

  .banner_sale_inner_o {

    padding: 10px;

    -webkit-clip-path:unset;

    clip-path: unset;

  }

  .shockwave_first_image {

      margin-right: 1em;

      float: left;

      width: 50%;

  }

  .shockwave_first_image_inner img {

      height: auto;

      width: 100%;

  } 

  .shockwave_first_hle h4 {

      font-size: 28px;

      line-height: 32px;

  }

  .shockwave_second_single_inner {

      margin-left: 1em;

      float: right;

      width: 50%;

  }

  .shockwave_second_single h4 {

      font-size: 24px;

      line-height: 30px;

      margin-top: 0em;

  }

  .shockwave_second_single {

      margin-bottom: 2em;

  }  

  .shockwave_second_single span {

      font-size: 18px;

  }

  .shockwave_second_single:nth-child(even) .shockwave_second_single_inner {

    margin-right: 1em;

  }

  /****************************************Marketing and supoort*****************************/ 

  .marketing_first_image {

      margin-right: 0em;

      margin-bottom: 2em;

      float: left;

      width: 100%;

  }

  .marketing_first_image_inner img {

      height: 300px;

  }

  .marketing_first_hle p {

      font-size: 16px;

      line-height: 28px;

  }  

  .marketingsecond_wrapper {

    height: auto;

  } 

  .marketingsecond_single {

    margin-top: 0;

    float: left;

    width: 48%;

    display: flex;

    flex-direction: column;

    text-align: center;

    margin-bottom: 2em;

    background-color: #fff;

    box-shadow: 0px 0px 12px 11px #0000000f;

    padding: 1em;

  }

  .marketingsecond_content {

      order: 2;

  }

  .marketingsecond_icon {

      vertical-align: middle;

      margin-top: 0;

      text-align: center;

      order: 1;

      margin-bottom: 1em;

  }

  .marketingsecond_content h4 {

      font-size: 22px;

      line-height: 32px;

      margin-bottom: 10px;

  }

  .marketingsecond_single:nth-child(even) {

      margin-top: 0;

      float: right;

  }

  .marketingsecond_single:nth-child(5) {

      margin-top: 0;

      float: left;

      width: 100%;

  }

  /***************************************About page*********************************************/

  .about_salefirst_image {

      margin-right: 1em;

      float: left;

      width: 50%;

      margin-bottom: 0em;

  }

  .about_salefirst_image_inner img {

    height: 250px;

  }

  .about_salefirst_hle h4, .about_salefirst_hle h1s {

      font-size: 32px;

      line-height: 42px;

  }

  .about_saletwo_wrapper {

    padding: 1em 0em;

  }

  .about_saletwo_hle h4 {

      font-size: 32px;

      line-height: 42px;

  }

  .about_saletwo_image {

      margin-left: 1em;

      padding-left: 0em;

      float: right;

      width: 50%;

  }

  .about_saletwo_image_inner img {

      height: 300px;

  }

  .about_salethird_image_inner img {

    height: 360px;

  }

  .about_salethird_content_first, .about_salethird_content_second {

      text-align: center;

      padding: 0px 5px;

      margin-bottom: 15px;

      float: left;

      width: 50%;

  }

  .about_salethird_content_first img, .about_salethird_content_second img {

      height: 150px;

  }

  .about_salethird_content {

    padding-top: 1em;

    padding-left: 0em;

  }

  /****************************************Contact page******************************************/

  .form-group.fullname {

      margin-bottom: 2em;

      float: left;

      width: 50%;

  }

  .contactsale_hle h4 {

      font-size: 24px;

      line-height: 32px;

  }

  .contactsale_hle p {

      font-size: 16px;

      line-height: 28px;

  }

  .form-group.fullname {

      margin-bottom: 2em;

      float: left;

      width: 50%;

  }

  .form-group.fullname p {

      font-size: 17px;

      line-height: 30px;

  }

  input.form-control {

    font-size: 16px;

    line-height: 30px;

    width: 95%;

  }

  .form-group.fullname:nth-child(5) {

      float: left;

      width: 100%;

  }

  .form-group.sendnow {

      float: left;

      width: 50%;

  }

  .contact_map_sec {

      padding: 1em 1em;

      float: left;

      width: 100%;

  }

  .contact_map_content {

      padding-left: 1em;

      padding-top: 1em;

  }

  .contact_map_left {

      margin-bottom: 2em;

  }

  .contact_map_left span {

      font-size: 16px;

  }

  .contact_map_left h4 {

      font-size: 20px;

  }

  .contact_map_left p {

      font-size: 18px;

  } 

  .form-group.message {

    float: left;

    width: 100%;

  }

  /***************************************Testimonials Page******************************************/

  .testimonials_sale_single {

    float: left;

    width: 50%;

  }

  a.chrome_icon img {

    width: 40px;

  }

  .testimonials_sale_single_bottom_inner h4 {

      font-size: 17px;

  } 

  a.chrome_icon {

    margin-right: 10px;

  }

  .testimonials_sale_wrapper {

    margin: 1em 0em;

  }

  /************************************Affiliate Homepage***************************************/

  .affiliatebanner_bottom_image img {

    height: 300px;

  }

  .banner_bottom_sec:after {

    content: unset;

  }

  .affiliatebanner_content {

    padding: 1em 0em 1em;

    background-color: #cd2d35;

  }

  .affiliatebanner_content h1 {

      font-size: 28px;

      line-height: 36px;

      color: #fff;

  }

  .affiliatebanner_content a {

    font-size: 16px;

    color: #fff;

  }

  .affiliatebanner_content a:hover {

    color: #013367;

  }

  .banner_wrapper {

    padding-bottom: 0em;

  }  

  .affiliate_first_images {

    margin-right: 0em;

    float: left;

    width: 100%;

  }    

  .affiliate_first_images_one img {

      height: 350px;

  }

  .affiliate_first_images_two {

    right: 0;

  } 

  .affiliatesecond_hle {

    float: left;

    width: 100%;

    padding: 1em;

  }

  .affiliatesecond_content {

    padding-left: 0em;

    padding-top: 0em;

    float: left;

    width: 100%;

    margin-bottom: 1em;

  }

  .affiliatesecond_images_one {

    width: 50%;

    float: left;

  }

  .affiliatesecond_images_cont {

    width: 90%;

    padding: 5px 0px;

  }

  .affiliatesecond_images_cont p {

      font-size: 16px;

  }

  .affiliatesecond_images_one_inner img, .affiliatesecond_images_two_inner img {

    height: 400px;

  } 

  .affiliatesecond_images_two {

      float: right;

      width: 50%;

  }

  .affiliatetabdetail_image {

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }

  .affiliatetabdetail_image:nth-child(4) {

    margin-top: 1em;

  }

  .affiliate_third_image {

      margin-right: 0em;

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }

  .affiliate_third_image_one, .affiliate_third_image_two {

    padding: 0px 5px;

    float: left;

    width: 50%;

  }

  .affiliate_third_image_one img, .affiliate_third_image_two img {

      height: 300px;

  } 

  .affiliate_third_image_two {

      margin-top: 0em;

  }

  /************************************Affiliate Protocols***************************************/

  .banner_affiliate_image img {

      height: 350px;

  }

  .banner_affiliate_content {

    width: 95%;

  }

  .banner_affiliate_content div {

      font-size: 36px;

      line-height: 42px;

  }

  .protocols_first_image {

      margin-right: 2em;

      margin-bottom: 1em;

      float: left;

      width: 50%;

  }

  .protocols_first_image_inner img {

      height: 300px;

  }

  .protocols_first_hle h4 {

    font-size: 26px;

    line-height: 32px;

  }

  .protocols_first_hle p {

      font-size: 16px;

      line-height: 28px;

  }

  .protocols_second_image {

      float: right;

      margin-left: 1em;

      width: 50%;

      margin-bottom: 1em;

  } 

  .protocols_second_image_inner img {

      height: 250px;

  } 

  .protocols_second_hle p {

    font-size: 16px;

  }

  .protocols_third_image {

      margin-bottom: 1em;

      margin-right: 0em;

  }   

  .protocols_third_image_one img {

    height: 165px;

  }

  .protocols_third_image_three img {

    height: 165px;

  }

  .protocols_third_image_two img {

    height: 300px;

  }

  .protocols_second_wrapper {

    padding: 1em 0em;

  }

  .protocols_third_wrapper {

    padding: 1em 0em;

  }

  .protocols_fourth_image {

      float: right;

      margin-left: 1em;

      width: 50%;

      margin-bottom: 1em;

  }

  .protocols_fourth_image_inner img {

    height: 260px;

  }

  .protocols_fourth_hle h4 {

    font-size: 30px;

    line-height: 32px;

  }

  .protocols_fourth_hle p {

      font-size: 16px;

      line-height: 30px;

  }  

  /******************************************Affiliate Resources***************************************/

  .resources_wrapper {

    padding: 1em 0em;

    margin: 1em 0em;

  }

  .resources_first_single_inner {

    max-width: 80%;

    margin: 0 auto;

  }

  .resources_first_single_content {

      width: 75%;

  }

  .resources_first_blck {

      margin-bottom: 2em;

      float: left;

      width: 100%;

  }

  .resources_second_blck {

      float: left;

      width: 100%;

  }

  .resources_secondo_single {

    float: left;

    width: 50%;

  }

  .resources_secondo_single_inner {

    margin: 0px 3px;

  }

  .resources_secondo_single_content span {

    font-size: 15px;

  }

  .resources_first_single {

      margin-bottom: 1em;

  }

  .resources_first_single_second {

      float: left;

      width: 100%;

  } 

  .resources_first_single_second_inner {

    margin: 0px 25px;

  }
  .header_slogan {
    display: none;
  }
  .mobile-header {
      top: 2.1em;
  }
  /************************************Myclinic Info Page********************************************/
  .myclinic_wrapper {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  .myclinic_hle {
    padding: 1em 1em;
    float: left;
    width: 100%;
  }
  .clinic_photo {
    padding-left: 0;
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .imagediv {
      text-align: center;
      float: left;
      width: 50%;
  }
  button.bne img {
    height: 135px;
  }
  .upload-btn-wrapper p {
    font-size: 17px;
  }
  .clinic_fm.web_clinic {
      float: right;
  }
  .clinic_fm_descrip {
    float: left;
    width: 100%;
  }
  .clinic_fm_but {
      float: left;
      width: 100%;
  }
  .clinic_fm input {
    font-size: 15px;
  }
  .clinic_fm_descrip textarea {
    font-size: 15px;
  }
  .upload-btn-wrapper {
    width: 49%;
  }
  .clinci_pwd a {
    width: 200px;
    font-size: 16px;
    padding: 3px 0px;
  }
  /****************************************Resource-detail*****************************************/
  .resources_detail {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  .resources_detail_image {
      margin-right: 1em;
      margin-bottom: 1em;
      float: left;
      width: 50%;
  }
  .resources_detail_image_inner img {
    height: 300px;
  }    
  /**************************************Find a Clinic Info ***************************************/
  .clinic_det_image {
    float: right;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .clinic_det_image_link a {
    width: 240px;
  }
  .clinic_det_image_link a p {
    font-size: 20px;
    line-height: 28px;
  }
  .clinic_det_image_inner img {
    height: 330px;
  }
  .clinic_det_hle h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .clinic_det_hle p {
      font-size: 16px;
      line-height: 30px;
  }    
 .findclinic_map_left {
      margin-bottom: 20px;
      float: left;
      width: 100%;
  }
  .findclinic_map_data {
      padding-left: 0em;
      float: left;
      width: 100%;
  }
  .findclinic_map_data ul li a {
      width: 100%;
  }
  .findclinic_map_data ul li a p {
      font-size: 16px;
  }
  /***************************************Treatment Page*********************************************/
  .treatments_first_image {
    float: left;
    width: 100%;
  }
  .treatments_first_image_one {
    float: left;
    width: 100%;
  }
  .treatments_first_image_one img {
    height: 280px;
  }
  .treatments_first_image_two {
    display: none;
  }
  .treatment_therapy_hle h4 {
      font-size: 24px;
      line-height: 36px;
  }
  .treatment_therapy_list ul {
    overflow-x: hidden;
    max-width: 85%;
    margin: 0 auto;
  }
  .treatment_therapy_list ul li p {
      font-size: 15px;
      line-height: 32px;
  }
  .treatment_therapy_list ul li {
    width: 100%;
  }
  .treatment_last_image {
      margin-left: 10px;
      margin-bottom: 15px;
      float: right;
    width: 50%;
  } 
  .treatment_last_image_inner img {
      height: 300px;
  }   
  .treatment_last_hle h4 {
      font-size: 28px;
      line-height: 36px;
  }
  /******************************************Style 2***********************************************/
  .login_image {

    float: left;

    width: 50%;

}

.login_form {

    float: left;

    width: 50%;

 padding: 15px 20px;

}

.login_form form input {

    padding: 15px 0;

}

.login_image img {

    height: 265px;

}

.login_form h1 {

    font-size: 18px;

    padding: 5px 70px 5px 15px;

    margin-left: -4em;

    margin-bottom: 10px;

}

.login_wrapper {

    float: left;

    width: 100%;

}

.login_wrapper_full:after {

    height: 200px;

}

.user_submit {

    text-align: center;

    padding: 30px 0;

}

.create_acc {

    padding: 10px 0;

    text-align: center;

}

.forget_pass {

    text-align: center;

    padding: 10px 0;

}

.login_form form input::placeholder {

font-size: 16px;

}

.register_image {

    float: left;

    width: 50%;

}

.register_form {

    float: left;

    width: 50%;

}

.register_image_inner {

    position: relative;

    top: 2em;

    right: 0;

}

.register_form {

    padding: 0px 15px;

    padding-top: 10px;

    padding-bottom: 35px;

}

.register_form h1 {

    padding: 5px 60px 5px 5px;

    margin-left: -3em;

}

.register_image_inner img {

    height: 300px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.register_wrapper_full {

    float: left;

    width: 100%;

}

.register_form:after {

    height: 70px;

    width: 70px;

    right: -30px;

    top: -30px;

}

.register_image_inner p {

    font-size: 14px;

    margin-bottom: 15px;

}

.register_wrapper_full:after {

    height: 275px;

}

.register_form form input {

    padding: 10px 0;

}

.register_form form input {

    width: 100%;

}

.user_submit button {

    width: 140px;

    height: 30px;

    line-height: 15px;

padding-left: 20px;

}

.user_submit.signup button:after {

    height: 10px;

    width: 22px;

    right: 10px;

    top: 10px;

}

.register_image_inner {

    right: -1em;

}

.mapouter {

    height: 400px;

}

.gmap_canvas {

    height: 400px;

}

.find_clinic_map:after {

    content:unset;

}

.find_clinic_content:after {

    content:unset;

}

.find_clinic_content {

    padding: 0 20px;

}
    /***************** treatments-page ****************/

    .treatmentspage_image_section {

      float: right;

      margin-left: 1em;

      width: 50%;

  }

  .innerbanner_image img {

      height: 250px;

  }

  .innerbanner-bottom {

      bottom: -1.5em;

  }

  .innerbanner_heading {

      font-size: 30px;

      max-width: 280px;

      line-height: 35px;

      padding: 7px 15px;

  }

  .treatmentspage_section {

      margin: 1em 0 1em;

  }

  .treatmentspage_image img{

      height: 25vw;

  }

  .shockwave_treatments_part {

      float: left;

      width: 50%;

  }

  .shockwave_treatments_part p {

      font-size: 14px;

      line-height: 22px;

  }

  .shockwave_treatments_list {

      height: 315px;

  }

  .shockwave_treatments_wrapper:after {

      bottom: 0;

  }

  .shockwave_treatments_wrapper h1{

      line-height: 35px;

  }

  /************************ whatisshockwave-page *********************/

  .whatisshockwave_firstblk_imagesection {

      float: left;

      width: 50%;

      padding-bottom: 0em;

  }

  .whatisshockwave_firstblk_image img{

      height: 40vw;

  }

  .whatisshockwave_wrapper {

      margin: 3em 0 1em;

      float: left;

      width: 100%;

  }

  .whatisshockwave_firstblk p {

      font-size: 15px;

      line-height: 27px;

  }

  .shockwaveresearch_image_section {

      float: right;

      margin-left: 1em;

      width: 50%;

  }

  .shockwaveresearch_image img {

      height: 35vw;

  }

  .shockwaveresearch_image {

      width: 56%;

  }

  .shockwaveresearch_wrapper h1{

      line-height: 30px;

  }

  .shockwaveecpensive_image_section {

      float: left;

      width: 50%;

  }

  .shockwaveecpensive_image img {

      height: 35vw;

  }

  .shockwaveecpensive_wrapper h4{

      line-height: 30px;

  }

  .shockwaveecpensive_image:nth-child(2) {

      width: 60%;

      margin-left: -6em;

      margin-top: 5em;

  }

  .shockwaveecpensive_image:nth-child(1) {

      width: 70%;

  }

  .shockwaveecpensive_wrapper p {

      font-size: 15px;

      line-height: 25px;

  }

  .shockwaveresearch_wrapper p {

      font-size: 15px;

      line-height: 25px;

  }

  .whatisshockwave_firstblk_imagesection:after {

      bottom: -35px;

      width: 95%;

      height: 70px;

  }

  /************************ sales-page ************************/

  .packages_wrapper {

      float: left;

      width: 100%;

  }

  .leadquest_wrapper{

      float: left;

      width: 100%;

  }

  .concierge_wrapper{

      float: left;

      width: 100%;

  }

  .salesbanner_slider {

      float: left;

      width: 100%;

  }

  .salesbanner_slider .banner_bottom_sec {

      float: left;

      width: 100%;

  }

  .banner_wrapper.sales_banner .banner_bottom_image {

      float: left;

      width: 100%;

  }

  .banner_wrapper.sales_banner .salesbanner_content {

      width: 100%;

      float: left;

  }

  .banner_wrapper.sales_banner .banner_bottom_image img {

      height: 250px;

  }

  .salesbanner_content {

      padding: 1em 1em 2em;

  }

  .banner_wrapper.sales_banner .banner_bottom_sec:after{

      content: unset;

  }

  .salesbanner_content a:after{

      bottom: 5px;

  }

  .salesbanner_content h1{

      border-radius: 10px;

  }

  .salesbanner_content h2{

      border-radius: 10px;

  }

  .salesbanner_content h4{

      border-radius: 10px;

  }

  .banner_wrapper.sales_banner {

      padding-bottom: 0em;

  }

  .stating_section {

      padding: 10px;

      width: 40%;

      float: left;

  }

  .absolutly_free {

      padding-left: 1em;

      float: right;

      width: 60%;

  }

  .stating_section p {

      font-size: 18px;

      line-height: 30px;

  }

  .stating_section p span {

      font-size: 27px;

      line-height: 40px;

  }

  .absolutly_free p {

      font-size: 16px;

      line-height: 25px;

  }

  .salesclick_link_section{

      float: left;

      width: 100%;

  }

  .salesclick_link p{

      margin: 10px 0;

  }

  .shockwavecenters_wrapper h4 {

      font-size: 25px;

  }

  .shockwavecenters_wrapper p{

      margin: 10px 0;

  }

  .shockwaves_devices h4 {

      font-size: 25px;

      line-height: 30px;

  }

  .shockdevices_image_section {

      margin-top: 1em;

      margin-left: 2em;

      margin-bottom: 1em;

      float: right;

      width: 50%;

  }

  .shockwaves_devices span {

      font-size: 16px;

      line-height: 28px;

  }

  .markpackage_right_section {

      padding-left: 0;

      margin-top: 1em;

  }

  .marketing_image_section {

      margin-bottom: 3em;

      width: 100%;

  }
  
  .marketing_image1 img {
    object-fit: cover;
    width: 100%;
    height:auto;
}

.marketing_image2 {
    width: 23%;
    position: absolute;
    top: -17px;
    right: -5px;
}

.marketing_image2 img {
    height: 21vw;
    width: 100%;
    object-fit: cover;
}

  .marketing_wrapper h4 {

      font-size: 25px;

  }

  .leadquest_section h4 {

      font-size: 25px;

  }


  .leadquest_section p{

      margin: 5px 0 10px;

  }

  .concierge_section h4 {

      font-size: 25px;

      line-height: 30px;

  }

  /********************* faq-page ********************/

  .faqpage_wrapper{

      float: left;

      width: 100%;

  }

  .faqpage_heading p {

      font-size: 20px;

  }

  .faqpage_heading h1 {

      font-size: 30px;

  }

  .set > a{

      font-size: 16px;

      padding: 15px 0px 22px;

  }

  .set > a i {

      width: 30px;

      height: 30px;

      line-height: 26px;

      font-size: 16px;

  }

  .faqpage_section .content p {

      font-size: 15px;

      line-height: 23px;

  }

  .faqpage_section .content{

      margin-bottom: 10px;

  }

  .faqpage_section {

      margin-top: 1em;

      float: left;

      width: 100%;

  }

  /********************** affiliate-marketing *********************/

  .affiliatemarketing_firstblk_wrapper{

      float: left;

      width: 100%;

      margin: 2em 0 0em;

  }

  .affiliate_weservemarketing_wrapper{

      float: left;

      width: 100%;

  }

  .affiliatemarketing_lastblk_wrapper{

      float: left;

      width: 100%;

      margin: 1em 0;

  }

  .affiliatemarketing_image_section {

      float: right;

      width: 50%;

      margin-left: 1em;

  }

  .affiliatemarketing_firstblk_section h1 {

      font-size: 30px;

  }

  .affiliatemarketing_firstblk_section P{

      line-height: 25px;

  }

  .affiliatemarketing_image img{

      height: 36vw;

  }

  .affiliate_weservemarketing_heading h4 {

      font-size: 30px;

  }

  .affiliate_weservemarketing_heading p{

      line-height: 25px;

  }

  .affiliate_weservemarketing_box{

      padding: 2em 1em 1em;

  }

  .affiliatemarketing_lastblkimage_section {

      float: left;

      width: 50%;

      margin-right: 1em;

  }

  .affiliatemarketing_lastblk_section h4{

      font-size: 30px;

      margin-bottom: 10px;

  }

  .affiliatemarketing_lastblk_section p{

      line-height: 25px;

  }

  .affiliatemarketing_lastblkimage img{

      height: 43vw;

  }
  .video_sec_hle h1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .video_category {
    width: 100%;
    text-align: center;
  }
  .video_category_title{
    display: block;
  }
  .videos_sec_wrapper {
    padding: 1em 0em 2em;
    margin: 0em 0em 2em;
  }
  .video_category label{
    font-size: 17px;
  }
/*************************************Affiliate Video Page***************************************/
.shockwave_video_wrapper .nav-tabs li {
  width: 50%;
}
} 



@media only screen and (max-width: 767px) and (min-width: 600px)  {

            

  /***********************************Homepage****************************************************/

              



}	



@media only screen and (max-width:480px)  {
    

.referral-popup-link a{
    padding: 15px 5px;
}

.referralmodalbody h3 {
    font-size: 20px;
}

.referralmodalbody h2 {
    font-size: 30px;
}

   /***************************************Video Page***************************************************/  
   .video_sec_hle h1 {
    font-size: 28px;
    line-height: 30px;
  }  
  .videos_sec_wrapper {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  .videos_single_mai img {
    height: 400px;
  }
  
  .videos_single_mai h4 {
      color:#235985;
  }
  .videos_single.two .videos_single_mai img, .videos_single.four .videos_single_mai img, .videos_single.six .videos_single_mai img {
    height: 300px;
  }
  .videos_single.five {
      margin-top: 0;
  }
   /*************************************Homepage*****************************************/
   .first_content ul li {
      font-size: 16px;
      line-height: 28px;
   } 
    .banner_wrapper_hle {
      display: flex;
      flex-direction: column;
    }
    .protocols_second_hle {
        display: flex;
        flex-direction: column;
    }
    .protocols_second_image {
        order: 2;
    }
    .protocols_second_hle h4, .protocols_second_hle h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .banner_top_sec {
      order: 2;
    }
    .banner_bottom_sec {
      order: 1;
    }
    .about_images_one {
      margin-bottom: 10px;
      background-color: #235985;
      padding: 5px;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      float: left;
      width: 48%;
   }
   .about_images_one img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 180px;
   }
   .about_images_two {
      margin-bottom: 10px;
      background-color: #cd2d35;
      padding: 5px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      position: relative;
      top: 0;
      float: right;
      width: 48%;
   }
   .about_images_two img { 
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      height: 180px;
   } 
   .about_images_three {
      margin-bottom: 10px;
      background-color: #235985;
      padding: 5px;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      float: left;
      width: 100%;
   }
   .about_images_three img {
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      height: 200px;
   } 
   .header_phone {

    float: left;

    width: 100%;

   }  

   .header_phone span {

      font-size: 25px;

   }

   .header_phone p {

      font-size: 24px;

      line-height: 24px;

   }

   .header_mail {

    display: none;

   }

   .mob_navi {

    width: 100%;

   }

   a.schdule_abt {

      font-size: 15px;

      width: 50%;

      height: 40px;

      padding: 5px 0px;

  }

  a.readmore_abt {

      font-size: 17px;

      height: 40px;

      float: right;

      width: 45%;

      padding: 7px 0px;

      margin-left: 0em;

  }

  .about_wrapper {

    padding: 1em 0em;

  }

  .treatments_right {

    padding: 0em 0em; 

  }

  .treatments_right_inner h5 {

      font-size: 21px;

  }

  .treatments_right_inner ul li {

      font-size: 16px;

      line-height: 32px;

  }

  .testimonials_wrapper {

    padding: 1em 0em;

  }

  .footer_first_left h4 {

    font-size: 24px;

  }

  .form-group.contac.address {

    float: left;

    width: 100%;

  }  

  .submit-btn {

    width: 100%;

    float: right;

  }

  .footer_first_right {

    padding: 0px 0px;

  }

  .footer_link_inner ul li a {

    font-size: 14px;

  }

  .footer_bottom_left p {

    font-size: 14px;

  }

  /**************************************Reviews Page**************************************/

  .reviews_title_sec_own h1 {

      font-size: 26px;

      line-height: 32px;

  }

  .testimonials_single_content.indiv_testi {

    padding: 2em 1em 2em 1em;

  }

  .testimonials_single_content.indiv_testi p::before {

    content: unset;

  }

  .testimonials_single_content.indiv_testi p:after{

    content: unset;

  }

  .testimonials_single_play_inner {

      width: 65px;

      height: 65px;

      padding-top: 6px;

  }

  .review_single_indiv:nth-child(even) .testimonials_single_content.indiv_testi {

      padding: 2em 1em 2em 1em;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(1) .testimonials_single_content.indiv_testi {

      padding: 2em 1em 2em 1em;

  }

  .reviews_single_ownpa:nth-child(even) .review_single_indiv:nth-child(2) .testimonials_single_content.indiv_testi {

    padding: 2em 1em 2em 1em;

  }

  /*********************************Shockwavedevices page*****************************************/

  .banner_sale_content div {

    font-size: 32px;

    line-height: 40px;

  }

  .shockwave_first_image {

      margin-right: 0em;

      float: left;

      width: 100%;

      margin-bottom: 1em;

  }  

  .shockwave_second_single_inner {

    margin-left: 0em;

    float: right;

    width: 100%;

  }

  /****************************************Marketing and supoort*****************************/ 

  .marketing_first_image_small {

    left: 0;

    right: 0;

    margin: 0 auto;

    position: relative;

    bottom: 0;

  }

  .marketing_first_image_small img {

      width: 100%;

  }

  /***************************************About Page*************************************************/

  .about_salefirst_image {

    margin-right: 0em;

    float: left;

    width: 100%;

  }

  .about_saletwo_image {

      margin-left: 0em;

      padding-left: 0em;

      float: right;

      width: 100%;

  }

  .about_salethird_content_first, .about_salethird_content_second {

    float: left;

    width: 100%;

  }   

  .about_salethird_content ul li {

    float: left;

    width: 100%;

  }

  /****************************************Contact Page********************************************/

  .form-group.fullname {

    margin-bottom: 2em;

    float: left;

    width: 100%;

  }

  input.form-control {

    width: 100%;

  }

  .form-insterest label {

    font-size: 14px;

    width: 90%;

    line-height: 28px;

  }

  .form-insterest input {

      vertical-align: top;

  }

  textarea.form-control {

      font-size: 16px;

  }

  button.send-btn {

      font-size: 16px;

  }

  .contact_map_inner .mapouter {

    height: 300px;

  }

  .contact_map_inner .gmap_canvas {

    height: 300px;

  }

  .contact_map_content {

    padding-left: 0em;

  }

  .contact_map_left p {

    font-size: 14px;

  }

  /*******************************************Testimonials Page********************************************/

  .testimonials_sale_single {

    float: left;

    width: 100%;

  }

  /*******************************************Affiliate Homepage******************************************/

  .affiliate_first_images_one img {

    height: 300px;

  } 

  .affiliate_first_images {
    margin-bottom: 2em;
  }
  .affiliate_first_images_one {
      display: none;
  }
  .affiliate_first_images_two {

    position: relative;

    bottom: -13px;

  }

  .affiliate_first_hle h4 {

    font-size: 30px;

    line-height: 36px;  

  }  

  .affiliatesecond_images_one {

    width: 100%;

    float: left;

  }

  .affiliatesecond_images_one_inner img, .affiliatesecond_images_two_inner img {

    height: 300px;

  }

  .affiliatesecond_images_two {

    float: right;

    width: 100%;

  }

  a.affiliate_products {

      font-size: 13px;

  } 

  .affiliate_third_image_one img, .affiliate_third_image_two img {

      height: 200px;

  }

  .affiliate_third_hle h4 {

      font-size: 28px;

      line-height: 36px;

      margin-top: 0em;

  }

  .affiliate_third_hle p {

    line-height: 28px;

  }

  /************************************Affiliate Protocols************************************/

  .banner_affiliate_image img {

      height: 300px;

  }

  .banner_affiliate_content div {

      font-size: 32px;

      line-height: 36px;

  }

  .protocols_first_image {

      margin-right: 0em;

      margin-bottom: 1em;

      float: left;

      width: 100%;

  } 

  .protocols_second_image {

    float: right;

    margin-left: 0em;

    width: 100%;

  }

  .protocols_fourth_image {

      float: right;

      margin-left: 0em;

      width: 100%;

      margin-bottom: 1em;

  }  

  /******************************************Affiliate Resources***************************************/

  .resources_first_single_inner {

    max-width: 100%;

  }

  .resources_first_single_content {

      width: 95%;

  }     

  .resources_first_single_second_image_inner img {

    height: 250px;

  } 

  .resources_first_single_second_inner {

      margin: 0px 5px;

  }

  .resources_secondo_single {

    width: 100%;

  }
  .testimonials_sale_single_inner {
    margin: 0;
  }
  .protocols_first_hle {
      display: flex;
      flex-direction: column;
  } 
  .protocols_first_image {
    order: 2;
  }
  .shockwave_first_hle {
      display: flex;
      flex-direction: column;
  }
  .shockwave_first_image {
    order:2;
  }
  .marketing_first_hle {
    display: flex;
    flex-direction: column; 
  } 
  .marketing_first_image {
    order: 2;
  }
  .about_salefirst_hle {
      display: flex;
      flex-direction: column;
  }
  .about_salefirst_image {
    order: 2;
  }
  .affiliatebanner_content a {
      font-size: 16px;
      color: #fff;
      width: 95%;
      background-color: #235985;
      padding: 5px 15px;
      border-radius: 50px;
      text-decoration: unset;
      border-bottom: 0px;
  }
  .affiliatebanner_content a:hover {
      color: #fff;
      border-bottom:0px;
      background-color: #000;
  }
  /*******************************************Myclinic info********************************************/
  .clinic_fm {
    float: left;
    width: 100%;
  }
  .upload-btn-wrapper {
    text-align: center;
    float: left;
    width: 100%;
  }   
  button.bne img {
      height: 135px;
  }  
  .clinic_fm_but button {
      font-size: 18px;
  } 
  .resources_detail_image {
      margin-right: 0em;
      margin-bottom: 1em;
      float: left;
      width: 100%;
  }
  .resources_detail_image_inner img {
      height: 250px;
  } 
  .resources_detail_sec h1 {
    font-size: 24px;
  }
  span.resource_date {
    font-size: 17px;
  }
  .banner_bottom_image img {
    height: 70px;
  }
   /*****************************************Find a Clinic Page****************************************/
   .clinic_det_image_inner img {
    height: 250px;
  }
  .clinic_det_image_link a {
    width: 220px;
  }
  .clinic_det_image_link a p {
      font-size: 18px;
      line-height: 28px;
  }
  .clinic_det_hle h1 {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 10px;
  }
  .findclinic_address {
      width: 85%;
  }
  .findclinic_address p {
      width: 73%;
      font-size: 15px;
      line-height: 24px;
  }
  .findclinic_map_data ul li a p {
      font-size: 11px;
      width: 50%;
  }
  .findclinic_map_data ul li a span img {
      width: 20px;
  }
  .findclinic_map_data ul li a span {
      margin-right: 5px;
      padding-right: 10px;
  }
  .findclinic_map_media ul li {
    margin: 0px 8px;
  }
  .findclinic_map_media ul li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding-top: 7px;
  }
  .findclinic_map_media {
    padding-left: 0em;
    float: left;
    width: 100%;
  }    
  /***************************************Treatments Page******************************************/
  .treatment_therapy_list ul {
    max-width: 100%;
  } 
  .treatment_therapy_list ul li {
    margin: 0px 0px;
  }
  .treatment_last_image {
    float: right;
    width: 100%;
  }
  .treatment_last_image_inner img {
    height: 250px;
  }
  /******************************************Style 2 ********************************************/
  #profile_type {
    width: 100%;
  }    
  
  form#register_form div {
      margin-bottom: 15px;
      float: left;
      width: 100%;
  }
  .user_submit.signup {
      position: relative;
      bottom: 0;
  }
  .login_image {
  
    float: left;
  
    width: 100%;
  
  border-radius: 0;
  
  }
  
  .login_form {
  
      float: left;
  
      width: 100%;
  
  border-radius: 0 0 30px 30px
  
  }
  
  .login_form h1 {
  
      margin: 0em;
  
      margin-bottom: 20px;
  
  }
  
  .acc_pass {
  
      padding: 0;
  
  }
  
  .user_submit {
  
      padding: 20px 0;
  
      padding-top: 40px;
  
  }
  
  .login_image:before {
  
      border-radius: 30px;
  
      height: 96%;
  
      width: 95%;
  
      left: 8px;
  
  }
  
  .login_image p {
  
      padding-left: 20px;
  
      padding-right: 20px;
  
      padding-bottom: 25px;
  
  }
  
  .login_image:after {
  
      content:unset;
  
  }
  
  .create_acc {
  
      padding: 5px 0;
  
  }
  
  .forget_pass {
  
      padding: 5px 0;
  
  }
  
  .login_form form input {
  
      padding: 10px 0;
  
  }
  
  .user_submit button {
  
      width: 125px;
  
      height: 34px;
  
      font-size: 16px;
  
  }
  
  .user_submit button:after {
  
      height: 12px;
  
      width: 22px;
  
      right: 20px;
  
      top: 12px;
  
  }
  
  .register_image {
  
      float: left;
  
      width: 100%;
  
  }
  
  .register_form {
  
      float: left;
  
      width: 100%;
  
  }
  
  .register_form h1 {
  
      padding: 5px 60px 5px 5px;
  
      margin-left: -15px;
  
      border-radius: 0px 23px 23px 0;
  
  }
  
  .register_image_inner {
  
      position: unset;
  
  }
  
  .register_wrapper {
  
      float: left;
  
      width: 100%;
  
  }
  
  .register_image_inner img {
  
      border-radius: 30px 30px 0 0;
  
  }
  
  .register_form {
  
      border: 0;
  
      border-radius: 0 0 30px 30px;
  
  }
  
  .register_form {
  
      padding-bottom: 20px;
  
  }
  .register_image {
    display: none;
  }
  .login_image {
    display: none;
  }
  .register_form:after {
  
      content:unset;
  
  }
  
  .register_wrapper_full {
  
      filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.22));
  
  }
  
  .find_clinic_wrapper_full {
  
      padding: 20px 0;
  
  }
  
  .find_clinic_content h1 {
  
      font-size: 28px;
  
      margin: 0;
  
  }
  
  .clinic_search {
  
      margin-top: 10px;
  
  }
  
  .mapouter {
  
      height: 300px;
  
  }
  
  .gmap_canvas {
  
      height: 300px;
  
  }
  
  .login_wrapper {
  
    display: block;
  
  }
   /*********************** treatments-page ***********************/
   .affiliate_weservemarketing_box span {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 60px;
    float: right;
    margin-top: -55px;
}
.affiliatemarketing_firstblk_section {
    display: flex;
    flex-direction: column;
}
.affiliatemarketing_image_section {
    order: 2;
}
.whatisshockwave_firstblk {
    display: flex;
    flex-direction: column;
}    

.innerbanner_image img {

    height: 200px;

}

.innerbanner-bottom{

    display: none;

}

.innerbanner_title {

    bottom: 0;

    left: 0;

    padding: 0;

    width: 100%;

}

.innerbanner_heading{

    max-width: unset;

}

.treatmentspage_wrapper {

    margin: 1em 0 1em;
    float: left;
    width: 100%;

}

.treatmentspage_image_section {

    float: right;

    margin-left: 0;

    width: 100%;

    margin-bottom: 1em;

}

.treatmentspage_image {

    float: left;

    width: 100%;

}

.treatmentspage_image:nth-child(2) {

    margin-top: 10px;

    width: 100%;

}

.treatmentspage_image img {

    height: 35vw;

}

.shockwave_treatments_wrapper h1 {

    line-height: 30px;

    font-size: 25px;

}

.shockwave_treatments_part{

    width: 100%;

}

/******************* whatisshockwave-page ******************/

.whatisshockwave_firstblk_imagesection {

    float: unset;

    width: 95%;

    margin: 0 auto;

    padding-bottom: 1em;
    order:2;
}
.second_content {
    order: 3;
}
.whatisshockwave_firstblk_image img {

    height: 60vw;

}

.shockwaveresearch_image img {

    height: 45vw;

}

.shockwaveresearch_image:nth-child(2) {

    margin-top: 10px;

    margin-left: 0;

}

.shockwaveresearch_image {

    width: 100%;

}

.shockwaveresearch_image_section {

    float: right;

    margin-left: 0;

    margin-bottom: 1em;

    width: 100%;

}

.shockwaveecpensive_image:nth-child(1) {

    width: 100%;

}

.shockwaveecpensive_image img {

    height: 45vw;

}

.shockwaveecpensive_image:nth-child(2) {

    width: 100%;

    margin-left: 0;

    margin-top: 10px;

}

.shockwaveecpensive_image_section {

    float: left;

    width: 100%;

    margin-bottom: 1em;

}

.whatisshockwave_firstblk_imagesection:after {

    bottom: -20px;

    height: 50px;

}

/********************* sales-page *********************/

.banner_wrapper.sales_banner .banner_bottom_image img {

    height: 200px;

}

.salesbanner_content h1 {

    font-size: 20px;

    line-height: 30px;

}

.salesbanner_content h2 {

    font-size: 20px;

    line-height: 30px;

}

.salesbanner_content h4 {

    font-size: 20px;

    line-height: 30px;

}

.salesbanner_content a {

    font-size: 18px;

}

.packages_section {

    display: block; 

    margin: 1em 0;

    float: left;

    width: 100%;

}

.stating_section {

    width: 100%;

    float: left;

}

.absolutly_free {

    margin-top: 1em;

    padding-left: 0;

    float: right;

    width: 100%;

}

.packages_wrapper {

    margin: 1em 0 1em;

}

.salesclick_link_section a {

    font-size: 17px;

    padding: 10px 10px;

}

.salesclick_link_section {

    margin: 0 0 1em;

}

.shockwaves_devices span {

    line-height: 25px;

}

.shockdevices_image_section {

    margin-left: 0;

    width: 100%;

}

.shockdevice_image3 img {

    width: 100%;

    height: 70vw;

}

.shockdevice_image2 img {

    height: 35vw;

}

.shockdevice_image1 img {

    height: 50vw;

}

.shockdevice_image_right {

    width: 50%;

    margin-left: 0;

}

.shockdevice_image2 {

    margin-top: -2em;

}

.markpackage_paragaph{

    padding: 1em 1em;

}

.marketing_image_section {

    margin-bottom: 3em;

    float: left;

    width: 100%;

    margin-right: 0;
    padding-right:0;

}


.marketing_image2 {

    width: 30%;

}

.marketing_image2 img {
        height: auto;
    }

.alreadyown_shockwave h5 {

    font-size: 18px;

    line-height: 28px;

}

.leadquest_image_section {

    width: 100%;

    margin-left: 0;

    margin-bottom: 1em;

}


.leadquest_section p {

    margin: 0px 0 10px;

}

/********************** faq-page ********************/

.faqpage_wrapper {

    margin: 1em 0 2em;

}

.faqpage_heading h1 {

    font-size: 28px;

    line-height: 35px;

}

.faqpage_heading p {

    font-size: 18px;

}

.set > a i {

    position: absolute;

    right: 0;

    top: 20px;

}

.set > a {

    padding: 10px 25px 15px 0px;

}

/******************** affiliate-marketing *****************/

.affiliatemarketing_image_section {

    float: unset;

    width: 85%;

    margin: 0 auto;

}

.affiliatemarketing_image img {

    height: 55vw;

}

.affiliate_weservemarketing_heading h4 {

    font-size: 28px;

    line-height: 33px;

}

.affiliate_weservemarketing_heading{

    text-align: left;

}

.affiliate_weservemarketing_part{

    padding-left: 10px;

    padding-right: 10px;

}

.affiliatemarketing_lastblkimage_section {

    float: unset;

    width: 85%;

    margin: 0 auto;

    margin-bottom: 1em;

}

.affiliatemarketing_lastblkimage img{

    height: 60vw;

}

.affiliate_weservemarketing_slider ul {

    margin: 0em 0 2em;

}  
.clear {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.videos_sec_inner {
    float: left;
    width: 100%;
}
.jmsfirst_play a i {
  font-size: 100px;
} 

.findclinic_map_wrapper .gm-style-iw.gm-style-iw-c {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    left: 0em;
    width: 310px !important;
    max-width: 310px !important;
}

} 



@media screen and (max-width:480px) and (min-width:360px) {

	

	/***************************************Homepage****************************************************/





}



/* @media screen and (max-height: 450px) {

  .sidenav {padding-top: 15px;}

  .sidenav a {font-size: 18px;}

} */



@keyframes flickerAnimation{

    0% {

        opacity: 1;

    }

    50% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



@keyframes shake {

  0%{transform:translate(1px, 1px) rotate(0deg);}

  10%{transform:translate(-1px, -2px) rotate(-1deg);}

  20%{transform:translate(-3px, 0px) rotate(1deg);}

  30%{transform:translate(3px, 2px) rotate(0deg);}

  40%{transform:translate(1px, -1px) rotate(1deg);}

  50%{transform:translate(-1px, 2px) rotate(-1deg);}

  60%{transform:translate(-3px, 1px) rotate(0deg);}

  70%{transform:translate(3px, 1px) rotate(-1deg);}

  80%{transform:translate(-1px, -1px) rotate(1deg);}

  90%{transform:translate(1px, 2px) rotate(0deg);}

  100%{transform:translate(1px, -2px) rotate(-1deg);}

}



@keyframes lds-dual-ring {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

@keyframes rotateme {

    0% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

    100% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

}

@keyframes slidebg {

    100% {

        background-position: 20vw;

    }

} 

@keyframes swinging {

  0% {

    transform: rotate(2deg);

  }

  50% {

    transform: rotate(-2deg);

  }

  100% {

    transform: rotate(2deg);

  }

}

@keyframes sway  {

  0% { transform: rotate(8deg); }

  50% { transform: rotate(-8deg); }

  100% { transform: rotate(8deg); }

}

/* @keyframes slide-in-left {

    0% {

      -webkit-transform: translateX(-100px);

      transform: translateX(-100px);

      opacity: 0;

    }

    100% {

      -webkit-transform: translateX(0);

      transform: translateX(0);

      opacity: 1;

    }

  }



  @keyframes example {

    0%   {background-color:red; left:0px; righ:0px;}

    25%  {background-color:red; left:200px; right:0px;}

    50%  {background-color:red; left:200px; right:200px;}

    75%  {background-color:transparent; left:0px; right:200px;}

    100% {background-color:transparent; left:0px; right:0px;}

  } */



  @keyframes MoveUpDown {

    0%, 100% {

      bottom: 0;

    }

    50% {

      bottom: 100px;

    }

  }

  @keyframes shake {

    10%, 90% {

      transform: translate3d(-1px, 0, 0);

    }

    

    20%, 80% {

      transform: translate3d(2px, 0, 0);

    }

    

    30%, 50%, 70% {

      transform: translate3d(-4px, 0, 0);

    }

    

    40%, 60% {

      transform: translate3d(4px, 0, 0);

    }

  }



    @keyframes mover {

        0% { transform: translateY(0); }

        100% { transform: translateY(-10px); }

    }

    @keyframes bounce-in-top {

      0% {

        -webkit-transform: translateY(-500px);

                transform: translateY(-500px);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

        opacity: 0;

      }

      38% {

        -webkit-transform: translateY(0);

                transform: translateY(0);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

        opacity: 1;

      }

      55% {

        -webkit-transform: translateY(-65px);

                transform: translateY(-65px);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

      }

      72% {

        -webkit-transform: translateY(0);

                transform: translateY(0);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

      81% {

        -webkit-transform: translateY(-28px);

                transform: translateY(-28px);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

      }

      90% {

        -webkit-transform: translateY(0);

                transform: translateY(0);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

      95% {

        -webkit-transform: translateY(-8px);

                transform: translateY(-8px);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

      }

      100% {

        -webkit-transform: translateY(0);

                transform: translateY(0);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

    }

    @keyframes jello-horizontal {

      0% {

        -webkit-transform: scale3d(1, 1, 1);

                transform: scale3d(1, 1, 1);

      }

      30% {

        -webkit-transform: scale3d(1.25, 0.75, 1);

                transform: scale3d(1.25, 0.75, 1);

      }

      40% {

        -webkit-transform: scale3d(0.75, 1.25, 1);

                transform: scale3d(0.75, 1.25, 1);

      }

      50% {

        -webkit-transform: scale3d(1.15, 0.85, 1);

                transform: scale3d(1.15, 0.85, 1);

      }

      65% {

        -webkit-transform: scale3d(0.95, 1.05, 1);

                transform: scale3d(0.95, 1.05, 1);

      }

      75% {

        -webkit-transform: scale3d(1.05, 0.95, 1);

                transform: scale3d(1.05, 0.95, 1);

      }

      100% {

        -webkit-transform: scale3d(1, 1, 1);

                transform: scale3d(1, 1, 1);

      }

    }

    @keyframes bounce-in {

        0% {

          opacity: 0;

          transform: scale(.3);

      }

      50% {

          opacity: 1;

          transform: scale(1.05);

      }

      70% {

          transform: scale(.9);

      }

      100% {

          transform: scale(1);

      }

    }

    @keyframes blink-1 {

      0%,

      50%,

      100% {

        opacity: 1;

      }

      25%,

      75% {

        opacity: 0;

      }

    }

    @keyframes heartbeat {

      from {

        -webkit-transform: scale(1);

                transform: scale(1);

        -webkit-transform-origin: center center;

                transform-origin: center center;

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

      10% {

        -webkit-transform: scale(0.91);

                transform: scale(0.91);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

      }

      17% {

        -webkit-transform: scale(0.98);

                transform: scale(0.98);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

      33% {

        -webkit-transform: scale(0.87);

                transform: scale(0.87);

        -webkit-animation-timing-function: ease-in;

                animation-timing-function: ease-in;

      }

      45% {

        -webkit-transform: scale(1);

                transform: scale(1);

        -webkit-animation-timing-function: ease-out;

                animation-timing-function: ease-out;

      }

    }

    @keyframes spin {  

    0% {

      transform: rotateY(0deg);

    }

    100% {

      transform: rotateY(-360deg);

    }

  }
  @keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -512px -512px; }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

