/*
Theme Name: Pharmacy Mentor - B1 B2 Advanced 4
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com
*/
footer,header {
    display: none;
}
.end-link {
    display: flex;
    justify-content: end;
    align-items: end;
}
.card {
    border-radius: 0;
    background-color: #E9E6DE;
}
.card.outline {
    border-left: 3px solid var(--secondary-color);
    margin-bottom: 20px;
}
.accordion > .card > .card-header {
    background-color: #F6F2E8;
}
.btn-link {
    color: var(--main-color);
}
.accordion h5,
.accordion button {
    font-family: "Barlow", sans-serif;
    color: var(--main-color);
    font-weight: 700;
    width: 100%;
    text-align: left;
}
.accordion .card-header .btn:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    transition: transform 0.2s;
}

.accordion .card-header .btn[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

.secondary-color {
    color: var(--secondary-color) !important;
}
.outline {
    border: 1px solid #E9E6DE;
    background-color: #F6F2E8;
}
.border-left {
    border-left: 3px solid var(--secondary-color) !important;
}
.border-left p,
.border-left h2 {
    padding-left: 25px;
}
h4 span {
    font-size: 18px !important;
}
.img-wrapper {
    height: 100%;
    width: 100%;
}
.img-wrapper img {
    width: 100%;
}
.header-upper {
    background: #FFFCF2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-main-menu-container {
    height: 100%;
    justify-content: end;
    align-items: center;
    gap: 15px;
    width: 55%;
    border-left: 1px solid #E9E6DE;
    margin-left: 40px;
}
.nav-menu {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.nav-menu > li {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.nav-menu > li a,
.menu-main-menu-container a {
    color: var(--main-color);
}
.nav-menu > li a:hover,
.menu-main-menu-container a:hover {
    color: var(--gold);
}
.nav-menu .sub-menu {
    display: none;
    transition: ease-in-out .4s;
    position: absolute;
    background: #fff;
}
.nav-menu > li.menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
}
.nav-menu > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('/wp-content/uploads/2025/10/icon_chevron.svg') no-repeat center/contain;
    margin-left: 0.4em;
    transition: filter 0.2s;
}
.nav-menu > li.menu-item-has-children:hover::after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(77%) saturate(2440%) hue-rotate(16deg) brightness(107%) contrast(101%);
}
.btn-drk {
    color: white !important;
    background-color: var(--main-color);
    border-radius: 0;
    border: 1px solid var(--main-color);
    transition: ease-in-out .4s;
    padding: 5px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-drk:hover {
    color: var(--main-color) !important;
    background-color: #fff;
}
.btn-drk::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/11/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-position: bottom;
    transition: ease-in-out .4s;
}
.btn-drk:hover::after {
    background-image: url('/wp-content/uploads/2025/11/Arrow-1-Black.svg');
}
.about-style-three.about-style-two.sec-pad-2.about-2 .image-column figure.image {
  max-height: 165px;
  overflow: hidden;
  border-radius: 12px;
  max-width: 200px;
}
.testimonial-style-two .nav-style-one .owl-nav .owl-prev, .testimonial-style-two .nav-style-one .owl-nav .owl-next {
    margin-bottom: 0px;
}
#bloodTestAccordion.accordion {
    background-color: var(--main-color);
    padding: 30px 30px 15px 30px;
    border-radius: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#bloodTestAccordion .accordion-button {
    color: var(--main-color);
    background-color: var(--secondary-color);
    font-weight: 700;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
}
#bloodTestAccordion .list-group-item{
    background: none;
    border: none;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary);
}
#bloodTestAccordion .list-group-item:last-child {
    border-radius: 0;
    margin-bottom: 15px;
}
#bloodTestAccordion h3 {
    color: var(--secondary-color);
    font-weight: 700;
}
.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.slide-item .content-box p {
    color:#fff;
}

.theme-btn-one {
    margin-top: 30px;
    margin-bottom: 20px;
	box-shadow: none;
}
.theme-btn-one::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/11/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-position: bottom;
}
.theme-btn-one:hover::after {
    background-image: url('/wp-content/uploads/2025/11/Arrow-1-Gold.svg');
}
.theme-btn-two::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/11/Arrow-1-Gold.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-position: bottom;
}

.theme-btn-two.inverse::after {
    background-image: url('/wp-content/uploads/2025/11/arrow-white.svg');
}

.contact-style-three .form-inner {
    text-align: center;
}

.content-box ul.accordion-box li{
    list-style: disc;
    margin-left: 0px;
}
 
section {
    padding: 60px 0;
}

.content-box div#breadcrumb ul li {
     margin-left: 0px;
}
.col-12.form-group.message-btn button.theme-btn-one{text-transform:capitalize;}


.form-column .form-inner ol, .form-column .form-inner ul{
    display: inline-block;margin-bottom:15px;}

.form-column .form-inner ol li, .form-column .form-inner ul li{color: #020134;}

.default-page .form-inner{text-align:left;}

a.upw__button_2.editAddress {
    display: inline-block;
}

a.upw__button_2.delete-address {
    display: inline-block;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        border-radius: 12px!important;
    }

.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    width: 61px!important;
    height: 50px!important;
}
.animatedfsmenu-navbar-toggler .bar {
	height: 4px;}



.boxed_wrapper .wpcf7-form p, .content-box .text .wpcf7-form p {
    text-align: left;
}
.wpcf7-form label {
    float: left;
    width: 100%;
}

