.right-detail {
   margin-top: 90px;
}

/* Detail Banner Start */
#detail-banner {
    background-image: url(../images/directory-bg.jpg);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
#detail-banner .grid {
    z-index: 99;
}
/* Detail Banner Start */
/* Detail Area Start */
/* Left Area */
.main-detail-area #tabs li {
    border: 1px solid var(--tw-teal-cf);
    margin-right: 10px;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag-box h6 {
   line-height: initial;
}

.fran-industry select {
   height: 46px;
   margin-top: 10px;
   padding: 10px;
   width: 100%;
   border-radius: 5px;
   box-shadow: 0 0 10px rgb(0 0 0 / 10%);
   border: none;
}
.fran-industry  button.btn {
   background: var(--tw-yellow-cf);
   margin-top: 12px;
   border-radius: 5px;
   padding: 8px 20px;
}
.fran-industry  button.btn:hover {
   background: var(--tw-teal-cf);
   color: #fff;
   transition: 0.7s;
}
/* Left Area */
/* Right Area Start*/
.enquire-form {
   border-radius: 15px;
}
.enquire-form .phone {
   border-radius: 0px 0px 15px 15px;
}
.investment-box {
   border-radius: 15px;
}
.recruit-box {
   border-radius: 15px;
}
/* Right Area End */
/* Detail Area End */



.right-detail.mob-show {display: none;}
.right-detail .enquire-form.desk-show {display: block;}

/* Responsive Start */
@media all and (max-width: 1280px) {
    .invest-text, .recruit-text {
       text-align: center;
        justify-content: center;
   }
    .invest-box, .recruit-box {
       text-align: center;
        justify-content: center;
   }
    .tab-inter-box svg {
       margin-bottom: 10px;
   }
    .invest-text, .recruit-text {
       text-align: center !important;
        justify-content: center;
   }
    .invest-box, .recruit-box {
       text-align: center;
        justify-content: center;
   }
    .invest-box svg, .recruit-box img {
       margin-bottom: 10px;
   }
}
@media all and (max-width: 1024px) {
    #detail-area h2 {
       text-align: center;
   }
    #detail-area #tabs {
       justify-content: center;
   }
   .right-detail {
      margin-top: 30px;
   }
    .tabs-main h4, .tabs-main p {
       text-align: center;
   }
    .tabs-main, .right-detail {
       width: 100% !important;
   }
    #disc-key {
       display: block;
   }
    #disc-key .disclosure-box {
       width: 100% !important;
        text-align: center;
   }
    #disc-key .keyfacts-box {
       width: 100% !important;
        text-align: center;
   }
    .det-box .det-content {
       width: 100%;
   }
    .tab-inter-box svg {
       margin: 0 auto;
        margin-bottom: 10px;
   }
    .tab-inter-box {
       display: block !important;
        justify-content: center;
        text-align: center;
   }
}

@media all and (max-width: 767px) {
    /* .tabs-main {order: 2;} */
    .right-detail.mob-show {display: block;}
    .right-detail .enquire-form.desk-show {display: none;}
    .right-detail {padding-left: 0px !important;}
    .right-detail .enquire-form, .right-detail .enquire-form .phone {border-radius: 0px;}
    .right-detail .enquire-form h4 {font-size: 1.8em;}
    .main-detail-area #tabs li {
       width: 100%;
   }
}
@media all and (max-width: 380px) {
    .enquire-form button {font-size: 0.9em;}
}
/* Responsive End */
