@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url('http://fonts.cdnfonts.com/css/times-new-roman');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.header {
    position: sticky;
    clear: both;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.header .head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0% 7%;
}


/* .header-inner {
	background: #333;
} */

/* index style start here */


.my_carousel {
    height: 500px;
}

.carousel-control-prev {
    z-index: 99;
}

.carousel-control-next {
    z-index: 99;
}

.carousel-item .header_intro {
    display: flex;
    width: 70%;
    background-color: white;
    align-items: center;
    height: 132px;
    margin-bottom: 90px;
    border-bottom: 5px solid #F36B87;
}

.carousel-item .header_intro .doctor_intro {
    width: 45%;
    padding-left: 30px;
    border-right: 1px solid rgb(202, 200, 200);
}

.carousel-item .header_intro .doctor_intro h2 {
    color: #ff974b;
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin: 0px;
    margin-bottom: 5px;
}

.carousel-item .header_intro .doctor_intro h4 {
    color: #333;
    text-align: left;
    margin: 0px;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 700;
}

.carousel-item .header_intro .doctor_graduation {
    width: 55%;
    padding-left: 30px;
    font-family: Playfair Display;
    color: #333;
}

.carousel-item .header_intro .doctor_graduation p {
    margin: 0px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

/* index style Ends here */


/* <!-- Service section starts here --> */
.our_services {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 500px;
}

.our_services .doctor_photo {
    width: 34%;
}

.our_services .service_list,
.our_services .service_description {
    width: 33%;
}

.our_services .doctor_photo img {
    width: 100%;
    height: 510px;
}

.our_services .service_list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 510px;
}

.our_services .service_list li {
    width: 100%;
    height: 85px;
}

.our_services .service_list li a {
    height: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Playfair Display, sans-serif;
    transition: all .4s;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.our_services .service_list li:nth-child(odd) {
    background: #A06CA7;
}

.our_services .service_list li:nth-child(even) {
    background-color: #8E5097;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ff974b !important;
    background-color: transparent !important;
    border-right: 7px solid #ff974b !important;
}

.our_services .service_description .service_div {
    padding: 50px 30px;
    width: 100%;
    height: 510px;
    background-color: white;
}

.education_list {
    margin-left: 20px;
    color: black;
}

.education_list .institution {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.education_list .year {
    font-size: 14px;
}

#Qualification ul,
#Expertise ul {
    list-style-type: none;
    /* margin-left: 10px; */
}

#Qualification ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: .5s;
}

#Qualification ul li:hover {
    color: #cb2d3e;
    margin-left: 10px;
}

#Qualification .title img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.education_list li:hover .institution,
.education_list li:hover .year {
    color: #cb2d3e;
}

#Expertise ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #2F80ED;
    padding: 5px;
}

#Expertise ul li a {
    color: white;
    text-decoration: none;
    font-family: Poppins;
    transition: .5s;
}

#Expertise ul li a:hover {
    color: black;
    font-size: 21px;
}

#Expertise .title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



#Work div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#Work div img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.our_services .service_description .service_div .work_time {
    font-size: 14px;
    margin-left: 50px;
}

.our_services .service_description div p {
    text-align: justify;
    /* font-size: 17px; */
    font-family: Poppins;
    color: black;
}

.our_services .service_description div span i {
    color: #ff974b;
    display: inline-block;
    margin-right: 10px;
}

