@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Nanum+Gothic&display=swap');

*{
	padding: 0px;
	margin: 0px;
}





html{
	scroll-behavior: smooth;
}

.container{
	max-width: 1350px!important;
}





p, a, label, h5, h6{
	font-family: 'Inter', sans-serif;
}
p, h3, h1, h2, h4, h5, td{
	font-family: "Lora", serif;
}

ul{
	list-style: none;
	margin-bottom: 0px;
}


:root{
	--first-color:#071935;
	--second-color:#06BDDD;
	--white-color:#fff;
	--black-color:#000;
	--golden-color:#FCB531;
	--border-color:#E4E4E4;
}
.first-color{
	color: #FCB531!important;
}

.second-color{
	color: #06BDDD!important;
}


::placeholder{
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}
 
a:hover{
	color: #000;
	text-decoration: none;
}
/*@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
*/

p{
	font-size: 15px;
}


.common-section{
	padding: 100px 0px;
	position: relative;
}
/*--------start-header-here---------*/








/*---------top-header-here----------*/

.header-section {
    background-color: var(--first-color);
    z-index: 99;
    position: relative;
    padding: 15px 0px;
}

.d-flex-common {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-box .items .box-phone i {
    width: 35px;
    height: 35px;
    background-color: var(--white-color);
    color: var(--golden-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icon a i{
	width: 35px;
	height: 35px;
	background-color: #5a5a9df5;
	color: var(--white-color);
	border-radius: 100px;
	display: flex;
	transition: 0.3s ease;
	align-items: center;
	justify-content: center;
}

.social-media-icon a i:hover{
	background-color: var(--golden-color);
	color: var(--white-color);
	transform: rotate(360deg);
}
.social-media-icon{
	display: flex;
	gap: 10px;
	justify-content: right;
}
/*---------------End-header-here-----------*/


.header{
	background-color: #071935;
	padding: 9px 0px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.fixed-header{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 9999;
	animation: header 1s 1 alternate;
}

@keyframes header{
	0% {
    transform: translateY(-100%);
	}
	100% {
	    transform: translateY(0%);
	}
}


.dropdown-toggle::after{
	display: none;
}
.dropdown-menu{
	padding: 11px;
	min-width: 230px!important;
	top: 14px!important;
	border: 1px solid var(--first-color);
}

.hamburger{
	margin-left: 20px;
}


.hamburger .line{
  width: 30px;
  height: 2px;
  background-color: var(--white-color);
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}


#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}


.menu-list-link{
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 40px;
}
.menu-list-link .item a{
	font-size: 16px;
	transition: 0.4s ease;
	color: var(--white-color);
}
.menu-list-link .item.active a,
.menu-list-link .item a:hover{
	color: #fcb531;
}

.mobile-menu.menu-list-link{
	flex-direction: column;
  gap: 10px;
  align-items: inherit;
}

.menu-list-link .item {
    position: relative;
}
.common-bc-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Services-dropdown-box{
	opacity: 0;
    transition: 0.2s ease;
    visibility: hidden;
    left: 0px;
    z-index: 999999999;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
}


.about-dropdown-menu {
    width: 200px;
    height: auto !important;
    position: absolute;
    z-index: 99;
}
.Services-dropdown-box .Services-dropdown-inner-box {
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    height: 100%;
    position: relative;
    top: 19px;
    background-color: var(--white-color);
    border-radius: 15px;
    border-bottom: 8px solid var(--first-color);
}
.Services-dropdown-box .Services-dropdown-inner-box  .list-menu-dropdown .items .link:hover {
    background-color: var(--dark-blue);
    color: var(--first-color) !important;
}
.Services-dropdown-box .Services-dropdown-inner-box  .list-menu-dropdown .items .link {
    padding: 7px 10px;
    display: block;
    /* background-color: var(--light-gray); */
    border-bottom: 1px solid var(--border-color);
}

.menu-list-link .item:hover .Services-dropdown-box{
	opacity: 1;
	-webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1) translateZ(100px);
    transform: scaleY(1) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
	visibility: visible;
}
/*---------------End-stores-details-section-banner-here------------*/





/*------------------mobile-menu-box-menu-box------*/

.mobile-menu-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0px;
	background-color: #0000009c;
	z-index: 9999;
	transition: 0.3s ease;
}

.mobile-menu-box-active{
	left: 0%;
	transition: 0.3s ease;
}

.mobile-menu-box .inner-box{
	width: 75%;
	background-color: var(--white-color);
	height: 100%;
	padding: 20px 10px;
	position: relative;
	z-index: 999;
}
.mobile-menu-box .overlay-box{
	width: 100%;
	position: absolute;
	z-index: -1;
	height: 100%;
}
.mobile-menu-box .main-box{
	width: 150px;
}
.mobile-menu-box .inner-box .logo-box {
	justify-content: center;
}
.mobile-menu-box .inner-box .logo-box .close-box i{
	color: var(--first-color);
	cursor: pointer;
	font-size: 18px;
}
.phone-menu-list{
	height: 400px;
	overflow: auto;
}
.submenu-mobile{
	margin-left: 7px;
}
/*-------------End-mobile-menu-box-here-----------*/


.list .items{
	border-bottom: 1px solid #cccc;
	display: flex;
	gap: 50px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list .items h4{
	font-size: 18px;
}

.list .items .name h4{
	color: #656565;
}






/*------------Start-banner-section-here--------*/
.banner-section{
	position: relative;
	z-index: -100;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin: auto;
  display: block;
  background-image: url(../img/banner-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
/*.banner-section video{
object-fit: cover;
  z-index: -100;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin: auto;
  display: block;
}*/

.banner-section .container {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	width: 100%;
	z-index: 999;
}

.banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}


.banner-section .container .banner-content h1{
	font-size: 50px;
}








/*-----------------start-about-section-here----------*/
.about-sevtion .about-img{
	position: relative;
	z-index: 1;
}

.about-sevtion .about-img:after{
	content: '';
  position: absolute;
  left: -20px;
  z-index: -1;
  top: 17px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: var(--golden-color);
}
.about-sevtion .about-img img{
	border-radius: 30px;
}

.about-sevtion .about-img i{
	width: 100px;
	height: 100px;
	background-color: var(--golden-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	transition: 0.3s ease;
	font-size: 30px;
}
.about-sevtion .about-img i:hover{
	background-color: var(--first-color);
	box-shadow: 0px 0px 10px rgb(0, 0, 0 / 20%);
}

/*--------------End-about-sevtion-here--------------*/




/*------------start-service-section-here--------------*/

.common-bc{
	background-image: url(../img/services-bc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.service-section .service-box{
	background-color: var(--white-color);
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0 / 20%);
	margin-top: 30px;
	border-bottom: 3px solid var(--golden-color);
}
.content-box a{
	color: var(--black-color);
}
.content-box a h3{
	font-size: 25px;
}

/*----------------End-service-section-here--------------*/


/*----------------start-Why Choose Us?-here-------------*/
.Why-Choose-Us{
	overflow: hidden;
}
.Seamless-Ordering-box {
    background-color: var(--white-color);
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 30px;
    border-bottom: 7px solid transparent;
    transition: 0.3s ease;
}
.Seamless-Ordering-box:hover{
	background-color: var(--first-color);
}
.Seamless-Ordering-box:hover p,
.Seamless-Ordering-box:hover h5{
	color: var(--white-color);
}

.Seamless-Ordering-box .icon-box {
    position: inherit;
    transform: inherit;
    margin: 0px auto;
}
.icon-box {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transition: 0.3s ease;
    left: 60px;
    padding: 10px;
    transform: translate(-50%, -50%);
    background-color: #E4E5EA;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.icon-box .white-box {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.3s ease;
    padding: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--white-color);
}


/*-----------------End-Why Choose Us?-here-------------*/




.color-red{
	color: var(--golden-color)!important;
}
.banner-content h1{
	font-weight: 800;
	font-size: 53px;
}

.banner-content p{
	font-size: 18px;
}

.common-btn .btn {
  background-color: var(--golden-color);
  border-radius: 100px;
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: var(--white-color);
}

.common-btn .btn:hover{
	background-color: var(--first-color);
	color: var(--white-color);
}


.common-content h1{
	font-weight: 700;
	font-size: 39px;
}

.common-content h5{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--first-color);
}




/*------------End-banner-section-here------------*/











/*------------start-footer-section-here---------*/
.footer-section{
	position: relative;
	background-color: #071935;
	padding: 40px 0px 40px 0px;
/*	margin-top: 250px;*/
}
.footer-link-list li {
    margin-top: 5px;
}

.footer-link-list li .link {
    color: var(--white-color);
    font-size: 14px;
    transition: 0.3s ease;
}
.footer-link-list li .link i{
	color: var(--second-color);
}

.footer-link-list li .link:hover{
	color: var(--second-color);
}

.social-media-icon a i{
	width: 35px;
	height: 35px;
	background-color: #dc3545;
	color: var(--white-color);
	border-radius: 100px;
	display: flex;
	transition: 0.3s ease;
	align-items: center;
	justify-content: center;
	border: 3px solid transparent;
}

.social-media-icon a i:hover{
	background-color: var(--first-color);
	color: var(--white-color);
	transform: rotate(360deg);
	border-color: var(--white-color);
}
.social-media-icon{
	display: flex;
	gap: 10px;
	justify-content: right;
}
.Address-box{
	display: flex;
	gap: 10px;
}
.Address-box span i{
	font-size: 18px;
}
.footer-box h4{
	margin-bottom: 20px;
}

.form-control:focus{
	box-shadow: none!important;
}
 
.copyright-box {
	padding: 12px 30px;
	background-color: #fcb531;
}
.copyright-box p{
	font-size: 13px;
}

.footer-logo-box{
	background-color: var(--white-color);
	padding: 30px 30px 30px 30px;
	position: relative;
	width: 95%;
	border-radius: 15px;
	z-index: 1;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin-top: -194px;
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid var(--golden-color);
	border-bottom: 10px solid var(--golden-color);
}

.footer-logo-box .image-box-left{
	margin-top: -80px;
} 
.newsletter-input-box .input-box {
	position: relative;
}
.newsletter-input-box .input-box  .common-btn{
	position: absolute;
	transform: translate(-50%,-50%);
	right: 0%;
	top: 50%;
}
.newsletter-input-box .input-box .newsletter-input{
	width: 70%;
	padding-left: 20px;
	padding-right: 200px;
	border-radius: 100px;
	height: 50px;
}
.btn:focus{
	box-shadow: none!important;
}

.newslatter-box h1{
	font-size: 31px;
}

.contact-box .box-icon .icon i{
	font-size: 40px;
	color: var(--second-color);
}
.number-box .number h4{
	font-size: 16px;
}
.contact-box .number h4{
	font-size: 20px;
}

.contact-box{
	display: flex;
	gap: 10px;
}
.contact-box .number a{
	color: var(--second-color);
}
.contact-box .number a:hover{
	color: var(--first-color);
}

.common-input .form-control{
	margin-bottom: 30px;
	height: 50px;
	padding-left: 20px;
	border-radius: 100px;
}

.common-input textarea{
	height: 173px!important;
	border-radius: 10px!important;
}



/*-------------start-contact-section-here----------*/

.contact-main-box{
	background-color: var(--first-color);
	padding: 20px;
	border-radius: 15px;
}


.contact-main-box .box-wapper{
	background-color: var(--white-color);
	border-radius: 17px;
	padding: 25px 15px;
}

.contact-main-box .box-wapper p{
	color: var(--first-color);
}
.text,
.contact-main-box .box-wapper .text{
	color: var(--text-color);
	margin-top: 25px;
}

.get-in-touch-heading h1:before {
  left: 38px;
  width: 70px;
  bottom: -9px;
}


.get-in-touch-heading h1:after{
	left: 55px;
	bottom: -9px;
}

.address-box {
    background-color: var(--white-color);
    padding: 30px 25px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.address-box .main-box {
    display: flex;
    gap: 30px;
}

.address-box .main-box span i {
    width: 62px;
    height: 62px;
    border-radius: 100px;
    border: 2px solid var(--first-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--first-color);
    font-size: 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
 
.footer-social-media-icon a i{
	background-color: var(#cf0014);
}

/*-------------End-contact-section-here------------*/

/*------------End-footer-section-here------*/




/*-----------Start-Meet-Our-Directors-here-----------*/
.Meet-Our-Doctors{
	padding-bottom: 60px;
}
.Meet-Our-Doctors .Doctors-box {
	background-color: var(--white-color);
	transition: 0.4s ease;
	padding: 20px 20px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
	margin-bottom: 30px;
	border-radius: 30px;
}

.Meet-Our-Doctors .Doctors-box .image-box img{
	transition: 0.4s ease;
	border-radius: 20px;
}
.Meet-Our-Doctors .Doctors-box:hover{
	background-color: var(--golden-color);
	border-radius: 20px;
}
.Meet-Our-Doctors .Doctors-box:hover .image-box img{
	box-shadow: 0px 0px 20px rgb(230 146 0 / 40%);	
}

.Meet-Our-Doctors .Doctors-box .content h1{
	font-weight: 700;
	font-size: 20px;
}
.Meet-Our-Doctors .Doctors-box .content .position{
	color: var(--green-color);
	font-weight: 500;
}
 
.Meet-Our-Doctors .Doctors-box .content .text{
	color: var(--text-color);
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 15px;
}
/*-----------End-Meet-Our-Directors-here------------*/


/*---------gallery-section-------*/

.gallery-section .image{
  position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 90%;
}

.gallery-section .image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 300ms linear;
    margin-bottom: 30px;
}

.gallery-section .image img:hover {
    opacity: 0.70;
    -webkit-filter: grayscale(100%);
}
.video-section .about-img:after{
	display: none;
}

.video-section .about-img{
	margin-bottom: 30px;
}



/*------------gallery-section----------*/

/*------------start-services-section-here-----------*/



.inner-box-details{
	background-color: var(--first-color);
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.content-right-box h5{
	font-weight: 700;
}
.visa-list .items .link{
	background-color: var(--white-color);
	color: var(--black-color);
	padding: 13px 20px;
	font-weight: 600;
	display: block;
	transition: 0.3s ease;
	text-transform: capitalize;
	margin-top: 20px;
	border-left: 4px solid var(--golden-color);
}
.visa-list .items .link.active,
.visa-list .items .link:hover{
	border-color: var(--black-color);
}





/*----------start-Customers-box-here---------*/
.Customers-box{
	background-color: var(--white-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	border-radius: 15px;
	position: relative;
	padding: 30px;
	width: 100%;
	border-top: 5px solid var(--first-color);
}

.Customers-box i{
	color: var(--golden-color);
	font-size: 80px;
	position: absolute;
	right: 60px;
	bottom: -31px;
}
.owl-stage-outer{
	padding-bottom: 40px!important;
}

#Feedbacks-carousel .owl-dots{
	margin-top: 0px;
}
.owl-dots .owl-dot {
    width: 30px;
    height: 9px;
    margin: 0px 5px;
    border-radius: 100px;
    background-color: var(--border-color) !important;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot.active {
    background-color: var(--golden-color) !important;
}




.customer-support-pop-icon .phone-play-button{
  position: fixed;
  right: 25px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #29a10e;
  color: #fff;
  font-size: 25px;
  text-align: center;
  z-index: 999999;
  border-radius: 100px;
}
.customer-support-pop-icon .phone-play-button i{
  position: relative;
  z-index: 99;
}
.phone-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.phone-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*---------------End-Customers-box-here--------*/





.mission-section {
    background-color: var(--dark-blue);
    padding-top: 70px;
}

.mission-box-section {
    width: 80%;
    min-height: 280px;
    border-radius: 0px 200px 200px 0px;
    padding: 30px 30px 30px 80px;
    background-color: var(--first-color);
    margin-bottom: 60px;
}

.mission-box-section .box-wrapper {
    justify-content: space-between;
}
.d-flex-common {
    display: flex
;
    align-items: center;
    gap: 10px;
}


.mission-box-section .mission-content {
    width: 65%;
}


.mission-box-section .image-box .image-inner-box {
    height: 220px;
    width: 220px;
    border-radius: 100px;
}

.main-heading {
    font-size: 37px;
    font-weight: 800;
    text-transform: capitalize;
}

.vision-box-section {
    margin-left: auto;
    border-radius: 200px 0px 0px 200px;
    padding: 30px 80px 30px 30px;
    margin-bottom: 0px;
}










/*---------------Start-service-section-here--------------*/
.Services-content h2{
	color: #FCB531;
}

.Service-sevtion .about-img img{
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}



/*-----------------ENd-service-section-here--------------*/
.white-section{
	background-color: var(--white-color);
	padding: 10px 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	border-radius: 0px;
	margin-bottom: 30px;
	position: relative;
}

.overlay-text-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 30px;
	background-color: #000000ba;
	transition: 0.5s ease;
	transform: scale(0);
}

.white-section:hover .overlay-text-box{
	transition: 0.5s ease;
	transform: scale(1.0);
}






.white-section img{
	border-radius: 0px;
}

.mt7px, a.mt7px {
    margin-top: 7px;
}

.xxxlarge {
    font-size: 1.6em;
}

.buttons .common-btn {
    display: flex;
    gap: 10px;
}
.buttons .common-btn .btn {
    font-size: 13px;
    padding: 8px 23px;
    border-radius: 100px;
}

.table th p{
	margin-bottom: 0px;
}
.table td, .table th{
	border-top: inherit;
	border-bottom: 1px solid #dee2e6!important;
}











/*---------------End-Products-sevtion-here----------------*/

