*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.top_positions{
    z-index:999;
}

.display_flex{
    display: flex;
    justify-items: center;
    align-items: center;
}


.display_flex_col{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}


.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mobile_menu {
    display: none;
    background-color: #BCF4F5;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 999;
    top: 0px;
    position: fixed;
    border-bottom: 1px solid #ffffff5e;
}

.top_header {
    background-color: #ffb7c3;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0px;
    width: 100%;
    z-index: 999;
    position: fixed;
    border-bottom: 1px solid #ffffff5e;
}

.menu_icon img{
    width: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-size: 14px;
    font-weight: 500;
}

.business_btn a {
    background-color: #165ac9;
    border-radius: 30px;
    border: 1px solid #ececec;
    padding: 8px 25px !important;
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}



.pseudo-search {
    display: inline;
    border-radius: 100px;
    background-color: #fffafbe0;
    padding: 10px 15px;
    transition: background-color 0.5 ease-in-out;
  }

  .pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 81%;
    font-size: 14px;
    margin: auto;
    color:#979797;
  }
  .pseudo-search input:focus {
    outline: none;
  }
  .pseudo-search button,
  .pseudo-search i {
    border: none;
    background: none;
    cursor: pointer;
    color: #1055c9;
  }
  .pseudo-search select {
    border: none;
  }

  .main_banner_sec{
    padding-top: 30px;
    /* padding-bottom: 30px; */
    background-color: #ffb7c3;
    margin-top: 87px;
}

.banner_title h3{
    font-size: 39px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 48px;
}

.explor_cat{
    padding-top: 70px;
    padding-bottom: 70px;
}

.explor_icon{
    width: 32px;
    height: 32px;
}

.explore_text p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    color:#000000;
    margin-left: 20px;
}

.explor_cat_wrapper {
    background-color: #ffffff78;
    height: 87px;
    padding: 18px 10px;
    border-radius: 6px;
    margin: 8px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: transform .2s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
	background-image: url('https://i.imgur.com/OQiDoZe.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
	white-space: nowrap;
}
.dropdown dt a img {
	position: relative;
	z-index: 1;
}
.dropdown dt a span span:first-child:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%) inset;
}
.dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.dropdown dt a span span:first-child {
	padding: 0;
}
.dropdown dd {
	position: relative;
}
.dropdown a, .dropdown a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
.dropdown a:hover {
	color: #5d4617;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color: #5d4617;
}
.dropdown dt a {
    position: relative;
    background: #e3e6ef00;
    display: block;
    padding-right: 20px;
    overflow: hidden;
    /* border: 1px solid #ed4267; */
    font-size: 12px;
    width: 75px;
    margin-left: auto;
    border-left: 1px solid #8080803b;
}
/* .dropdown dt a:after {
	content: '';
	background: #ed4267;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.dropdown dt a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 3px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    z-index: 2;
	box-shadow:0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
} */
.dropdown dd ul {
    background: #ffffff61;
    color: #C5C0B0;
    display: none;
    left: -81px;
    padding: 5px 0px;
    position: absolute;
    width: 155px;
    border: 1px solid #ffffff;
    list-style: none;
    max-height: 170px;
    text-align: end;
    overflow-y: scroll;
    top: 10px;
    z-index: 2;
}

li a {
	font-size:13px;
}

li a span:nth-child(2) {
    line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
.dropdown dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl.dropdown {
	display: inline-block;
    width: 64px;
	margin: -3px 0 0 1px;
}
dl.dropdown span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl.dropdown > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl.dropdown span:nth-child(3) {
	float: right;
}
dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-weight: 500;
    line-height: -0.4em;
    margin-bottom: 0px;
}
dl.dropdown dt span:nth-child(3) {
	display: none;
}
.countryFlag {
	padding: 0;
	background-image: url("https://i.imgur.com/OQiDoZe.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-info {
    color: #35a070 !important;
    /* background-color: #0dcaf0; */
    border-color: #ffffff !important;
    background-color: #fdfdfd !important;
}

.explor_cat_wrapper:hover{
    transform: scale(1.1);
  }

.explor_cat a{
    text-decoration: none;
}

.explore_title h3{
    font-size: 25px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
}

.top_header .scroll-hide{
    display: none;
}

.top_header .scroll-hide.active{
    display:block;
}

.recent_review{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #e7e7e778;
}

.review_img{
    width:54px;
    height: 54px;
    border-radius:28px;
    overflow: hidden;
}

.review_box{
    background-color: #ffffff;
    padding: 10px;
    height: 100%;
    margin: 10px;
}

.review_star{
    width: 86px;
    margin-left: 6px;
}



.review_text_comment p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #000000;
}