.wpcf7-form select{position: relative;
    display: block;
    width: 100%!important;
    height: 50px;
    border-radius: 22px;
    font-size: 16px;
    padding: 10px 20px;
    transition: all .4s ease;background: #fff;}



.theme-btn-two:hover {
     box-shadow: none;
}

img.nhs-logo{
    background: #ffffffbf;
    padding: 5px 25px;
    border-radius: 22px;
}


#content_block_5 .content-box {
    word-wrap: break-word;
}

.content-box ul li {
    list-style: disc;
    margin-left: 15px;
}
section.about-style-three.about-style-two.sec-pad-2 .row {
    align-items: center;
}

.content-box ol li {
    list-style: digit;
    margin-left: 15px;
}

#image_block_5 .image-box .content-inner {
    bottom: 35px;
}


.content-box ol, .content-box ul {margin:15px 0;}

.upw__element_2 .question-calendar.calendar {width: 100%;}

.upw__table_wrapper a{ margin: 5px 0;}


.single-service .content-column .content-box .text ul, .single-service .content-column .content-box .text ol{margin:20px 0!important;margin-left:10px!important;}

.single-service .sidebar.content-column .content-box .text ul li::before, .single-service .sidebar.content-column .content-box .text ol li::before {
    content: "\f192 ";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 5px;
}

.banner-text {
    text-align: center;
}


.blog-details-right-area .widget_block ul li::before, .blog-details-right-area .widget_block ol li::before {
     font-family: 'Font Awesome 5 Pro';
}

.testimonial-style-two {
    padding: 120px 0px 100px 0px;
}
.chooseus-section .sec-title h2 {
    text-align: left;
}

.chooseus-section .sec-title {margin-bottom: 0px;}

.chooseus-section .accordion-box .block .acc-btn h5 {
    margin-bottom: 0px;
}

.chooseus-section i{
    color: #000;
}

.accordion-box .block .acc-btn .icon-outer {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.accordion-box .block .acc-btn .icon-outer {
    border: 2px solid transparent;border-radius: 10px;
}

section.cta-style-two p a {
        text-decoration: underline;

    }

.footer-widget.contact-widget p a {
        text-decoration: underline;
    }


footer .bottom-text {text-align: center;}

.feature-style-two .icon-box i {color: var(--main-color);}


.boxed_wrapper p, .content-box .text p {
    margin-bottom: 15px;
}

.content-box .text h2, .content-box .text h3, .content-box .text h4, .content-box .text h5, .content-box .text h6 {
    margin-bottom: 15px;
}

.fade1 {
        opacity: 0;
    }

.boxed_wrapper h2, .boxed_wrapper h3, .boxed_wrapper h4, .boxed_wrapper h5, .boxed_wrapper h6 {
    margin-bottom: 15px;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        border-radius: 2px;
}


.contact-style-three .default-form .form-group input[type='text'], .contact-style-three .default-form .form-group input[type='date'], .contact-style-three .default-form .form-group input[type='email'], wpcf7 input[type="tel"] {
padding:10px, 30px, 10px, 30px
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    Padding:10px, 30px, 10px, 30px
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 30px;
    transition: all .4s ease;
}


.nice-select {
    height: 35px!important;
	line-height:1.5px;
}
/*.current {
    line-height: 41px;
}*/
.nice-select:after {
    top: 5px!important;
}

.page-template-pm-dashboard div#animatedfsmenu_css{display:none;}

.error404 main#content {
    padding: 60px 0;
}

.top-inner ul li a:hover{text-decoration:underline;}

figure.footer-logo img{width:200px}



.right ul.footer-nav.clearfix{display:block!important; text-align:right;}
.right .bottom-inner{display:block!important; text-align:right;}

.nice-select {
    height: 55px;
    line-height: 1.5;
}

.nice-select:after {
	top: 15px;}

.question-calendar.calendar {
    margin-bottom: 10px;
}
.far {
    font-family: 'Font Awesome 5 Pro'!important;
}

.owl-theme .owl-nav [class*='owl-'] {padding: 0px!important}

.calendar-input {
     margin: 0px!important; 
    border-radius: 3px !important;
}

.page-title:before {
    opacity: 0.6;
}

.upw__main .upw__content .col-6.video-tile iframe {
    width: 100%;height: 400px;
}

.upw__main .upw__content .col-6.video-tile h2{margin-top: 20px !important;}


.select-country .list{
 max-height: 200px;
 overflow-y: auto;
 width: 100%;
}
.calendar-input .list{
 max-height: 200px;
 overflow-y: auto;
 width: 100%;
}
/*
.animatedfsmenu {
	z-index: 999999!important;}*/

#pmRegisterModal.modal {
    z-index: 9999999 !important;
}

#register-modal-form a.login-button:hover{color:#000;}

.news-style-two h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 64px;
}

.news-style-two .lower-content p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.news-style-home .news-block-two{
    overflow: hidden;
}

.main-header.style-three .header-top .social-links li p {
    line-height: 0px;
}

.boxed_wrapper p, .content-box .text p {
    margin-bottom: 15px;
}

.page-template-default .form-column ul li{list-style:disc;margin-left:15px;}
.page-template-default .form-column ol li{list-style:numeric;margin-left:15px;}

.page-template-blog .news-style-two {    padding: 100px 0;}





button.animatedfsmenu-navbar-toggler.right_top .bar {
    background:#222435!important
}

button.scroll-top {
    background: var(--secondary-color);
}

.owl-theme .owl-nav [class*='owl-'] {	
    padding: 0px!important;
}

.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50%!important;
    background: transparent!important;
    border: 1px solid #fff;
}

.footer-top .contact-widget .info-list li a {
    word-break: break-all;
    width: 100%;
}


