body {
    margin: 0px;
}

p {
    margin: 0px;
}

.Container {
    max-width: 1210px;
    margin: 0px auto;
}


        .footer-color-text {
    color: white !important;
}
.work_button:hover .arrow {
    animation: slide1 .8s ease-in-out infinite;
}
.work_sub_section
{
    max-width : 387px
}
.all_card
{
    margin-top : 10px !important
}
@keyframes slide1 {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.clinical_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.clinical_heading:hover::after {
    width: 100%;
}

.expert_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.expert_heading:hover::after {
    width: 100%;
}

.cor_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.cor_heading:hover::after {
    width: 100%;
}

.testimonial_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.testimonial_heading:hover::after {
    width: 100%;
}

.news_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.news_heading:hover::after {
    width: 100%;
}

.menu_section {
    display: none;
}

/* contact section */

.sticky-header {
    /*position: sticky;*/
    position: relative;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    background-color: #fff;
    z-index: 100;
}

.Contact-Header {
    background-color: #f4f4f4;
    max-height: 46px;
    padding: 14px 0px;
}

.flex-section {
    display: flex;
    align-items: center;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.font-color {
    color: #1a1a1a;
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* logo section */

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0px;
    border-radius: 4px;
    bottom: -85px;
    text-align: left;
}

    .dropdown-content a {
        color: #1a1a1a !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-family: "Open Sans", sans-serif;
        padding: 12px 16px;
    }

        .dropdown-content a:hover {
            background-color: #ddd !important;
        }

.register-button:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

input::placeholder {
    color: #1a1a1a;
}

.button-section .login-button {
    background-color: #fff;
    border: none;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}

.button-section .register-button {
    background-color: #fae006;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: none;
    color: #1a1a1a;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 24px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.search-bar {
    min-width: 400px;
    height: 40px;
    padding-left: 12px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}

    .search-bar:focus {
        outline-style : solid;
        outline-color: #e7a100 !important;
    }

.search-bar-section {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 12px;
}

/* menu section */

.menu-section {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    margin: 0px;
}
.menu-font-color {
    color: #1a1a1a;
    font-size:16px;
    text-decoration: none; 
}
    .menu-font-color:hover {
        color: #2a6496 !important;
        text-decoration: none !important
    }

    .menu-section li {
        font-family: "Open Sans", sans-serif;
        padding: 0px 16px;
        color: #1a1a1a;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

      /*  .menu-section li:hover {
            color: #e7a100;
            text-decoration: underline;
            cursor: pointer;
        }
*/
/* footer section */

.footer-section {
    background-color: #545452;
}

.footer-text::selection {
    background-color: #000;
}

.footer-text {
    color: #ebebeb;
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    padding: 20px 0px;
    max-width:400px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    padding: 40px 0px;
}
.header-menu-selected {
    font-size: 16px !important;
    text-decoration: underline !important;
    color: #428bca !important;
}

.icon-section {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

    .icon-section svg {
        margin: 0px 7px;
    }

.footer-menu li {
    color: #ebebeb;
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    list-style: none;
    padding-bottom: 8px;
}

.footer-menu {
    margin: 0px !important;
    padding: 0px;
}

.menu-heading {
    font-weight: 700 !important;
    padding-bottom: 16px !important;
    font-size: 16px !important;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.menu-bottom {
    margin-bottom: 20px;
    margin-top: 20px;
}
.menu-bottom-background ::selection {
    background-color:#000;
}

.footer-card-section {
    border: 1px solid #666666;
    border-right: 0px;
    border-left: 0px;
}

.footer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.card-desc {
    color: #ebebeb;
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}

.policy-section {
    display: flex;
    align-items: center;
}

.privacy-text {
    border: 1px solid #ebebeb;
    border-top: none;
    border-bottom: none;
    padding: 0px 8px;
}

.faq-desp {
    display: block;
}

.white-arrow-img {
    display: none;
}

.right-arrow-img {
    display: none;
}

.menu-toggle {
    display: none;
}

.sidebar {
    display: none;
}

.search-toggle {
    display: none;
}

#searchBar {
    display: none;
}

.news_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
    width: 340px;
    margin: auto;
}

.work_heading::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D9BD7;
    transition: width .3s;
}

.work_heading:hover::after {
    width: 100%;
}

.testimonial_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: auto;
    position: relative;
    width: 230px;
}

.expert_heading {
    width: 270px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    position: relative;
}

.slick-slide {
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-slide img {
    margin: auto;
}

/* work section */

.work_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.work_section_2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* clinical section */

.clinical_section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 80px;
}
/* corporate section */

.corporate_section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 80px;
}