.review_text_comment h6{
    color: #6e6767;
    margin-top: 10px;
    font-size: 14px;
}

.review_text_comment h6 span{
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #459797;
}


.review_text_comment h6 span:nth-child(2){
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #ffb7c3;
}

.rating-box .stars {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .stars i {
    font-size: 35px;
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .stars i.active {
    color: #ffb851;
    transform: scale(1.2);
  }
  
  .explore_btn a {
    background-color: #a0dcb8;
    padding: 11px 17px;
    font-size: 13px;
    color: #459797;
    border-radius: 30px;
}

.explore_btn a:hover{
    background-color: #a0dcb8;
    padding: 11px 17px;
    font-size: 13px;
    color: #459797;
    border-radius: 30px;
}

.logo{
    width:128px
}

.owl-nav{
   display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 60%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next{
    background: #a0dcb88c !important;
    width: 36px;
    height: 37px;
    font-size: 24px !important;
    border-radius:16px;
    padding: 10px 12px;
    color: inherit;
    border: none;
    padding: 7px 15px !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-prev{
    background: #a0dcb88c !important;
    width: 36px;
    height: 37px;
    font-size: 24px !important;
    border-radius:16px;
    padding: 10px 12px;
    color: inherit;
    border: none;
    padding: 7px 15px !important;
    font: inherit;
}

.slide_con{
    overflow: hidden;
    transition: 1s linear;
}

.slide_con .row{
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-150px, 0, 0); /* The image width */
    }
  }

.top_5_shop{
    padding-top:70px;
    padding-bottom:70px;
    background-color: #fff;
}

.shop_wrapper{
    background-color: #BCF4F5;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
}

.sho_img{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
}

.bad_5_shop{
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #d3fac778;
}

.footer_sec{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #BCF4F5;
}

.footer_ul ul{
    padding-left: 0rem;
    list-style-type: none;
}

.footer_ul li{
    margin-top: 20px;
}

.bottomul ul{
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style-type: none;
}

.bottomul ul li{
    margin-right: 22px;
}

.footer_ul li a{
    text-decoration: none;
    color: #5c5c5c;
    font-size: 14px;
    
}

.bottomul ul li a{
    text-decoration: none;
    color: #5c5c5c;
    font-size: 13px;

}

.plus_box{
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  
  .tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    /* bottom: 1px; */
    width: 83%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #80808036;
  }


  .explor_cat_wrapper:hover .explor_icon{
    animation: rotateY-anim 2s linear infinite;
  }

  @keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.tool_text ul{
    font-size: 10px !important;
    font-weight: 500;
    display: inline-grid !important;
    flex-wrap: wrap;

}

.tool_text ul li a{
    font-size: 13px !important;
}

.tool_text ul li {
    margin-top: 12px;
}
  
  .tooltip-text::before {
    content: "";
    position: absolute;
    bottom: -4px;
      left: 39%;
    transform: rotate(45deg);
    background-color: #ffffff;
    padding: 5px;
    z-index: 1;
  }
  
  .hover-text:hover .tooltip-text {
    visibility: visible;
  }

.social_icon ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

.social_icon ul li{
    margin-right: 7px;
}

.social_icon li {
    margin-top: 0px;
}

.social_icon ul li a{
    text-decoration: none;
    color: #175353;
    font-size: 14px;

}

.social_icon .fal{
    font-weight: 500;
}

.footer_web p{
    margin-bottom: 0px;
    font-size: 13px;
    padding-top: 10px;
}


.reviw_story{
    padding-top:60px;
    padding-bottom:60px;
}


.review_text_comments h6 {
    color: #6e6767;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 0px;
}

.review_text_comments h6 span {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 0px;
    color: #459797;
    margin-left: 6px;
}

.review_text_comments h6 span:nth-child(2) {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 0px;
    color: #ffb7c3;
}


.trust_rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

.trust_rate p{
    font-size: 13px;
}

.trust_r1 p{
margin-bottom: 0px;
}

.trust_text p {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.review_story{
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_story_image{
    width:100%;
}

.review_story_text h2{
    font-weight: 700;
    max-width: 450px;
    font-size: 40px;
}

.review_story_text img{
    width:190px !important;
    margin-bottom:15px;
}

.offcanvas-body nav ul li a {
    position: relative;
    color: rgb(0 0 0);
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
    margin-left: 6px;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #eacacacf !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-body nav ul {
    background: #ffffff00;
    height: 100%;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

.offcanvas-body nav ul li {
    margin-top: 14px;
    line-height: 50px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100vw;
    height: 100vh;
    background-color: #efb7b76e !important;
}

.offcanvas-header .btn-close:focus {
    box-shadow: none !important;
    border: none !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-headers {
   
    flex-shrink: 0;
    align-items: center;
    padding: 1rem 1rem;
    background-color: #BCF4F5;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.mon_search{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.mob_input_style .form-control:focus{
    box-shadow: none !important;
    border: none !important;
}

.mob_input_style .form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0.25rem;
}

.input-group-text .fal{
    font-weight:500;
    color: #FFB7C3;
}

.what_we{

    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #a0dcb88c;

}

.what_we_text{
    max-width: 393px;
    margin: auto;
}

.what_we_box{
    padding: 18px;
    margin-top: -95px;
    background-color: #BCF4F5;
    max-width: 450px;
}

.what_we_box h2{
    font-size: 37px;
}


.what_we_box a{
    background-color: #459797;
    padding: 7px 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 21px;
}

.what_we_box a:hover{
    background-color: #459797;
    padding: 10px 17px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px !important;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ban_img{
    max-width: 450px;
    margin: auto;
}

.trust_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
}

@media screen and (max-width:999px){
    .mobile_menu {
        display: block;
    }

    .mob_banner_hide{
        display: none;
    }
    
    .top_header{
        display: none;
    }
    .main_banner_sec {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #bcf4f5;
        margin-top: 117px;
    }

    .mob .pseudo-search input {
        border: 0;
        background-color: transparent;
        width: 90%;
        font-size: 14px;
        margin: auto;
        color: #979797;
    }

    .review_story_text h2 {
        font-weight: 700;
        max-width: 450px;
        font-size: 21px;
    }

}


@media screen and (max-width:750px){
    .mob .pseudo-search input {
        border: 0;
        background-color: transparent;
        width: 88%;
        font-size: 14px;
        margin: auto;
        color: #979797;
    }
    .offcanvas-end {
        top: 0;
        right: 0;
        width: 285px !important;
        border-left: 1px solid rgba(0,0,0,.2);
        transform: translateX(100%);
    }

    .trust_rate {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 73%;
        margin-top: 8px;
    }

    .what_we_text {
        max-width: 393px;
        margin: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width:650px){
   
.trust_rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62%;

    margin-top: 8px;
}

.what_we_box h2 {
    font-size: 29px;
}


}


@media screen and (max-width:580px) {
    .explor_cat_wrapper {
        background-color: #ffffff78;
        height: 87px;
        padding: 18px 10px;
        border-radius: 6px;
        margin: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .mob .pseudo-search input {
        border: 0;
        background-color: transparent;
        width: 84%;
        font-size: 14px;
        margin: auto;
        color: #979797;
    }
    .review_story{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .explore_text p {
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 600;
        color: #000000;
        margin-left: 0px;
        text-align: center;
        margin-top: 2px;
    }

    .banner_title h3 {
        font-size: 29px;
        text-transform: capitalize;
        color: #459797;
        margin-bottom: 48px;
    }

    .explore_title h3 {
        font-size: 19px;
        text-transform: capitalize;
        color: #a0dcb8;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .explore_title h3 {
        font-size: 19px;
        text-transform: capitalize;
        color: #a0dcb8;
        font-weight: 700;
    }

    .explore_btn a {
        background-color: #a0dcb8;
        padding: 7px 15px;
        font-size: 11px;
        color: #459797;
        border-radius: 30px;
    }
}

@media screen and (max-width:340px) {
    .mob .pseudo-search input {
        border: 0;
        background-color: transparent;
        width: 80%;
        font-size: 14px;
        margin: auto;
        color: #979797;
    }

    .trust_rate {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        margin-top: 8px;
    }
}