/*New Styling Adding Balu R2*/
.our_team{
    background:#0D0D0D;
    color:#FFFFFF;
}
.copy_right a:hover{
    text-decoration:underline;
}
.breast_awareness p{
    font-size:15px;
}
.who_is_at_risk{
    background:#F7F7F7;
    color:#151515;
}
.take_quiz{
    width:100%;
    background-image:url(../img/take_quiz_background.png);
    background-size:cover;
    height:65vh;
    display:flex;
    align-items: center;
}


/*New Styling Adding Balu*/
.quiz_section{
    width:100%;
    background-image:url(../img/quiz_background.png);
    background-size:cover;
    height:120vh;
    display:flex;
    align-items: center;
}
.quiz_section .card{
    border-bottom-right-radius:190px !important;
    border-radius:20px;
}
.quiz_section .card h5{
    font-size:20px;
    font-weight:600;
}
.quiz_section .card p{
    font-size:16px;
    font-weight:600;
}
.question{
    margin-top:15px;
}
.question span{
    font-size:16px;
    font-weight:800;
    color:#8F8F8F;
}
.women_icon {
    position: absolute;
    top: 460px;
    right: 15px;
    width: 350px;
    z-index:0;
}
.question-container {
    display: none;
}
.video iframe{
    height: 250px;
    width: 500px;
    border-radius: 20px;
}

.question-container:target {
    display: block;
}

.question {
    margin-bottom: 1.5rem;
}

.options label {
    display: block;
    margin-bottom: 0px !important;
}

.buttons {
    display: flex;
    margin-top:20px;
    margin-bottom:20px;
}


.btn {
    background-color: #F7F7F7;
    color: #000000;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size:16px;
    font-weight:600;
    margin-right:20px;
    border:1px solid #9C267F;
}

.btn:hover {
    background-color: #9C267F;
    cursor: not-allowed;
    color:white;
}

.results {
    display: none;
}

.results:target {
    display: block;
}
.exlamation_icon {
    color: #FF364E !important;
    font-size: 100px !important;
}
.quiz_form label{
    font-weight:600;
}

.quiz_form .form-control{
    border-color:#848484;
    color: #000000;
    background-color: #F7F7F7;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-radio {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid transparent;
    margin-bottom:0px;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio .radio-label {
    width: 100%;
    padding: 10px 20px;
}

.custom-radio:hover {
    background-color: #e0e0e0;
}

.custom-radio input[type="radio"]:checked + .radio-label {
    background-color: #9C267F;
    color: white;
    border-radius: 5px;
    width:100%;
    display:block;
}




.stars{
    display:flex;
    align-items:center;
}
.rating_number h5{
    font-size:18px;
    font-weight:600;
    color:#CE0565;
    text-decoration:underline;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    font-weight:900;
    color:#008060;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #008060;    
}

.Features{
    /*background:#F7F7F7;*/
    padding-top:50px;
    padding-bottom:50px;
}
.round_img {
    width: 100px;
    border-radius: 50px;
}
.what_to_look_for{
    /*background:#F7F7F7;*/
    padding-top:50px;
    padding-bottom:50px;
}
.what_to_look_for img{
    border-radius:30px;
}
.who_should{
    /*background:#9C267F;*/
    /*background: url('../img/who_should_background.png') no-repeat center top, */
    /*          rgba(156, 38, 127, 1); */
  /*background-size: cover;*/
    border-radius:20px;
    color:#000;
    padding-top:50px;
    padding-bottom:50px;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
label.text-red.text-capitalize.text-normal{
    color: red !important;
    font-size: 14px;
}




.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

@media only screen and (max-width: 479px) {

}



.covi-favi-block{
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}
.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../img/azi-guard-technology.svg) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}
.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}
.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
	height:100%;
}
.modal-content{
    height:450px;
    width:650px !important;
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	float: left;
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	float: left;
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
	padding: 50px 0;
}



