.slider_sec .main_heading h1 {
    padding-bottom: 18px !important;
    font-weight: 500 !important;
    color:#000;
    font-family: "Readex Pro", sans-serif !important;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.our_products_main .our_product_img{
    width:100% !important;
}
section.skin_inner_main p{
    font-size: 18px !important;
    font-weight: 400 !important;
}
.product_img_bck{
    width: 350px !important;
}
footer .email_form {
    position: relative;
}
.card-text {
    font-size: 15px !important;
}
.skin_consern_detail .skin_inner_main .cont .cont_list ul li{
    /*line-height: 35px !important;*/
    padding: 0px !important;
}
.about_sec .graident_img{
    left: -300px !important;
}
.main_heading h6.h1{
    color: #CD0249;
}

.contact_us_main .contact_sec .touch{
    padding-top: 40px !important;
}
.input_form option{
    background: #137A58;
}

ul.library_list li.active a {
    color: #CD0249 !important;
}
ul.library_list form li.active input {
    color: #CD0249 !important;
}

.library_list{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.library_list li{
    list-style-type: none;
    padding-right: 25px;
    font-weight: 400;
    font-size: 16px;
}

.library_list li a{
    text-decoration: none;
}
.library_list li a:hover{
    color: #CD0249 !important;
}

.skin_type a{
    display: table !important;
}





li{
    /*line-height: 35px !important;*/
}
.info_btn{
    padding: 5px 15px !important;
    width: auto !important;
}
.footer_logo {
    width: 250px !important;
}
.footer_logs .h5 {
    font-size:17px !important;
    padding-bottom: 10px;
}
.fixed-top{
    border-bottom: 1px solid #000000;
    background: #F9F5EA;
}
.testimonial {
    margin: 15px;
}
.main_Sec{
    width: 100%;
    display: block;
    margin-top: 90px;

}
.about_sec .graident_img{
    width: auto !important;
}
.our_experts_main .our_experts .testimonial .card a.custom_btn:hover{
    color: #ffffff !important;
    text-decoration: underline !important;
}

.div_btn .button_4 {
    background: #cd0249 !important;
    color: #fff !important;
    width: 230px;
    margin-top: 20px;
    font-weight: 500;
    padding: 15px;
    font-size: 18px;
    height: 60px;
    border-radius: 50px;
}
.button_4 {
    background: #cd0249 !important;
    color: #fff !important;
    width: 230px;
    margin-top: 20px;
    font-weight: 500;
    padding: 15px;
    font-size: 18px;
    height: 60px;
    border-radius: 50px;
}
.form-control{
    outline: none !important;
    box-shadow: none !important;
}
textarea {
    resize: none;
  }
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}
a.nav-link:hover{
    color: #CD0249 !important;
}
a.nav-link.active {
    color: #CD0249 !important;
}

.hover_image .skin_product_img{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    cursor: pointer;
}
.hover_image:hover .skin_product_img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}



.flip_image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    
}
.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;
}


/* image flip start*/

.flip_imagediv {
    -webkit-perspective: 1000;
    background: transparent;
    margin: 0px auto;
}
.flip_imagediv:hover h4{
    background: transparent;
}
/* flip the picture when hover */

.flip_imagediv:hover .flipper,
.flip_imagediv.hover .flipper {
    -webkit-transform: rotateY(180deg);
}

img.product_img {
    width: 100%;
}
/* flip speed */

.flipper {
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
/* hide back  during flip */

.flipper_front,
.flipper_back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* front placed above back */

.flipper_front {
    z-index: 2;
}
/* back, initially hidden */

.flipper_back {
    -webkit-transform: rotateY(180deg);
    background: #137A58;
    width: 100%;
    height: 100%;
}

img.product_img_bck {
    width: 80px;
    display: block;
    margin: 0px auto;
    position: relative;
    margin-bottom: 20px;
}
.btn_img_wt{
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}


/* image flip end*/


.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}
.text-capitalize {
    text-transform: unset !important;
}

.footer_email_input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    outline: none !important;
    color: #ffffff !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input_form {
    background: none;
    border: 0px;
    font-size: 18px;
    padding: 0 !important;
    border-bottom: 1px solid #FFFFFF !important;
    color: #ffffff !important;
    background-color: transparent !important;
    transition: none;
    border-radius: 0px;
}
.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 15px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    background: none;
    color: #7f0930;
}
.copy {
    margin-top: -40px;
}