.page-template-home .feature-block-two .inner-box .lower-content .inner .icon-box {
    margin-bottom: 20px;
	margin-top: 0px;
    text-align: left;
}


.fa-briefcase-medical:before {
    color: #fff;
    background: transparent;
}

.feature-block-two .inner-box .lower-content .inner .icon-box {
    background: transparent;
}

.feature-style-two .inner{
	background: #FCF8ED!important;
	position: relative;
    display: block;
    padding: 0px 15px 31px 15px;
    box-shadow: none!important;
    margin-top: 0px!important;
    border-radius: 0;
    border: 1px solid #E9E6DE;
}


.feature-block-two .inner-box:hover .lower-content .inner p {    color: #fff;}
.feature-block-two .inner-box:hover .lower-content .inner i:before {color: #fff;}

.feature-block-two .inner-box .lower-content {
    overflow: hidden;
}

.banner-section.style-three .banner-carousel .content-box {position: absolute;    display: block;	width: 800px;}


div.slide-item:before[data-banner-image-overlay-color] {
    background: var(--banner_image_overlay_color, #333)!important;
}

div.slide-item[data-banner-heading-color] *:is(h1,h2,h3,h4,h5) {
    color: var(--banner_heading_color, #fff)!important;
}
div.slide-item[data-banner-text-color] *:is(p,h6){
    color: var(--banner_text_color, #fff)!important;
}

.banner-section.style-three .banner-carousel .active h1 {
    font-size: 35px!important;
    line-height: 50px!important;    font-weight: normal;
}


.banner-section.style-three .banner-carousel .slide-item {
    position: relative;
    padding: 210px 0px 150px 0px;
    /*min-height: 100vh;
	height: auto!important;*/
}

.banner-carousel p {
	font-weight: normal;
}

ul.banner-feature {
    padding: 0px;
    margin: 0px;
}
.banner-feature li:after{content:"\e915";     font-family: 'icomoon' !important; color :var(--secondary-color); }

ul.banner-feature li, ul.banner-feature li i, ul.banner-feature li a i, ul.banner-feature li a{font-weight:500; color: #BCCFFF66;   line-height: 48px;    font-size: 22px; margin-right:15px; text-align:left;}

.content-box1 h1 span {
    color: var(--secondary-color);
}

.banner-feature{position:relative;z-index:11;}

.banner-section.style-three .banner-carousel h1{
font-size: 35px !important;
line-height: 50px !important;
font-weight: normal;
}

.banner-feature li:after{
float:right;}


.banner-feature li i:before{
color :var(--secondary-color);
}

.owl-nav div span:before{    color: #000 !important;}
 

.copyright a:hover, .footer-bottom .bottom-inner .footer-nav li a:hover{color:var(--main-color)!important;text-decoration:underline!important;}


.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    top: 70px !important;
   right: 1.5% !important;
}

.chooseus-section figure, .chooseus-section img {
    height: auto!important;
    min-height: inherit!important;
}

.learn-btn {
    min-height: auto !important;
    margin-top: 15px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.learn-btn::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/11/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-position: bottom;
}  

.presc-banner-content {
    text-align: center;margin-top: 20px;
}
.presc-banner-content h1, .presc-banner-content p{color:#fff;}


.presc-banner-content .banner-cta{
    text-align: center;
}

.testimonial-style-two .sec-title {
    text-align: center;
}

.about-style-three .content-box .text a{color:#222435;}
#image_block_4 .image-box .image:before, #image_block_5 .image-box .image:before {	left: -63%;}




/***************updated css**************/
.new_services h4{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.four-item-carousel h4{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


.four-item-carousel p {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


.new_services p{
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.page-template-services .new_services p{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


.page-template-services .new_services h4{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


.error404 .contact-style-three .form-inner {
    text-align: center;
}


.default-form .form-group input[type='tel'], div#wpcf7-f179-p222-o1 .nice-select, div#wpcf7-f179-p222-o1 .wpcf7-tel{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #727272;
    padding: 10px 20px;
    transition: all .4s ease;
    border-radius: 22px;
}

div#wpcf7-f179-p222-o1 .nice-select{padding: 13px 20px;height: 56px!important;}

div#wpcf7-f179-p222-o1 .nice-select:after {
    top: 15px !important;
}

div#wpcf7-f179-p222-o1 ul.list {
    width: 100%;
}

div#wpcf7-f179-p222-o1 ul.list li{
    list-style: none !important;margin: 0px;
}
.wpcf7-form-control-signature-global-wrap {
    border-radius: 20px;
    overflow: hidden;
}

div#wpcf7-f179-p222-o1 span.current {
    color: #727272;
}

.banner-section.style-three .banner-carousel .slide-item {
    height: 100% !important;
    padding-bottom: 20px;
	min-height: 100%!important;
}	

section.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000b5;
}

.page-template-pharmacy-first .banner-text, .page-template-pharmacy-first .banner-text h1 {
    text-align: center!important;
}

.banner-cta .theme-btn-two.inverse {
    border: 1px solid #fff;
    color: #fff !important;
    padding: 5px 30px;
}

.banner-cta .theme-btn-two:hover {
    color: #fff !important; 
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color) !important;}

section.contact-style-three .form-column .form-inner a{color:#222435;font-weight:bold}
#image_block_4 .image-box-two img {
    border-radius: 35px;
}

#image_block_4 .image-box-two .content-inner {
    border-radius: 35px;
}

.content-box .text ul li, .content-box .text ol li{color: var(--main-color);}

.page-template-pharmacy-first section a{color:#222435; font-weight: bold;}

#content_block_5 .content-box .text p a{
    font-weight: bold;
}

.wpcf7 input[type="file"]  {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #727272;
    padding: 7px 20px;
    transition: all .4s ease;
    border-radius: 22px;
	background: #fff;
}
.row {
    width: auto!important;
}

.form-group.message-btn button{float:right;}
.contact-style-home button.theme-btn-one {
    margin-top: 0px;
}

.contact-style-three {
    padding: 100px 0px;
}
.step-section .row.align-items-center.step-content{margin:40px 0;}

.step-section .row.align-items-center.step-content:last-child{margin-bottom:0px;}


section.prescription-content-section.bg-theme-style-2, section.reviews-section.bg-theme-style-3{
    background: #13bfb10d;
}

.prescription-content-section .featured-image img, .order-step-section .featured-image img, .step-section .featured-image img {
    border-radius: 10px;
}

.app-section h2{margin-bottom:30px;}

.app-section  div#wpcf7-f189-o1 {
    padding-top: 40px;
}
.app-section .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%!important;
}
.app-section .message-btn button.theme-btn-one {
    margin-top: 0px;
}

.app-section .row{
    display: flex;
    align-items: center;
}
.app-section .row img{border-radius:10px;}

.presc-banner-content h1{text-transform:capitalize;}

.presc-banner-content a {
    margin-top: 10px;
}
.presc-banner-content p { margin-top: 20px;}

section.feature-style-two .feature-block-two .inner p{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
section.banner-section {
    padding: 0px !important;
    margin-top: 75px;
}
@media (max-width: 575px) {
    section.banner-section {
        margin-top: 100px;
    }
}

/*.page-template-prescription section.page-title.banner-section{padding:100px 0!important}*/

.upw__dashboard form label, .upw__dashboard form span {
    color: #222435!important;
}

.upw__dashboard .upw__button_2 {
    color:  #222435!important;
}

.upw__dashboard ul.upw_menu li.active > a{ color:  #222435!important;}
.upw__dashboard ul.upw_menu li.active svg path{    fill: #222435!important;}

.upw__dashboard .upw__main svg path{    fill: #222435!important;}

.video-popup-cta-block button, #video-container .video-popup-cta-block button {
    color: #222435 !important;
}
.video-popup-cta-block svg path, .video-popup-cta-block button svg circle{fill: #222435!important;}

.footer-top .contact-widget .info-list li {
    padding-left: 22px;
}


.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px!important;
    line-height: 26px!important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 30px;
    border-radius: 0;
    border: 2px solid var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    transition: all .4s ease;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 15px!important;
    line-height: 26px!important;
    font-weight: 400 !important;
    color: var(--secondary-color) !important;
    text-align: center;
    text-align: center;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
	transition: all .4s ease;
}
.lower-content .theme-btn-two {
    float: right;
}

section.page-title {padding: 225px 0px 100px 0px!important;}

section.page-title .content-box {line-height: 0px!important;}
#conditions .col-lg-4.col-sm-6.col-xs-12.mb-7:last-child{margin-bottom: 0px!important;}	

.wpcf7-form input {
    -webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: auto!important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li.afs-menu-item-has-children > ul {
  margin: 14px 0px;
}

#menu-main-menu ul.sub-menu {
    width: max-content;
    padding: 15px;
    background-color: #FFFCF2;
    border: 1px solid #E9E6DE;
}
#menu-main-menu ul.sub-menu li {
    padding:0px!important;
}
#menu-main-menu ul.sub-menu li a {
    display: block;  padding: 5px;
}

@media (max-width: 991px) {
    #menu-main-menu ul.sub-menu {
        position: relative;
    }
}

.container-banner {
    padding: 200px 0 100px 0;
}

[data-type="radio-buttons"] {
  text-align: left;
}
[data-type="text-field"] {
  text-align: left;
}
[data-type="date"] {
  text-align: left;
}
[data-type="checkboxes"] {
  text-align: left;
}
[data-type="text-content"], .bookly-box {
  text-align: left;
}


.service-style-three a.service-item {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    border: 0;
    z-index: 9;
}
.detail-info li img{
    margin-right: 10px;
}

.detail-info a {
    color: var(--main-color);
}

.detail-info a:hover {
    color: var(--secondary-color);
}

section.background {
    background-color: #F6F3E8;
}

.detail-info li {
    line-height: 35px;
}

.gmap {
    border-left: 3px solid var(--secondary-color);
    padding-left: 5px;
}

@media (min-width: 992px) {
    .info-column {
        border-left: 1px solid #E9E6DE;
        padding-left: 8.333333%;
    }
}

@media (min-width: 768px) {
    .pt-52 {
        padding-top: 52px;
    }
}

.news-style-home .lower-content h3 a {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: left; color: var(--main-color)!important;
}

.news-style-home .lower-content .btn-box a, .news-style-two .lower-content .btn-box a {
    color: #F4CEA1!important; 
    border: 2px solid #F4CEA1!important; 
    text-transform:capitalize;
}

.news-block-two .inner-box .lower-content .admin-box a{
    font-size: 12px;
    font-weight: 700;
    line-height: 16.2px;
    text-align: left;color: #F4CEA1;padding-right: 5px;

}
.news-block-two .inner-box .lower-content .admin-box span{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;color: #F4CEA1;padding-left: 5px;

}

.news-block-two .inner-box .lower-content .admin-box {
    display: flex;
}

.news-block-two .inner-box .lower-content .admin-box span:before{content: "|";
    position: absolute;
    margin: 0 auto;
    color: #F4CEA1;
    left: -12px;
    padding: 0px 10px;
}

.news-style-home .lower-content p{
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;
    color: var(--main-color);
}


.cta-style-two a.theme-btn-one.theme-btn-dark{margin:0px;}

.cta-style-two .row{display:flex:justify-content: center;    align-items: center;}

.testimonial-style-two .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.testimonial-block-two .inner-box p{
    font-weight: 400;
    line-height: 27px;
}
.testimonial-block-two .inner-box .author-info h3{
    font-weight: 700;
    line-height: 21.82px;
}

section.cta-style-two {
    background: var(--main-color);
}

section.cta-style-two p{
    font-weight: 400;
    line-height: 16.37px;
    color: var(--main-color);
}
.cta-style-two .btn-box .theme-btn-one {
    color: #ffffff;
    text-transform:  none;
}

.chooseus-section .accordion-box .block .acc-btn h5 {
    font-weight: 700;
    line-height: 21.82px;
    text-align: left;
    color: var(--main-color);

}
.chooseus-section ul.accordion-box .acc-content p{
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--main-color);
}

.service-block-two .inner-box:hover h4,
.service-block-two .inner-box:hover p {
    color: #fff;
}

.service-style-three .service-block-two .inner-box .inner {
    padding: 30px;
    min-height: 370px;
}

.service-style-three .service-block-two .inner-box .inner h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
}

.service-style-three .service-block-two .inner-box .inner p{
    font-weight: 400;
    line-height: 31px;
    color: #fff;
}

section.service-style-three.centred.sec-pad.bg-color-1.light-bg {
    padding-bottom: 50px !important;
}

section.about-style-three.about-style-two.sec-pad-2 .sec-title h2 {
    text-align: left !important;
}
section.about-style-three.about-style-two.sec-pad-2 p {
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

section.about-style-three.about-style-two.sec-pad-2 .content-inner .text h4, .about-1 .content-inner .text h4{
font-size: 19px;
font-weight: 700;
line-height: 25.92px;
text-align: left;
}
section.about-style-three.about-style-two.sec-pad-2 .content-inner .text p, .about-1 .content-inner .text p{
font-size: 19px;
font-weight: 400;
line-height: 25.92px;
text-align: left;
}

section.about-style-three.sec-pad-2.about-1 h2,
section.about-style-three.sec-pad-2.about-1 p {
    text-align: left;
    color: #fff;
}
section.about-style-three.sec-pad-2.about-1 a {
    color: var(--secondary-color);
}
section.about-style-three.sec-pad-2.about-1 a:hover {
    color: #fff;
}

.about-1 #image_block_4 .image-box .content-inner{
    bottom: 60px;
}

.about-1 .row{align-items:center;}

.single-item-carousel .owl-nav .owl-prev, .single-item-carousel .owl-nav .owl-next {
    background: #2A283912 !important;
    box-shadow: none;
}

.single-item-carousel .owl-nav div span:before {
    color: #D1CECC !important;
}

.single-item-carousel.owl-theme .owl-nav [class*='owl-'] {
	font-size: 21px!important;}


#contact-form input::placeholder, #contact-form textarea::placeholder {
  color: #D9D8E3;
  opacity: 1; /* Firefox */
}

#contact-form input::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #D9D8E3;
}
.btn-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta-style-two .col-12.text-center > img:first-of-type {
    max-width: 80px;
    margin-bottom: 30px;
}
#image_block_4 .image-box-two .content-inner {
    background: var(--main-color);
    position: absolute;
    left: 10%;
    bottom: 20px;
    padding: 20px 40px 5px 40px;
    width: 85%;box-shadow: none;
}