.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    background: transparent;
    border: 1px solid;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    padding-top: 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover{background: #efefef4f;}

/* .owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; } */

@media only screen and (max-width: 990px){
    
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

body{font-family: "Plus Jakarta Sans", sans-serif;}
.slidertext{position:absolute;top:300px;}
.btnprimary{background: linear-gradient(180deg, #F959A5 0%, #CE0565 100%);color:#FFFFFF;}
.btnprimary2{background: #fff !important;color:#CE0565 !important;}
.btnprimary2:hover{background: #3E4095 !important;
    color: #FFFFFF !important;}
.btnsecondary{background:transparent; color:#CE0565;border:1px solid #CE0565 !important;}
.navbar-brand img{width:200px;}
.ff2{font-family: "Anton", sans-serif;}
/* Addings New Css */
.pad100{padding:0px 115px;border-bottom: 1px solid #ebebeb;}
.customslide .carousel-caption {position: absolute;right: 15%;top: 160px;color: #000000;text-align: right;}
.text-app{color:#9C267F !important;}
.text-brand{color:#761C80;}
.text-other{color:#7C7C7C;}
.text-light2{color:#6F6F6F;}
a.text-light2:hover{color: #CE0565;}
.bg-app{background-color:#9C267F;}
.faq-text{color: #636369;}
.bg-app1{background-color:#CE0565; }
.bg-app2{background-color:#3E4095 !important;}
.bg-light1{background-color: #F9F9F9;}
.bg-testimo{background:#EEEEF5;}
.ptwhy{padding-top:30px;}
.text-darkk{color:#000000;}
.text-ldark{color: #6C6C6C;font-size: 15px;font-weight: 600;}
.text-app1{color:#CE0565 !important;}
a.text-app1:hover{color:#00407a !important;}
.btnprimary, .btnsecondary{border-radius:40px;padding: 12px 26px;}
.btnprimary:hover{background:#3E4095;color:#FFFFFF;}
.btnsecondary:hover{background:#3E4095;color:#FFFFFF;border:1px solid transparent !important;}
.fs-15{font-size:15px;}
.fs-22{font-size:22px;}
.fs-25{font-size:26px;}
.fs-21{font-size:21px !important;}
.fs-35{font-size:34px;}
.fs-45{font-size:45px;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}
.w-90{width:90%;}
.w-60{width:60%;}
.w-70{width:70%;}
.w-28{width:27%;}
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    padding: 0px 12px !important;
}
/*.carousel-control-prev, .carousel-control-next{display:none}*/
.aboutbenfits li{padding:10px 0px;}
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.brs-10{border-radius:20px;}
.bltr{border-top-left-radius:10px;}
.blbr{border-bottom-left-radius:10px;}
.blogsection .owl-pagination{margin-top:40px;}
.testimonials_section .owl-pagination{margin-top:40px;}
.post{overflow: hidden;}
.peoplereview {height: 138px;overflow: auto;}
.readoption{display: none;position:absolute;}
a.text-light2:hover .readoption{display:inline;}
footer .nav li a{color:#000000;font-weight: 600;font-size: 15px;}
footer .nav li a:hover{color:#CE0565;}
footer .nav li a i{color: #ffffff;font-weight: 600;font-size: 22px;background: #000000;width: 35px;height: 35px;text-align: center;padding-top: 7px;margin-bottom: 15px;border-radius: 50%;}
.d-ruby{display: ruby;}
#testimonial-slider .owl-buttons .owl-prev{position:absolute;left:0px;}
#testimonial-slider .owl-buttons .owl-next{position:absolute;right:0px;}
.owl-buttons:first-child {
    position: absolute; /* or any other position value you need */
    top: 50px; /* adjust as needed */
    left: -30px; /* adjust as needed */
}
.owl-buttons:last-child {
    position: absolute; /* or any other position value you need */
    top: 50px; /* adjust as needed */
    right: -30px; /* adjust as needed */
}


.about-iscanbreast {
    background-image: url('../img/minimalistic_bg.png');
    background-size: cover; /* Adjust as needed (cover, contain, etc.) */   
    background-repeat: no-repeat; /* Adjust as needed (no-repeat, repeat, etc.) */
}
.ml-10p{margin-left:10%;}

/*--------- Custotm style ScrollBar Css ---------*/
.navbar-nav li.nav-item.active a, .navbar-nav .nav-link.active {color: #CE0565 !important;}
.dropdown-item{color: #FFFFFF !important;}
.dropdown .dropdown-menu .dropdown-item.text-white{color: #FFFFFF !important;}
.dropdown .dropdown-menu .dropdown-item.text-white:hover{color: #CE0565 !important;}


.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #FD755A;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }
.nameletter{position: absolute;left: 12px;background: #000000;width: 60px;height: 60px;border-radius: 50%;text-align: center;padding-top: 14px;font-size: 25px;top:-5px;}
.testimonials_section .post{font-size: 18px;padding-bottom: 5px;}
.bgtestimoimg{position: absolute;width: 100%;object-fit: cover;height: 238px;}
.ofh{overflow: hidden;}
.testimovidtext{position:absolute;top: 0;bottom:0px;background: #0000001f   ;}
.testimoplaybtn{position: absolute;left: -25px;top:-5px;}
.bg-trans{background-color: transparent !important;}
.faqcard{border-bottom:1px solid #c3c3c3 !important; border-radius:0px;}
.faq .hdng>a[aria-expanded="true"] {background-size: 16px !important;}
.faq .hdng>a[aria-expanded="false"] { background-size: 16px !important;}
.subscribebtn{top: 2px;right: 2px !important;position: absolute !important;border: 1px solid #E33136;border-radius: 25px !important;height: 40px;z-index: 9 !important;}
.socialmediaicon{background: #FFFFFF;width: 50px;height: 50px;border-radius: 50%;text-align: center;padding-top: 16px;color: #E33136;font-size: 22px;} 
.socialmediaicon:hover{background: #3E4095;color: #FFFFFF;}
.copyrightfoot a{color:#FFFFFF;font-weight: 700;text-decoration: underline;}
.input-group ::placeholder {font-size:15px;color: #757575;font-weight:500;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #000000;background-color: #f5f5f9;border-radius: 10px !important;}
.nav-pills .nav-link {border-bottom: 1px solid #d7d7d7;border-radius:0px !important;}
.faq .hdng>a[aria-expanded="true"] {background: url(../img/minus.png) no-repeat right 5px center;}
.faq .hdng a {background: url(../img/plus.png) no-repeat right 5px center;color: #000000;font-size:18px;font-weight:500;}
.faqs-section .card{border: none;border-bottom: 1px solid #000000;border-radius:0px;}
.resimg{display:none;}
.lSSlideOuter .lSPager.lSGallery img {border: 1px solid #efefef;}
.lSAction > a{height:36px;width:36px;border-radius:50%;background: #f1f1f1;text-align: center;border:1px solid #ffffff;display:flex !important;align-items:center;justify-content:center;}
/*--------- Navbar Dropdown Css ---------*/
.navbar div ul .nav-item .customNavDropdownMenu {background-image: linear-gradient(to right, #84b0cf, #7F5A83);transition: all linear .25s;}
.navbar div ul .nav-item a:hover {color: #d52e7e !important;}
/*Social media icons Css twi 00acee */
.media-share{width: 60px;border-radius: 0px 10px 10px 0px;background: #F9F9F9;position: fixed;top: 20%;z-index: 9;}
.media-share ul li a i{background: black;width: 30px;height: 30px;border-radius: 50%;text-align: center;font-size: 20px;padding-top: 6px;color: #ffffff;}
.media-share ul li a i:hover{background: #CE0565;}
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;padding: 12px 15px;border-radius: 50%;}
.bg-link{background: #0072b1;}
.bg-whats{background:#25D366;}
.bg-insta{background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);}
.blogsharelogo{width: 50px;height: 50px;border-radius: 50%;text-align: center;padding-top: 16px;}

.contactus-section .form-control {background: #F9F9F9;border-radius: 8px;height: 50px}
.contactus-section .label{font-weight: 600;}
.contacticon{position: absolute;left: 0;background: #f1f1f1;width: 60px;height: 60px;border-radius: 8px;text-align: center;padding-top: 18px;font-size: 22px;top:-5px;}
.conforminput{background:transparent;height: 50px;border-radius: 12px;}
.leadForm ::placeholder, .leadForm input, .leadForm textarea{color:#818181;font-size: 14px;}
.text-capitalize {text-transform: initial !important;}
.formsubbtn{background:#FFFFFF;color:#E33136 !important;}
.formsubbtn:hover{background:#E33136;color:#FFFFFF !important;}
.list-inline-item a.text-white:hover{color:#3E4095 !important;}
label#author_emial-error{color: red;position: absolute;bottom: -35px;left: 5px;background: white;border-radius: 12px;padding: 0px 16px;}
.ctn{position: absolute;margin-top: -80px;}
.video-block {padding: 0px;}
.video_txt h4 {color: #ffffff;font-size: 18px;padding: 10px;text-align: center;font-weight: 600;margin-bottom: 0px;}
.video_models button.close {position: absolute;right: 0;background: #021d35;width: 40px;height: 40px;z-index: 9999;opacity: 1;color: #fff;}

.table th{font-family: "CustomFont" !important;}

.blogtestimovidtext {position: absolute;top: 0;bottom: 0px;background: #0000000a;border-radius: 20px;cursor:pointer;}
.blogtestimovidtext .testimoplaybtn {position: absolute;left: 47%;top: 40%;}
.blog_testimonials_section .video-block {min-height:auto;}
ol li::marker {    font-family: sans-serif !important;}
.sales-partners{position: fixed;background: #FFFFFF;z-index: 1;top: 29%;display: grid;border-radius: 0px 20px 20px 0px;width:72px; height:215px;z-index:9999;}
@media (max-width: 1199px){
.container {width: 100%;}
.w-90{width:100%;}
}
@media (max-width: 768px){
    .w-75{width:100% !important;}
    .w-60{width:100% !important;}
    .pad100{padding:0px 15px;}
    .customslide .carousel-item img{height:500px;object-fit:cover;}
    .slidepad20{padding:0px 20px;}
    .ptwhy{padding-top:0px;}
    .pt-50{padding-top:15px !important;}
    .pb-50{padding-bottom:15px !important;}
    .w-70{width:100% !important;}
    .w-28{width:100% !important;}
    .ml-10p{margin-left:0%;}
     .quiz_section{padding:10px;height:150vh;}
     .quiz_section .card{border-radius:10px !important;padding:10px !important;margin-top:50px;}
     .video iframe{width:100%; height:100%;}
     .modal-content {
    height: auto !important;
    width: 100% !important;
    margin-top: 50%;
}
.footer_logo_link{
    text-align:center;
}
.d-ruby{
    text-align:center;
}
ul.nav.flex-column.py-2 {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}
ul.nav.flex-column.py-2.list-inline-item{
    margin-right:10px;
    display:flex;
}
.who_should{
    padding-bottom:0px;
}
.who_should .pl-100{
    padding-left:10px !important;
}
.breast_awareness{
    padding-top:100px !important;
}
.breast_awareness .pl-100{
    padding-left:15px !important;
}
.who_is_at_risk .pl-5{
    padding-left:15px !important;
}
.take_quiz .fs-34{
    font-size: 18px !important;
}
    .take_quiz img {
        width: 100px;
        top: 85px !important;
        right: 0;
    }
    .self_check{
        padding:10px;
    }
    .self_check img{
        margin-bottom:10px;
    }
    .navbar-light .navbar-nav .nav-link{
        margin-bottom:10px;
    }
    .follow_us .text-right{
        text-align:center !important;
    }
    .follow_us .float-right{
        float:unset !important;
        text-align:center;
    }
}
@media (max-width: 450px){
   .py-5{padding-top:10px !important;padding-bottom:10px !important;}
   .pt-50{padding-top:10px !important;}
   .pb-50{padding-bottom:10px !important;}
   .pt-40{padding-top:10px !important;}
   .pb-40{padding-bottom:20px !important;}
   .sharerestext{display:none;}
   .restext{text-align:center;}
   .desktext{display: none;}
   .blogtestimovidtext {border-radius: 17px;}
   .navbar-brand img{width: 200px;}
   .sales-partners .ml-1{margin-left:0px !important;}
   .sales-partners {width: 60px;height: 215px;left: -12px;}
   .cenleft{text-align:left !important;}
   .cenright{text-align:right !important;}
   .centext{text-align:center !important;}
   .resimg{display:block;}
   .deskimg{display:none;}
   .webimg{display:none;}
   .pt-70 {padding-top:15px !important;}
   .slidertext {top: 130px;}
   .col-md-5.pr-50{padding-right:15px!important;}
   h3.fs-45{font-size:30px !important;}
   .blogtestimovidtext .testimoplaybtn {left: 37%;top: 32%;}
   .fs-40 {font-size: 30px !important;}
   .fs-35 {font-size: 22px !important;margin-top: 22px;}
   .mb-40, .mb-50, .mb-5{margin-bottom:15px !important;}
   .col-md-5.pl-70{padding-left:15px !important;}
   .d-ruby {display: inline;}
   p.mt-30{margin-top:15px !important;}
   .col-md-7.p-5{padding:15px !important;}
   .fs-25 {font-size: 18px;}
   .media-share {bottom: 0px;top: initial;}
   .w-60.mx-auto{padding:15px;}
   .fs-21 {font-size: 16px !important;}
       .mobile_flex {
        flex-direction: column-reverse;
    }
}
.blog_read_time{
    float: right;
    font-weight: 700;
    color: #3e4095;
}
.blog_progress_container {
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 9999;
}
.blog_progress_bar {
    height: 100%;
    background: #3e4095;
    width: 0%;
}
.blog_description ul, .blog_description ol{
    margin-left: 50px;
}
.blog_description .ctn {
    position: absolute;
    margin-top: -100px;
}