section.bread_bt_sec {
    background: transparent;
    width: 100%;
    display: block;
   
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0px;
}
.breadcrumb li a {
    color: #CD0249 !important;
}
.cmnhead h4{
    font-family: "DM Serif Display", serif;
    font-size: 40px;
}
section.blog_detials.pt-150{
    background: #F9F5EA;
    width: 100%;
    display: block;
}
.blo_Sec_details{
    width: 100%;
    display: block;
    padding-bottom: 50px;
}
.blo_Sec_details img{
    width: 100%;
}
.blog_inr_details{
    width: 100%;
    display: block;
   

}
.blog_inr_details ul{
    margin-top: 20px;
    padding-left: 50px;
}
.blog_inr_details ul li {
    margin-bottom: 20px;
}
 
.bloginrimg{
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bloginrimg img{
    width: 100%;
}
.blogtip{
    width: 100%;
    display: block;
    background: #ffffff;
}
.blogtip h4 {
    padding: 30px;
    font-size: 30px;
    font-family: "DM Serif Display", serif;
}
.blogtip .tip_Ct{
    padding: 0px 20px;
}
.tip_Ct h5{
    font-size: 24px;
}
.recomandation{
    width: 100%;
    display: block;
    background: #CD0249; 
    color: #fff;
    text-align: center;
}
.rec_incont {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
}
.rec_inn_ct{
    width: 100%;
    display: block;
    padding: 15px;
    cursor: pointer;

}
.rec_inn_ct a.knowmore {
    visibility: hidden;
}
.rec_inn_ct:hover a.knowmore {
    visibility: inherit;
    color: #CD0249 !important;
}
.recoman_content {
    margin-top: 30px;
}
.rec_incont img{
    width: 100%;  
}
.blog_bkapt{
    width: 100%;
    display: block;
    background: #fff;
}
.recomandation h4{
    font-size: 30px;
    font-family: "DM Serif Display", serif;
    text-align: center;
}

.blog_bkapt h4  {
    font-size: 40px;
    font-family: "DM Serif Display", serif;
    text-align: left;
    margin-bottom: 30px;
}

.blog_bkapt a.button_4 {
   float: right;
   text-align: center;
}
.wikipedia{
    width: 100%;
    display: block;
    text-align: center;
}
.wikilogo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.wikilogo img{
    width: 130px;
}




.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: #ce054b;
    padding: 5px;
     position: relative;
    
}

.video-block button.close {
    position: absolute;
    right: 0;
    background: red;
    z-index: 9999;
    color: #ffff;
    opacity: 100;
}