.our_services .service_description div a {
    font-family: Playfair Display;
    color: black;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.our_services .service_description div a .more {
    border-bottom: 2px solid #ff974b;
    display: inline-block;
}

.our_services .service_description div a:hover {
    color: #ff974b;
}



.change-my-color {
    height: 60px;
    width: 60px;
    filter: invert(100%) sepia(1%) saturate(5035%) hue-rotate(211deg) brightness(113%) contrast(100%);
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 0px 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ff974b;
    background-color: transparent !important;
    border-right: 7px solid #ff974b;
}

.nav-pills .nav-link.active>.change-my-color {
    filter: invert(59%) sepia(38%) saturate(722%) hue-rotate(341deg) brightness(103%) contrast(103%);
}

.our_services .service_list li a:hover .change-my-color {
    filter: invert(59%) sepia(38%) saturate(722%) hue-rotate(341deg) brightness(103%) contrast(103%);
}

.our_services .service_list li a:hover {
    color: #ff974b;
}


/* <!-- Service section Ends here --> */

/* <!-- Hospital Schedule Starts Here --> */
.hospital_schedule {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 4% 0%;
    /* background-color: #011C39; */
    background-image: url(../../storage/app/public/photos/2/footer-bac.png);
    color: white;
}

.hospital_schedule .contact_hospital,
.hospital_schedule .hospitals {
    width: 29%;
    padding: 0px 15px;
}

.hospital_schedule .contact_hospital a img {
    width: 270px;
    height: 75px;
}

.hospital_schedule .contact_hospital p {
    text-align: justify;
    font-size: 15px;
    font-family: poppins;
    margin: 30px 0px;
}

.hospital_schedule .contact_hospital .contact_btn,
.header_intro_mobile a {
    width: 270px;
    height: 45px;
    background-color: #ff974b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: Playfair Display;
    color: white;
    text-decoration: none;
}

.hospital_schedule .contact_hospital .contact_btn:hover,
.header_intro_mobile a:hover {
    color: #ff974b;
    background-color: #FFD2B1;
}

.hospital_schedule .hospitals .hos_name h3 {
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid hsla(0, 0%, 59.2%, .2);
    font-family: Source Sans Pro;
    color: #ff7a18;
}

.hos_phone .phone_class {
    color: white;
}

.hospital_schedule .hospitals .hos_location,
.hospital_schedule .hospitals .hos_phone,
.hospital_schedule .hospitals .schedule {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgb(230, 224, 224);
}

.hospital_schedule .hospitals .hos_location .icon,
.hospital_schedule .hospitals .hos_phone .icon,
.hospital_schedule .hospitals .schedule .icon {
    color: #ff974b;
    height: 20px;
    width: 7%;
}

.hospital_schedule .hospitals .hos_location .text,
.hospital_schedule .hospitals .hos_phone .phone_class {
    display: inline-block;
    text-align: justify;
    font-family: poppins;
    font-size: 15px;
    width: 93%;
}

.hospital_schedule .hospitals .schedule .schedule_inner {
    width: 93%;
}

.hospital_schedule .hospitals .schedule .schedule_inner div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hospital_schedule .hospitals .schedule .schedule_inner div p {
    margin-bottom: 5px;
}

.hospital_schedule .hospitals .schedule .schedule_inner div .day {
    width: 30%;
    font-size: 15px;
    font-family: Source Sans Pro;
}

.hospital_schedule .hospitals .schedule .schedule_inner div .time {
    font-family: poppins;
    font-size: 13px;
}

/* <!-- Hospital Schedule Ends Here --> */


/* Contact us form starts */

input,
textarea {
    font-family: "Poppins", sans-serif;
}

.contact_section {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    padding: 0% 8%;
    padding-bottom: 4%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_section .form {
    width: 100%;
    /* max-width: 820px; */
    background-color: #fff;
    border-radius: 10px;
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact_section .form .contact-form {
    /* background-color: #ff974b; */
    position: relative;
    color: black;
}

/* .contact_section .form .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #da742c);
    position: absolute;
} */

/* .contact_section .form .circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.contact_section .form .circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
} */

/* .contact_section .form .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: black;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
} */

form {
    padding: 0rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.contact_section .form .title {
    color: black;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.contact_section .form .input-container {
    position: relative;
    margin: 1rem 0;
}

.contact_section .form .input {
    width: 100%;
    outline: none;
    border: 2px solid black;
    background: none;
    padding: 0.6rem 1.2rem;
    color: black;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 22px;
    resize: none;
    overflow-y: auto;
}

.contact_section .form .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: black;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.contact_section .form .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.contact_section .form .btn {
    padding: 0.6rem 1.3rem;
    background-color: black;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: white;
    line-height: 1;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
}

.contact_section .form .btn:hover {
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

.contact_section .form .input-container span {
    position: absolute;
    top: 0;
    left: -40px;
    display: inline-block;
    width: 130px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.contact_section .form .input-container span:before,
.contact_section .form .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}

.contact_section .form .input-container span:before {
    left: 50%;
}

.contact_section .form .input-container span:after {
    right: 50%;
}

.contact_section .form .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.contact_section .form .input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact_section .form .contact-info {
    padding: 0rem 2.2rem;
    position: relative;
}

.contact_section .form .contact-info .title {
    color: black;
}

.contact_section .form .text {
    color: black;
    margin: 1.5rem 0 2rem 0;
    text-align: justify;
    font-family: poppins;
}

.contact_section .form .information {
    display: flex;
    color: black;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.contact_section .form .information p {
    margin-bottom: 0px;
    color: black;
    font-family: poppins;
}

.contact_section .form .information a {
    margin-bottom: 0px;
    color: black;
    font-family: poppins;
}

.contact_section .form .icon {
    width: 28px;
    margin-right: 0.7rem;
    /* filter: invert(59%) sepia(38%) saturate(722%) hue-rotate(341deg) brightness(103%) contrast(103%); */
}

.contact_section .form .social-media {
    padding: 2rem 0 0 0;
}

.contact_section .form .social-media p {
    color: #333;
}

.contact_section .form .social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.contact_section .form .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, rgb(39, 38, 38), rgb(41, 39, 39));
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.contact_section .form .social-icons a:hover {
    transform: scale(1.05);
}

/* .contact_section .form .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #ff974b;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
} */

.contact_section .big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #ff974b, #f18538);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.contact_section .big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

/* Contact us form ends */


/* doctor_profile_mobile Starts */
.doctor_profile_mobile {
    width: 100%;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #DFDFDF;
}

.doctor_profile_mobile .doctor_photo_mobile {
    width: 100%;
    padding: 2.5% 2.5% 0% 2.5%;
}

.doctor_profile_mobile .doctor_photo_mobile img {
    width: 100%;
    height: 400px;
}

.doctor_profile_mobile .header_intro_mobile {
    display: flex;
    width: 95%;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    border-bottom: 5px solid #F36B87;
    margin-bottom: 15px;
}

.doctor_profile_mobile .header_intro_mobile .doctor_intro h2 {
    color: #ff974b;
    font-family: Playfair Display;
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 5px;
}

.doctor_profile_mobile .header_intro_mobile .doctor_graduation {
    font-family: Playfair Display;
    color: #333;
}

.doctor_profile_mobile .header_intro_mobile .doctor_graduation p {
    margin: 0px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

.header_intro_mobile a {
    margin-top: 20px;
}

/* doctor_profile_mobile Ends */

/* Award Starts here */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.award_heading {
    font-weight: 300;
    color: black;
    text-align: center;
    font-size: 40px;
    font-family: times-new-roman;
    margin-top: 40px;
}

.award_heading_para {
    text-align: center;
    padding: 0px 20px;
    /* margin-bottom: 40px; */
    font-size: 16px;
    color: #666;
    font-family: poppins;
}

.award_heading_para.contactpera {
    margin-bottom: 40px;
}

.award_container {
    width: 100%;
    padding: 0% 8%;
}


.slider {
    margin-bottom: 30px;
    position: relative;
}

.slider .owl-item.active.center .slider-card {
    /* transform: scale(1.15); */
    opacity: 1;
    background: #ff9966;
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966);
    background: linear-gradient(to bottom, #ff5e62, #ff9966);
    /* color: #fff; */
}

.slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 0px 15px 40px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    /* transform: scale(0.9); */
    opacity: 0.5;
    transition: all 0.3s;
}


.slider-card img {
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 50px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 50px !important;
    z-index: 1;
}

.owl-dots {
    text-align: center;
    /* margin-top: -50px; */
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}

.owl-dots .owl-dot.active {
    background: #f44336 !important;
}

.award {
    font-family: 'Oswald', sans-serif !important;
    display: flex;
    align-items: center;
}

.award .award_container {
    width: 100%;
    padding: 0% 8%;
}

.award .news-slider {
    width: 100%;
    padding: 30px 0;
}

.award .news-grid {
    width: auto;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    /*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
    margin: 10px;
}

.award .news-grid-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.award .news-grid-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: .5s;
}

.award .news-grid-txt {
    padding: 25px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.award .news-grid-txt h2 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0px 5px 0px;
}

.award .news-grid-txt ul {
    padding: 0;
    margin: 0;
}

.award .news-grid-txt ul li {
    list-style: none;
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: 300;
    margin: 8px 10px 8px 0px;
    letter-spacing: 1px;
}

.award .news-grid-txt ul li i {
    color: black;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.award .news-grid-txt p {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-family: poppins;
}

/*Hover-Section*/

.award .news-grid:hover .news-grid-image img {
    filter: grayscale(1);
    transform: scale(1.1);
    transition: .5s;
}

.award .news-grid:hover .news-grid-txt a {
    text-decoration-line: none;
    color: #fff;
    letter-spacing: 2px;
    transition: .5s;
}

/* Award ends here */

/* Media section starts here */
.media_heading {
    font-weight: 300;
    color: black;
    text-align: left;
    font-size: 40px;
    font-family: times-new-roman;
    margin-top: 0px;
}

iframe {
    width: 100%;
    height: 275px;
}

.media_box .video_title {
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    font-size: 18px;
    font-family: Source Sans Pro;
    text-align: center;
    padding: 0px 10px;
}

.media_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;

    margin-block: 2rem;
    gap: 2rem;
}

.media_box .media_box_div {
    text-decoration: none;
    padding: 0px 0px;
    color: #212529;
    width: 31%;
    margin-bottom: 0px;
    box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.53);
}

.media_box_div .framebox p{
    margin-bottom: 0px;
}

.media_box .media_box_div .newspaper_photo {
    width: 100%;
    height: 350px;
}

.media_box .media_box_div .newspaper_photo {
    transition: .5s;
}

.media_box .media_box_div .newspaper_link :hover {
    transform: scale(1.03);
}

.seemorebutton {
    width: 100%;
    display: flex;
    justify-content: center;
}

.seemore {
    line-height: 1em;
    letter-spacing: 0.06em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #231f20;
    display: inline-block;
    padding: 15px 12px 15px 15px;
    transition: background 200ms;
    border-radius: 4px;
}

.seemore:hover {
    background: #cea052;
    text-decoration: none;
    color: #fff;
}

.seemore:after {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 300;
    content: "\f105";
    margin-left: 20px;
    color: #cea052;
    font-size: 18px;
    vertical-align: middle;
    transition: color 200ms;
}

.seemore:hover:after {
    color: #231f20;
}


/* blog start here */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

.media_container {
    font-family: "Quicksand", sans-serif;
    width: 100%;
    padding: 0% 8%;
}

.Blogs .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}

.Blogs .card .card__header {
    width: 100%;
}

.card__image {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 200px;
}

.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-bottom: 0px;
}

.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag+.tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
    padding-top: 0px;
}

.user {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.user__image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.user__info h5 {
    margin-bottom: 0px;
    font-size: 17px;
}

.user__info>small {
    color: #666;
}

.btn-primary {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
    font-family: 'Lato', sans-serif;
}

.btn-primary:hover {
    background-color: #cea052;
    border-color: #cea052;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #cea052;
    border-color: #cea052;
}

/* blog ends here */

/* Media section Ends here */


/* Reserch Starts here  */
.pubandres {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0% 8%;
    padding-bottom: 2%;
    flex-wrap: wrap;
    font-family: poppins;
}

.pubandres .pubandres_heading {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pubandres .publication,
.pubandres .reserch,
.pubandres .presentation {
    width: 100%;
}

.pubandres .accordion .accordion__link {
    text-decoration: none;
}

.accordion,
.sub-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__item {
    background: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    /* background: #e7e7e7; */
    border-radius: 20px;
    margin-bottom: 5px;
}

.accordion__item:nth-child(even)> :first-child:not(.accordion__link_active) {
    color: black;
    background: #d7c0e7;
}

.accordion__item:nth-child(odd)> :first-child:not(.accordion__link_active) {
    color: #ffffff;
    background: #66A2DC;
}

.accordion__link {
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    color: #696666;
    text-decoration: none;
    border-radius: 20px;
    display: block;
    padding: 12px 50px 12px 20px;
}

.accordion__link:not(.accordion__link_active):after {
    position: absolute;
    content: "";
    border-top: 12px #ff8663 solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px);
}

.accordion__link:not(.accordion__link_active):hover {
    opacity: .8;
    color: #fff;
    background: #B8B8B8;
}

.accordion__link:not(.accordion__link_active):hover:after {
    border-top: 12px #ffffff solid;
}

.sub-accordion {
    padding: 5px 20px;
    display: none;
    height: 0;
    overflow: hidden;
}

.sub-accordion__item {
    padding: 5px 0;
}

.accordion__link_active {
    color: #ffffff !important;
    background-color: #66A2DC;
}

.accordion__link_active:after {
    position: absolute;
    content: "";
    border-bottom: 12px #fff solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px);
}

.accordion__link_active+ul {
    display: block;
    height: 100%;
}

/* Reserch Ends here  */


/* About me page starts */
.aboutmesection {
    margin-top: 30px;
    padding: 0% 8%;
}

.aboutmesection .heading,
.contact_heading,
.conferenceheading,
.membershipheading,
.educationheading,
.experienceheading {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-family: times-new-roman;
}

.aboutmesection .heading::before,
.contact_heading::before,
.educationheading::before,
.conferenceheading::before,
.membershipheading::before,
.experienceheading::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 240px;
    height: 3px;
    background: #111;
    transform: translateX(-50%);
}

.aboutmesection .heading::after,
.contact_heading::after,
.educationheading::after,
.conferenceheading::after,
.membershipheading::after,
.experienceheading::after {
    position: absolute;
    /* top: 25px; */
    left: 50%;
    width: 200px;
    height: 50px;
    background: white;
    transform: translateX(-50%);
    white-space: nowrap;
}

.conferenceheading {
    margin-top: 40px;
    margin-bottom: 20px;
}

.conferenceheading::before {
    width: 420px;
}

.membershipheading::before {
    width: 270px;
}

.conferenceheading::after {
    width: 390px;
}
.membershipheading::after {
    width: 220px;
}

.aboutmesection .heading::after {
    content: 'About Me';
}

.contact_heading::after {
    content: 'Contact Me';
}

.conferenceheading::after {
    content: 'Conference Attended';
}

.membershipheading::after {
    content: 'Membership';
}

.educationheading::after {
    content: 'Education';
}

.experienceheading::after {
    content: 'Experience';
}

.contact_heading {
    margin: 50px 20px;
}

.aboutmesection .aboutmemain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.aboutmesection .aboutmemain .intro {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0fc0db;
    margin-top: 100px;
    padding: 0% 3%;
    /* margin-right: 10%; */
}

.aboutmesection .aboutmemain .intro img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: -100px;
}

.aboutmesection .aboutmemain .intro .summary .title {
    color: #FFFDFE;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: Poppins;
}

.aboutmesection .aboutmemain .intro .summary .shortsummary {
    color: #FFFDFE;
    text-align: justify;
    font-size: 14px;
    margin-top: 15px;
    font-family: Poppins;
}

.aboutmesection .aboutmemain .intro .summary .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-bottom: 30px;
}

.aboutmesection .aboutmemain .intro .summary .social-icons a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    padding: 0px 10px;
}

