body{
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: auto;
    background-color: #ffffff !important;
}
.top-head{
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 40px;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

.contus a:hover {
    color: #02065F;
}

.cus-call-btn{
    border: none;
    background: transparent;
}
.cus-whats-btn{
    border: none;
    background: transparent;
}

.w-100 {
    width:100%;   
}

.top-head .logo{
    width: 30%;
    height: auto;
}
.logo img{
    width: 150px;
    height: 150px;
}
.headlogo img{
    width: 150px;
    height: 150px;
    position: fixed;
    top: 0;
    filter: drop-shadow(2px 4px 6px #00000025);
}
.carimg{
    width:150px;
    height:150px;
}
.search-loc{
    width: 600px;
    height: 45px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);   
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}
.search-loc form{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.search-loc span {
    width: 100%;
}
.search-loc span i{
    width: 30px;
}
.search-loc input {
    width: calc(100% - 40px);
}
.search-loc input:focus-visible,
.search-loc input{
    border: 0;
    padding-left: 10px;
    outline: none;
}
.fa-location-crosshairs:before{
    content: "\f601";
    color: #0e9ac1;
}
.prof-icons{
    display: flex;
    gap: 35px;
}
.prof-icons .fa-user:before {
    content: "\f007";
    font-size: 25px;
    color: #0e9ac1;
}
.prof-icons .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 27px;
    color: #0e9ac1;
}
.prof-icons .fa-heart:before {
    content: "\f004";
    font-size: 25px;
    color: #0e9ac1;
}

/* The Body Content Starts Here */
.content-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    top:90px;
}
/* Slider Content Starts Here */
.slider-img{
    width: 100%;
    height: auto;
}
.h-450{
    height: 450px;
}
.but-search{
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: calc(100% - 30%);
    align-items: center;
    justify-content: end;
}
.carousel-control-prev-icon{
    background-color: #fff;
}
.carousel-control-next, 
.carousel-control-prev {
    opacity: 1;
    width: 5% !important;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}
.partner-log{
    width: fit-content;
    gap: 10px;
}
.nav-tabs .nav-item.iner-tab.show .nav-link,
.nav-tabs .iner-tab .nav-link.active{
    background: #fff !important;
    border-bottom: 2px solid #000 !important;
    color: #000 !important;
}
.partner-log button{
    padding:10px 18px;
    background-color: #02065F;
    outline: none;
    border: 0;
    border-radius: 5px;
    white-space: nowrap;
}
.partner-log button a{
    color: #fff;
    text-decoration: none;
}
.pt-btn-outline{
    background-color: #fff !important;
    border: 1px solid #0e9ac1 !important;
    padding: 8px 15px;
    outline: none;  
    border-radius: 5px;
    white-space: nowrap;
}
.pt-btn-outline a {
    color: #0e9ac1;
    text-decoration: none;
    background-color: #fff !important;
}
/* Categories Start Here*/
.categories{
    width:100%;
    height:auto;
    padding-top: 20px;
    padding-left:50px;
    padding-right:50px;
}
.nav.nav-tabs{
    width: 90%;
    border: 1px solid #0e9ac1;
    border-radius: 12px;
}
.nav.nav-tabs.bd-0{
    border: 0;
}
.nav-link {
    padding: 13px !important;
}
.nav-tabs .nav-item{
    width:25%;
    text-align: center;
}
.tab-menu{
    width:100%;
    display: flex;
    justify-content: center;
}
#outerTabContent{
    margin-top: 20px;
}
.nav-tabs .nav-link:hover {
    border-color: none !important;
    border: none !important;
    padding: 14px !important;
    color:#0e9ac1 !important;
}
.nav-tabs .nav-link.active {
    background: #0e9ac1 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border-color: none !important;
    border:none !important;
    padding: 13px !important;
}
.nav-tabs .nav-link{
    color: #0e9ac1;
    font-size: 20px;
    font-weight: 600;
}