.firstsec .sec-title h2, .twosec .sec-title h2{text-align:left;}


.banner-cta a.theme-btn-one{margin-right:20px;}




.contact-style-home .wpcf7-form label {
    float: none;
}

.service-style-three .service-block-two .inner-box .icon-box {
    margin-bottom: 0px;
}

.banner-section .owl-nav div span:before {
    color: #D1CECC !important;
}

.banner-section .owl-nav [class*='owl-'] {
    font-size: 21px !important;
}

.banner-section .owl-nav [class*='owl-'] {
    font-size: 21px !important;
}

.banner-section .owl-nav .owl-prev, .single-item-carousel .owl-nav .owl-next {
    box-shadow: none;
}

.four-item-carousel .owl-stage {
    display: flex;
}

.four-item-carousel .service-block-two {
    height: 100%;
}

article.about-style-three.sec-pad-2.page-1539 {
    padding-bottom: 0px !important;
}
.table-content table thead th strong {
    font-size: 12px;
    font-weight: normal;
}

.table-content table th, .table-content table td {
    text-align: left !important; vertical-align: top;
}

.table-content tr:first-child {
  background-color: #f4cea1;font-weight: bold;
}

.table-content tr:first-child td strong{font-weight:normal;}

.table-content .table-item.mb-4 {
    margin-bottom: 50px !important;
}