/* csr section */

.csr_section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 80px;
}

/* doctor section */
.doctor_section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.work_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    width: 240px;
    margin: auto;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.clinical_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    width: 350px;
    position: relative;
}

.cor_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    width: 360px;
    position: relative;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}

.news img {
    padding: 0px 20px;
}

.trial_section {
    width: 95%;
    margin-left: auto;
}

.trial_img {
    position: absolute;
    right: 100px;
    top: -119px;
}

.trial_heading {
    font-size: 36px;
    font-weight: 700;
    color: #1d9bd7 !important;
    line-height: 49px;
}

.trial_desc {
    font-size: 30px;
    font-weight: 400;
    color: #000 !important;
    line-height: 40px;
    padding-bottom: 10px;
}

.treatment_section {
    padding: 56px 0px 50px;
    margin-top: 95px;
}



/* slick arrow */
.hero {
    position: relative;
}

    .hero .slick-slide {
        text-align: center;
    }

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

    .slick-arrow:before {
        font-size: 30px;
    }

.btn-wrap .prev-btn {
    position: absolute;
    left: -25px;
    top: 40%;
    background-color: transparent;
    border: none;
    transform: rotate(180deg);
    cursor: pointer;
}

.btn-wrap .next-btn {
    position: absolute;
    right: -25px;
    top: 40%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}


.marq {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 36px;
    margin-top: 26px;
}


@media screen and (max-width: 1210px) {
    .Container {
        max-width: 1090px;
        margin: 0px auto;
    }
}


@media screen and (max-width: 1100px){
    .Container {
        max-width: 1024px;
        margin: 0px auto;
    }


    #affilateDoctorPricingContainer .planaffiliate_grid{
        gap:15px
    }
}


@media screen and (max-width: 1024px) {
    .menu_section {
        display: flex;
        align-items: center;
    }

    .Container {
        max-width: 900px;
        margin: 0px auto;
    }

    .sidebar {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 100px;
        width: 100%;
        box-sizing: border-box;
        z-index: 1000;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .sidebar nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        left: -100%;
        transition: 0.5s;
    }

        .sidebar nav ul li a {
            padding: 8px;
            color: #1a1a1a;
            font-family: "Arimo", sans-serif;
            text-decoration: none;
            display: block;
            cursor: pointer;
        }

    .dropdown-content {
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
        left: -70px;
        bottom: 50px;
        background-color: #fff;
    }

    .sidebar nav.active {
        left: 0;
    }

    .sidebar nav ul {
        display: block;
        text-align: center;
        list-style: none;
        padding-left: 0px;
        margin: 0px;
    }

    .menu-section {
        display: none;
    }

    .button-section {
        display: none;
    }

    .menu-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .footer-card {
        display: block;
    }

    .policy-section {
        margin-top: 15px;
    }

    .card_img {
        margin-top: 15px;
    }

    .sidebar nav.active body {
        overflow: hidden;
    }

    .mobile-button-section {
        margin: 20px 0px;
        display:flex;
        justify-content:center;
        align-items:center;
    }

        .mobile-button-section .login-button {
            border: 1px solid #1a1a1a;
            padding: 10px 20px;
            border-radius: 4px;
            color: #1a1a1a;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            font-family: "Open Sans", sans-serif;
            min-width: 112px;
            cursor: pointer;
            background-color: transparent;
        }

        .mobile-button-section .register-button {
            background-color: #fae006;
            position: relative;
            display: inline-block;
            min-width: 112px;
            padding: 12px 24px;
            border: none;
            color: #1a1a1a;
            border-radius: 4px;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-left: 24px;
            cursor: pointer;
            font-family: "Open Sans", sans-serif;
        }

    .csr_section {
        grid-template-columns: auto;
        gap: 30px;
    }

        .csr_section img {
            width: 100%;
        }

    .doctor_section {
        grid-template-columns: auto;
    }

        .doctor_section img {
            width: 100%;
        }

    .corporate_section {
        grid-template-columns: auto;
        gap: 30px;
    }

        .corporate_section img {
            width: 100%;
        }

    .clinical_section {
        grid-template-columns: auto;
        gap: 30px;
    }

        .clinical_section img {
            width: 100%;
        }

    .work_section {
        grid-template-columns: 1fr 1fr;
    }

    .trial_section {
        width: 66%;
        margin-left: 20px;
    }

    .trial_img {
        position: absolute;
        right: 0px;
        top: -43px;
    }
}