.nav-tabs .nav-link:focus-visible{
    border:none;
    outline: none;
    padding: 13px !important;
}
.nav-tabs .nav-item {
    margin-bottom: -2px !important;
}
.things-list{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);   
    width: 134px;
    height: auto;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    gap: 8px;
    padding:8px 10px 8px 8px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    margin-left: 25px;
}
.lists{
    display: flex;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}
.right-arow{
    position: absolute;
    right:73px;
}
.left-arow{
    position: absolute;
    left:25px;
}
.right-arow img,
.left-arow img{
    width: 45px;
    top: 80px;
    position: absolute;
    background: #fff;
    border-radius: 25px;
}
.overflow-scroll {
    overflow-x: scroll;
}
.content-container{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-container {
    overflow-x: hidden; 
    white-space: nowrap; 
    width: 100%; 
}
.content-container2{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-container2 {
    overflow-x: hidden; 
    white-space: nowrap; 
    width: 100%; 
}

.shake-lr {
    -webkit-animation: shake-lr 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-lr 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
.pop-party-img{
    width: 35px;
}
.right-img-pop{
    transform: scaleX(-1);
}

.zoominout {
    animation: zoominout 1s ease infinite;
  }
  
  @keyframes zoominout {
    0% {
      scale: 100%;
    }
    50% {
      scale: 150%;
    }
    100% {
      scale: 100%;
    }
  }

/* scrollbar */
	
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 0.3);
}

@keyframes shake-lr {


    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }


    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }


    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }


    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }


    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }


    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}
