@media(min-width:2200px){
    .testimonials__hldr{
    background-repeat: no-repeat!important;
    width: 100%;
    background-size: 100%!important;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media only screen and (min-width:992px){
    .navbar_menu .navbar_logo {
        display: none;
    }    
}

@media(max-width:1700px){
    .crafthead__tablist h4{
        font-size: 27px;
    }
    .navbar-wrapper .navbar_menu ul li {
        padding: 14px 12px 13px;
    }
    h4, .h4 {
        font-size: 30px;
    }
}


@media(max-width:1500px){
    .navbar-wrapper .navbar_menu ul li a {
        font-size: 16px;
}

.navbar-wrapper .navbar_menu ul li{
    padding: 14px 12px 9px;

}

.navbar_secondary .common_button{
    padding: 11px 28px;


}
.our_collection {
    padding: 118px 0 111px;
}
.fromblog__listtxt h5 {
    margin-bottom: 7px;

}
.ftrhdng {
    font-size: 29px;
}
}

@media(max-width:1400px){
    .crafthead__tablist h4 {
        font-size: 21px;
    }
    .navbar-wrapper .navbar_menu ul li {
        padding: 14px 6px 9px;
    }
    .testimonials__hldrtxt {
        padding: 12px 64px;
        margin-bottom: 15px;
    
    }
    .blog-sidebar .widget {
        padding: 20px 15px;
    }
    .news-widget-two .post .text {
        font-size: 18px;
    }
    .sidebar-page-container {
        padding: 80px 0 60px;
    }
}

@media(max-width:1300px){
    .navbar-wrapper .navbar_menu ul li a {
        font-size: 16px;
    }
    .navbar-wrapper .navbar_menu ul li {
        padding: 14px 7px 9px;
    }
    .contact-us_inner h2 {
        margin-bottom: 35px;
        font-size: 33px;
    }
    .form-control {
        width: 100%;
        padding: 15px 18px;
}
.testimonials__hldr h3 {
    font-size: 30px;
}
.crafthead__tablist h4 {
    font-size: 21px;
}


}

@media only screen and (max-width:1199px){

    .discount__txt{

        height: 14vw;
        width: 14vw;
        left: -21px;
        bottom: -6px;



    }
    .our_approach .row{
        --bs-gutter-y: 1rem;
    
    }
    .contact-innerpg.padding-finds {
        padding: 6px 0 36px;
    }
    
    .contact-us_inner {
        padding-right: 0;
        padding-left: 0;
    }
    
    .navbar_right {
        padding: 12px 15px 0;
        margin-left: 0;
    }
    span.discount_wrapper {
        margin-top: -1.2vw;
    }
    .best_inner p {
        line-height: normal;
    }
    .discount__txt h5 {
        width: 16vw;
    }
    
    .discount__txt h2 {
       
        font-size: 5vw;
    }
    .discount__txt h5 {
        font-size: 1.8vw;
    }
.our_collection {
    padding: 35px 0 111px;
}
.call_wrapper {
    padding-top: 29px;
    margin-bottom: 0px;
}
    .description_ads h1 {
        font-size: 42px;
    }
    .description_ads p {
        font-size: 18px;
    }
    .recent_description h4 {
        font-size: 18px;
    }
    .subscribe_content h2 {
        font-size: 40px;
    }
    .tab-link{
        padding: 13px 20px;

    }
    .ftrcontact__box {
        border-right: 0;
    }

    .navbar-wrapper .navbar_menu ul li {
        padding: 0;
    }
    /* categories */
.trending_category {
    grid-template-columns: repeat(3,1fr);
}
.banner {
    max-height: 424px;
}
.form-control {
    width: 100%;
    padding: 12px 18px;


}


.ftrhdng {
    color: #FFF;
    font-size: 24px;

}
.footer-form .common-button{

    height: auto;
    white-space: nowrap;
    font-size: 16px;


}
.footer-menu li a{
    line-height: 32px;

}



.navbar_menu {
    margin: 0;
    display: none;
}


/* 13/07/2023 css */
.menu-icon span {
position: relative;
width: 100%;
height: 2px;
display: block;
background: #000;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.menu-icon {
display: -ms-flex;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
min-width: 30px;
height: 20px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
cursor: pointer;
margin-left: auto;
margin-left: 0;
}
header {
padding:9px 1px 9px 4px;
}
.menu-icon.active span:nth-child(1) {
-moz-transform: rotate(45deg) translate(7px, 2px);
-o-transform: rotate(45deg) translate(7px, 2px);
-ms-transform: rotate(45deg) translate(7px, 2px);
-webkit-transform: rotate(45deg) translate(7px, 2px);
transform: rotate(45deg) translate(7px, 2px);
}
.menu-icon.active span:nth-child(2) {
opacity: 0;
}

.menu-icon.active span:nth-child(3) {
moz-transform: rotate(-45deg) translate(10px, -5px);
-o-transform: rotate(-45deg) translate(10px, -5px);
-ms-transform: rotate(-45deg) translate(10px, -5px);
-webkit-transform: rotate(-45deg) translate(10px, -5px);
transform: rotate(-45deg) translate(10px, -5px);
}

.navbar_menu.display {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 0;
padding: 0;
background: #fff;
width: 100%;
top: 0;
z-index: 999;
height: 100vh;
display: none;
margin-top: 0;
}
.navbar_menu.display > ul {
display: block;
overflow-y: auto;
margin-top: 83px;
padding: 0 15px;
}

.navbar_menu.display ul ul.dropDownMenu {
display: none;
margin-top: 0;
position: relative;
opacity: 1;
transition: unset;
box-shadow: none !important;
height: auto;
top: 0px;
transform: translateY(0);
}
.navbar_menu li {
margin: 0;
padding: 0;
}

.navbar_menu > ul > li {
border-bottom: 1px solid #EFEFEF;
}

.arrow-icon {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 100%;
cursor: pointer;
}
.navbar_menu li.hasDropdown .arrow-icon::before {
content: '';
position: absolute;
right:11px;
top: 17px;
height: 10px;
width: 2px;
transform: unset;
border-left: 2px solid #000;
border-right: 0;
}

.navbar_menu li.hasDropdown .arrow-icon::after {
position: absolute;
right: 9px;
top: 19px;
height: 2px;
width: 10px;
transform: unset;
border-bottom: 2px solid #000;
border-right: 0;
}
.navbar_menu li.hasDropdown:hover .arrow-icon::after {
transform: unset;
border-color: #000;
}

.hasDropdown.active .arrow-icon::before {
opacity: 0;
}

.hasDropdown {
background: none !important;
}

.navbar-wrapper .navbar_menu > ul > li > a {
background-color: transparent ;
color: #000 ;
}

.navbar-wrapper .navbar_menu ul li a{
padding: 12px 0;
display: inline-block;
width: 100%;
}

.navbar_logo {
width: 100%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: flex-start;
align-items: center;
}

.navbar_logo a img {
margin: 0 auto;
max-width: 100px;
}
.header-space {
    height: 62px;
}

.navbar_menu.display .navbar_logo {
width: 100%;
text-align: left;
margin: 0;
display: flex;
align-items: flex-start;
justify-content: unset;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
padding: 20px 0px;
border-bottom: 1px solid #EFEFEF;
}

.navbar_menu.display .navbar_logo a img {
margin: 0 auto;
width: 160px;
}

.menu-closebtn {
position: absolute;
right: 13px;
top: 27px;
}

.navbar_secondary .subscribe {
display: none;
}
.common_button {
padding: 11px 14px;
font-size: 14px;
white-space: nowrap;
}
.navbar_logo a {
padding: 0px;
}
.navbar_menu.display .navbar_logo a  {
    padding: 0px 16px;
}
.fromblog__ryt {
    padding-left: 0;
    margin-top: 43px;
}
.fromblog__ryt img{
    width: 100%;
}
.suits_inner.wedingsuit-info h5 {
    font-size: 20px;
    margin-bottom: 10px;

}
.img-hide{
display: none;
}
.wedingsuit-info ul li {
    font-size: 16px;
    line-height: 22px;

}
.ready {
    padding-top: 51px;
    padding-bottom: 56px;
}

.faq {
    padding: 5.2rem 0 3rem 0;
}
.contactlast {
    padding-top: 5px;
}
.navbar_logo a img {
    max-width: 80px;
}
.tuxedostopdata__lft .common_button {
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.tuxedostopdata .row {
    margin-bottom: 23px;
}
}

@media(max-width:991px){  

    
    .ready h4 {
        font-size: 25px;
    }
    .blog-single-post ul li, 
    .blog-single-post ol li {
        font-size: 16px;
        line-height: 22px;
    }
    .mb-b-0 {
        margin-bottom: 0!important;
    }
    .visting_trailors.tuxedostopdata .tuxedostopdata__lft {
        margin-top: 35px;
    }
    .visting_trailors.tuxedostopdata {
        padding-bottom: 9px;
    }
    .visting_trailors.tuxedostopdata   .visting_description {
        margin-bottom: 20px;
    }

    .tuxedostopdata .mb-5 {
        margin-bottom: 0!important;
    }
    .wedding_space {
        padding-bottom: 24px;
    }
   
    .tuxedostopdata__ryt {
        margin-bottom: 21px;
    }
    .whychoose .tuxedostopdata__ryt {
        padding-left: 0;
    }
    .footer {
        padding-top: 50px;
    }
.contact-us_inner {
    padding-right: 0;
    padding-left: 0;
}
.contact-us_inner h2 {
    margin-bottom: 35px;
    font-size: 23px;
}
.contact_inner_wrapper {
    padding: 26px;
    margin-top: -67px;
 
}
.contact-us_inner .common_button {
    font-size: 14px;
}
.tailored  .row {
    --bs-gutter-y: 1.5rem;
}



.banner_inner h5 {
    margin-bottom: 4px;
}
h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 33px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 22px;
}
.testimonials__hldr h3 {
    font-size: 28px;
}


.testimonials .col-lg-3 {
    display: none;
}


.fromblog__listtxt h5 {
    margin-bottom: 6px;
}
.fromblog p {
    font-size: 16px;
    margin-bottom: 4px;
}
.fromblog .common_heading h4 {
    margin-bottom: 14px;
}
.fromblog {
    padding-bottom: 41px;
}
.testimonials {
    padding-bottom: 43px;
}
.instapost__innerbox {
    flex: 0 0 calc(50% - 8px);
    max-width: 50%;
}
.instapost__inner {
    flex-wrap: wrap;
    gap: 14px;

}
.instapost {
    padding-bottom: 30px;
}
.testimonials__hldrtxtpos h4 {
    font-size: 20px;
}
.visting_description {
    margin-top: 20px;
}
.best_inner {
    padding-left: 14px;
    margin-bottom: 2px;
}
.mt-5 {
    margin-top: 1rem !important;
}
.best_price {
    margin-top: 25px;
}
.visting_trailors {
    padding: 51px 0;
}
.approach_inner {
    padding: 45px 24px;

}

.approach_inner p {
    color: #fff;
    padding-bottom: 12px;
    line-height: 22px;
}
.approach_inner .common_heading {
    margin-bottom: 17px;
}
.our_collection {
    padding: 0 0 90px;
    background-size: 100%;
}
.our_collection .common_heading p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 33px;
    margin-top: 13px;
}
.our_approach {
    padding-bottom: 60px;
}

.bespoke_inner {
    margin-bottom: 35px;
}
.padding-100 {
    padding: 38px 0;
}
.tailored h2 {
    font-size: 28px;
}
.mb-5 {
    margin-bottom: 2rem !important;
}



.ftrcontact__box {
    justify-content: flex-start;
  
}
.call_wrapper h3{
font-size: 20px;
}
.ftrcontact{
    flex-direction: column;
    padding: 25px;


}
.ftrcontact__box:last-child {
    margin-bottom: 0;
}
.ftrhdng {
    font-size: 23px;
    margin-bottom: 12px;
}
.footer-menu li a{

    line-height: 32px;
}
.footer-menu {
    margin-bottom: 20px;
}
.ftrcontact__box{
    border-right: 0;
}
.social-links {
    margin-top: 18px;
    margin-bottom: 18px;
}
.col-12.footercopy.text-center{

    flex-direction: column;
    margin-top: 1rem;


}
.social-links ul li:last-child {
    margin-right: 0;
}
.footercopy__lft p {
    line-height: 22px;
    font-size: 15px;

}
.footercopy__ryt ul a{
    font-size: 15px;
    line-height: 22px;

}
.footercopy__ryt ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;


}
.footercopy__ryt ul li {
    border-right: 0;
}
.footer-form .common-button{

    font-size: 14px;
    height: auto;

}
.footer-form .form-group{

    padding: 6px 10px;

}
.footer-form p {
    line-height: 22px;
}
.ftrcontact__box {
    width: 100%;
    margin-bottom: 21px;

}
.faq .common_heading {
    margin-bottom: 3px;
}
.faq.faq-tailors {
    padding: 2.2rem 0 3rem 0;
}
.accordion-header{

    font-size: 15px;
    padding: 10px 11px;
    line-height: normal;



}
.faq .icon{

    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.9rem;
    flex: 0 0 30px;
}
.banner_inner {
    padding: 60px 0;

}
.welcomeftr .common_heading p {
    font-size: 16px;
    line-height: 22px;
}
.bespoke_inner .my-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.tuxedostop {
    padding-top: 50px;
    padding-bottom: 20px;
}
.crafthead {
    padding-top: 30px;
}
.crafthead__tablist h4 {
    font-size: 16px;
}
.crafthead__tablist h5 {
    margin-bottom: 6px;

}
.tab-link {
    padding: 13px 19px;
}
.faq {
    padding: 3.2rem 0 3rem 0;
}
.contact-innerpg {
    padding-bottom: 65px;
}
.tuxedostopdata__lft {
    margin-bottom: 35px;
}

.faq_text p {
    padding-top: 0;
    margin-bottom: 20px;
}
.ftrcontact__boxicn{
    flex: 0 0 44px;
    height: 44px;



}
.ftrcontact__boxicn img {
    max-width: 23px;
}
.flex-column-1 {
    flex-direction: column-reverse!important;
}
.welcomeftr a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar-page-container {
    padding: 60px 0 50px;
}
.news-block-two .image {
    margin-bottom: 10px;
}
.post-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    height: 60px;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 60px;
    width: 40px;
}
.news-widget-two .post .text {
    font-size: 16px;
    line-height: normal;
}
.category-widget .cat-list li a {
    margin-bottom: 0;
}
.blog-single-post h2 {
    font-size: 28px;
}
.blog-single-post h3 {
    font-size: 26px;
}
.contact-info-wrapper {
    padding-top: 50px;
}
.contact-info-section_title {
    font-size: 22px;
}
.best_wrapper {
    margin-bottom: 12px;
}
}