.aboutmesection .aboutmemain .details {
    width: 61%;
}

.aboutmesection .aboutmemain .details .detailintro {
    color: #333;
    text-align: justify;
    font-size: 16px;
    margin-top: 120px;
    font-family: Poppins;
}

.aboutmesection .aboutmemain .details .contactbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0fc0db;
    width: 200px;
    height: 45px;
    font-size: 17px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    font-family: Poppins;
    margin-top: 30px;
}

.aboutmesection .aboutmemain .details .contactbtn:hover {
    background-color: white;
    border: 2px solid #0fc0db;
    color: #0fc0db;
}





.myeducation {
    --color: rgba(30, 30, 30);
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 0% 8%;
    font-family: "Poppins", sans-serif;
    color: var(--color);
}

.educationheading {
    margin: 50px 20px;
}

.myeducation ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    /* width: min(60rem, 90%); */
    margin-inline: auto;
}

.myeducation ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

.myeducation ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

.myeducation ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    --accent-color: #0fc0db;
    grid-template-rows: min-content min-content min-content;
}

.myeducation ul > li::before, .myeducation ul > li::after {
    background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}
.myeducation ul > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 'Montserrat';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}


.myeducation ul > li:nth-child(10n+1) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgb(15, 192, 219,0.7) 100%);
}
.myeducation ul > li:nth-child(10n+2) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.7) 0%, rgba(15, 192, 219, 0.8) 100%);
}
.myeducation ul > li:nth-child(10n+3) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(15, 192, 219, 0.9) 100%);
}
.myeducation ul > li:nth-child(10n+4) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.9) 0%, rgba(15, 192, 219, 1) 100%);
}
.myeducation ul > li:nth-child(10n+5) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(15, 192, 219, 9) 100%);
}
.myeducation ul > li:nth-child(10n+6) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.9) 0%, rgba(15, 192, 219, 0.8) 100%);
}
.myeducation ul > li:nth-child(10n+7) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(15, 192, 219, 0.7) 100%);
}
.myeducation ul > li:nth-child(10n+8) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.7) 0%, rgba(15, 192, 219, 0.6) 100%);
}
.myeducation ul > li:nth-child(10n+9) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(15, 192, 219, 0.7) 100%);
}
.myeducation ul > li:nth-child(10n+10) > .date {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.7) 0%, rgba(15, 192, 219, 0.8) 100%);
}