@media screen and (max-width: 900px) {
    .Container {
        max-width: 700px;
        margin: 0px auto;
    }

    .footer-grid {
        padding: 30px 0px;
    }

    .trial_img {
        top: -31px;
    }
}

@media screen and (max-width: 800px) {
    .Container {
        max-width: 600px;
        margin: 0px auto;
    }

    .search-bar {
        min-width: 200px;
    }

    .faq-desp-content {
        padding: 0px 4px 4px;
        width: 100%;
    }

    .faq-item {
        /* border: 1px solid #666; */
        cursor: pointer;
    }

    .faq-desp {
        display: none;
    }

    .faq-open.faq-item {
        box-shadow: 0px 7.98225px 21.28601px 0px #666;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .menu-heading {
        padding-bottom: 0px !important;
        padding: 10px !important;
    }

    .menu-grid {
        margin-bottom: 0px;
    }

    .faq-item {
        margin-bottom: 0px;
    }

    .footer-menu li {
        padding: 10px 30px;
    }

    .crose {
        transition: ease-in-out;
        transition-duration: 0.5s;
    }

    .white-arrow-img {
        display: none;
    }

    .right-arrow-img {
        display: block;
    }

    .faq-open .right-arrow-img {
        display: none;
    }

    .faq-open .white-arrow-img {
        display: block;
    }

    .faq-open .crose {
        transition: ease-in-out;
        transition-duration: 0.5s;
    }

    .faq-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #666;
    }
}

@media screen and (max-width: 700px) {
    .Container {
        max-width: 500px;
        margin: 0px auto;
    }

    .Contact-Header {
        display: none;
    }

    .contact-section {
        justify-content: end;
    }

    .expert_heading {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .Container {
        max-width: 400px;
        margin: 0px auto;
    }

    .search-toggle {
        display: block;
    }

    .search-bar-section {
        display: none;
    }

    .btn-wrap .prev-btn {
        display: none;
    }

    .btn-wrap .next-btn {
        display: none;
    }

    .mobile-search-bar {
        width: 80%;
        margin: auto;
        height: 30px;
        padding-left: 12px;
        border-radius: 4px;
        border: 1px solid #dfdfdf;
    }

    .mobile-search-bar {
        outline-color: #e7a100;
    }

    .mobile-searchbar-section {
        position: relative;
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .search-icon {
        position: absolute;
        right: 65px;
        top: 29px;
    }

    .work_section {
        grid-template-columns: 1fr;
    }

    .work_section_2 {
        display: flex;
        flex-direction: column;
    }

    .expert_heading {
        font-size: 25px;
    }

    .work_heading {
        font-size: 25px;
    }

    .clinical_heading {
        font-size: 25px;
        width: 300px;
    }

    .cor_heading {
        font-size: 25px;
        width: 300px;
    }

    .testimonial_heading {
        font-size: 25px;
    }

    .news_heading {
        font-size: 25px;
    }

    .trial_heading {
        font-size: 16px;
        line-height: 20px;
    }

    .trial_desc {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 0px;
    }

    .trial_img {
        position: absolute;
        right: 10px;
        top: -2px;
        width: 120px;
    }

    .treatment_section {
        padding: 20px 0px 20px;
        margin-top: 0px;
    }

    .right_arrow {
        width: 20px;
    }
    .work_sub_section {
        max-width: 100%
    }
    .icon-section svg {
        margin: 0px 4px;
    }
}

@media screen and (max-width: 500px) {
    .Container {
        max-width: 350px;
        margin: 0px auto;
    }
}

 .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
	
		li {
			margin: 0 0.25rem;
		}
	
		button {
			display: block;
			width: 10px !important;
			height: 10px !important;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: #1a1a1a !important;
			
			text-indent: -9999px;
		}
	
		li.slick-active button {
			background-color: #fae006 !important;
		}
	
} 
