@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
body{
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}
a{
  text-decoration: none !important;
}
p {
    line-height: 27px;
    text-align:justify;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s;
}
.midil-header {
    padding: 12px 0;
}
.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #3e3d3d;
}
.topmenu-list ul , .pagemenulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.topmenu-list ul li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #fff;
    line-height: 13px;
}
.topmenu-list ul li:last-child{
    border-right: 0;
    padding-right: 0;
} 
.topmenu-list ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.topmenu-list ul li a:hover{
    color: #cb9274;
}
.pagemenulist ul {
    text-align: left;
}
.pagemenulist, .registerbtn {
    display: inline-block;
}
.pagemenulist ul > li {
    display: inline-block;
}
.pagemenulist ul > li > a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 8px;
    display: block;
}
.pagemenulist ul > li > a:hover {
    color: #cb9274;
    font-weight: 400;
}
.registerbtn {
    margin-left: 15px;
}
.cus-btn {
    background: #cb9274;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.4s;
    outline: none !important;
}
.cus-btn:hover {
    background: #000;
}
.registerbtn .cus-btn:hover,.banner-content .cus-btn:hover {
    background: #fff;
    color: #000 !important;
}
.headermenu {
    text-align: right;
    margin-top: 23px;
}
.hero-box {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 23rem;
    left: 7%;
    color: #fff;
}
.hero-box img {
   width: 100% !important;
}
.banner-content {
    position: absolute;
    top: 23rem;
    left: 7%;
    color: #fff;
    max-width: 380px;
    z-index: 9;
}
.banner-content p {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b9b4b4;
    margin-bottom: 5px;
}
.banner-content h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Bodoni Moda', serif;
    margin-bottom: 30px;
    text-shadow: 0 0 #292828;
}
.banner-content h2 strong {
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
}
.hero-slider .slick-arrow {
    position: absolute;
    bottom: 4rem !important;
    z-index: 9;
    top: initial !important;
    width: 22px;
    height: 22px;
}
.hero-slider .slick-arrow.slick-prev {
    left: 7%;
}
.hero-slider .slick-arrow.slick-next {
    left: calc(7% + 200px);
}
.hero-slider .slick-arrow.slick-prev:before {
    content: "\f104";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 20px;
}
.hero-slider .slick-arrow.slick-next::before {
    content: "\f105";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 20px;
}
.hero-slider .slick-dots {
    position: absolute;
    bottom: 5.3rem !important;
    left: 7%;
    margin: 0;
    padding: 0;
    width: auto;
}