.myeducation ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

.myeducation ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

.myeducation ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid #FF974B;
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.myeducation ul li .title,
.myeducation ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

.myeducation ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}

.myeducation ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
    text-align: justify;
}

.myeducation ul li .title::before,
.myeducation ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.myeducation ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.myeducation ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}



.my_experience {
    padding: 0% 8%;
}

.experienceheading {
    margin: 50px 20px;
}

.my_experience .timeline h2 {
    margin: 5%;
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
}

.my_experience .timeline {
    display: flex;
    flex-direction: column;
    /* width: 50vw; */
    width: 100%;
    padding-left: 7%;
}

.my_experience .timeline .timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.my_experience .timeline .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: black;
    letter-spacing: 1.5px;
}

.my_experience .timeline .timeline__event__content {
    padding: 10px;
    padding-bottom: 0px;
    width: 60%;
}

.my_experience .timeline .timeline__event__date {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.my_experience .timeline .timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.9) 0%, rgba(15, 192, 219, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-basis: 40%; */
    width: 40%;
    font-size: 2rem;
    color: white;
    padding: 10px;
}

.my_experience .timeline .timeline__event__description {
    flex-basis: 60%;
    color: #333;
    font-family: poppins;
}

.my_experience .timeline .timeline__event__description p {
    margin-bottom: 12px;
}

.my_experience .timeline .timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251ac;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
}

.my_experience .timeline .timeline__event:before {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.9) 0%, rgba(15, 192, 219, 0.9) 100%);
    border-radius: 100%;
    left: -5rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #9251ac;
}

.my_experience .timeline .timeline__event--type2:before {
    background: #FF974B;
    border-color: #555ac0;
}

.my_experience .timeline .timeline__event--type2:after {
    background: #555ac0;
}

.my_experience .timeline .timeline__event--type2 .timeline__event__date {
    color: white;
}

.my_experience .timeline .timeline__event--type2 .timeline__event__icon {
    background: #FF974B;
    color: #555ac0;
}

.my_experience .timeline .timeline__event--type2 .timeline__event__title {
    color: black;
}

.my_experience .timeline .timeline__event:last-child:after {
    content: none;
}




/* About me page ends */

/* service page */
.service_header {

    background-color: rgb(235, 118, 41);
    height: 150px;
    width: 100%;
    margin-top: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_header h1 {

    color: rgb(242, 243, 242);
    text-align: center;


}

.service_details {
    padding: 0% 8%;
    margin-top: 0px;
}

.service_details .serviceTitle {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-family: "Playfair Display";
    margin-bottom: 50px;
}

.service_details .details_info {
    font-family: Poppins;
}


.service_details .service_short_discription {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.5rem;
}

.service_details .serviece_image img {
    width: 50%;
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.service_details .service_full_discription {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.5rem;

}

.service_details .all_services {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.service_details .service_list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;

    /* height: 510px; */
}

.service_details .service_list li {
    width: 100%;
    height: 85px;
    ;
}

.service_details .service_list li a {
    height: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Playfair Display, sans-serif;
    transition: all .4s;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.service_details .service_list li:nth-child(odd) {
    background: #A06CA7;
}

.service_details .service_list li:nth-child(even) {
    background-color: #8E5097;
}

/* ======My Videos======== */
.pageheading {
    background-color: #efefef;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

#pagetitle #rendertext {
    display: none;
}

.pageheading #pagetitle {
    font-family: 'Playfair Display', sans-serif;
    font-size: 4em;
    line-height: 1em;
    text-align: center;
    position: relative;
    top: 50%;
    padding: 30px 0px;
    margin-bottom: 50px;
    /* transform: translateY(-50%); */
}

.pageheading #pagetitle:hover {
    cursor: default;
}

.pageheading #pagetitle .wrapper {
    display: inline-block;
    /* top: -900px; */
    position: relative;
    height: 150px;
    /* default */
    width: 90px;
    /* default */
    transition: ease 0.3s all;
}

.pageheading #pagetitle .wrapper span {
    position: absolute;
    top: 0;
    right: 0;
    transition: ease 0.3s all;
}

.pageheading #pagetitle .wrapper span.letter-2 {
    /* color: rgba(0, 0, 255, 0.5); */
    color: #666;
}

.pageheading #pagetitle .wrapper span.letter-1 {
    /* color: rgba(255, 0, 0, 0.5); */
    color: #8E5097;
    z-index: 1;
}

.pageheading #pagetitle .wrapper span.letter-1:hover {
    top: -3px;
    right: -3px;
}