.thumbnail-block h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.thumbnail-block a {
    width: 100%;
    display: block;
}
.thumbnail-block {
	/*padding: 5px;*/
  
}
.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%;
}
.video-block span {
    font-size: 20px;
    color: #fff;
    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 {
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	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 .owl-buttons div {
    color: none;
    display: inline-block;
    zoom: none;
    display: inline;
    margin: 5px;
    padding: 3px 10px;
    background: none;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-prev{
    background-image: url("../img/right_arrow.svg")  !important;
    background-size: cover  !important;
    height: 40px  !important;
    width: 40px  !important;
    position: absolute;
    top: -80px;
    left: 270px;
}
.owl-next{
    background-image: url("../img/left_arrow.svg")  !important;
    background-size: cover  !important;
    height: 40px  !important;
    width: 40px  !important; 
    position: absolute;
    top: -80px;
    right: 270px;
}
.calltoaction{
    width: 100%;
    display: block;
    margin-top: 30px;
}
.calltoaction img{
    width: 100%;
}
.blog_info_detials{
    width: 100%;
    display: block;
    margin-top: 86px;
}
.blgo_info {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #F9F5EA;
}
.blog_info_cont{
    background: #F9F5EA;
    width: 100%;
}
.info_card{
    background-color: transparent;
    border: none !important;
    margin: 10px;
}
.info_btn {
    background: #cd0249 !important;
    color: #fff !important;
    width: 160px;
    text-align: center;
    padding: 13px;
    font-weight: 500;
    font-size: 18px;
    height: auto;
    border-radius: 50px;
    display: inline-block;
}
.card_body{
    padding: 0px !important;
}
.card-title{
    padding-top: 10px;
}
.card-text {
    font-size: 12px;
}
.blgo_info .left_content {
    display: flex;
    width: 65%;
    position: relative;
    padding-left: 120px;
    flex-direction: column;
}
.blgo_info .left_content .breadcrumb li a {
    
}
.blgo_info .left_content .breadcrumb-item.active{
  
}
.skin_consern_detail .skin_inner_main{
    padding-top: 100px !important;
}
.skin_consern_detail .skin_inner_main .cont{
    padding-top: 50px !important;
}
.blgo_info .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    content: "/";
}
.blgo_info .right_content{
    display: flex;
    width: 35%;
    position: relative;
}
.blog_info_img img{
    width: 100%;
   
}
.blgo_info .left_content h4{
    font-size: 40px;
    font-family: "DM Serif Display", serif;
    text-align: left;
    margin-bottom: 20px;
}
.blgo_info .left_content .bleft_cnt {
    width: 80%;
}

.blgo_info .left_content .bleft_cnt img {
    width: 32px;
}
.blgo_info .left_content .line_arrow span {
    color: #fff;
}
.blgo_info .left_content .breadcrumb{
    margin-bottom: 0px;
}
.line_arrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.line_arrow:last-child{
    border-bottom: 1px solid #f2f2f2;
}

img.blog_women {
    width: 90%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0px;   
    background: #ffffff;
    top: 50%;  
    transform: translate(0px, -50%);
}
.learn_today h5 {
    color: #cd0249;
    margin-bottom: 30px;
}


.arrow i.fa.fa-arrow-right {
    position: absolute;
    right: 30px;
    z-index: 0;
    bottom: 10px;
}
.arrow input#submit {
    z-index: 999;
    position: relative;
    background: transparent;
    border: none;
    color: transparent;
}

.blog_main_detials{
    background: #F9F5EA;
    width: 100%;
    display: block;
    padding-top: 86px;
}
section.blog_main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_main .left_content {
    display: flex;
    width: 50%;
    position: relative;
    padding-left: 130px;
    flex-direction: column;
}

.blog_main .right_content {
    display: flex;
    width: 50%;
    position: relative;
    flex-direction: column;
}
.blog_main .right_content img{
    width: 100%;
}
.blog_main .left_content .breadcrumb {
    margin-bottom: 0px;
    padding: 0px;
}
.blog_main .left_content h4 {
    font-size: 60px;
    font-family: "DM Serif Display", serif;
    text-align: left;
    margin-bottom: 20px;
    color: #CD0249;
}
.blog_main .left_content p {
    font-size: 20px;
    color: #000000;
   }
.blog_main .left_content .custom_btn {
    text-align: center;
    color: #fff !important;
    padding: 15px;
    font-size: 20px;
    width: max-content;
    background: #CD0249;
    border-radius: 50px;
    height: 60px;
}
.blogskintyype{
    background: #ffffff;
}
.blogskintyype h4 {
    font-size: 40px;
    font-family: "DM Serif Display", serif;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
}
.skin_type{

}

.skin_type a {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}
.skin_type a:hover {
    color: #CD0249 !important;
}
.skin_type img {
   width: 200px;
   height: 200px;
   border: 5px solid #ffffff;
}
.skin_type p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
}

.skinconcerns {
    width: 100%;
    display: block;
    position: relative;
}
.skinconcerns .concerns h6{
    color: #CD0249;
}
.skinconcerns .concerns h4{
    font-size: 40px;
    font-family: "DM Serif Display", serif;
    text-align: left;
    margin-bottom: 20px;
    color: #CD0249;
}
.skinconcerns .concerns .custom_btn {
    text-align: center;
    color: #fff !important;
    padding: 15px;
    font-size: 20px;
    width: max-content;
    background: #CD0249;
    border-radius: 50px;
    height: 60px;
    margin-top: 30px;
    display: block;
}
.concernsright img{
    width: 100%;
}
.skinconcerns .flex_center{
    justify-content: center;
    align-items: center;
}
.skinconcerns .concerns {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    text-align: left;
}
button.close.close_call_button {
    position: absolute;
    right: 10px;
    background: #000;
    /* padding: 1px; */
    color: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    top: 10px;
}
.call_content {
    padding: 20px;
    text-align: center;
    font-size: 24px;
}