.hero-slider .slick-dots li {
    width: 15px;
    height: 15px;
    background: #ffff;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.4s;
}
.hero-slider .slick-dots li.slick-active {
    background: #cb9274;
}
.hero-slider .slick-dots li button {
    display: none;
}
.home-banner {
    position: relative;
}
.banner-social {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 40px;
    right: 6%;
}
.banner-social li {
    display: inline-block;
    margin: 0px 10px;
}
.banner-social li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.5px;
}
.banner-social li a:hover {
    color: #cb9274;
    font-weight: 400;
}
.home-banner .hero-slider {
    margin-bottom: 0;
}
.about-sec1 {
    background: #f6f4f2;
    padding: 100px 0 25px;
}
.about-left1 img {
    max-width: 400px;
}
.about-left2 {
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    width: 250px;
}
.about-left2 img {
    width: 100%;
}
.about-right {
    padding-left: 30px;
}
.samll-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #000;
    margin-bottom: 30px;
}
.men-heading {
    text-transform: uppercase;
    font-size: 45px;
    color: #503e2d;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    line-height: 45px;
    margin-bottom: 30px;
}
.men-heading strong {
    color: #977256;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
}
/*.men-heading:after {*/
/*    content: "";*/
/*    width: 130px;*/
/*    height: 3px;*/
/*    background: #503e2d;*/
/*    position: absolute;*/
/*    top: 26px;*/
/*    right: 5rem;*/
/*}*/
.abr-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 30px;
}
.abr-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px 25px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 41px;
    font-size: 18px;
    font-weight: 500;
}
.abr-list li .cus-btn1 {
    text-align: center;
    min-width: 120px;
}
.fashion-sec {
    padding: 30px 0 50px;
}
.fashion-box {
    text-align: center;
}
.men-heading02::after {
    display: none;
}
.men-heading.men-heading02 {
    margin-bottom: 20px;
}
.mid-heading {
    color: #cb9274;
    margin: auto;
    font-size: 27px;
    margin-bottom: 25px;
}
.event-one .mid-heading {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.fashion-box p {
    max-width: 1000px;
    margin: auto;
}
.mid-heading span {
    display: block;
}
.fashion-sec2 {
    background-image: url(../images/fashion-sec2-bg.jpg);
    padding: 50px 0;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
}
.samll-heading.samll-heading2 {
    color: #c5c5c5;
    margin-bottom: 20px;
    position: relative;
}
.fsh-left .men-heading {
    color: #ffffff;
}
.fsh-left h3 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}
.fsh-left h3 strong {
    color: #cb9274;
    font-style: italic;
    font-weight: 600;
}
.fsh-left img {
    max-width: 345px;
}
.fsh-right p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: justify;
}
.fsh-right img {
    margin-left: -94px;
    max-width: 729px;
}
.fsh-left .cus-btn {
    margin-top: 90px;
    padding: 7px 35px;
    border: 2px solid #cb9274;
    display: inline-block;
    width: 165px;
    text-align: center;
}
.fsh-left .cus-btn.cus-btn2 {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
}
.cities-sec {
    padding: 60px 0;
}
.cities-right .men-heading {
    font-family: 'Bodoni Moda', serif;
    margin-bottom: 50px;
}
.cities-right .men-heading:after {
    width: 100px;
    top: 20px;
    right: 13rem;
}
.cities-right p {
    font-size: 19px;
    line-height: 32px;
}
footer {
    padding: 50px 0 7px;
}
.first-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 40px;
}
.right-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}
.rgt-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 30px;
    margin: 0 0 12px;
}
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li a {
    color: #000;
    font-size: 17px;
}
.footer-menu li a:hover {
    color: #cb9274;
}
.ftrlogo {
    margin-bottom: 25px;
}
.add-info {
    padding: 0;
    list-style: none;
    margin: 0;
}
.add-info li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 17px;
}
.add-info li:before {
    font: normal normal normal 27px/1 FontAwesome;
    content: "\f041";
    position: absolute;
    left: 0;
    top: 4px;
    color: #cb9274;
}
.ftr-social {
    margin: 25px 0 40px;
    list-style: none;
    text-align: center;
    padding: 0;
}
.ftr-social li {
    display: inline-block;
    margin: 0px 15px;
}
.add-info li strong {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
}
.ftr-social li a {
    color: #000;
    font-size: 22px;
}
.ftr-social li a:hover {
    color: #cb9274;
}
.bottom-footer p {
    font-size: 15px;
    margin: 0;
}
.space-code {
    margin: 0 15px;
}
.nvd-logo {
    margin-left: 15px;
    vertical-align: middle;
}
.to-top {
    width: 50px;
    height: 50px;
    background: #cb9274;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: -50px;
    transition: all 0.4s;
    cursor: pointer;
}
.to-top.active {
    right: 30px;
}
.to-top i {
    margin-top: 7px;
}
.site-header.fixed-header {
    position: fixed;
    width: 100%;
    background: #000;
    top: 0;
    /*transform: translateY(-55px);*/
}
.blog-banner {
    padding: 250px 0 150px;
    background-size: cover;
    background-position: right top;
    text-align: center;
    position: relative;
}
.blog-banner .men-heading {
    color: #fff;
    font-family: 'Bodoni Moda', serif;
}
.blog-sec1 .men-heading {
    font-family: 'Bodoni Moda', serif;
}
.blog-sec1 .men-heading::after {
    right: auto;
    margin-left: 25px;
    top: initial;
    bottom: 15px;
    width: 110px;
}
.blog-sec1 {
    padding: 50px 0;
}
.blog-sec1 .samll-heading {
    margin-bottom: 20px;
}
.blog-sec1 {
    padding: 60px 0;
    background-image: url(../images/blg-secbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-sec2 {
    padding: 50px 0;
}
.blg-box {
    margin-bottom: 45px;
}
.blg-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 42px;
    color: #503e2d;
}
.blg-title a{
    color: #503e2d;
}
.blg-title a:hover{
    color: #cb9274;
}
.blg-time {
    font-size: 17px;
    font-style: italic;
    font-family: 'Bodoni Moda', serif;
    color: #989898;
}
.admin {
    color: #cb9274;
}
.blg-img {
    margin: 30px 0 20px;
    text-align: center;
}
.blg-content {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 40px;
    display:grid;
}
.ftr-social.blg-social {
    margin: -24px 0 0;
}
.ftr-social.blg-social li {
    margin: 0px 7px;
}
.ftr-social.blg-social li a {
    background: #fff;
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid gainsboro;
    line-height: 48px;
    transition: all 0.4s;
}
.ftr-social.blg-social li a i {
    margin-top: 13px;
}
.ftr-social.blg-social li a:hover {
    background: #cb9274;
    color: #fff;
}
.bl-item {
    background: #f2f2f2;
    width: 45px;
    height: 45px;
    display: block;
    color: #000;
    line-height: 45px;
    font-size: 14px;
    transition: all 0.4s;
    text-align: center;
}
.bl-item:hover{
    background: #000000;
    color: #fff;
}
.pagition-list {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagition-list li {
    display: inline-block;
    margin: 0 5px;
}
.bl-item {
    background: #f2f2f2;
    width: 45px;
    height: 45px;
    display: block;
    color: #000;
    line-height: 45px;
    font-size: 14px;
    transition: all 0.4s;
    text-align: center;
}
.detail-img {
    margin-bottom: 30px;
    text-align: center;
}
.dtl-heading {
    margin-bottom: 20px;
}
.dtl-left-img {
    float: right;
    margin-left: 25px;
    width: 100%;
    max-width: 400px;
}
.dtl-center-img {
    width: 100%;
    max-width: 685px;
    border: 1px solid #d8d8d8;
}
.dtl-right-img {
    float: left;
    width: 100%;
    max-width: 400px;
    margin-right: 25px;
}
.dtl-footer ul {
    padding: 0;
    list-style: none;
}
.dtlright {
    text-align: right;
}
.dtl-footer {
    margin-top: 60px;
    border: 1px solid #e0dddd;
    padding: 15px;
}
.dtl-pag li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.dtl-pag li a {
    color: #565555;
}
.dtl-pag li a:hover {
    color: #cb9274;
}
.dtl-list li {
    font-family: 'Bodoni Moda', serif;
    font-size: 19px;
}
.mediasec1 .men-heading:after{
    display: none;
}
.mediasec1 {
    padding: 50px 0;
}
.medialsocial {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.medialsocial:before {
    content: "";
    width: 100%;
    height: 1px;
    background: gainsboro;
    position: absolute;
    left: 0;
    top: 24px;
}
.medialsocial .ftr-social.blg-social {
    margin: 0;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 20px;
}
.media-box {
    margin-bottom: 30px;
}
.media-content {
    padding: 15px;
    border: 1px solid #cb9274;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.media-content h4 {
    font-family: 'Bodoni Moda', serif;
    color: #582d16;
    font-size: 22px;
    font-weight: 600;
}
.media-content h4 a{
    color: #582d16;
}
.media-content p {
    font-size: 16px;
    color: #000;
}
.media-content .cus-btn {
    display: block;
    margin: auto;
    width: 145px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
}
.media-content .cus-btn:after {
    content: "\f105";
    font: normal normal normal 23px/1 FontAwesome;
    position: absolute;
    margin-left: 12px;
    top: 7px;
    transition: all 0.4s;
}
.media-content .cus-btn:hover {
    background: #000;
}
.media-content .cus-btn:hover:after {
    margin-left: 17px;
}
.mediarow .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.mediarow {
    margin-left: -7px;
    margin-right: -7px;
}
.cus-btn.loadmore {
    width: 145px;
    background: #000;
}
.cus-btn.loadmore:hover {
    background:#cb9274;
}
.media-img img,.mdl-img img {
    width: 100%;
}
.mdl-content {
    width: 94%;
    background: #fff;
    margin: auto;
    padding: 20px;
    margin-top: -50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mct-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
}
.mct-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding-left: 40px;
}
.mct-time {
    width: 140px;
    height: 140px;
    background: #cb9274;
    padding: 10px;
    text-align: center;
}
.mct-time h4 {
    color: #fff;
    font-size: 17px;
    margin: 12px 0 0;
}  
.mct-time h4 strong {
    color: #fff;
    font-family: 'Bodoni Moda', serif;
    display: block;
    font-size: 36px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.mct-right h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #000;
    margin-bottom: 10px;
} 
.mct-right h2 {
    color: #562912;
    font-size: 35px;
}
.media-gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px 30px;
    list-style: none;
}
.media-gallery li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 10px;
}
.media-gallery li a{
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.media-gallery li img {
    border-radius: 6px;
    -webkit-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
    width: 100%;
}
.media-gallery li a:hover img{
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
    -o-transform: rotate(2deg) scale(1.1, 1.1);
    transform: rotate(2deg) scale(1.1,1.1);
}
.hero-slider .slick-slide {
    height: auto;
}
.registrainform {
    text-align: left;
    background: #fff;
    padding: 25px;
    border: 1px solid #e2e0e0;
    max-width: 1000px;
    margin: 40px auto 0;
}
.registrainform h3 {
    text-transform: uppercase;
    font-size: 25px;
    color: #503e2d;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    line-height: 45px;
    margin-bottom: 25px;
}
.registrainform h3 strong{
    color: #cb9274;
    font-weight: 600;
}
.registrainform h4 {
    font-size: 25px;
    font-weight: 600;
    color: #503e2d;
}
.rgformlist {
    margin: 15px -10px 30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rgformlist li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.red-color {
    color: red;
}
.rgformlist li .form-control {
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}
.registration-sec{
    background-image: url('../images/blg-secbg2.jpg')
}
.blog-sec1.registration-sec .men-heading::after{
    display: none;
}
.form-sub {
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s;
}
.form-sub:hover , .form-sub:focus {
    background: #cb9274;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: 95% 50%;
}
.rgformlist li.fulllist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
textarea.form-control {
    height: 110px;
}
.menu-trigger {
    display: none;
}

/* -------- ADD CSS By Lokenda 3-May-2021 ---------- */

.michele-sec .men-heading:after {
    width: 95px;
    top: 22px;
}
.michele-sec .samll-heading {
    margin-bottom: 15px;
    color:#fff;
}
/*.michel-img {*/
    /*background: #fff;*/
    /*padding: 65px 0 0;*/
    /*border: 1px solid #ece5e5;*/
/*}*/
.pera-design {
    position: relative;
    padding-left: 20px;
}
.pera-design:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 90%;
    left: 0;
    background: #cb9274;
    top: 6px;
}
/*.about-sec1.michele-sec {*/
/*    padding: 50px 0;*/
/*}*/
.michele-sec02 {
    background-image: url(../images/fashion-sec2-bg.jpg);
    padding: 25px 0;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
}
.msr-content {
    color: #fff;
    position: relative;
    padding: 15px;
    border: 1px solid #cb9274;
}
.msr-content h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #cb9274;
    margin-bottom: 12px;
}
.msr-content p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
.carr-row {
    display: flex;
    flex-wrap: wrap;
}
.carr-col {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.lefr-img img {
    width: 100%;
}
.carr-col.car-img {
    margin-right: 0;
    flex-grow: 1;
    margin-left: calc(556px - 50vw);
}
.carr-content {
    padding: 60px 0px 0px 40px;
}
.carr-content .samll-heading {
    margin-bottom: 10px;
}
.carr-content .men-heading {
    text-transform: initial;
}
.carr-content .men-heading:after{
    display: none;
}
.future-phara {
    position: relative;
    padding-left: 15px;
}
.future-phara .first:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 4px;
    height: calc(100% - 12px);
    background: #cb9274;
    top: 6px;
}
.future-phara .first {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}
.michele-sec03 {
    height: 550px;
    overflow: hidden;
}
.michele-sec04 .carr-col.car-img {
    margin-right: calc(564px - 50vw);
    margin-left: 0;
}
.michele-sec04 .carr-content {
    padding: 60px 40px 0px 0;
}
.name-signature {
    margin-top: 25px;
    float: right;
}
.michele-sec04 {
    height: 500px;
    overflow: hidden;
    background: #f6f4f2;
}
.loginbtn{
    display: none;
}
.innerpagecontent h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.innerpagecontent a {
    color: #cb9274;
}
.innerpagecontent h3 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}
.innerpagecontent ul {
    margin: 15px 0;
    padding-left: 20px;
}
.innerpagecontent li {
    margin-bottom: 15px;
    line-height: 27px;
}
.innerpagecontent ol {
    margin: 15px 0;
    padding-left: 15px;
}
.video-sec {
    background: #f6f4f2;
    padding: 50px 0;
}
.video-sec iframe {
    width: 100%;
}
.vdr-sec {
    padding: 7px;
}
.vdr-sec iframe {
    height: 250px;
}
.video-sec .men-heading.men-heading02 {
    text-align: center;
    margin-bottom: 40px;
}