.pageheading #pagetitle .wrapper span.letter-1:hover~.letter-2 {
    top: 3px;
    right: 3px;
}

.pageheading #pagetitle .wrapper span.space {
    padding: 0;
    min-width: 30px;
    display: inline-block;
}






/* Conference attend */

.conference {
    padding: 0% 8%;
    font-family: Poppins;
}

.conference .r-title {
    margin-top: var(--rTitleMarginTop, 0) !important;
    margin-bottom: var(--rTitleMarginBottom, 0) !important;
}


.conference p:not([class]) {
    line-height: var(--cssTypographyLineHeight, 1.78);
    margin-top: var(--cssTypographyBasicMargin, 1em);
    margin-bottom: 0;
}

.conference p:not([class]):first-child {
    margin-top: 0;
}

/*
  text component
  */

.conference .text {
    display: var(--textDisplay, inline-flex);
    font-size: var(--textFontSize, 1rem);
}

/*
  time component
  */

/*
  core styles
  */

.conference .time {
    display: var(--timeDisplay, inline-flex);
}

/*
  extensions
  */

.conference .time__month {
    margin-left: var(--timelineMounthMarginLeft, .25em);
}

/*
  skin
  */

.conference .time {
    padding: var(--timePadding, .25rem 1.25rem .25rem);
    background-color: var(--timeBackgroundColor, #f0f0f0);

    font-size: var(--timeFontSize, .75rem);
    font-weight: var(--timeFontWeight, 700);
    text-transform: var(--timeTextTransform, uppercase);
    color: var(--timeColor, currentColor);
}

/*
  card component
  */

/*
  core styles
  */

.conference .card {
    padding: var(--timelineCardPadding, 1.5rem 1.5rem 1.25rem);
}

.conference .card__content {
    margin-top: var(--cardContentMarginTop, .5rem);
}

/*
  skin
  */

.conference .card {
    border-radius: var(--timelineCardBorderRadius, 2px);
    border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
    box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
    background-color: var(--timelineCardBackgroundColor, #fff);
}

/*
  extensions
  */

.conference .card__title {
    --rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
    font-size: var(--cardTitleFontSize, 1.25rem);
}

/*
  =====
  CORE STYLES
  =====
  */

.conference .timeline {
    display: var(--timelineDisplay, grid);
    grid-row-gap: var(--timelineGroupsGap, 2rem);
}

/*
  1. If timeline__year isn't displaed the gap between it and timeline__cards isn't displayed too
  */

.conference .timeline__year {
    margin-bottom: 1.25rem;
    /* 1 */
}

.conference .timeline__cards {
    display: var(--timeloneCardsDisplay, grid);
    grid-row-gap: var(--timeloneCardsGap, 1.5rem);
}


/*
  =====
  SKIN
  =====
  */

.conference .timeline {
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

    border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.conference .timeline__year {
    --timePadding: var(--timelineYearPadding, .5rem 1.5rem);
    --timeColor: var(--uiTimelineSecondaryColor);
    /* --timeBackgroundColor: var(--uiTimelineMainColor); */
    background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(15, 192, 219, 9) 100%);
    --timeFontWeight: var(--timelineYearFontWeight, 400);
}

.conference .timeline__card {
    position: relative;
    margin-left: var(--timelineCardLineGap, 1rem);
}

/*
  1. Stoping cut box shadow
  */

.conference .timeline__cards {
    overflow: hidden;
    padding-top: .25rem;
    /* 1 */
    padding-bottom: .25rem;
    /* 1 */
}

.conference .timeline__card::before {
    content: "";
    width: 100%;
    height: var(--timelineCardLineWidth, 2px);
    background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));

    position: absolute;
    top: var(--timelineCardLineTop, 1rem);
    left: -50%;
    z-index: -1;
}

/*
  =====
  SETTINGS
  =====
  */
/**/
.conference .timeline {
    --timelineMainColor: #0FC0DB;
}

/*
  =====
  DEMO
  =====
  */

/* body{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    color: #222;
  
    background-color: #f0f0f0;
    margin: 0;
    display: flex;
    flex-direction: column;
  } */

.conference p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.conference p:last-child {
    margin-bottom: 0;
}

.conference .page {
    width: 100%;
    /* max-width: 47rem; */
    /* padding: 5rem 2rem 3rem; */
    /* margin-left: auto;
    margin-right: auto; */
}


.conference .substack {
    border: 1px solid #EEE;
    background-color: #fff;
    width: 100%;
    max-width: 480px;
    height: 280px;
    margin: 1rem auto;
    ;
}


.conference .linktr {
    display: flex;
    justify-content: flex-end;
    padding: 2rem;
    text-align: center;
}

.conference .linktr__goal {
    background-color: rgb(209, 246, 255);
    color: #FF974B;
    box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
    border-radius: 2rem;
    padding: .75rem 1.5rem;
}

.conference .r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

/* .allservices{
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.allservices .service {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0% 8%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.allservices .service2 {
    background-color: #EAEAEA;
}

.allservices .service .imagesec,
.allservices .service .descriptionsec {
    width: 48%;
}

.allservices .service .descriptionsec .service_heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.allservices .service .descriptionsec .service_heading h3 {
    color: #FF974B;
    font-family: 'Playfair Display';
}

.allservices .service .imagesec img {
    width: 90%;
    height: 300px;
}

.allservices .service .descriptionsec .change-my-color {
    filter: invert(59%) sepia(38%) saturate(722%) hue-rotate(341deg) brightness(103%) contrast(103%);
    margin-left: 0px;
}

.allservices .service .descriptionsec p {
    text-align: justify;
    font-family: Poppins;
}

.allservices .service .descriptionsec a {
    font-family: Playfair Display;
    color: black;
    text-decoration: none;
    /* display: block; */
    margin-top: 15px;
}

.allservices .service .descriptionsec a .more {
    border-bottom: 2px solid #ff974b;
    display: inline-block;
    margin-left: 5px;
}

.allservices .service .descriptionsec a:hover {
    color: #ff974b;
}





@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600;700&display=swap');

.specific_caption {
    box-sizing: border-box;
    display: grid;
    padding: 3vmin;
    /* margin-left: -1000px; */
    /* background: #e6ded7; */
}

.specific_caption:active * {
    animation: none !important;
}

#app {
    z-index: 100;
    /* margin-left: -410px; */
    margin-left: -15vw;
}

