*{margin: 0;padding: 0;}

:root
{
	--black: #000;
	--white: #fff;
	--red: #f02828;
	--grey: #F2F2F2;
	--font: 'Montserrat', sans-serif;
    --heading-font: "VerveineW01-Regular";
}

body
{
	font-family: var(--font);
    overflow-x: hidden;
}

.container
{
    max-width: 90% !important;
}

.bi-2rem
{
    font-size: 1.5rem;
}

marquee
{
    background: #d0d0d0;padding: 7px;
}

.border-black
{
    border: 1px solid var(--black);
}

ul.navbar-nav li a {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
ul.navbar-nav li a:hover{
    color: #56b8d0;
}
a{text-decoration: none;}

#myVideo
{
	width: 100%;
	height: 800px;
	object-fit: cover;
}

.video-cont
{
	position: absolute;
    top: 40%;
    left: 13%;
    right: 0;
    color: #fff;
}

.video-cont h1
{
	font-weight: 900;
	font-size: 60px;
}

.slide
{
    /*margin-top: 70px;*/
}

.carousel-caption
{
    bottom: 13rem;left: 12%;
    text-align: left;
}

.carousel-caption h3
{
    text-transform: uppercase;
    font-size: 60px!important;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.carousel-caption p
{
    width: 50%;
}

ul.slider-btn li
{
	display: inline-block;
}

ul.slider-btn li:nth-child(1) a
{
	padding: 9px 29px;
    border-right: none;
    display: block;
    border-radius: 32px;
    font-weight: 700;
    border: 1px solid var(--red);
    background: var(--white);
    color: var(--black);
}

ul.slider-btn li:nth-child(2) a
{
	padding: 9px 29px;
    border-right: none;
    display: block;
    border-radius: 32px;
    font-weight: 700;
    margin-left: 8px;
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.pt-80
{
	padding-top: 80px;
}
.pb-80
{
    padding-bottom: 80px;
}

.heading h1 {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    margin-bottom: 15px;
    color: #000000 !important;
        margin-left: 15px;
}
h1, h2, h3{
    color: #1f6daa !important;
}
footer h2{
    color: #4dc2ff !important;
}
.heading-fs-24
{
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0;
}

.eng-arb
{
	width: 20%;
    float: right;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    margin: 5px;
    background: var(--red);
    color: var(--white);
}

.eng-arabic
{
    width: 20%;
    float: left;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    margin: 5px;
    background: var(--red);
    color: var(--white);
}

/*.form-control:focus
{
	background: var(--red);
	box-shadow: none;
    color: var(--white);
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.slick1
{
    text-align: center;
}

.slick2
{
    margin-top: 0;
}

.slick1 img
{
    /*border-radius: 10px 10px 0 0;*/
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

.slick2 video
{
    border-radius: 20px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.slick1 h3 {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 6px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}
.slick1 h3:hover {
    color: #1e3967 !important;
}
.slick2 h4, .gallery-item h4
{
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0;
}

.btn-red {
    padding: 9px 29px;
    border-right: none;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid var(--grey);
    background: #1e3967;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-red:hover
{
    background: #2f7cab;
    border: 1px solid #2f7cab;
    transition: .5s ease-in-out;
    color: var(--white);
}
a.nav-link.med-dtl:hover {
    background: #2f7cab;
}

.occasion-flex
{
    display: flex;
}

.bg-white-video {
    margin: 10px;
    /* border-radius: 10px; */
    background: var(--white);
    border: 1px solid #f4f4f4;
    /*text-align: center;*/
    /* box-shadow: 0 0 8px #dedede; */
}
.bg-white-video.ct-p{
    border: none;
}
.bg-white-video.ct-p img {
    /* border-radius: 100px; */
    height: 60vh;
    /* width: 200px; */
    object-fit: cover;
    /* width: 200px; */
    box-shadow: 0 0 8px 1px #00000036;
    margin: 0 auto;
}
.zoom-350.cp-3{
    padding: 0px 15px;
}
p.ct-2 {
    margin-top: 10px;
    font-weight: 650;
    color: #000;
}
p.ct-2:hover{
    color: #1e3967;
}
section.latest-offer img {
    border-radius: 10px;
}

/*.zoom-350
{
    height: 350px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.zoom-350 img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 2s ease-in-out;
}

.zoom-350:hover img
{
    transform: scale(1.5, 1.5);
}
*/
.zoom-280
{
    height: 280px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.zoom-280 img
{
    width: 100%;
    height: 280px;
    transition: all 2s ease-in-out;
}

.zoom-280:hover img
{
    transform: scale(1.5, 1.5);
}

.zoom-200
{
    height: 200px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.zoom-200 img
{
    width: 100%;
    height: 200px;
    transition: all 2s ease-in-out;
}

.zoom-200:hover img
{
    transform: scale(1.5, 1.5);
}

.bg-white-popular
{
    margin: 10px;
    border-radius: 20px;
    background: var(--white);
    padding: 10px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    text-align: center;
}

.bg-white-popular img
{
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.slick-prev:before, .slick-next:before
{
    color: var(--white)!important;
    background: #2f7cab;
    padding: 10px 12px;
    border-radius: 50px;
    font-family: inherit;
}

.slick-prev
{
    left: -40px;
}

.testi video
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.test-cont img
{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
}

.cname-loc
{
    float: left;margin-left: 15px;
}

.cname-loc h5.client-name
{
    font-weight: 600;
    text-align: left;
}

.client-name p
{
    text-align: left;
    color: var(--black);
}

.test-cont p
{
    text-align: left;
}

.gallery-item img
{
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 280px;
    object-fit: cover;
}

.mt-80
{
    margin-top: 80px;
}


footer
{
    padding: 100px 0;
}

ul.footer-links
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

ul.footer-links-red
{
    display: flex;
    justify-content: center;
    padding-left: 0;
}

ul.footer-links li, ul.footer-links-red li
{
    list-style: none;
    margin-bottom: 12px;
}

ul.footer-links li a {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

ul.footer-links-red li a
{
    color: var(--red);
    text-decoration: none;
    padding: 0 15px;
    border-right: 1px solid var(--red);
}

ul.footer-links li:nth-child(5) a, ul.footer-links-red li:nth-child(4) a
{
    border-right: 0;
}

ul.footer-social
{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    padding-left: 0;
}

ul.footer-social li:nth-child(1)
{
    margin-left: 0;
}

ul.footer-social li
{
    list-style: none;
    margin: 0 7px;
}

ul.footer-social li a
{
    color: #65bdd4;
    font-size: 28px;
}
.bottom-footer p a:hover{
    color: #52afcc !important;
}
.bottom-footer p a{
    color:#000000;
}
input.news {
    width: 100%;
    padding: 15px 8px;
    border-radius: 5px;
    border: none;
}
input.news:focus-visible{
    outline: 0;
}
button.button-sc {
    padding: 10px 20px;
    margin-top: 25px;
    width: 40%;
    border: none;
    border-radius: 32px;
    background: #010101;
    color: #fff;
    margin-bottom: 20px;
    
}
button.button-sc:hover {
    background: #2472ac;
}
/*ul.footer-social li:nth-child(1)
{
    background: #3b5998;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

ul.footer-social li:nth-child(2)
{
    background: #1DA1F2;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

ul.footer-social li:nth-child(3)
{
    background: #0A66C2;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}*/

ul.footer-social li:nth-child(4)
{
    background: #d62976;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

ul.footer-social li:nth-child(5)
{
    background: #FF0000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

ul.footer-social li:hover
{
    transform: rotate(360deg);
    transition: .5s ease-in-out;
}

.d-patch
{
    position: absolute;
    bottom: 34.7%;
    margin-left: 1%;
    background: var(--red);
    padding: 15px 20px 7px;
    color: #fff;
    text-transform: uppercase;
}

.d-patch_2
{
    position: absolute;
    bottom: 39.7%;
    margin-left: 5%;
    background: var(--red);
    padding: 15px 20px 7px;
    color: #fff;
    text-transform: uppercase;
}

.d-patch_3
{
    position: absolute;
    bottom: 50%;
    margin-left: 1%;
    background: var(--red);
    padding: 15px 20px 7px;
    color: #fff;
    text-transform: uppercase;
}

.d-patch h3, .d-patch_2 h3, .d-patch_3 h3
{
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.d-patch p, .d-patch_2 p, .d-patch_3 p
{
    margin: 0;
    font-size: 18px;
}

#statistic
{
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
}

/* tannu*/
img.section-img {
    width: 305px;
    height: 225px;
    object-fit: cover;
    margin-bottom: 1rem;
    border-radius: 15px;
}

.zoom-hover
{
    width: 305px;
    height: 225px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: 15px;
}

.zoom-hover img
{
    width: 305px;
    height: 225px;
    object-fit: cover;
    transition: all 2s ease-in-out;
}

.zoom-hover:hover img
{
    transform: scale(1.5, 1.5);
    cursor: pointer
}

img.section-img:nth-child(2)
{
    margin-bottom: 0;
}
section.about {
    background: #fff;
}
.about-us h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 3rem
}
.about-us h3 span {
    color: var(--red);
    display: block;
    position: relative;
}

.read-more-btn {
    padding: 9px 29px;
    border-radius: 32px;
    font-weight: 700;
    color: var(--red);
    border:2px solid var(--red);
    text-transform: uppercase;
}

.read-more-btn:hover {
    padding: 9px 29px;
    border-radius: 32px;
    font-weight: 700;
    color: var(--black);
    border:2px solid var(--red);
    text-transform: uppercase;

}
/*tannu*/

.sponsor-logo img
{
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    top: 5%;
    margin-left: 10px;
    box-shadow: 0px 0px 5px var(--black);
    background: #fff;
    border-radius: 50px;
    padding: 6px;
}

.sponsor-logo_2 img
{
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    top: 6%;
    margin-left: -144px;
    box-shadow: 0px 0px 5px var(--black);
    background: #fff;
    border-radius: 50px;
    padding: 6px;
}

.sponsor-logo_3 img
{
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    top: 11%;
    margin-left: 10px;
    box-shadow: 0px 0px 5px var(--black);
    background: #fff;
    border-radius: 50px;
    padding: 6px;
}

.bg-white
{
    background-color: var(--white);
}

.brand-sponsor
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.brand-sponsor img
{
    background-color: var(--grey);
    margin-bottom: 3px;
}

.brand-sponsor img:hover
{
    filter: grayscale(100%);
}

.bdr-15
{
    border-radius: 15px!important;
}

.bg-sponsor
{
    background-image: url(../img/bg-sponsor.jpg);
    background-attachment: fixed;
    background-position: center;
}

.p-100
{
    padding: 100px;
}

.bg-sponsor h1
{
    font-size: 60px;
}

.hover-white:hover
{
    color: var(--white);
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
    font-size: 6px!important;
}

#google_translate_element span
{
    display: none;
}

.goog-te-gadget .goog-te-combo
{
    margin: 11px 0 0!important;
}

/*breadcrumb*/

.bread-img
{
    background-image: url('../img/bread.jpg');
    background-position: center;
    width: 100%;
    height: 240px;
    margin-bottom: 0;
}

.bread-img h1
{
    margin-top: 130px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.bread-img ul li
{
    display: inline-block;
    text-transform: uppercase;
}

.bread-img ul li a
{
    color: #fff;
}

.text-red
{
    color: var(--red);
}

.text-justify
{
    text-align: justify;

}

/*contact us*/

.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 270px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: var(--black);
    right: 0px;
    top: 16%;
    height: 340px;
    width: 340px;
    padding: 70px 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.right_conatct_social_icon {
    background-color: var(--red);
}

.contact_field input
{
    padding: 1rem 0.75rem;
}

#login label, #login input, #login select, #login textarea
{
    margin-bottom: .5rem;
}

.flex-log
{
    display: flex;
    justify-content: space-between;
}

.eye-icon {
  float: right;
  margin-right: 10px;
  margin-top: -38px;
  position: relative;
  z-index: 99999;
}

/*listing*/
.side-sticky
{
    position: sticky;
    top: 100px;
}

.no-bullet
{
    list-style: none;
}

.side-cover
{
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.side-sponsor-logo
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-sponsor-logo div img
{
    width: 70px;
}

.br-20
{
    border-radius: 20px;
}

.flex-event
{
    display: flex;
    justify-content: space-between;
}

.share-event
{
    display: flex;
}

.event-dtl ul, .share-event ul
{
    display: flex;
    align-items: center;
}

.event-dtl ul li, .share-event ul li
{
    margin-right: 15px;
}

.share-event ul li:nth-child(5)
{
    margin-right: 0;
}

.ai-center
{
    align-items: center;
}

.next-prev
{
    display: flex;justify-content: space-between;align-items: center;
}

ul.list-unstyle
{
    list-style: none;
}

ul.list-unstyle li
{
    line-height: 1.8;
}

section#chng-pwd .eye-icon
{
    margin-top: -45px;
}

section#my-event table tr td
{
    vertical-align: middle;
}

.tbl-img
{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.box-shadow
{
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.h-400 img
{
    height: 400px;
    object-fit: cover;
}

.event-photo
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.event-photo img
{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
}


@media only screen and (min-device-width: 1281px) and (max-device-width: 1366px)
{
    .carousel-caption
    {
        bottom: 6rem;
    }

    .headerwp, .wsmainwp
    {
        max-width: 1200px!important;
    }

}

@media only screen and (min-device-width: 993px) and (max-device-width: 1280px)
{
    .headerwp, .wsmainwp
    {
        max-width: 1200px;
    }

    .d-patch {
        bottom: 37.3%!important;
    }

    .d-patch_2
    {
        bottom: 42.4%;
    }

    .d-patch_3
    {
        bottom: 52.4%!important;
    }

    .carousel-caption
    {
        bottom: 5rem;
    }

    .sponsor-logo_2 img

    {
        margin-left: -120px;
    }


}

@media only screen and (min-width: 769px) and (max-width: 992px)
{
    .headerwp, .wsmainwp
    {
        max-width: 900px;
    }

    .eng-arb
    {
        width: 30%;
    }

    .slide
    {
        margin-top: 0!important;
    }

    .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch
    {
        width: 110px;
    }

    .zoom-hover
    {
        width: 100%!important;
    }

    .gallery-item
    {
        width: 33%;
    }

    .sponsor-logo_2 img
    {
        margin-left: -125px;
    }

    .d-patch
    {
        bottom: 31.8%;
        margin-left: 15px;
    }

    .d-patch_2 {
        bottom: 42.3%;
    }

    .d-patch_3
    {
        bottom: 44.7%;
        margin-left: 15px;
    }

    .carousel-caption
    {
        bottom: 3rem;
    }

    .carousel-caption p
    {
        width: 90%;
    }    

    .carousel-caption h3
    {
        font-size: 32px!important;
    }

    .about-us h3
    {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px)
{
    .slide
    {
        margin-top: 15px;
    }

    .carousel-caption
    {
        bottom: 1rem;
    }

    .carousel-caption p
    {
        width: 90%;
        font-size: 14px;
    }

    .carousel-caption h3
    {
        font-size: 30px!important;
    }

    .zoom-hover
    {
        width: 150px;
    }

    .about-us h3
    {
        font-size: 1.8rem;
    }

    .d-patch
    {
        margin-left: 15px;
    }

    .gallery-item
    {
        width: 50%!important;
    }

    .bg-sponsor .p-100
    {
        padding: 40px;
    }
}



@media only screen and (min-width: 360px) and (max-width: 480px)
{
    .slide
    {
        margin-top: 55px;
    }

    .slick-prev:before, .slick-next:before
    {
        display: none;
    }

    .about-us h3
    {
        font-size: 2rem;
    }

    .d-patch
    {
        bottom: 31.9%;
    }

    .d-patch_2
    {
        bottom: 39.7%;
    }

    .d-patch_3
    {
        margin-left: 12px;
        bottom:44.5%;
    }

    .sponsor-logo_2 img
    {
        margin-left: -120px;
    }

    .bg-sponsor .p-100
    {
        padding: 30px;
    }

    .zoom-hover, .zoom-hover img
    {
        width: 100%;
        object-fit: cover;
    }

    .about-us
    {
        margin-top: 3rem;
    }

    #filters
    {
        display: grid;
        text-align: center;
    }

    ul.footer-social li
    {
        margin: 0 7px;
    }

    ul.footer-links li a, ul.footer-links-red li a
    {
        border-right: 0;
    }

    ul.footer-links, ul.footer-links-red
    {
        flex-wrap: wrap;
    }
}

#search-btn
{
    cursor: pointer;border-radius: 0;
}

.nav-search
{
    border-radius: 0;
}

.slider
{
    margin-top: 7%;
}

ul.alphabet
{
    display: flex;
    /*margin-top: 75px;*/
    justify-content: space-between;
    text-transform: uppercase;
}

ul.alphabet li
{
    list-style: none;
}

ul.alphabet li a
{
    color: #000;font-weight: 600;font-size: 18px;
}

.bg-grey
{
    background: var(--grey);
}

.br-box
{
    position: relative;
}

.br-box img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}


.br-box h1, .br-box h3
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: var(--black);
    font-weight: 800;
    background: rgb(255 255 255 / 25%);
    padding: 10px 40px;
}

.no-bullet
{
    list-style: none;
}

.alpha_list
{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.big_letter a
{
    color: var(--black);
    font-size: 40px;
    font-weight: 900;
    /*background: #fff000;*/
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alist ul li a
{
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
}

.mt-75
{
    margin-top: 13%;
}

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

.center-heading h2
{
    font-weight: 700;
}

.br-dark
{
    border: 1px solid var(--black);
    border-radius: 10px;
    padding: 10px;
    margin:5px;
}

.br-dark h5
{
    margin-bottom: 0;
    text-align: center;
}

.br-box ~ h3
{
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}

.flex-doctor
{
    display: flex;
    padding: 20px;
}

.flex-doctor img
{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin-right: 50px;
}

.flex-doctor h3
{
    font-weight: 800;
    margin-bottom: 0;
}

.flex-filter
{
    display: flex;
    justify-content: space-between;
}

.flex-cartdtl
{
    display: flex;
}

.flex-cartdtl button
{
    border: none;
    padding: 6px;
}

.flex-y-center
{
    display: flex;
    align-items: center;
}

.flex-cartdtl ul li a
{font-size: 22px;color: var(--black);margin-right: 10px;}

#myTab
{
    border: 1px solid var(--black);
    padding: 5px;
    border-radius: 7px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

#myTabContent
{
    border: 1px solid var(--black);
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 10px;
}

ul#myTab li button
{
    border: none;
    font-weight: bold;
    font-size: 20px;
}

.mt-100
{
    margin-top: 130px;
}

.bb-navbar
{
    border-bottom: 1px solid #000;
}

.no-bg-border
{
    background: none;border: none;
}

.partner-image {
    width: 100%;
    height: 127px;
    object-fit: cover;
    border-radius: 10px;
}

/*tani css
*/
.social-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.br-box1 img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
  
}
.cart-item-number{
    position: absolute;
    right: 5%;
    font-size: 10px;
}
.cart-image{
    width: 100px;
}
.checkout-image{
    width:50px !important;
}

.no-height img
{
    height: inherit;
}
.bb-navbar .navbar-brand img {
    height: 25px;
    width: 100% !important;
}
.nav-link.med-dtl {
    background: #1e3967;
    color: #fff;
    border-radius: 3px;
}
p.price.text-dark.fw-bold.mb-2 {
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    left:auto;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 50%;
    margin: 0 0 5%;
}
.home-about {
    margin: 70px 0;
}
.home-about h2 {
    font-size: 33px;
    color: #1e3967;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 2px 3px 3px #63636373;
    /*margin: 6% 0;*/
}
.home-about p {
    font-size: 21px;
    text-align: justify;
}
footer {
    padding: 100px 0 1px;
    background: #f8f8f8;
    /* box-shadow: 0 0 10px 0px #0000004a; */
}
.bottom-footer p {
    text-align: center;
    color: #5c5c5c;
    border-top: 1px solid #00000014;
    padding-top: 15px;
}

@media (max-width: 480px){
    .category{
        margin-bottom: 0 !important;
    }
}