.booking-form h2{text-align:center;}
.booking-form span{width:100%;} 

.booking-form #contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


section.booking-form.about-style-three {
    background: #fff;
}

.destination-item img {
    border-radius: 10px;
}
.destination_name h3 {
    margin: 20px 0;
}

.booking-form .wpcf7 {
    margin-top: 60px !important;
}

.booking-form button.theme-btn-one {
    margin-top: 0px!important;
}

.booking-form .default-form .form-group:last-child {
    margin-bottom: 0px !important;
    padding-top: 0px;
}

.booking-form .form-group.message-btn button {
    float: left;
	width: 100%;
}

@media (max-width:768px){
    .table-content tr {
        width: max-content;
        white-space: nowrap;
    }
    .table-content .table-responsive {
        overflow-x: scroll;
    }
}
/******mobile design*******/

@media only screen and (min-width: 1024px) {
    .animatedfsmenu-navbar-toggler .bar.bottom-animate {
        top: 0px!important;
    }
    .animatedfsmenu-navbar-toggler .bar.top-animate {
        top: 12px!important;
    }		
}

@media only screen and (min-width: 1200px) {	
	
.col-12.form-group.message-btn button.theme-btn-one {
    text-transform: capitalize;
    margin-right: 5%;
}
	
.news-block-two h3 a {
	min-height:64px;
}	
.news-block-two .post-info{min-height:28px;}

.new_services h4{min-height:62px}	
.new_services p{min-height:93px}	

.four-item-carousel h4{min-height:62px}
.four-item-carousel p{min-height:94px}		
	
section.feature-style-two .feature-block-two .inner p{min-height:84px}	
	
.banner-feature li:after {
    position: absolute;
    right: 60px;
}
	
.animatedfsmenu-navbar-toggler .bar.bottom-animate {
    top: 0px!important;
}
.animatedfsmenu-navbar-toggler .bar.top-animate {
    top: 12px!important;
}	
	
header .auto-container{max-width: 100%;padding: 0 5%;}
	
.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        right: 4.5% !important;
    }	
	.gmap iframe{height:268px;}
	