#app {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-bottom: 120px;
    /* background-color: white; */
    /* height: 90vh; */
    width: 100%;
    /* background: #ede8e2; */
    color: #3a3535;
}
.name_logo{
    display: block;
    width: 50px;
    height: 50px;
}
#app .title {
    padding-left: 1em;
    grid-column: -1;
    grid-row: 1;
    font-family: Martel;
    font-weight: 700;
    font-size: 35px;
    /* color: black; */
    color: #062A4D;
    width: 100%;
    z-index: 2;
}
.title .cafe{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 140px;
}
.title .cafe_designation{
    font-size: 25px;
    /* color: #062A4D; */
    /* margin-left: -60px; */
}

.title>.title-inner {
    display: inline-block;
}

@keyframes text-clip {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes outer-left {
    from {
        transform: translateX(50%);
    }

    to {
        transform: none;
    }
}

@keyframes inner-left {
    from {
        transform: translateX(-30%);
    }

    to {
        transform: none;
    }
}

.cafe,
.mozart {
    animation: outer-left 1s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.title-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both;
}

.cafe-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both, text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.mozart-inner {
    animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

#app .title {
    animation: outer-left 1s 1s ease both;
}

.cafe>.cafe-inner {
    display: inline-block;
}

.mozart {
    display: inline-block;
}



@keyframes image-in {
    from {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}


/*======================================
   Start Shop Blog CSS
========================================*/
.shop-blog.grid .shop-single-blog{
	margin-top:30px;
}
.shop-blog .shop-single-blog{
	text-align:center;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.shop-blog .shop-single-blog:hover{
	box-shadow: 0px 10px 10px #0000000a;
}
.shop-blog .shop-single-blog img{
	height:100%;
	width:100%;
}
.shop-blog .shop-single-blog .content {
	padding: 40px;
}
.shop-blog .shop-single-blog .content .title {
	font-size: 17px;
	font-weight: 600;
	color: #333;
}
.shop-blog .shop-single-blog .content .title:hover{
	color:#F7941D;
}
.shop-blog .shop-single-blog .content .date {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #B7B7B7;
}
.shop-blog .shop-single-blog .content .more-btn {
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
	margin-top: 10px;
	display: block;
}
.shop-blog .shop-single-blog .content .more-btn:hover{
	color:#F7941D;
}
/* Related Product */
.related-product{
	padding-top:0;
}
.related-product .section-title {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
.related-product .section-title h2 {
	font-size: 25px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #2c2d3f;
	font-weight: 700;
	padding-bottom: 15px;
}
/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	padding: 40px;
    padding-bottom: 0px;
	background: transparent;
	border: 1px solid #eeeeeec2;
}
.main-sidebar .single-widget{
	margin-bottom:50px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #F7941D;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
}
.main-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main-sidebar .search .button:hover {
	background:#F7941D;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
    list-style: none;
    font-family: poppins;
}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
    transition: all 0.4s ease;
    text-decoration: none;
}
.main-sidebar .categor-list li a:hover{
	color:#F7941D;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Post */

.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}

.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
    font-family: poppins;
    text-decoration: none;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#F7941D;
}

.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */

.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
    font-family: poppins;
    text-decoration: none;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#F7941D;
	border-color:transparent;
}
/* Blog Newslatter CSS */

.main-sidebar .newsletter .letter-inner {
	position:relative;
	padding: 35px 30px;
	box-shadow: 0px 0px 12px #00000014;
	z-index:2;
	overflow:hidden;
}
.main-sidebar .newsletter .letter-inner h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.main-sidebar .newsletter .letter-inner p{
	margin-bottom: 20px;
}
.main-sidebar .newsletter .letter-inner .form-inner{
	position:relative;
}
.main-sidebar .newsletter .letter-inner input {
	width: 100%;
	height: 45px;
	background: #fff;
	border: none;
	border: 1px solid #ddd;
	padding: 0px 60px 0px 20px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
}
.main-sidebar .newsletter .letter-inner .form-inner a {
	height: 42px;
	width: 100%;
	background: #F7941D;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 42px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.main-sidebar .newsletter .letter-inner .form-inner a:hover{
	background:#333;
	color:#fff;
}
/* Blog Single CSS */
.blog-single{
	background:#fff;
	padding:30px 0 0px;
}
.blog-single .blog-single-main {
	margin-top: 30px;
	background: #fff;
}
.blog-single .blog-detail {
	background: #fff;
}
.blog-single .image{
	position:relative;
}
.blog-single .image img{
	width:100%;
	height:100%;
}
.blog-single .blog-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
	margin-bottom: 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd6e;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
	color: #F7941D;
	margin-right: 10px;
	font-size: 13px;
}
.blog-single .blog-meta .author a {
	font-size: 13px;
	border-right:1px solid #ddd;
	padding:0px 15px;
    color: #666;
    text-decoration: none;
    font-family: Poppins, sans-serif;
}
.blog-single .blog-meta .author  a:first-child{
	padding-left:0;
}
.blog-single .blog-meta .author  a:last-child{
	padding-right:0;
	border:none;
}
.blog-single .blog-meta span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.blog-single .blog-meta span a i {
	margin-right: 10px;
	color: #F7941D;
}
.blog-single .blog-meta span a:hover{
	color:#F7941D;
}
.blog-single .content p {
	margin-bottom: 25px;
	line-height: 26px;
}
.blog-single .content p:last-child{
	margin:0;
}
.blog-single blockquote {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding-left: 20px;
	padding: 10px 20px;
	background: #F6F6F6;
	padding: 30px 40px 30px 70px;
	color: #555;
	border: none;
	margin-bottom: 25px;
	border-left: 3px solid #F7941D;
}
.blog-single blockquote i {
	font-size: 30px;
	color: #F7941D;
	position: absolute;
	left: 20px;
	top: 20px;
}
.blog-single .content .img-post{
	margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
	position: relative;
	margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 15px;
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.blog-single .share-social .content-tags .tag-inner{
    font-family: 'Poppins', sans-serif;
	padding-left:60px;
}
.blog-single .share-social .content-tags .tag-inner li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child{
	margin-right: 0px;
	margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
	border-radius: 30px;
	padding: 5px 15px;
	background:#f4f7fc;
	font-size: 13px;
    color: #424646;
    text-decoration: none;
}
.blog-single .share-social .content-tags .tag-inner li a:hover{
	color:#fff;
	background:#F7941D;
}
/* Comments */
.blog-single .comments{
	margin-top:40px;
}
.blog-single .comments .comment-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.blog-single .comments .comment-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background:#F7941D;
}
.blog-single .comments .single-comment {
	position: relative;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-left: 95px;
}
.blog-single .comments .single-comment.left{
	margin-left:110px;
}
.blog-single .comments .single-comment img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}

