  .whole_body {
    background-color: #0d0d26;
    overflow: hidden;
  }
  .single .whole_body{
    overflow: visible;
  }
  .single .needtohelp-section{
    position: sticky;
    top: 100px;
    height: max-content;
  }
  .home_carousel {
    padding-top: 50px;
  }
  .bg_carousel::before{
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(264.22deg, rgba(0, 0, 0, 0) 18.42%, rgba(0, 72, 124, 0.546875) 50.7%, #0084E3 101.01%) !important;
    border-radius: 10px;
  }
  .carousel-control-prev-icon {
    padding: 25px 25px;
    margin-right: 15px;
    background-image: url(../images/Vector.png);
    background-size: 16px 16px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 100%;
    vertical-align: bottom;
  }
  .carousel-control-prev-icon:hover {
    background-image: url(../images/Arrow_white.png);
    background-color: #0a88e3;
    transition: all ease 0.6s;  
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 400;
    content: "\f060";
    color: #ffffff;
  }
  .carousel-control-next-icon {
    padding: 25px 25px;
    background-image: url(../images/Vector.png);
    transform: rotate(180deg);
    background-size: 16px 16px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 100%;
    vertical-align: bottom;
  }
  .carousel-control-next-icon:hover {
    background-image: url(../images/Arrow_white.png);
    transform: rotate(180deg);
    background-color: #0a88e3;
    transition: all ease 0.6s;
  }
  .carousel-caption{
    left: 50px;
    right: 0px;
    bottom: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .txt_preview {
    width: 450px;
  }
  .btnadjust {
    position: absolute;
    left: auto;
    top: auto;
    right: 45px;
    bottom: 45px;
  }
  .home_carousel .bg_carousel h2,
.home_carousel .bg_carousel h1,
  .home_carousel .bg_carousel .h2 {
    color: white;
    width: 450px;
    text-align: left;
    font-family: 'Proxima Nova';
    font-size: 64px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .home_carousel .bg_carousel p {
    color: white;
    width: 450px;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }
  .spe_button {
    padding: 15px 25px;
    background-color: #ffffff;
    border-radius: 300px;
    font-weight: 800;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    color: #000000;
    justify-content: center;
  }
  .spe_button:hover{
    color: #ffffff !important;
    background-color: #0A88E3 !important;
  }
  .bg_carousel .txt_preview a:hover {
    color: #000000;
    text-decoration: none;
    transition: all ease 0.6s;
  }
  .part_1 {
    color: #fff;
    border-radius: 15px;
    margin: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Proxima Nova';
    font-size: 20px;
    overflow: hidden;
    height: 185px;
  }
  .pod_space {
    margin-top: 80px;
  }
  .whole_body .slick-prev {
    display: none !important;
  }
  .whole_body .slick-next {
    display: none !important;
  }
  .part_2 {
    margin-top: 10px;
    margin-left: 15px;
    color: #ffffff;
    max-width: 320px;
  }
  .part_2 p {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .part_2 a {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
	  transition: all 0.33s ease;
  }
  .slide_navview {
    color: #ffffff;
    margin-bottom: 20px;
  }
  .slider_navbar{
    display: flex;
    justify-content: space-between;
  }
  .slider_navbarpart2{
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .cmnp {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-family: 'Proxima Nova';
    font-size: 36px;
    line-height: 44px;
  }
  .spec_btn {
    padding: 15px 36px;
    background-color: #0a88e3;
    border-radius: 300px;
    font-weight: 800;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #ffffff !important;
    justify-content: center;
  }
  .spec_btn:hover {
    background-color: transparent;
    text-decoration: none;
    color: #0a88e3 !important;
    transition: all ease 0.6s;
    border: 1px solid #0a88e3;
  }
  .btn_pre {
    display: inline-block;
    padding: 24px 24px;
    background-image: url(../images/Vector.png);
    background-size: 16px 16px;
    background-position: center;
    background-color: #232343;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 1px solid #6e6d7a;
  }
  .btn_nex {
    display: inline-block;
    padding: 24px 24px;
    margin-left: 12px;
    background-image: url(../images/Vector.png);
    transform: rotate(180deg);
    background-size: 16px 16px;
    background-position: center;
    background-color: #232343;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 1px solid #6e6d7a;
  }
  .btn_pre:hover {
    background-image: url(../images/Arrow_white.png);
    background-color: #0a88e3;
    transition: all ease 0.6s;
    border: 1px solid #0a88e3;
  }
  .btn_nex:hover {
    background-image: url(../images/Arrow_white.png);
    transform: rotate(180deg);
    background-color: #0a88e3;
    transition: all ease 0.6s;
    border: 1px solid #0a88e3;
  }
  .whole_body .slick-list {
    overflow: visible !important;
  }

  .hmreport .part_1 {
    max-height: 185px;
  }
  
  /* .hmreport .part_1 {
    position: relative;
    background-color: #454574;
    overflow: visible;
    height: 185px;
  }
  .hmreport .slide_navview {
    margin-bottom: 150px;
  }
  .hmreport .part_1 a{
    position: absolute;
    display: inline-block;
    margin: 0px auto;
    bottom: 40px;
    text-align: center;
    max-width: 200px;
    overflow: hidden;
    border-radius: 15px;
  } */
  .contactus {
    background-color: #0d0d26;
    color: #ffffff;
    margin-top: 50px;
    padding-bottom: 80px;
    overflow-x: hidden;
  }
  .arrow_img{
    width: 40px;
    padding-top: 15px;
    margin-left: 20px;
  }
  .arrow_img img{
    width: 100%;
  }
  .contact_view h2 {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-family: 'Proxima Nova';
    font-size: 64px;
    line-height: 60px;
  }
  .contact_view p {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }
  .contact_view a {
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .contact_view a:hover img{
    transform: translate3d(12px, -12px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform 330ms ease-in-out;
  }
  .contact_view a > img {
    width: 50px;
    height: 30px;
    position: absolute;
    right: 160px;
    top: 20px;
    transform: rotate(0deg);
  }
  .contacts_links {
    display: flex;
    column-gap: 20px;
  }
  .bgp1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    text-align: center;
    background-image: url(../images/51.webp);
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .bgp2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    text-align: center;
    background-image: url(../images/52.webp);
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .bgp3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    text-align: center;
    background-image: url(../images/53.png);
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .bgp1 h5 {
    color: #ffffff;
    font-family: 'Proxima Nova';
    font-size: 20px;
    margin-top: 10px;
  }
  .bgp2 h5 {
    color: #ffffff;
    font-family: 'Proxima Nova';
    font-size: 20px;
    margin-top: 10px;
  }
  .bgp3 h5 {
    color: #ffffff;
    font-family: 'Proxima Nova';
    font-size: 20px;
    margin-top: 10px;
  }
  .whole_body .slick-slide {
    height: auto !important;
    min-height: 76%;
  }
  .whole_body .slides_view {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .head1 {
    color: #ffffff !important;
    margin-bottom: 25px;
  }
  .options {
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding-left: 25px;
  }
  .filters{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cards_view .card_slid {
    width: 290px !important;
    margin-bottom: 50px;
  }
  .cards_view .card_slid .part_1{
    margin: 0px;
  }
  .cards_view .card_slid .part_1 figure{
    margin: 0px !important;
  }
  .card_slid{
    width: 330px !important;
  }
  /*.card_slid:hover{
    opacity: 0.75;
    transition: opacity 0.5s ease-in-out;
  }*/
.card_slid .part_2 a:hover{
	font-weight: 700;
    transition: all 0.33s ease;
}
  .slick-track .card_slid:first-child{
    margin-left: -12px;
  }
  .justhead {
    padding-top: 50px;
  }
  .pdhead h4,.pdhead h1 {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 60px;
    color: #ffffff;
  }
  .options label {
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-family: 'Proxima Nova';
    font-size: 14px;
    line-height: 17px;
  }
  .head1 h4 {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-family: 'Proxima Nova';
    font-size: 36px;
  }
  .playicon{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
  }
  .leftarrow{
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
    content: "\f060";
  }
  
  .options input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .options label{
    position: relative;
  }
  .options .checkmark{
    position: absolute;
    top: 0px;
    left: -25px;
    height: 16px;
    width: 16px;
    box-sizing: border-box;
    border: 1px solid #454574;
    border-radius: 3px;
  }
  .options input:checked ~ .checkmark {
    border: 1px solid #0A88E3;
  }
  .options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .options input:checked ~ .checkmark:after {
    display: block;
  }
  .options .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #0A88E3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .detail_view{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
  }
  .whole_view li {
    color: #ffffff !important;
  }

  .whole_view ul {
    color: #ffffff !important;
  }

  .video_view img,video{
    max-width: 100%;
    border-radius: 15px;
  }
  .txt_view{
    margin-top: 30px;
  }
  .txt_view h6{
    font-style: normal;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
  }
  .txt_view h1{
    color: #ffffff;
    font-style: normal;
    font-weight: 700; 
    font-family: 'Proxima Nova';
    font-size: 44px;
    line-height: 48px;
  }
  .txt_view p{
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .txt_view p:last-child{
    margin-bottom: 0px;
  }
  .txt_view h2{
    color: #ffffff;
  }
  .txt_view h3{
    color: #ffffff;
  }
  .txt_view h4{
    color: #ffffff;
  }
  .txt_view h5{
    color: #ffffff;
  }
  .sticky-header{
    top: 0;
  }
  .part_1 .post-thumbnail img{
    min-height: 185px;
  }
  .slides_view .loadmore-btn-section{
    display: flex;
    justify-content: center;
  }

  .slides_view .loadmore-btn-section a{
    text-decoration: none;
    cursor: pointer;
  }
  .slides_view .loadmore-btn-section a{
    padding: 15px 45px;
    background-color: #0a88e3;
    border-radius: 300px;
    font-weight: 800;
    font-family: 'Proxima Nova';
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
  }
  .slides_view .loadmore-btn-section a:hover{
    background-color: transparent;
    text-decoration: none;
    color: #0a88e3;
    transition: all ease 0.6s;
    border: 1px solid #0a88e3; 
  }
  .detail_view .needtohelp-section{
    background-color: #191930;
  }
  .detail_view .needtohelp-section .textwidget .wpcf7-form.init input, .needtohelp-section .textwidget .wpcf7-form.init textarea{
    color: #ffffff !important;
    background-color: #191930 !important;
  }
  .detail_view .needtohelp-section .contact-form label{
    background-color: #191930;
  } 
  .detail_view .needtohelp-section select.form-select{
    background-color: #191930;
  }
  .detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
    display: block !important;
    background: #0a88e3 !important;
    border-radius: 300px;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    border: 2px solid #0a88e3;
    margin-top: 11px;
  }
  .single-whitepaper .detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn,
  .single-sample-report .detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
    font-size: 16px;
  }
  .detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover{
    background-color: transparent !important;
    text-decoration: none !important;
    color: #0a88e3 !important;
    transition: all ease 0.6s !important;
    border: 2px solid #0a88e3 !important;
  }
  .detail_view .needtohelp-section h4{
    margin-bottom: 0px;
  }
  .banner_view{
    position: relative;
  }
  .video_view{
    position: relative;
  }
  .banner_view .video-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .video_view .video-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .banner_view figure.post-thumbnail img{
   max-height: 500px;
   border-radius: 10px;
  }
  .contact_detail{
    display: flex;
    gap: 40px;
  }
  .contact_link{
    width: 310px;
  }
  .contact_link:hover{
    opacity: 0.75;
    transition: opacity 0.5s ease-in-out;
  }
  .contact_icon{
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
  }
  .contact_icon img{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .detail_view .webinar-content h3{
    color: #ffffff !important;
  }
  .detail_view .webinar-content h4{
    color: #ffffff !important;
  }
  .podspc{
    border-bottom: 1px solid #454574;
    padding-bottom: 80px;
  }
  /* .hmcsst .podspc{
    border: none;
  } */
  .whole_body section:nth-last-child(2) .podspc{
    border: none;
  }
  .webinar-wrap .cards_view .card_slid{
    margin-left: auto;
    margin-right: auto;
  }
  .detail_view .webinar-content h1{
    color: #ffffff !important;
  }
  .detail_view .webinar-content h2{
    color: #ffffff !important;
  }
 
  .detail_view .webinar-content h5{
    color: #ffffff !important;
  }
  .detail_view .webinar-content h6{
    color: #ffffff !important;
  }
  .detail_view .webinar-content p{
    color: #ffffff !important;
  }
  .detail_view .webinar-content{
    margin-top: 10px;
  }
  .detail_view .needtohelp-section .label-change{
    top: -20px !important;
    font-family: 'Proxima Nova' !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    transition: all 0.5s !important;
    background: #0000 !important;
    padding: 0 !important;
    letter-spacing: -0.005em !important;
  }
  .detail_view .needtohelp-section .contact-form .form-group{
    margin-bottom: 0px !important;
    padding-bottom: 45px;
  }
  .single-webinar .detail_view .txt_view .spec_btn{
    display: none;
    max-width: 175px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single-webinar #webinarregistration{ 
    margin-top: -40px !important;
  }
  .single-webinar #webinarregistration .webinarPage input[type="text"] {
    padding: 8px 10px !important;
    margin-bottom: 5px !important;
  }
  .single-webinar #webinarregistration .webinarPage select {
    padding: 8px 10px !important;
    margin-bottom: 5px !important;
  }
  .single-webinar #webinarregistration .webinarPage .submit-button{
    margin-top: 10px;
  }
  .detail_view .txt_view ul{
    list-style: disc;
    padding-inline-start: 30px;
  }
  .detail_view span {
    color: #ffffff !important;
  }

/**
* Responsive CSS
*/

@media only screen and (max-width: 1200px) {
  .cards_view .card_slid {
    margin: 0px auto 50px auto;
  }
  .contact_link {
    width: 274px;
  }
  .contact_view h2 {
    font-size: 54px;
  }
  .contact_view p {
    font-size: 18px;
  }
  .contact_view a > img {
    position: absolute;
    left: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .presenter-text{
    padding-top: 40px;
  }
  .single-webinar .detail_view .txt_view .spec_btn{
    display: flex;
  }
  .needtohelp-section{
    margin-top: 75px;
  }
  .filters{
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 50px;
  }
  .chekfil{
    padding-bottom: 40px;
  }
  .contact_link {
    width: 300px;
  }
  .contact_detail{
    flex-direction: column;
  }
  .contacts_links{
    margin: auto;
    gap: 25px;
  }
  .contact_view a > img {
    position: absolute;
    left: 265px;
  }
  .home_carousel .bg_carousel h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .bgp1 h5 {
    font-size: 17px;
  }
  .bgp2 h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .podspc{
    padding-bottom: 40px;
  }
  .pod_space {
    margin-top: 40px;
  }
  .contact_detail{
    gap: 20px;
  }
  .contacts_links{
    margin: 0px;
  }
  .contact_link{
    width: 50%;
  }
  .carousel-caption{
    left: 20px;
    bottom: 20px;
  }
  .btnadjust{
    bottom: 20px;
  }
  .slider_navbar{
    flex-direction: column;
  }
  .slider_navbarpart2{
    column-gap: 0px;
    justify-content: space-between;
  }
  .home_carousel .bg_carousel p {
    width: 330px;
    font-size: 15px;
  }
  .home_carousel .bg_carousel h2 {
    width: 320px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
  }  
  .cmnp {
    margin-left: 10px;
    font-size: 31px;
  }
  .contact_view a{
    display: flex;
    justify-content: center;
  }
  .contact_view p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
  .contact_view a > img {
    position: absolute;
    left: 195px;
  }
  /* .bgp1 {
    margin-bottom: 15px;
  } */
}


@media only screen and (max-width: 575px) {
  .single-webinar .detail_view .txt_view .spec_btn{
    margin: 30px 0;
  }
  .contacts_links{
    flex-direction: column;
  }
  .contact_link{
    width: 100%;
    max-width: 300px;
  }
  .carousel-caption{
    bottom: 10px;
  }
  .btnadjust{
    bottom: 10px;
  }
  /* .hmreport .part_1 a{
    padding: 0px 20px;
  } */
  .txt_view h1{
    font-size: 35px;
    line-height: 35px;
  }
  .txt_view p{
    font-size: 14px;
  }
  .slides_view .cards_view .col-sm-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacts_links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .part_2 a {
    font-size: 18px;
  }
  .contact_view a > img {
    position: absolute;
    left: 280px;
  }
  .bgp1 {
    margin-right: 0px;
  }
  .home_carousel .bg_carousel p {
    width: 300px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .home_carousel .bg_carousel h2 {
    width: 300px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 479px) {
  .contact_view h2 {
    font-size: 45px;
  }
  /* .hmreport .slide_navview {
    margin-bottom: 190px;
  } */
  /* .hmreport .part_1{
    height: 120px;
  } */
  .carousel-caption {
    left: 10px;
  }
  .spe_button{
    padding: 7px 12px;
    font-size: 12px;
    line-height: 12px;
  }
  .carousel-control-prev-icon{
    padding: 16px 16px;
    margin-right: 5px;
  }
  .carousel-control-next-icon{
    padding: 16px 16px;
  }
  .txt_view h1{
    font-size: 25px;
  }
  .contact_view a > img {
    position: absolute;
    left: 265px;
  }
  .home_carousel .bg_carousel p {
    margin-bottom: 5px;
    font-size: 10px;
    width: 220px;
    line-height: 12px;
  }
  .home_carousel .bg_carousel h2 {
    width: 220px;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}


@media only screen and (max-width: 374px) {
  .home_carousel .bg_carousel h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .home_carousel .bg_carousel p{
    width: 205px;
  }
  .btn_nex{
    margin-left: 5px;
  }
  .btnadjust{
    right: 30px;
  }
  .card_slid{
    width: 285px !important;
  }
}

.sample-report-template-default .banner_view figure.post-thumbnail img{
  max-height: none;
}

.detail_view .webinar-content ul{
  color: #ffffff !important;
}

.detail_view .webinar-content li{
  color: #ffffff !important;
}

.hmprodm{
  display: none;
}

.hmcsst{
  display: none;
}
.contact-form.sidebar-form .wpcf7-form.init .webinarPage input{
  background-color: #fff !important;
  color: #666666 !important;
}
.webinarPage input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
  color: #fff !important;
}
.contact-form.sidebar-form .label-change{
  margin-left: -15px !important;
}




.chapters{
  margin: 50px 0;
}
.chapters h3{
  margin-bottom: 20px;
  font-size: 2.50rem;
}
.chapters_ul{
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.chapters_li{
  display: flex;
  column-gap: 25px;
  align-items: center;
  margin-bottom: 10px;
}
.chapters_subtitle {
  margin-bottom: 16px;
}
.chapters_subtitle span{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.chapters_maintitle a{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none !important;
}
.chapters_img-box{
  display: inline-block;
  min-height: 118px;
  min-width: 210px;
  height: 118px;
  width: 210px;
  border-radius: 5px;
  overflow: hidden;
}
.chapters_img-box img{
  height: 100% !important;
  width: 100% !important;
}
.related-ebooks{
  margin-top: 30px;
  padding-left: 10px;
}
.related-ebooks h3{
  font-weight: 700;
}
.related-ebooks ul{
  list-style: disc;
  padding-inline-start: 30px;
}
.related-ebooks ul li::marker{
  color: #0A88E3;
  font-size: 14px;
}
.single-ebooks .detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
  font-size: 16px;
}
.single-ebooks .detail_view .needtohelp-section h4{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-ebooks .detail_view .needtohelp-section p span.titlep{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
.single-ebooks .detail_view .needtohelp-section .contact-form {
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
  .chapters_maintitle a{
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .chapters_maintitle a{
    font-size: 16px;
    line-height: 22px;
  }
  .chapters_subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .chapters_li{
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .chapters_li{
    column-gap: 18px;
  }
  .chapters_ul{
    row-gap: 25px;
  }
  .chapters_img-box {
    width: 70%;
    height: 150px;
  }
}


.whole_body .detail_view .needtohelp-section{
  padding-top: 5px !important;
}
.whole_body .detail_view .needtohelp-section h4{
  margin-bottom: 5px !important;
}
.whole_body .detail_view .needtohelp-section .contact-form{
  margin-top: 25px !important;
}
.whole_body .detail_view .needtohelp-section .contact-form.sidebar-form .webinarPage .form-group{
  padding-bottom: 5px !important;
}
.whole_body .detail_view .needtohelp-section .contact-form.sidebar-form .webinarPage .form-group p{
  margin-bottom: 0 !important;
}
.whole_body .detail_view .needtohelp-section .contact-form .checkbx-ntr label{
  padding: 0;
}
.whole_body .detail_view .needtohelp-section .contact-form .checkbx-ntr label input:checked+span.wpcf7-list-item-label:after{
  top: 7px !important;
}

.whole_body .contact-form.sidebar-form .webinarPage input[type="email"],
.whole_body .contact-form.sidebar-form .webinarPage input[type="tel"],
.whole_body .contact-form.sidebar-form .webinarPage input[type="text"],
.whole_body .contact-form.sidebar-form .webinarPage select{
  padding: 10px !important;
}


.white-bg-part .detail_view .webinar-content p, .white-bg-part .detail_view .webinar-content h4{
  color: #1d1d1f !important;
}
.whole_body.white-bg-part .detail_view .webinar-content li{
  color: #1d1d1f !important;
}
.whole_body.white-bg-part .detail_view .webinar-content h6{
  color: #1d1d1f !important;
}