.testimonial-style-two .owl-nav {
    position: absolute;
    left: -130px;
    top: -15px;
}
	
.feature-style-two .sec-title.text-center {
    padding: 0 12%;
}	
	
}


@media only screen (max-height: 1199px){ 

header .auto-container{max-width: 100%;padding: 0 5%;}
	
.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        right: 4.5% !important;
    }	
	
}


@media (min-width:767px)
{
/*.banner-carousel{height:110vh!important;}*/
	
.banner-carousel .owl-stage-outer{
height:100%!important;}
.banner-carousel.owl-carousel .owl-item {
    height: 100%!important;
}	
.banner-carousel.owl-carouse .owl-item {
height: 100% !important;
}	
	
.owl-carousel .owl-stage, .banner-carousel .slide-item{height:100%!important;}	
}


@media only screen and (max-width: 1080px) and (max-height: 1920px) and (orientation: portrait) { 
   
#video-container{
top: 50%;
    left: 50%;
    width: 90%;
}
#video-container iframe{
width:100% ! important;}
 
 }


@media only screen and (max-width: 767px) {
	
	.firstsec .sec-title h2, .twosec .sec-title h2{text-align:center;}
	
	    .contact-style-home #contact-form {
        margin-top: 0px;
    }
	
	.cta-style-two .btn-box {
    float: none;
	}
	
	 .contact-style-home  .auto-container {
        margin-left: 15px;
        margin-right: 15px;
    }
	.about-1 #image_block_4 .image-box .content-inner {
    bottom: inherit;
	}
	
	.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        top: 10px !important;
        right: 5% !important;

}
	
    .main-header.style-three .header-lower {
        display: none;
    }

    .main-header .logo-box {
        display: block;
    }

    .main-header.style-three .header-upper .upper-info {
        display: none;
    }

figure.logo img{
    width: 100%;
}

.upper-inner .logo-box.pull-left {
    padding: 0px !important;
	max-width: inherit;
	max-width: 160px;
	max-width: 230px;
    margin-top:  0px;
}

    .main-header.style-three .header-lower, .main-header.style-three .header-upper {
        display: block!important;
    }	
	
.header-lower .lower-inner {
    display: none;
}	
	
.banner-section.style-three .banner-carousel .slide-item {
    padding: 140px 0px 100px 0px;
    height: 650px !important;
    
}		
	
	
	
	.container-banner {
     padding: 20px 0!important;
}
	
	.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    width: 50px;
    height: 50px;
}
	
	
	.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
        top: 10px !important;
        right: 5% !important;

}
	
    .main-header.style-three .header-lower {
        display: none;
    }

    .main-header .logo-box {
        display: block;
    }

    .main-header.style-three .header-upper .upper-info {
        display: none;
    }

figure.logo img{
    width: 100%;
}

.upper-inner .logo-box.pull-left {
    padding: 0px !important;
	max-width: inherit;
        max-width: 250px;
}

    .main-header.style-three .header-lower, .main-header.style-three .header-upper {
        display: block!important;
    }	
	
.header-lower .lower-inner {
    display: none;
}	
	
.container-banner h1 {
    font-size: 25px !important;
        line-height: 40px !important;
}	
	
.container-banner p {
    font-size: 15px;
    line-height: 24px!important;
}
	
	
.upw__main .upw__content .col-6.video-tile iframe {
    height: auto;
}
	
.upw__main .upw__content .col-6.video-tile {
    flex: 100%!important;
    max-width: 50%!important;
    width: 100%!important;
    max-width: 100% !important;
}	

.banner-cta .theme-btn-one, .banner-cta .theme-btn-two {
    margin-top: 0px;
}
	
.banner-cta a{
    margin-right: 0px !important;
}
	
.order-2 {
    -ms-flex-order: inherit!important;
    order: inherit!important;
}	
	
	
.banner-section .content-box {
    margin-top: 10px !important;
}	
	
.banner-section.style-three .banner-carousel h1 {   
		margin-bottom: 30px;
    }	
	
.banner-section.style-three .banner-carousel .content-box1 p {
       margin-bottom: 30px;
    }		
	
.banner-section.style-three .banner-carousel h5 {
	margin-bottom: 10px;}	
	
.right ul.footer-nav.clearfix{text-align:center;}	
	