.blog-single .single-comment .content h4 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 18px;
	text-transform: capitalize;
}
.blog-single .single-comment .content h4 span {
	display: inline-block;
	font-size: 13px;
	color: #8D8D8D;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}
.blog-single .single-comment .content p {
	color: #666;
	font-weight: 400;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	line-height: 22px;
}

.blog-single .single-comment .content .btn {
	display: inline-block;
	color: #666;
	font-weight: 400;
	color: #6a6a6a;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 14px;
	background: transparent;
	padding: 0;
}
.blog-single .single-comment .content a i{
	display:inline-block;
	margin-right:5px;
}
.blog-single .single-comment .content a:hover{
	color:#F7941D;
}
/* Comment Form */
.blog-single .reply form {
	padding: 40px;
	border: 1px solid #eee;
}
.blog-single .reply .reply-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.blog-single .reply .reply-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background:#F7941D;
}
.blog-single .reply .form-group {
	margin-bottom: 20px;
}
.blog-single .reply .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.blog-single .reply .form-group textarea {
	width: 100%;
	height: 200px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.blog-single .reply .form-group label {
	color: #333;
	position: relative;
}
.blog-single .reply .form-group label span {
	color:#ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.blog-single .reply .button {
	text-align: left;
	margin-bottom:0px;
}
.blog-single .reply .button .btn {
	height: 50px;
	border: none;
}

/* Bread Crumbs */
.breadcrumbs {
	background-color: #F6F7FB;
	position: relative;
	padding: 30px 0px;
}
.breadcrumbs .bread-inner {
	z-index: 22;
	text-align: left;
    height: 24px;
}
.breadcrumbs .bread-list {
	display: inline-block;
}
.breadcrumbs ul li{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li i {
	margin: 0px 10px;
	font-size: 9px;
	font-weight: 600;
	color: #333;
}
.breadcrumbs ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
    font-family: Poppins, sans-serif;
    text-decoration: none;
}
.breadcrumbs ul li.active a {
	color: #333;
	display: inline-block;
}
.breadcrumbs ul li a:hover{
	color:#F7941D;
}
blockquote{
    text-align: justify;
    font-family: Poppins;
}
/*======================================
   End Shop Blog CSS
========================================*/

/* Membership starts */
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);
/*** FONTS ***/
/*** VARIABLES ***/
/* Colors */
/*** EXTEND ***/
/* box-shadow */
 ol.gradient-list > li, ol.gradient-list > li::before {
	 box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
/*** STYLE ***/

 .membership {
	 display: block;
	 margin: 0 auto;
	 max-width: 40rem;
	 padding: 1rem;
     font-family: poppins;
     color: #212529;
}
.membership ol.gradient-list {
	 counter-reset: gradient-counter;
	 list-style: none;
	 /* margin: 1.75rem 0; */
	 padding-left: 1rem;
     margin-top: 80px;
}
.membership ol.gradient-list > li {
	 background: white;
	 border-radius: 0 0.5rem 0.5rem 0.5rem;
	 counter-increment: gradient-counter;
	 margin-top: 1rem;
	 min-height: 3rem;
	 padding: 1rem 1rem 1rem 3rem;
	 position: relative;
}
.membership ol.gradient-list > li::before, ol.gradient-list > li::after {
	 background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
	 border-radius: 1rem 1rem 0 1rem;
	 content: '';
	 height: 3rem;
	 left: -1rem;
	 overflow: hidden;
	 position: absolute;
	 top: -1rem;
	 width: 3rem;
}
.membership ol.gradient-list > li::before {
	 align-items: flex-end;
	 content: counter(gradient-counter);
	 color: #1d1f20;
	 display: flex;
	 font: 900 1.5em/1 'Montserrat';
	 justify-content: flex-end;
	 padding: 0.125em 0.25em;
	 z-index: 1;
}
.membership ol.gradient-list > li:nth-child(10n+1):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgb(15, 192, 219) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+2):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(15, 192, 219, 0.4) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+3):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(15, 192, 219, 0.6) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+4):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(15, 192, 219, 0.8) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+5):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(15, 192, 219, 1) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+6):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(15, 192, 219, 0.8) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+7):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(15, 192, 219, 0.6) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+8):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(15, 192, 219, 0.4) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+9):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(15, 192, 219, 0.2) 100%);
}
.membership ol.gradient-list > li:nth-child(10n+10):before {
	 background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(15, 192, 219, 0) 100%);
}
.membership ol.gradient-list > li + li {
	 margin-top: 2rem;
}
 

@media (max-width:950px) {
  #app .title{
    font-size: 30px;
  }
  .title .cafe_designation {
    font-size: 20px;
  }
  #app {
    margin-left: -25vw;
}
}

@media (max-width:900px) {
  #app .title{
    font-size: 30px;
  }
  .title .cafe_designation {
    font-size: 20px;
  }
  #app {
    margin-left: -20vw;
}
}

@media (min-width:1100px){
  #app {
      margin-left: -20vw;
  }
}
@media (min-width:1200px){
  #app {
      margin-left: -25vw;
  }
}
@media (min-width:1350px){
  #app {
      margin-left: -30vw;
  }
}
@media (min-width:1550px){
  #app {
      margin-left: -35vw;
  }
}
@media (min-width:1950px){
  #app {
      margin-left: -40vw;
  }
}

@media (max-width:1250px) {
  .aboutmesection .heading {
    margin-top: 40px;
  }
}

@media (max-width:1200px) {
  .carousel-item .header_intro .doctor_graduation {
    width: 50%;
  }

  .carousel-item .header_intro .doctor_intro {
    width: 50%;
  }

  .hospital_schedule .contact_hospital,
  .hospital_schedule .hospitals {
    width: 32%;
  }

}

@media (max-width:1100px) {
  .carousel-item .header_intro .doctor_intro h2 {
    font-size: 25px;
  }

  .media_box .media_box_div {
    width: 46%;
  }
}

@media (max-width:1085px) {
  .pageheading {
    margin-top: 40px;
  }
}