@media (max-width: 767px){
h2, .h2 {
    font-size: 23px;
}
h4, .h4 {
    font-size: 23px;
}
h1, .h1 {
    font-size: 31px;
}

.process_description h4 {
    font-size: 20px;
}
.contact-info-section_title {
    margin-bottom: 10px;
}

.tailored h2 {
    font-size: 23px;
}
.best_wrapper img {
    flex: 0 0 28px;
    max-width: 28px;
}

.testimonials__hldr h3 {
    font-size: 23px;
}
.fromblog__listimg {
    max-width: 40%;
}
.ready h4 {
    font-size: 23px;
}
.fromblog__listtxt {
    width: 60%;
}
.fromblog__list {
    margin-bottom: 35px;
}
.faq .accordion-header .icon img {
    width: 11px;
}

.contact-us_inner h2 {
    margin-bottom: 17px;
}

.ftrcontact__boxtxt {
    margin-left: 1rem;
}
.navbar_secondary .common_button {
    padding: 10px 13px;
}
.crafthead__tabdata {
    margin-top: 27px;
}
.cover-intro {
    height: auto;
}
.process_img {
    flex: 0 0 60px;
    max-width: 60px;
}
.process_data_inner {
    margin-bottom: 17px;
}
.process_description {
    margin-left: 18px;
    margin-bottom: 4px;
}
.process_description h4 {
    margin-bottom: 11px;
}
.sidebar-page-container .author-box {
    padding: 30px;
}
.sidebar-page-container .author-box .image {
    position: unset;
    margin-bottom: 20px;
}
.sidebar-page-container .author-box h4 {
    margin-bottom: 0;
}
.sidebar-page-container .author-box .text {
    margin-bottom: 0;
}
.comments-area .comment-box .author-thumb {
    position: unset;
}
.comments-area .comment {
    padding-left: 0;
}
.comments-area .comment-box .reply-comment-btn {
    position: absolute;
    right: 0;
    top: -40px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    height: 52px;
}
.gallery-section-two .tab-link {

    font-size: 14px;
}

.mobile-hide {
    display: none;
}
.desktop-hide{
    display: block;
    }
    .call_wrapper {
        padding-top: 0;
        padding-bottom: 22px;
    }
}