/* ------- FAQ PAGE CSS START -------- */

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    padding: 10px 15px;
    background: #ffffff;
    color: #000;
    border-radius: 50px;
    font-size: 17px;
    min-height: 45px;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    transform: scaleY(0);
    display:block;
}
.accordionItem.close {
    float: none;
    font-size: inherit;
    font-weight: normal;
    line-height: initial;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.open .accordionItemContent {
    padding: 20px 10px;
    margin: 0px 0px 10px 0px;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
.open .accordionItemHeading {
    margin: 0px;
    background-color: #90837c;
    color: #ffffff;
}
.accordionItemHeading:hover{
    background-color: #90837c;
    color: #ffffff;
}
.faq-sec1 {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.accordionItemHeading {
    position: relative;
    padding: 12px 30px 12px 60px;
}
.accordionItemHeading i.check-icon {
    background: #cb9274;
    color: #fff;
    width: 35px;
    text-align: center;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.accordionItemHeading i.check-icon:before {
    content: "";
    top: 11px;
    left: 8px;
    color: red;
    position: absolute;
    font-size: 20px;
    background: url(../images/bullet-icon-white.png);
    height: 15px;
    width: 20px;
}
.close .accordionItemHeading:after,.open .accordionItemHeading:after  {
    content: "\f107";
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    top: 11px;
    right: 15px;
}
.open .accordionItemHeading:after {
    content: "\f106";
}
.accordionItemContent a {
    color: #cb9274;
}

.land-number a {
    color: #cb9274;
}
.mediavideoslider.slick-slider .slick-dots {
    position: initial;
    margin-top: 25px;
}
.mediavideoslider.slick-slider {
    margin-bottom: 0;
}
.mediavideoslider.slick-slider .slick-dots li {
    border: 1px solid transparent;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    transition: all 0.4s;
    margin: 0 3px;
}
.mediavideoslider.slick-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    background: black;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    transition: all 0.4s;
}
.mediavideoslider.slick-slider .slick-dots li.slick-active {
    border-color: #cb9274;
}
.mediavideoslider.slick-slider .slick-dots li.slick-active button {
    background: #cb9274;
}
.rgformlist li.rgformlistfull {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ---------- Responsive CSS ---------- */


@media screen and (max-width: 1250px) {
.fsh-right img {
    margin-left: 0;
    max-width: 100%;
}

}

@media screen and (max-width: 1024px) {
.pagemenulist ul > li > a{
    margin: 0px 7px;
}
.container {
    max-width: 100% !important;
}
.banner-content {
    top: 13rem;
    left: 15px;
}
.hero-slider .slick-arrow.slick-prev {
    left: 15px;
}
.hero-slider .slick-arrow.slick-next {
    left: calc(15px + 200px);
}
.hero-slider .slick-dots{
    left: calc(15px + 30px);
}
.about-sec1 {
    padding: 50px 0;
}
.cities-right .men-heading:after {
    right: 10rem;
}
.blog-banner {
    padding: 167px 0 80px;
}
.dtl-center-img {
    max-width: 57%;
}
.michele-sec .men-heading:after{
    display: none;
}
.about-right {
    padding-left: 0;
}
.msr-content {  
    min-height: 500px;
}
.carr-col.car-img {
    margin-left: 0;
}
.michele-sec04 .carr-col.car-img {
    margin-right: 0;
}
.michele-sec04 {
    height: 540px;
}


}

@media screen and (max-width: 768px) {
.about-left2{
    display: none;
}
.men-heading {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 25px;
}
.samll-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.men-heading:after{
    display: none;
}
.about-left1 img ,.fsh-left img {
    max-width: 100%;
}
.about-right {
    padding-left: 0;
}
.mid-heading {
    color: #cb9274;
    margin: auto;
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 28px;
}
.fsh-left .cus-btn {
    padding: 7px 0;
    width: 130px;
}
.cities-right .men-heading {
    margin-bottom: 15px;
}
.cities-left {
    margin-top: 50px;
}
.first-footer, .right-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 40px;
}
footer {
    padding: 30px 0;
    border-top: 1px solid #dcdada;
}
.banner-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.hero-box img {
    width: 100%;
    height: 555px;
    object-fit: cover;
}
.bottom-footer p {
    font-size: 16px;
}
.menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    z-index: 99;
    transition: all 0.4s;
    float: right;
    margin: 10px 0 0 41px;
    display: block;
}
.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 10px;
}
.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
}
.menu-trigger span::before, .menu-trigger span::after {
    content: '';
    position: absolute;
    width: 51%;
    height: 4px;
    background: #cb9274;
    transition: .2s;
}
.menu-trigger span::after {
    border-radius: 0 4px 4px 0;
}
.menu-trigger span::before {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.menu-trigger.active span:nth-of-type(1)::before {
    transform: translate(4px, -4px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(1)::after {
    transform: translate(-3px, -4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::before {
    transform: translateX(-75%);
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(2)::after {
    transform: translateX(75%);
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3)::before {
    transform: translate(4px, -11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3)::after {
    transform: translate(-3px, -11px) rotate(45deg);
}
.site-header.fixed-header {
    transform: initial;
}
.menu-trigger.active {
    position: fixed;
    top: 40px;
    right: 150px;
    z-index: 999;
    margin: 0;
}
.pagemenulist {
    position: fixed;
    width: 300px;
    height: 100%;
    bottom: 0;
    top: 0;
    background: #f6f4f2;
    right: -302px;
    border-left: 1px solid #dedcdc;
    padding-top: 80px;
    transition: all 0.3s;
    z-index: 99;
}
.pagemenulist.active{
    right: 0;
}
.pagemenulist ul {
    text-align: left;
    height: calc(100vh - 80px);
    overflow-y: scroll;
}
.pagemenulist ul > li {
    display: block;
}
.pagemenulist ul > li > a {
    border-bottom: 1px solid #dcdbdb;
    margin: 0;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
}
.topmenu-list ul li {
    padding: 0px 8px;
}
.blg-title {
    font-size: 33px;
}
.blg-time {
    font-size: 16px;
}
.blog-sec1 {
    padding: 40px 0;
}
.ftr-social li a {
    font-size: 17px;
}
.dtl-left-img ,.dtl-right-img {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.dtl-center-img {
    max-width: 100%;
}
.mct-right h2 {
    font-size: 26px;
}
.media-gallery{
    margin: 0px -7px 30px;
}
.media-gallery li{
    padding: 7px;
}
.registerbtn {
    margin-left: 0;
    margin-right: 20px;
}
.loginbtn {
    display: inline-block;
}
.loginbtn a {
    color: #cb9274;
    font-size: 20px;
}
.loginbtn a:hover {
    color: #fff;
}
.msr-content{
    min-height: 605px;
}
.michele-sec03,.michele-sec04 {
    height: auto;
    overflow: visible;
    padding: 25px 0;
}
.carr-content {
    padding: 0 0px 0px 30px;
}
.michele-sec04 .carr-content {
    padding: 0px 30px 0px 0;
}
.future-phara .first {
    font-size: 17px;
    line-height: 27px;
}
.name-signature {
    margin-top: 10px;
    width: 200px;
}
.video-sec iframe {
    width: 100%;
    height: 420px;
}

}


@media screen and (max-width: 767px) {
.about-left1 img {
    width: 100%;
    margin-bottom: 30px;
}
.about-sec1 {
    padding: 30px 0;
}
.fsh-left img {
    display: block;
}
.fsh-left .cus-btn {
    margin: 30px 0;
}
.cities-left {
    margin: 0 0 30px;
}
.cities-sec {
    padding: 40px 0 20px;
}
.cities-right p {
    font-size: 16px;
    line-height: 27px;
}
.first-footer {
    margin-bottom: 15px;
}
.cus-btn{
    font-size: 13px;
    padding: 9px 20px;
}
.menu-trigger{
    margin: 5px 0 0 30px;
}
.michel-img {
    padding: 20px 0 0;
    margin-bottom: 20px;
}
.msr-content {
    min-height: auto;
    margin-bottom: 15px;
}
.carr-col {
    width: 100%;
}
.carr-content {
    padding: 20px 0;
}
.michele-sec04 .carr-content {
    padding:20px 0;
    order: 2;
}
.michele-sec04 .carr-col.car-img {
    order: 1;
}

}

@media screen and (max-width: 480px) {
.headermenu {
    margin-top: 2px;
}
.pagemenulist{
    width: 100%;
    right: -100%;
    border-left: none;
}
.topmenu-list ul{
    text-align: center;
}
.banner-social {
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: center;
}
.hero-slider .slick-arrow{
    bottom: 5rem !important;
}
.hero-slider .slick-dots{
    bottom: 6.3rem !important;
}
.hero-box:before, .blog-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    left: 0;
    top: 0;
}
.abr-list li {
    padding-left: 33px;
    font-size: 15px;
    background-size: 28px;
}
.men-heading {
    font-size: 27px;
    line-height: 32px;
}
.samll-heading {
    font-size: 14px;
}
.abr-list{
    margin: 0px 0px 10px;
}
.mid-heading {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 28px;
}
.mid-heading span {
    display: inline;
}
.rgt-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.first-footer {
    margin-bottom: 0;
    padding-right: 0;
}
.add-info li {
    font-size: 16px;
}
.add-info li:before {
    font: normal normal normal 23px/1 FontAwesome;
    top: 2px;
}
.ftr-social {
    margin: 10px 0 25px;
}
.bottom-footer p {
    font-size: 14px;
}
.men-heading.men-heading02 {
    margin-bottom: 10px;
}
.blog-banner {
    padding: 190px 0 70px;
}
.blog-sec2 {
    padding: 35px 0;
}
.ftr-social.blg-social li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.ftr-social.blg-social li a i {
    margin-top: 11px;
}
.bl-item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.footer-heading {
    font-size: 26px;
}
.add-info li,.footer-menu li a {
    font-size: 15px;
}
.ftr-social.blg-social {
    margin: -20px 0 0;
}
.blg-title {
    font-size: 27px;
}
.blg-time {
    font-size: 14px;
}
.dtl-list .dtlright {
    text-align: left;
    margin-top: 20px;
}
.dtl-list li {
    font-size: 17px;
}
.to-top.active {
    right: 10px;
}
.to-top {
    width: 40px;
    height: 40px;
    font-size: 25px;
    bottom: 15px;
    right: -50px;
}
.mdl-content{
    width: 96%;
    padding: 12px;
}
.mct-time {
    width: 75px;
    height: 75px;
    padding: 5px;
}
.mct-time h4 {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.mct-time h4 strong {
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.mct-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
}
.mct-right {
    -ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
    padding-left: 12px;
}
.mct-right h5 {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.mct-right h2 {
    font-size: 21px;
}
.media-gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.registrainform {
    padding: 10px;
    margin: 25px auto 0;
}
.registrainform h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}
.registrainform h4 {
    font-size: 22px;
}
.rgformlist li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.rgformlist li .form-control {
    font-size: 15px;
}
.rgformlist{
    margin-bottom: 15px;
}
.topmenu-list ul li a {
    font-size: 11px;
}
.menu-trigger {
    margin: 5px 0 0 20px;
}
.registerbtn {
    margin-right: 15px;
}
.about-sec1.michele-sec,.michele-sec02 {
    padding: 25px 0;
}
.video-sec {
    padding: 25px 0;
}
.video-sec iframe {
    width: 100%;
    height: 185px;
}

}

@media screen and (max-width: 345px) {
.cus-btn {
    font-size: 12px;
    padding: 7px 13px;
}
.loginbtn a {
    font-size: 18px;
}

}


/*New CSS -Kartikey*/
.michel-adam .about-right .men-heading{
    color:#fff;
    font-weight: bold;
}
.michel-adam .about-right .samll-heading{
    color:#fff;
}
.about-right p{
    color:#fff;
}
.michel-adam{
    background-image: url(../images/michel-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
}
.michel-adam .about-sec1, .michel-adam .michele-sec02, .michel-adam .michele-sec03, .michel-adam .michele-sec04 {
    background:transparent;
}
.michel-adam .michele-sec03{
    padding:100px 0 50px;
    height:auto;
}
.michele-sec04 .men-heading {
    color: #fff;
    font-weight: bold;
}
.michele-sec04 .samll-heading {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 31px;
}
.michele-sec04 p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.michele-sec04 p .text-1{
    color: #cb9274;
}
.michele-sec04 .q1{
    width: 56px;
    position: absolute;
    left: 19px;
    top: 119px;
}
.michele-sec04 .q2{
    width: 56px;
    position: absolute;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 120px;
    margin-top: -12px;
}
.michele-sec04 p.first {
    font-family: 'Poppins', sans-serif;
    margin-left: 86px;
    font-size: 21px;
    margin-top: 40px;
    margin-right: 45px;
    line-height: 33px;
}
.michele-sec04 p.quote {
    margin-left: 150px;
    font-size: 35px;
    font-weight: 100;
}
.michele-sec04 p.quote::before{
    content: "";
    position: absolute;
    height: 5px;
    margin-left: -85px;
    margin-top: 14px;
    width: 59px;
    background-color: #cb9274;
}

.franchise-bg{
    background-image: url(../images/franchise-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding:100px 0;
}
.franchise-1, .franchise-2, .franchise-3, .franchise-4, .franchise-5 {
    padding: 25px 0;
}
.franchise-1 .about-right {
    padding-left: 0px;
    padding-top: 24px;
}
.franchise-bg .about-right ul {
    list-style: square;
    color: #fff;
    margin-left: -18px;
    text-indent: 10px;
}
.franchise-bg .about-right ul li::marker{
    color: #cb9274;
}
.franchise-bg .about-right .text-1{
    color: #cb9274;
}
.franchise-bg .about-right .samll-heading{
    margin-bottom:0;
}
.franchise-2 .about-right .men-heading{
    margin-bottom:0;
}
.franchise-bg .pad-img{
    padding-top: 230px;
}
.franchise-bg .about-right ol {
    color: #fff;
    margin-left: -23px;
}
.franchise-bg .about-right ol li{
    margin-bottom:8px;
}
.franchise-bg .about-right h3{
    color: #cb9274;
}
.franchise-bg .about-right h4{
    color: #cb9274;
    text-transform:uppercase;
}
.franchise-5 .about-right p span {
    margin-left: 69px;
}

.channels-main{
    background-image: url(../images/channels-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding:50px 0;
}
.channels-one, .channels-two, .channels-three, .channels-four, .channels-five, .channels-six, .channels-seven, .channels-eight, .channels-nine, .channels-ten, .channels-eleven, .channels-twelve, .channels-thirteen {
    padding: 25px 0;
}
.channels-main ul.list-view {
    font-size: 22px;
    color: #cb9274;
    line-height: 28px;
    margin-left: 22px;
}
.channels-main ul.list-view li {
    margin-bottom: 12px;
}

.about-main{
    background-image: url(../images/about-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding:50px 0;
}
.about-one, .about-two, .about-three, .about-four, .about-five, .about-six, .about-seven, .about-eight, .about-nine, .about-ten, .about-eleven, .about-twelve, .about-thirteen {
    padding: 25px 0;
}
.about-main .quote h3, .about-main .quote h2 {
    color: #cb9274;
}
.about-ten .samll-heading{
    margin-bottom:0px;
}
.about-main .point-box h2.head {
    color: #cb9274;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px
}
.about-main .point-box {
    margin-bottom: 40px;
}
.point-box p {
    margin-left: 33px;
}
.theme-link{
    color:#000;
}
.theme-link:hover{
    color: #cb9274;
}
.float{
	position:fixed;
    width: 50px;
    height: 50px;
    bottom: 28px;
    right: 89px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:10px;
}
input[type="date"]
{
    display:block;
  
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    /* min-width: 96%; */
}
.event-main{
    background-image: url(../images/about-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding:50px 0;
}
.event-one {
    padding: 25px 0;
}
.event-one.event-one1 {
    padding-top: 50px;
}
.event-one .table thead th {
    border-bottom: 2px solid #676767;
}
.event-one .table-bordered td, .event-one .table-bordered th, .event-one .table-bordered {
    border: 1px solid #676767;
}
.cus-btn1 {
    background: #cb9274;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 13px;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.4s;
    outline: none !important;
}
.cus-btn1:hover {
    background: #000;
}
.midheading {
    text-transform: uppercase;
    font-size: 35px;
    color: #503e2d;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin: 25px 0;
}
.spons-box{
    border: 1px solid #cb9274;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:0;
}
.spons-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media (max-width:767px){
    p, .rgformlist li{
        font-size: 15px;
    }
    .franchise-bg .pad-img {
        padding-top: 0px;
    }
    span.break-mob {
        display: block;
    }
    .float{
        width: 40px;
        height: 40px;
        bottom: 13px;
        right: 66px;
        font-size:25px;
    }
    .my-float {
        margin-top: 7px;
    }
    .about-main .quote h3, .about-main .quote h2 {
        font-size: 15px;
    }
    .about-main .point-box h2.head{
        font-size: 18px;
    }
    .channels-main ul.list-view{
        line-height: 20px;
        margin-left: 0px;
        font-size: 16px;
    }
    .about-right h4 {
        font-size: 18px;
    }
    .about-one, .about-two, .about-three, .about-four, .about-five, .about-six, .about-seven, .about-eight, .about-nine, .about-ten, .about-eleven, .about-twelve, .about-thirteen,.channels-one, .channels-two, .channels-three, .channels-four, .channels-five, .channels-six, .channels-seven, .channels-eight, .channels-nine, .channels-ten, .channels-eleven, .channels-twelve, .channels-thirteen, .about-sec1.michele-sec, .michele-sec02, .franchise-1, .franchise-2, .franchise-3, .franchise-4, .franchise-5, .event-one {
        padding: 10px 0;
    }
    .about-main .point-box {
        margin-bottom: 15px;
    }
    .about-main, .channels-main, .franchise-bg, .event-main{
        padding: 25px 0;
    }
    .michel-adam .michele-sec03 {
        padding: 20px 0 0px;
    }
    .michel-adam .about-right .men-heading{
        font-size: 16px;
        line-height: 24px;
    }
    .michele-sec04 .samll-heading{
        font-size: 13px;
    }
    .michele-sec04 p.first {
        margin-left: 20px;
        font-size: 17px;
        margin-top: 40px;
        margin-right: 20px;
        line-height: 27px;
    }
    .michele-sec04 .q1{
        top: 84px;
        width: 40px;
    }
    .michele-sec04 .q2{
        width: 40px;
        margin-left: 148px;
        margin-top: 12px;
    }
    .michele-sec04 p.quote {
        margin-left: 106px;
        font-size: 20px;
    }
    .michele-sec04 p.quote::before{
        margin-left: -85px;
        margin-top: 7px;
    }
    .franchise-5 .about-right p span {
        margin-left: 0;
        display: block;
    }
    .add-info{
        margin-right: 10px;
    }
    .open .accordionItemContent p{
        font-size:15px;
        line-height: 22px;
    }
    .banner-content p{
        letter-spacing: 3px;
    }
    .midheading {
        font-size: 27px;
    }
}
@media screen and (max-width:650px){
.tablemob {
    width: 650px;
}
.tablemob.tablemob1 {
    width: 1000px;
}

}

@media screen and (max-width:480px){
.faq-sec1 {
    padding: 25px 0;
}
.event-one .abr-list li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.exptable td:first-child {
    width: 25%;
}
.video-sec .men-heading.men-heading02 {
    margin-bottom: 20px;
}
.midheading{
    font-size: 21px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 10px 0;   
}

}
.rgformlist li.chekbx a {
    color: #000;
    text-decoration: underline !important;
}
.rgformlist li.chekbx input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: sub;
    margin-right: 10px;
    display: inline-block;
}