@media (max-width:1000px) {
  .our_services .doctor_photo {
    display: none;
  }

  .doctor_profile_mobile .header_intro_mobile {
    height: 250px;
}

.doctor_graduation .graduation_inner{
  margin-top: 10px;
  color: #10518f;
}

  .our_services .service_list,
  .our_services .service_description {
    width: 50%;
  }

  .carousel-item .header_intro {
    display: none;
  }

  .hospital_schedule {
    flex-wrap: wrap;
  }

  .hospital_schedule .contact_hospital {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .hospital_schedule .hospitals {
    width: 45%;
    margin-top: 35px;
  }

  .doctor_profile_mobile {
    display: flex;
  }
}

@media (max-width:950px) {

  .header .head_top {
    flex-direction: column;
    align-items: flex-start;
    margin: 1% 4%;
  }

  .header .head_top .head_logo {
    display: none;
  }

  .header .head_top .hospital {
    width: 100%;
    display: flex;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .header .head_top .hospital .hospital_location {
    display: none;
  }

  .hospital_phone .fa-solid.fa-phone {
    display: none;
  }

  .header .head_top .top_social {
    width: 100%;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    margin-top: 2px;
  }


  .header .head_top .top_social ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0px;
  }


  .header .head_top .top_social ul .social_text {
    display: inline-block;
  }

  .aboutmesection .aboutmemain {
    flex-direction: column;
    margin-top: 60px;
  }

  .aboutmesection .aboutmemain .intro {
    width: 100%;
    /* padding-top: 20px; */
  }

  .aboutmesection .aboutmemain .details {
    width: 100%;
  }

  .aboutmesection .aboutmemain .details .detailintro {
    margin-top: 30px;
  }

  .allservices .service {
    flex-direction: column;
  }

  .allservices .service .imagesec,
  .allservices .service .descriptionsec {
    width: 100%;
  }

  .allservices .service .imagesec img {
    width: 100%;
  }

  .allservices .service .descriptionsec .change-my-color {
    width: 50px;
    height: 50px;
  }

  .allservices .service .descriptionsec .service_heading {
    margin-top: 20px;
  }

}

@media (max-width:900px) {
  .my_carousel {
    height: 400px;
  }
}

@media (max-width: 850px) {
  .contact_section .form {
    grid-template-columns: 1fr;
  }

  .contact_section .form .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact_section .form .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .contact_section .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .contact_section .form .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact_section .form .social-media {
    padding: 1.5rem 0 0 0;
  }

  .pubandres .publication,
  .pubandres .reserch,
  .pubandres .presentation {
    width: 100%;
  }

  .pubandres .reserch .pubandres_heading,
  .pubandres .presentation .pubandres_heading {
    margin-top: 30px;
  }

  form {
    padding-top: 2.2rem;
  }

  .service_details {
    margin: 20px;
  }
}


@media (max-width:800px) {
  .my_carousel {
    height: 350px;
  }

  .media_box .media_box_div {
    width: 90%;
  }
  #app {
    margin-left: -15vw;
    margin-bottom: -40px;
}
}

@media (max-width:750px) {

  .our_services {
    flex-wrap: wrap;
    height: auto;
  }

  .our_services .service_list {
    height: auto;
  }

  .our_services .service_description .service_div {
    height: auto;
  }

  .our_services .service_list,
  .our_services .service_description {
    width: 100%;
  }

  .change-my-color {
    height: 40px;
    width: 40px;
  }

  .all_services .service_list .nav-item a {
    font-size: 20px;
  }

  /* .our_services {
    height: 375px;
  } */

  .hospital_schedule .hospitals {
    width: 80%;
  }

  .our_services .service_description .service_div {
    padding-bottom: 0px;
  }

  .my_experience .timeline {
    padding-left: 12%;
  }

  .pageheading #pagetitle {
    font-size: 3em;
  }

  #app {
    margin-left: -25vw;
    /* margin-bottom: -40px; */
}

#app .title{
  font-size: 25px;
}
.title .cafe_designation {
  font-size: 15px;
}

}

@media (max-width:700px) {
  .my_carousel {
    height: 300px;
  }

  #app {
    margin-left: -20vw;
    margin-bottom: -60px;
}

  .aboutmesection .aboutmemain .intro .summary .shortsummary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .my_experience .timeline .timeline__event {
    flex-direction: column;
  }

  .my_experience .timeline .timeline__event__icon,
  .my_experience .timeline .timeline__event__content {
    width: 100%;
  }

  .my_experience .timeline .timeline__event:before {
    width: 2rem;
    height: 2rem;
    left: -3.5rem;
  }

  .my_experience .timeline .timeline__event:after {
    left: -2.5rem;
  }
}

@media (max-width:600px) {
  .my_experience .timeline .timeline__event__title {
    font-size: 1rem;
  }

  #app {
    margin-left: -15vw;
}

  .aboutmesection .heading,
  .contact_heading,
  .educationheading,
  .experienceheading,
  .membershipheading,
  .conferenceheading {
    font-size: 30px;
    padding-top: 5px;
  }

  .aboutmesection .heading::after,
  .contact_heading::after,
  .membershipheading::after,
  .educationheading::after,
  .experienceheading::after {
    width: 220px;
  }

  .aboutmesection .heading::before,
  .contact_heading::before,
  .membershipheading::before,
  .educationheading::before,
  .experienceheading::before {
    width: 250px;
  }

  .conferenceheading::before {
    width: 320px;
  }

  .conferenceheading::after {
    width: 290px;
  }
}

@media (max-width: 550px) {
  #app {
    margin-left: -40vw;
    width: 100vw;
}
}

@media (max-width: 480px) {
  .container.contact_section {
    padding: 1.5rem;
  }

  #app {
    margin-left: -35vw;
}

  .contact_section .form .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact_section .form .contact-info {
    padding: 1rem 0rem;
  }

  .contact_section .form .text,
  .contact_section .form .information,
  .contact_section .form .social-media p {
    font-size: 0.8rem;
  }

  .contact_section .form .title {
    font-size: 1.15rem;
  }

  .contact_section .form .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact_section .form .icon {
    width: 23px;
  }

  .contact_section .form .input {
    padding: 0.45rem 1.2rem;
  }

  .contact_section .form .btn {
    padding: 0.45rem 1.2rem;
  }

  .my_experience .timeline .timeline__event__date {
    font-size: 18px;
  }

  .pageheading {
    margin-top: 40px;
  }

}

@media (max-width:420px) {
  #app {
    margin-left: -25vw;
}
}

@media (max-width:450px) {
  .hospital_schedule .hospitals {
    width: 95%;
  }

  .media_box .media_box_div {
    width: 100%;
  }

  .our_services .service_list li {
    width: 100%;
    height: 60px;
  }

  .our_services .service_list li a {
    height: 60px;
    font-size: 25px;
  }

  .my_experience .timeline .timeline__event:before {
    left: -3rem;
  }

  .my_experience .timeline .timeline__event:after {
    left: -2rem;
  }
}


@media (min-width: 40rem) {
  .myeducation ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .myeducation ul::before {
    grid-column: 2;
  }

  .myeducation ul li:nth-child(odd) {
    grid-column: 1;
  }

  .myeducation ul li:nth-child(even) {
    grid-column: 3;
  }

  .myeducation ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .myeducation ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }

  .myeducation ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .myeducation ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }

}