@media(max-width:575px){
    .video_wrapper {
        padding-bottom: 73%;
    }
    .gallery-section-two .tab-link{

        width: 100%;
        margin-bottom: 6px;


    }
    .gallery-section-two ul {
        flex-direction: column;
    }
    .gallery-section-two ul {
       
        border-bottom: 1px solid transparent;
        padding: 0;

       
}
}
@media(max-width:480px){
    .discount__txt {
        height: 20vw;
        width: 20vw;
        left: -14px;
        bottom: -6px;
    }
   
    .fromblog p {
        display: none;
    }
    .comments-area .comment-box .author-thumb {
        width: 40%;
        margin-right: 4%;
    }
    .comment-inner {
        flex: 0 0 auto;
        width: 55%;
    }
    .tuxedostopdata .row {
        margin-bottom: 0;
    }
  
}

@media(max-width:380px){
    .fromblog__listtxt {
        width: 100%;
        margin-top: 19px;

    }
    .fromblog__listimg {
        max-width: 100%;
    }
    .fromblog__list {
        margin-bottom: 35px;
    }
    .tuxedostopdata__lft .common_button {
        font-size: 13px;
    }
    .comments-area .comment {
        padding-left: 0;
        flex-direction: column;
    }
    .comment-inner {
        flex: 0 0 auto;
        width: 100%;
    }
    .ftrcontact__boxicn {
        flex: 0 0 38px;
        height: 38px;
    }
    .ftrcontact {
        padding: 15px;
    }
    .ftrcontact__boxtxt {
        margin-left: 0.7rem;
    }
    .testimonials__hldr h3 {
        font-size: 22px;
    }
}