.pt-25{
    /* padding-top: 25px; */
    text-align: center;
}
.content {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.space-wrap{
    white-space: pre-wrap;
}
.con-head-whats-btn{
    justify-content: center;
}
.view{
    width: 95%;
    text-align: end;
    position: absolute;
}
.view a{
    color:#02065F;
    text-decoration: none;
    position: absolute;
    top:-28px;
    right: 35px;
}
.view a:hover{
    color:#02065F;
    text-decoration: none;
}
/* Super Market Content Start here */
.supermark-list{
    width:100%;
    height:auto;
    padding-top: 15px;
}

.whats-icon{
    width: 40px;
    filter: drop-shadow(2px 4px 6px #00000025);
}

.icon-bar {
    position: fixed;
    bottom: 0%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99999;
}
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

.card {
    border-radius: .50rem !important;
    box-shadow: 0px 3px 6px #7474741f;
    border: none !important;
}
.valid-offer-text {
    color: #000000 !important;
}
.cus-card-view:hover{
    box-shadow: 0px 15px 15px #74747421;
}
.supermark-list h3{
    font-size:20px;
    color:#000;
    font-weight: 600;
}
.supermarket-dtls{
    width:135px;
    height:210px;
    display: flex;
    flex-direction: column;
    margin-left:25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    gap: 4px;
}
.tab-top-content{
    margin-top: 25px;
}
.fa-star:before{
    color:#02065F;
}
.supermarket-dtls img{
    height: 100px;
}
.supermarket-dtls span{
    padding-left:3px;
}
/* lisitng code start here */
.studio-lists{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.img-descrip{
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 15px !important;
    justify-content: space-evenly;
}
.img-descrip h2{
    margin-bottom: 2px;
}
.des-head{
    color: #666;
    font-weight: 600;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.mt-20{
    margin-top: 20px;
}
.studio-loc{
    display: flex;
    align-items: center;
    color: #0e9ac1;
    margin-top:5px;
}
.studio-loc i{
    padding-right: 8px;
}
/* .card-img-top {
    height: 314px !important;
} */
/* Footer Start Here */
.page-footer{
    position: relative;
    height: auto;
    width: 100%;    
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    display: flex;
    color: #fff;
    align-items: flex-start;
    /* padding-top: 35px;
    padding-bottom: 10px; */
    margin-top:15px;
    background-image: linear-gradient(45deg, #011d6f, #01aad0);
}
.logo{
    width: 20%;
}
.sub-mail{
    width: 100%;
    flex-direction: column;
    display: flex;
}
.mail{
    width: 600px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid#fff;
    padding: 5px 0px 10px 15px;
    background-color: transparent;
    color: #fff;
}
.mail:focus-visible{
    outline: none;
}
input.mail::placeholder {
    color: white;
}

.subscribe{
    height: 40px;
    border-radius: 5px;
    padding: 10px 15px;
    padding: 6px 20px;
    outline: none;
    border: 0;
    background-color: #02065F;
    color: #0e9ac1;
    border-radius: 0;
}
.subscribe:focus-visible{
    outline: none;
    border: 0;
}
.bg-bd-none{
    border: none;
    background: none;
}
.flx-gap{
    display: flex;
    gap: 35px;
}
.contus{
    padding-top: 36px;
    padding-bottom: 23px;
    display: flex;
    gap: 90px;
}
.contus a{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.contus a:hover{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #9be4f2;
}
.page-ref{
    display: flex;
    flex-direction: column;
    width:100%;
    height:auto;
    /* padding-left: 12%; */
}
.footer-area{
    display: flex;
    gap:120px;
}
.contus ul{
    list-style-type: none;
}
.pr-10{
    padding-right: 10px;
}
.page-ref .contus {
    gap: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-ref .contus a{
    font-weight: 400;
    font-size: 16px;
}
.soc-media{
    display: flex;
    gap: 30px;
}
.soc-media a:hover,
.soc-media a{
    text-decoration: none;
    color: #fff;
}
.footer-fix{
    background: transparent;
    height: 100% !important;
    padding-top: 0 !important;
}
.soc-media a i{
    font-size: 16px;
    padding: 10px 12px 10px 12px;
    border-radius: 20px;
    background: #02065F;    
    border-radius: 20px !important;
}
.copy-rights  i{
    padding-right: 5px;
}
.copy-rights{
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;

}
.hamburger{
    display: none;
}
.prof-icons{
    display: none;
}
.soc-cont{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.contus ul{
    padding-left: 0;
}
.flx-gap{
    padding-left: 0;
}
.container.footer-fix{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;    
}
/* Responsive Code Starts Here */
@media(max-width:991px){
    .hamburger{
        display: none;
    }
    .prof-icons {
        display: none;
    }
    .prof-icons {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    animation: slideFromLeft 0.5s ease-in forwards;
    text-align: left;
    }
    .prof-icons i{
    padding-top: 20px;
    padding-left: 10px;
    }
    .logo{
        width: 25%;
    }
    @keyframes slideFromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
    }
    .search-loc form {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width:768px) and (max-width:991px){ 
    
    .search-loc {
        width: 500px;
    }
    
}

@media(max-width:800px){
    .top-head{
        height: 80px;
        gap: 100px;
        padding-left: 3px;
        padding-right: 3px;
        justify-content: flex-start;
        padding-left: 10px;
        z-index: 999;
    }
    .search-loc {
        width: 405px;
    }
}
@media(max-width:767px) and (min-width:735px){
    .logo{
        width: 30% !important;
    }
}

@media(max-width:850px){
    .logo{
        width: 25%;
    }
    .sub-mail{
        width:80%;
    }
    .contus{
        gap:50px;
    }
}
@media (max-width:735px){
    .contus {
        gap: 20px;
    }
    .page-footer {
        flex-direction: column;
        gap: 13px;
    }
    .sub-mail{
        width: 95%;
    }
    .footer-fix{
        flex-direction: column;
        padding: 0px 0px 0px 0px !important;
        align-items: flex-start !important;
    }
    .footer-area {
        gap: 0px;
        flex-direction: column;
    }
    .contus{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .soc-cont{
        flex-direction: column;
    }
    .contus ul{
        padding-left: 0;
    }
    .flx-gap{
        padding-left: 0;
    }
}
@media(max-width:560px){
    .resp-none{
        display: none;
    }
}
@media(max-width:500px){
    .contus {
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;

    }
    .terms-footer {
        margin-top: 185px !important;
    }
    
    .page-footer{
        flex-direction: column !important;
        gap: 10px;
        padding-right: 10%;
        
    }
    .page-ref{
        padding-left: 0;
    }
    .page-ref .contus {
        gap: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-flex;
        flex-direction: row;
    }
    .sub-mail{
        width: 100%;
    }
    .nav.nav-tabs{
        width: 100%;
    }
    .top-head {
        flex-direction: column;
        gap: 10px;
        height: 165px;
        align-items: center;
        z-index: 999;
    }
    .no-search {
        height: 110px !important;
    }
    .content-wrapper{
        top:115px;
    }
    .resp-none{
        display: none;
    }
    .ribbon {
        padding: 10px 80px !important;
    }
}
@media(max-width:480px){
    .search-loc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }
    .search-loc input {
        padding-left: 0;
        width: calc(100% - 50px);
    }
    .search-loc form {
        justify-content: flex-start;
    }
    .categories {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px !important;
    }
    .pt-25{
        padding-top: 0px !important;
    }
    .supermark-list {
        padding-top: 0px;
    }
    .supermark-list h3 {
        font-size: 15px;
    }
    .preview-url-link {
        font-size: 13px;
    }
    .read-more{
        font-size: 13px;
    }
    .head-title{
        font-size: 23px;
    }
    .body-title{
        font-size: 13px;
        margin: 0;
        margin-bottom: 10px;
    }
    
    .top-head {
        height: 90px !important;
    }
    .tab-top-content{
        margin-top: -15px;
    }
    
    .card-2 {
        height: 93%;
        padding-bottom: 0 !important;
    }
    
    .img-descrip {
        padding: 10px !important;
    }
    .mob-res-card{
        padding: 10px !important;
    }
    .mt-20 {
        margin-top: 2px;
    }

    .flex-end {
        justify-content: start !important;
    }
    
    .pt-login a {
        font-size: 9px !important;
    }
    
    a.btn--snakeBorder {
        font-size: 10px !important;
    }
    .pop-party-img{
        width: 25px;
    }
    

}
@media(max-width:360px){
    .soc-media {
        gap: 25px;
    }
    .mail {
        width:180px;
    }
    .flx-gap{
        gap: 10px;
    }
    .page-footer {
        padding-left: 2%;
        padding-right: 1%;
    }
    .contus{
        flex-direction: column;
    }
    .page-ref .contus {
        flex-direction: column;
        gap: 5px;
    }
    .categories{
        padding-left: 15px;
        padding-right: 15px;
    }
    .resp-none{
        display: none;
    }
    .search-loc form {
        justify-content: space-around;
    }
}
@media(max-width:1242px){
    .headlogo img{
        width: 130px;
        height: 130px;
        position: fixed;
        top: 0;
        left: 0;
    }
}
@media (max-width: 570px) {
    .headlogo img {
        width: 75px;
        height: 75px;
        position: relative;
    }
}
@media(max-width:570px){
   
    .resp-height{
        height: 165px;
    }
    .height-fix{
        top: 160px !important;
    }
}
/* Invitation Pricing Styles Start Here */
.invitation-pricing{
    background-color: aliceblue !important;
}
.content-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    top: 80px;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}
.purchase-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  min-height: 275px;
  align-items: center;
  justify-content: center;
}
.pack-subsciption{
    font: normal normal 900 45px / 30px Cooper;
    color: #203864;
}
.offer-period{
    font: normal normal bold 20px/50px Book Antiqua;
    color: #203864;
}
.offer-price{
    font: normal normal bold 23px/20px Book Antiqua;
    display: flex;
    align-items: center;
}
.card-pad{
    padding: 45px 50px !important;
}
.offer-price i{
    padding-right: 8px;
    font-size:26px;
}
.pay-btn{
    color: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pt-login{
    display: none;
}
.pay-btn a{
    width: auto;
    background-color: #0e9ac1 !important;
    padding: 20px 45px;
    font-weight: 500;
    color: #fff;
}
.pack-dtls{
    width:auto;
    height: auto;
}
.pack-dtls ul{
    list-style-type: none;
    padding-left: 0 !important;
    margin: 0 !important;
}
.pl-0{
    padding-left:0 !important;
}
.t-120{
    top:120px;
}
.package-cont{
    display: flex;
    padding-bottom: 30px;
    align-items: baseline;
}
.tick-icon{
    padding-right: 10px;
}
.tick-icon span{
    border: 1px solid #0170a8;
    border-radius: 50%;
    padding: 3px 6px;
    background-color: #0170a8;
}
.tick-icon span i{
    color: #fff;
}
.description{
    /* font: normal normal normal 18px/10px Times New Roman; */
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0px;
    line-height: initial;
}
.package-subscription{
    background-color: #fff;
    cursor: pointer;
}
/* Card Hover Styles Start Here */
.package-subscription:hover{
    background-color: #fff595e0;
}
.card.package-subscription:hover .offer-price i{
    color: #203864;
}
.card.package-subscription:hover .offer-price {
    color: #203864;
    display: flex;
    align-items: center;
}
.card.package-subscription:hover .tick-icon span {
    background-color: transparent;
}
.card.package-subscription:hover .tick-icon span i{
    color: #203864
}
.card.package-subscription:hover .description{
    /* font: normal normal normal 18px/10px Times New Roman; */
    color: #203864;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0px;
    line-height: initial;
}
.card.package-subscription:hover .pay-btn a {
    background-color: #0e9ac1 !important;
    color: #02065F;
}
/* Card Focus Styles Start Here */

.card.package-subscription.focusable-card.focused  {
    background-color: #203864;
}
.card.package-subscription.focusable-card.focused .pack-subsciption{
    color: #02065F;
}
.card.package-subscription.focusable-card.focused .offer-price,
.card.package-subscription.focusable-card.focused .offer-period{
    color: #fff;
}
.card.package-subscription.focusable-card.focused.tick-icon span{
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 3px 6px;
    background-color: #203864;
}
.card.package-subscription.focusable-card.focused.tick-icon span i{
    color: #02065F;
}
.card.package-subscription.focusable-card.focused .description{
    /* font: normal normal normal 18px/10px Times New Roman; */
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0px;
    line-height: initial;
}
.card.package-subscription.focusable-card.focused:hover{
    background-color: #203864;
}
.card.package-subscription.focusable-card.focused:hover .offer-price i{
    color: #fff;
} 
.card.package-subscription.focusable-card.focused:hover .offer-price {
    color: #fff;
    display: flex;
    align-items: center;
} 
.card.package-subscription.focusable-card.focused:hover .tick-icon span {
    background-color: transparent;
} 
.card.package-subscription.focusable-card.focused:hover .tick-icon span i{
    color: #02065F;
} 
.card.package-subscription.focusable-card.focused:hover .description{
    /* font: normal normal normal 18px/10px Times New Roman; */
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0px;
    line-height: initial;
}
.card.package-subscription.focusable-card.focused:hover .pay-btn a {
    background-color: #0e9ac1 !important;
    color: #203864;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 650px !important;
    }
}

.main-top-header{
    display: flex;
    flex-direction: row;
}
@media(max-width:450px){
    .card-pad{
        padding: 15px 10px !important;
    }
    .content-wrap{
        padding-right: 0;
        padding-left: 30px;
    }
}
.tab-pane {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(20px); 
}

.tab-pane.show {
    opacity: 1;
    transform: translateY(0); 
}
.wid-100{
    width: 100%;
}
/* Terms and Conditions Start Here */
.flx-h{
    flex-direction: column;
    height: 100% !important;
    top: 40px;
    position: relative;
    margin-top: 20px;
    align-items: flex-start !important;
}
.terms-footer{
    margin-top:110px;
}
@media(max-width:500px){
    .flx-h{
        top: 0 !important;
        margin-top: 0 !important;
        position: relative;
    }
}

.company-copy-rights {
    color: #a2e5f3;
    text-decoration: none;
}

.company-copy-rights:hover {
    color: #fff;
    text-decoration: none;
}

.preview-url-link {
    color: #000;
    text-decoration: none;
}

.preview-url-link:hover {
    color: #000;
    text-decoration: none;
}

@media(max-width:440px){
    
    .but-search {
        gap: 10px;
        width: 100%;
        max-width: 90%;
    }
    
    .pt-login{
        display: flex;
        border: 0;
        background: #fff;
    }
    .pt-btn-outline,
    .pt-login a{
        color: #0e9ac1;
        text-decoration: none;
        padding: 10px 18px;
        outline: none;
        border-radius: 5px;
        margin-right: 10px;
        padding: 10px 8px;
        font-size: 14px;
    }
    .pt-btn-outline{
        background-color: #fff;
        border: 1px solid #1B2268;
    }
    .partner-log{
        display: none !important;
    }
    
    .resp-fix-logo{
        display: flex;
        justify-content: space-around;
        width: 100% !important;
        align-items: center;
    }

    /*.container.footer-fix {*/
    /*    margin-left:20px;*/
    /*}*/
    
}


/* Payment Price Page */
.ribbon {
  --r: 15px; /* Ribbon shape */
  --b: 2px; /* Border size */
  
  position: relative;
  color: white;
  /* background-color: black; */
  padding: 10px 100px;
  clip-path:
    polygon(
      0 0, 100% 0,
      calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%,
      0 100%, calc(var(--r) - (var(--b) / 2)) 50%
    );
    line-height: 15px;
    margin-top: 10px;
    white-space: nowrap;
}
.ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e9ac1;
  z-index: -1;
  clip-path:
    polygon(
      calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b),
      calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)),
      calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
    );
}
.line-through{
  text-decoration: line-through !important;
  color: #0e9ac1;
}
.offer-percent{
  background-color: #FFD966;
  color: #1B2268;
  padding: 3px 5px;
  width: auto;
  font-family: poppins;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}
.card.package-subscription.focusable-card.focused .ribbon::after{
  background-color: #FFD966;
 
}
.card.package-subscription.focusable-card.focused .ribbon{
  color: #0e9ac1;
}


@media(min-width:1024px){
  .ovf-row{
       overflow: auto;
       flex-flow: nowrap;
}
}
@media(max-width:500px){
 .card-pad {
     padding: 40px 10px !important;
   }
}
@media(min-width:480px) and (max-width:570px){
    .categories {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 20px;
    }
}

@media(min-width:576px) and (max-width:767px){
    .mob-res-card {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media(min-width:499px) and (max-width:767px){
    .top-head {
        height: 110px !important;
    }
}
@media(min-width:991px) and (max-width:1110px){
    .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .flx-h{
        top: 50px;
        position: relative;
    }
}
@media(min-width:768px) and (max-width:991px){
    .nav-tabs .nav-link {
        font-size: 11px !important;
    }
    .categories {
        margin-top: 20px;
    }
    .flx-h{
        top: 50px;
        position: relative;
    }
}   
@media(min-width:571px) and (max-width:767px){
    .categories {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 20px;
    }
    .nav-tabs .nav-link {
        font-size: 10px;
    }
    .flx-h{
        top: 50px;
        position: relative;
    }
    .but-search {
        margin-top: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1343px) {
    .mob-res-card {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media(min-width:320px) and (max-width:570px){
    /*.categories {*/
    /*    padding-left: 0px;*/
    /*    padding-right: 0px;*/
    /*}*/
    .nav-tabs .nav-link {
        font-size: 13px;
    }
    .content-wrap {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
        overflow: hidden;
    }
    .flx-h{
        top: 50px;
        position: relative;
    }
    .nav.nav-tabs {
        justify-content: space-evenly;
    }
    .nav-tabs .nav-item {
        width: auto;
    }
    .tab-pane.show {
        opacity: 1;
        /* transform: translate(10px, 10px); */
    }
    .wid-100{
        width: auto;
    }

}

 /* Skeleton loading animation */
 #loadingSkeleton {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
 }

 .loading-partner-card {
    width: 270px; 
    height: 500px; 
    background-color: #f0f0f0; 
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out; 
 }

 .loading-card-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

 .loading-card-image {
    width: 100%;
    height: 60%; 
    background-color: #ddd; 
 }

 .loading-card-info {
    margin-top: 10px;
 }

 .loading-card-title {
    width: 80%; 
    height: 15px; 
    background-color: #f5f5f5; 
    margin-bottom: 8px; 
 }

 .loading-card-description {
    width: 100%; 
    height: 10px; 
    background-color: #f5f5f5; 
 }
.dis-flx{
    display: flex;
}
 /* Hover effect for partner cards */
 .loading-partner-card:hover {
    transform: translateY(-5px);
 }
 @media(max-width:767px){
    .loading-partner-card {
       width: 160px;
    }
    .studio-lists {
        justify-content: center;
    }
    .but-search {
        gap: 10px;
        width: 100%;
        max-width: 90%;
    }
    
    .pt-login{
        display: flex;
        border: 0;
        background: #fff;
    }
    
    .pt-login a{
        color: #0e9ac1;
        text-decoration: none;
        padding: 10px 18px;
        /* background-color: #02065F; */
        outline: none;
        border: 1px solid #0e9ac1;
        border-radius: 5px;
        margin-right: 10px;
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .partner-log{
        display: none !important;
    }
    
    .resp-fix-logo{
        display: flex;
        justify-content: space-around;
        width: 100% !important;
        align-items: center;
    }
    .top-head {
        flex-direction: column;
        gap: 10px;
        height: 165px;
        align-items: center;
        z-index: 999;
        justify-content: center;
    }
    .pt-login {
        display: flex;
        border: 0;
        background: #fff;
        padding: 0;
    }
    .but-search {
        width: 100%;
    }
    .partner-log {
        display: none !important;
    }
    .btn-log-fix{
        display: flex;
        align-items: end;
        gap: 10px;
    }
    
 }
 @media(max-width:500px){
    .but-search {
        width: 100%;
    }
    
 }
 @media(min-width:768px) and (max-width:1200px){
    .loading-partner-card {
       width: 270px;
    }
    #loadingSkeleton {
       gap: 45px;
    }
 }
 @media(min-width:1200px) and (max-width:1280px){
    .loading-partner-card {
       width: 270px;
    }
    #loadingSkeleton {
       gap: 40px;
    }
 }
 @media(min-width:1200px) and (max-width:1350px){
    .ribbon{
        white-space: break-spaces;
    }
    .card-pad {
        padding: 45px 3px !important;
    }
 }
 
 .btn-primary-view{
    background-color: #00afd4;
    color: #00afd4;
    /* border: 1px solid #1B2268 !important; */
    font-weight: 700 !important;
 }

 .btn-primary-view:hover {
    background-color: #021b6e !important;
    color: #fff !important;
}
 
 .more-text {
    display: none;
}

.card-2{
    height: 100%;
    padding-bottom: 25px;
}

.card{
    height: 100% !important;
}

.flex-end{
    display: flex;
    justify-content: end;
}

.no-iteams{
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;   
}

.select-t{
    width: 60% !important;
    border-width: 0px 0px 3px 0px !important;
    border: 1px solid #a1a1a1;
    border-color: #202773 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #202773 !important;
    outline: 0;
    box-shadow: none !important;
}

.d-flex-cotent{
    display: contents;
}