.call_content p {
    font-weight: 700;
}
.call_content a {
    color: #007bff !important;
}
.modal-dialog.small_model .modal-body {
    padding: 0px;
}
.skin_consern_detail .skin_inner_main .cont .cont_list{
    margin-top: 0px !important;
}
ol ol, ul ul, ol ul, ul ol {
    margin: 10px;
}
.skin_inner_main ul>li{
    /*line-height: 30px !important;*/
    margin-left: 30px !important;
}
.heading_div{
    padding-left: 50px;
}
.blog_info_cont{
    padding-top: 50px;
}
.log{
    justify-content:start !important;
}
.nav-item{
     padding: 0px 8px !important;
}
@media only screen and (max-width: 767px){
    .cmnhead h4 {
        font-family: "DM Serif Display", serif;
        font-size: 30px;
    }
    .testimonial {
    margin: 0px;
}
h2.h1{
    font-size: 30px !important;
}
.breadcrumb{
    padding: 0px !important;
}
.bread_crumb{
    font-size: 15px !important;
}
.skin_consern .skin_dis{
    padding-bottom: 50px !important;
}
.skin_consern_detail .skin_inner_main .cont{
    padding-top: 50px !important;
}
.skin_consern .skin_dis .skin_dis_img{
    width: 75% !important;
}
    .blog_det_sec{
        text-align: center;
    }
    .blog_inr_details{
        text-align: center;
    }
    .bloginrimg {
        width: 100%;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .blog_inr_details ul li{
        text-align: left;
    }
    .rec_incont{
        margin-bottom: 20px;
    }
    .blog_bkapt{
        text-align: center;  
    }
    .blog_bkapt h4{
        font-size: 30px;
        text-align: center;  
    }
    .blog_bkapt a.button_4 {
        float: none;
        text-align: center;
        margin-top: 20px;
        display: block;
        margin: 0px auto;
    }
    .blgo_info{
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blgo_info .left_content{
        width: 100%;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blgo_info .left_content .bleft_cnt{
        width: 100%;
    }
    img.blog_women {
        width: 250px;
        height: 250px;
        border-radius: 125px;
        display: block;
        position: relative;
        right: 0px;
        background: #ffffff;
        top: 0;
        margin: 0px auto;
        transform: translate(0px, 0%);
        margin-top: 50px;
    }
    .blgo_info .right_content{
        width: 100%;
        flex-direction: column;
    }
    .blog_info_img img {
        width: 100%;
        display: none;
    }
    section#testimonials {
        padding-bottom: 50px !important;
    }
    .flip_imagediv h4{
        height: auto !important;
        padding-bottom: 10px;
    }
   
    .main .learn_today{
        padding-bottom: 50px !important;
    }
    .our_products_sec{
        padding-top: 50px !important;
    }
    .skin_care .main_div .cont .div_btn .button_4 {      
        width: auto !important; 
        margin-top: 0px !important;      
        height: auto !important;
       
    }
    .skin_care .main_div .cont{
            top: 32% !important;
    }
    
    .about_sec{
        padding-top: 50px !important; 
    }
    .contact_us_main .contact_sec{
        padding-bottom: 50px !important;
    }
    .contact_us_main{
        padding-top: 120px !important;
    }
    section.blog_main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .blog_main .left_content {
        display: flex;
        width: 100%;
        position: relative;
        padding-left: 0px;
        flex-direction: column;
        padding: 15px;
    }
    .blog_main .left_content .h4 {
        font-size: 30px;
        font-family: "DM Serif Display", serif;
        text-align: center;
        margin-bottom: 20px;
        color: #CD0249;
    }
    .blog_main .left_content .breadcrumb {
        margin-bottom: 0px;
        padding: 0px;
        justify-content: center;
    }
    .blog_main .left_content .custom_btn{
        margin: 0px auto;
        padding: 15px !important;
    }
    .blogskintyype h4 {
        font-size: 30px;       
        margin-bottom: 20px;
       
    }
    .skinconcerns .concerns h4{
        font-size: 30px;
        text-align: center;
    }
    .skinconcerns .concerns {
        width: 100%;
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
    .skinconcerns .concerns .custom_btn{
        margin: 0px auto;
    }
    .heading_div{
        padding-left: 0px !important;
    }
    .footer_logs {
        text-align: center !important;
        padding: 10px;
    }
    .footer_logs .h5{
        padding-top: 20px;
    }
    .blog_info_cont{
        padding-top: 0px !important;
    }
    .product_img_bck{
        width: 250px !important;
    }
}

/* New_Addings_BY_Aravind Vaka 26-05-2023 */
.mtn-60{margin-top:-70px;}
.overelipse{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}