.right .bottom-inner {
     display: block !important; 
     text-align: center; 
}	
	
#image_block_4 .image-box .content-inner .text h3 {
    font-size: 20px;
}	
	
.col-sm-12.col-md-5.col-xl-5.right {
    margin-top: 20px;
}	
	
section.reviews-section.bg-theme-style-3{ background: #8080800d;}	
	
.content-box {
    padding: 0 20px;
}
	
.cta-style-two .pull-right {
   float: none !important;
}	
	
.row {
     width: auto!important;
}	

.footer-top .contact-widget .info-list li {
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 0;
    align-items: normal;
    justify-content: center;
    gap: 10px;
}

.footer-top .contact-widget .info-list li i {
    position: static;
    left: 0px;
    top: 4px;
    font-size: 16px;
    text-align: center;
}	
	
section.cta-style-two p a {
    text-decoration: underline;
    color: #fff;
}
.footer-widget.contact-widget p a {
    text-decoration: underline;
    color: #fff;
}	

.info-list.clearfix {
        text-align: center;
    }	
	
	
.new_services .service-block-two {
    width: auto;
}	

#image_block_4 .image-box .content-inner {
    left: 0%; 
    width: 100%;
	margin-top: 30px;
}

#image_block_4 .image-box-two {
    padding-right: 0px;
}	
	
#image_block_4 .image-box-two .content-inner {
    position: relative;
    bottom: 20px;
    width: 100%;
    margin-top: 20px;
	left:0%;
	margin-top: 50px;
}	

#image_block_4 .image-box-two {
    padding-bottom: 80px;
}	
	
.contact-style-three .default-form .form-group {
    margin-bottom: 0px;
}
	
div#pmLoginModal {
    z-index: 999999 !important;
}		
		
#image_block_4 .image-box .content-inner, #image_block_5 .image-box .content-inner { 
    width: 100%;    bottom: 0px;
}	
	
ul.banner-feature {
    text-align: left;
}	
	
/*	
.banner-cta .theme-btn-one, .banner-cta .theme-btn-two {
    padding: 5px 10px;
}	*/

.feature-block-two .inner-box .lower-content {
    margin: 0px;
}	
.sec-title h2 {
        font-size: 27px;
    }
	
.chooseus-section .image-column figure.image{
    padding-right: 0px !important;
}
	
.chooseus-section .accordion-box .block .acc-content {
    padding-left: 10px;
}	
.cta-style-two .text h2 {
	font-size: 27px;}	
	
section.contact-style-three.contact-style-home label{display:none;}	
	
#contact-form .wpcf7-form-control-wrap {
    width: 100%;
}	
	
section.contact-style-three.contact-style-home button.theme-btn-one	{width:100%; height:55px;}
.theme-btn-one {
    padding: 0px 10px;
     font-size: 12px;
}
.contact-style-three .default-form .form-group {
    margin-bottom: 10px;
    padding-top: 0px;
}		
	
.contact-style-three .form-inner {
        margin-top: 0px !important;
    }	
	
.blog-grid, .sidebar-page-container, .contact-style-three {
        padding: 70px 0px !important;
    }	
	
#wpcf7-f235-p13-o1, #wpcf7-f179-p222-o1 {
    padding: 50px 10px;
    margin-top: 30px;
}	
div#wpcf7-f179-p222-o1 label {
    text-align: left;
}	
.contact-container {
    padding: 50px 10px;
}	
	
  #image_block_4 .image-box .content-inner, #image_block_5 .image-box .content-inner {
    margin-top: 30px;position: relative;left:0;
  }	
	
#image_block_5 .image-box, #image_block_4 .image-box {
    padding-bottom: 0px;
}
.page-template-pharmacy-first .banner-text h1 {
    margin-top: 90px !important;
}	
	
.page-template-pharmacy-first .banner-text p.pb-4.pt-4{padding:0px!important;  margin-bottom: 0px!important;}	
		
	
ul.banner-feature li, ul.banner-feature li i, ul.banner-feature li a i, ul.banner-feature li a {
    line-height: 35px;
    font-size: 16px;	
}	

.banner-section.style-three .banner-carousel h1, .banner-section.style-three .banner-carousel .active h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}	
	
.about-style-three #content_block_5 .btn-box.pull-left{
    text-align: center!important;
}	
	
.theme-btn-one, .theme-btn-two  {
    font-size: 12px!important;
	padding:5px 15px!important;
	line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}	
	
	
section.page-title .content-box {line-height: 0px!important;}
section.page-title { padding: 155px 0 100px 0px!important; }	

.page-template-about section.about-style-three.twosec .col-lg-6.col-md-6.col-sm-12.image-column{order:2}	
	
.page-template-about section.about-style-three.twosec .content-column{order:1}
	
#breadcrumb ul {
    line-height: 25px;
}
	
.blog-right-sidebar {
    text-align: left;
}
	
#spotlight .text-dark.px-3{padding-left:0px!important;padding-right:0px!important}	

#conditions .col-lg-4.col-sm-6.col-xs-12.mb-7:last-child{margin-bottom: 0px!important;}	
section {
    padding: 50px 0!important;
}	
	
.about-2 .btn-box .theme-btn-one, .about-1 .btn-box .theme-btn-one {
     margin-top: 0px;
     margin-bottom: 0px;
}
	
.news-style-home .lower-content h3 a {  
    font-size: 18px;
    line-height: 26px;
}	
.news-style-two h3 a {
    min-height: 100%;
}	
	
.page-template-services .new_services .service-block-two {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0px;
}	
	
	
}


@media (min-width:1025px) and (max-width:1200px){
.banner-section.style-three .banner-carousel .slide-item {
        height: 700px !important;
    }	
	
	ul.banner-feature li, ul.banner-feature li i, ul.banner-feature li a i, ul.banner-feature li a {
    line-height: 30px;
    font-size: 12px;
}
.banner-section.style-three .banner-carousel .active h1 {
    font-size: 25px !important;
    line-height: 38px !important;
}	
	
.banner-section .col-sm-12.col-md-5.col-lg-5.offset-md-1 {
    display: flex;
    align-items: center;
}	
	
}

@media only screen and (max-width: 991px) {
    .news-block-two .inner-box {
        margin-bottom: 0px;
    }
	
.news-style-home .news-block-two {
    margin-bottom: 20px;
}
	
}


@media (min-width:768px) and (max-width:991px){
	
.testimonial-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 100%;
}	
.testimonial-style-two .nav-style-one .owl-nav .owl-prev {
    margin-bottom: 0px;
}	
.single-item-carousel.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    gap: 30px;
}	
	
.testimonial-style-two .row {
    align-items: start;
}	
	
	
}


@media (min-width:768px) and (max-width:1024px){
	
.step-section .order-2 {
    -ms-flex-order: inherit !important;
    order: inherit !important;
}
	
#image_block_4 .image-box .content-inner, #image_block_5 .image-box .content-inner {
    bottom: 0px;
    padding: 43px 60px 0px 50px;

}	
.image-column figure.image{
    padding-right: 0px !important;
}
	
section.contact-style-three.contact-style-home label{display:none;}	
	
#contact-form .wpcf7-form-control-wrap {
    width: 100%;
}		
	
.contact-style-three .form-inner {
         margin-top: 0px; 
    }	
.contact-style-three .default-form .form-group {
    margin-bottom: 10px;
    padding-top: 0px;
}	
	
.banner-section.style-three .banner-carousel .slide-item {
    height: auto !important;
    padding-bottom: 20px;min-height: auto;
}	

.page-template-about #image_block_4 .image-box .content-inner, .page-template-about #image_block_5 .image-box .content-inner {
    position: relative;
    width: 100%;
    margin-top: 20px;left:0;
}	
.page-template-about #image_block_4 .image-box-two .content-inner{ position: relative;
    width: 100%;
    margin-top: 30px;left:0;}
	
	
#image_block_4 .image-box .content-inner, #image_block_5 .image-box .content-inner {
	position: relative;}	
	
	
.banner-section.style-three .banner-carousel .slide-item {
        height: 730px !important;
    }	
	
	ul.banner-feature li, ul.banner-feature li i, ul.banner-feature li a i, ul.banner-feature li a {
    line-height: 30px;
    font-size: 12px;
}
.banner-section.style-three .banner-carousel .active h1 {
    font-size: 25px !important;
    line-height: 38px !important;
}	
	
.banner-section .col-sm-12.col-md-5.col-lg-5.offset-md-1 {
    display: flex;
    align-items: center;
}	
	
	
}

@media (min-width:1801px) and (max-width:2000px){
	
.banner-section.style-three .banner-carousel .slide-item {
    height: 700px !important;
}
	
}



@media (min-width:1601px) and (max-width:1800px){
	
.banner-section.style-three .banner-carousel .slide-item {
    height: 700px !important;
}
	
}


@media (min-width:1401px) and (max-width:1600px){
	
.banner-section.style-three .banner-carousel .slide-item {
    height: 790px !important;
}
	
}



@media (min-width:1200px) and (max-width:1400px){
	
.banner-section.style-three .banner-carousel .slide-item {
    height: 770px !important;
}
	
}
@media (min-width:1024px) and (max-width:1450px){

.testimonial-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}	
.testimonial-style-two .nav-style-one .owl-nav .owl-prev {
    margin-bottom: 0px;
    left: -80px;
}
.testimonial-style-two .nav-style-one .owl-nav .owl-next {
    right: -520px;
}
.single-item-carousel.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
}	
}


@media (min-width:992px) and (max-width:1023px){
	
.testimonial-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 100%;
}	
.testimonial-style-two .nav-style-one .owl-nav .owl-prev {
    margin-bottom: 0px;
}	
.single-item-carousel.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
}	
	
#video-container{
top: 50%;
    left: 50%;
    width: 90%;
}
	
#video-container iframe{
width:100% ! important;
}
}

@media (min-width:481px) and (max-width:1023px){
#tablePrescriptionOrders_wrapper{
overflow-x: auto
}
}

@media only screen and (max-width: 499px) {
#content_block_2 .content-box .support-box h3, #content_block_7 .content-box .support-box h3 {
font-size: 16px;
}

.agent-section div#content_block_7 .content-box h3{font-size: 14px;}

.banner-section.style-three .banner-carousel .slide-item {
    height: 790px !important;
}
.content-column .content-box{padding:0px;}
	
.news-block-two .inner-box .lower-content .admin-box {
    display: inline;
}
	
.news-block-two .inner-box .lower-content .admin-box span:before {
    content: "";
	padding:0px
}	
.news-block-two .inner-box .lower-content .admin-box a{width:100%}	
.news-block-two .inner-box .lower-content .admin-box span {
    padding-left: 0px;
}
	
.news-block-two .inner-box .lower-content p {
    margin-bottom: 20px;
	margin-top: 20px;}	
	
.detail-info li a {	font-size: 12px; }	
	
.detail-info li{ padding: 10px;}
	
.cta-style-two .text h2 {    line-height: 24px;}	
	
}

.text-border {
    border: 3px solid var(--secondary-color);
    display: block;
    padding: 10px;
}




