

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden!important;
}

:root{
    --cream: #e9ecd9;
    --light-cream: #f7f8f2;
    --dark-brown: #0c5460;

}

@font-face {
    font-family: BarlowCondensed-Medium ;
    src: url(../fonts/BarlowCondensed-Medium.ttf);
}

@font-face {
    font-family: BarlowCondensed-Regular ;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
    font-family: EBGaramond-Regular ;
    src: url(../fonts/EBGaramond-Regular.ttf);
}

@font-face {
    font-family: Teko-SemiBold ;
    src: url(../fonts/Teko-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Bold ;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
/* @font-face {
    font-family: Tinos-Regular;
    src: url(../fonts/Tinos-Regular.ttf);
} */
h1{
    font-family: Poppins-Regular;
}

h2{
    font-family: Poppins-Regular;
}
h3{
    font-family: Poppins-Regular;
}
p{
    font-family: Poppins-Regular;
    letter-spacing: 0.5px;
}
li{
    font-family: Poppins-Regular;
    letter-spacing: 0.5px;
}

.banner .container{
    max-width: 100%;
}
.banner{
    position: relative;
    background-image: linear-gradient( rgba(247, 248, 242, 0.93), rgba(247, 248, 242, 0.93) ),url('../images/banners/banner1.webp');
    padding: 20px 0;
    background-position: right;
}

.my-slider div img {
  width: 100%;
  height: 750px;
}
.nav-log .navbar-brand{
    padding: 0;
    margin: 0;
}
.devloper-logo {
    max-width: 180px;
}
.my-nav {
    position: relative;
    top: 0;
    z-index: 19;
    left: 0;
    width: 100%;
    background: var(--light-cream);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.my-nav .my-nav-in{
    justify-content: space-between;
}
.nav-fixd {
    position: fixed;
    width: 100%!important;
    left: 0;
    background: var(--light-cream);
}

.nav-fixd .my-nav-in {
    justify-content: space-between;
}
.nav-content {
    writing-mode: vertical-lr;
    list-style-type: none;
    display: flex;
    align-items: center;
    background: var(--dark-brown);
    padding: 10px 5px;
}
.nav-content img{
    max-width: 26px;
    background: var(--light-cream);
    padding: 4px;
    margin-bottom: 10px;
}
.nav-content a{
    display: grid;
    padding: 0;
    color: var(--light-cream);
    font-family: Poppins-Regular;
    letter-spacing: 2px;
    font-size: 12px;
}
.nav-con{
    writing-mode: horizontal-tb;
    /* display: none; */
}
.my-nav-in .navbar-nav{
    align-items: center;
    gap: 25px;
}
.nav-fixd .nav-con img {
    margin-bottom: 0px;
}
.nav-fixd .nav-con{display: flex;}

.navbar-light .navbar-nav .nav-con .nav-link {
    color: rgb(255 255 255);
}

.white-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 8%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.banner-main {
    height: 100%;
    display: flex;
    /* align-items: center; */
    padding-left: 40px;
        padding-top: 20px;
}
.banner-text{
    position: relative;
}
.project-logo{
    position: absolute;
    top: 0;
    right: 13px;
    width: 132px;
    height: 69px;
    
}
.banner-text .pro-name {
    font-family: Tinos-Regular;
    font-weight: bold;
    font-size: 60px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.banner-text .pro-loc {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: var(--dark-brown);
    /* text-transform: uppercase; */
}
.banner-text  .pro-type {
    font-size: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
.price-high {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.price-high .box1 {
    display: flex;
    align-items: center;
    margin: 25px 0;
    width: 45%;
    background: #fff;
    padding: 7px 8px;
    border-left: 1px solid var(--dark-brown);
}

.price-high .box1:nth-child(1) {
    margin-right: 10px;
}

.price-high .box1 img {
    max-width: 50px;
    margin-right: 14px;
}
.price-high .box1 h2 {
    display: grid;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.price-high .box1 h2 span {
    font-size: 35px;
}
.keyhigh ul {
    list-style-type: none;
    font-family: BarlowCondensed-Medium;
}
.keyhigh ul li img {
    width: 21px;
    margin-right: 4px;
}
.keyhigh ul li {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.bann-form-new .form_inner {
    display: flex;
    flex-wrap: wrap;
    /* width: 80%; */
    justify-content: center;
}
.bann-form-new .form_inner .form-group {
    max-width: 48%;
    width: 48%;
    margin: 6px;
}
.bann-form-new .form_inner .form-group input{
    height: 48px;
}
.form-btn {
    width: 98%;
    background: var(--dark-brown);
    margin-top: 8px;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bann-form-new {
    margin-top: 20px;
}
.bann-form-new h2 {
    font-size: 23px;
    margin-left: 8px;
    background: var(--dark-brown);
    width: fit-content;
    margin-bottom: -6px;
    padding: 1px 11px;
    color: #fff;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
    background: var(--dark-brown);
    height: 8%;
    top: 50%;
}

.overview{
    padding: 50px 0;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%),url('../images/banners/banner2.webp');
}
.heading {
    text-align: center;
}
.heading h1{
    font-family: EBGaramond-Regular;
    color: var(--dark-brown);
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
}

.heading p {
    /* text-transform: uppercase; */
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 5px;
    
}

.over-text {
    text-align: center;
    margin-top: 30px;
    line-height: 31px;
}
.over-text p {
    color: #716d6d;
    font-size: 17px;
    letter-spacing: 0.9px;
}
.over-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.over-box-in{
    text-align: center;
}
.over-box-in img {
    max-width: 45px;
}
.over-box-in h1 {
    margin: 8px 0;
}
.over-box-in p{
    text-transform: uppercase;
}
.more-btn {
    background: #0c5460;
    color: #fff;
    padding: 10px 41px;
    letter-spacing: 1px;
}

.highlights{
    padding: 50px 0;
    background: var(--cream);
    position: relative;
}
.highlights::before{
    content: '';
    position: absolute;
    left: 0;
    top: 32%;
    width: 100%;
    height: 68%;
    background-image: url(../images/home.webp);
    background-repeat: no-repeat;
}
.highlights .heading {
    margin-bottom: 50px;
}
.high-main {
    background: #fff;
    margin-bottom: 30px;
    padding: 27px;
    position: relative;
    
}
.high-main::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Manasu-body-pattern-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.high-main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 4%;
    background: var(--dark-brown);
    transition: 0.50s;
    opacity: 0;
    
}
.high-main:hover{
    background: #262626;
    color: #fff;
    transition: 0.40s;
}

.high-main:hover.high-main::after{
    left: 20px;
    opacity: 1;
}
.high-main:hover .high-box img{
    filter: brightness(50);
}
.high-box {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.high-box h1 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 18px;
}
.text-high p {
    line-height: 29px;
    margin-bottom: 0;
}
.high-box img{
    max-width: 50px;
}
.price-list{
    padding: 50px 0;
    position: relative;
}
.price-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gallery-bg.webp);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% 100%;
    opacity: 0.4;
}

.price-list .heading{
    margin-bottom: 50px;
}

.price-box {
    background-color: var(--light-cream);
    text-align: center;
    padding-bottom: 20px;
}

.pric-head {
    font-size: 25px;
    background: var(--dark-brown);
    color: #fff;
    position: relative;
    padding: 14px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pric-head span{
    position: relative;
}

.mid-typo {
    margin: 30px 0;
    padding: 0 65px;
}

.mid-typo h1 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 17px 0;
    border-bottom: 1px dashed #000;
    padding-bottom: 18px;
}
.mid-typo h1 span {
    font-size: 16px;
    font-weight: 800;
}
.price-box h2 {
    display: grid;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #454545;
}
.price-box h2 span {
    background: var(--dark-brown);
    color: #fff;
    width: fit-content;
    margin: auto;
    font-size: 17px;
    padding: 3px 14px;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.amenities{
    width: 100%;
    background: url(../images/amenities/ami-1.webp) no-repeat center;
    background-size: cover;
    z-index: 1;
    background-blend-mode: multiply;
    transition: background-image 1s ease;
    position: relative;
    height: 700px;
}
.amenities::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.amenities .heading {
    color: #fff;
    width: 74%;
    text-align: left;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.amenities .container-fluid, .amenities .container-fluid .row, .amenities .container-fluid .row .col-md-6{height: 100%;}
.amenities .container-fluid{
    padding-right: 0;
}
.amenities .projects {
    color: #fff;
    height: 100%;
    width: 70%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #ffffffad;
}
.pic-1 {
    padding: 33px;
    border-bottom: 1px solid #ffffff5c;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}
.pic-1:nth-last-child(1){
    border-bottom: 0px solid #ffffff5c;
}
.pic-1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff29;
    backdrop-filter: blur(4px);
    transition: 0.3s;
}

.pic-1:hover.pic-1::before {
    width: 100%;
}
.pic-1 h4{
    position: relative;
    z-index: 2;
}

.floor-plan{
    padding: 50px 0;
    position: relative;
}
.floor-plan::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/floor-plan-bg.webp);
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}
.floor-text {
    border: 1px solid #00000021;
    padding: 20px;
    height: 100%;
}
.floor-text ul li {
    display: flex;
    justify-content: space-between;
    line-height: 57px;
    color: #6c6d70;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    /* font-family: BarlowCondensed-Regular; */
}
.floor-text ul li span{
    /* font-family: Teko-SemiBold; */
}

.floor-text ul .li-bg-col {
    background: var(--dark-brown);
    color: #fff;
}
.my-floor {
    margin-top: 50px;
}
.floor-img{
    position: relative;
}
.floor-img img {
    height: 300px;
    object-fit: cover;

}
.floor-img .more-btn{
    background-color: #000000b5;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    border-radius: 0;
    border: 0;
}

.floor-plan .carousel-indicators {
    bottom: -64px;
}

.floor-plan .carousel-indicators li {
    height: 6px;
    background-color: var(--dark-brown);
}
.location{
    position: relative;
    padding: 50px 0;
    padding-top: 20px;
}
#amenities{
   padding: 20px 0; 
}
.location .container{
    max-width: 100%;
}
.location .heading {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 80px;
}
.location-img{
    position: relative;
}
.location-txt {
    background: var(--light-cream);
    /* position: absolute; */
    top: -54%;
    right: 180px;
    padding: 40px;
}
.location-txt ul{
    margin-bottom: 0;
    list-style-type: none;
    font-family: BarlowCondensed-Regular;
}

.location-txt ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.location-txt ul li .num {
    background: var(--dark-brown);
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    margin-right: 19px;
    letter-spacing: 2px;
}

.loc-cont h1 {
    font-size: 30px;
    margin-bottom: 0;
    color: var(--dark-brown);
}
.location-img img {
    height: 400px;
    object-fit: cover;
}

.gallery{
    padding: 50px 0;
    position: relative;
}
.gallery::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/skyline.webp);
    background-repeat: no-repeat;
    z-index: -1;
    filter: invert();
    background-position: bottom;
    opacity: 0.1;
}
.gallery .row{
    margin-top: 50px;
}

.gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.my-box1 {
    width: 47%;
}
.my-box2 {
    width: 100%;
}
.gall-bix, .gall-bix img {
    height: 100%;
    object-fit: cover;
}
.small-footer {
    text-align: center;
    padding: 40px 0;
    background: #191919;
    color: #fff;
}
.btm-foot {
    margin-bottom: 6px;
}
.btm-foot a {
    color: #fff;
}
.mobile-section {
    display: none;
}

.side-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    border: 0;
    max-width: 52px;
    padding: 4px 8px;
    background: var(--dark-brown);
    z-index: 9;
    display: none;
    animation: popform 1s infinite alternate-reverse;
}
.close-btn {
    position: absolute;
    right: 0;
    max-width: 39px;
    top: 0;
    opacity: 1;
    background: var(--dark-brown);
    padding: 9px;
}
.my-modal .close {
    opacity: 1;
}
.form-txt {
    text-align: center;
}
.form-txt h1{
    font-size: 30px;
}
.my-modal .modal-body {
    padding: 40px;
}
.enquire-btn {
    background: var(--dark-brown);
    width: 100%;
    color: #fff;
}
@keyframes popform {
            0%{transform: scale(1);}
            50%{transform: scale(1.2);}
            100%{transform: scale(1);}
}

.side-btn-show{display: block;}

.side-btn img{
    filter: invert();
}

.mob-logo-show{display: none;}
.form-txt img {
    max-width: 280px;
    margin-bottom: 20px;
}
.d_view{
    display: block;
}
.m_view{
    display: none;
}
@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li{position:relative; margin: 0 11px;}
    .my-nav.navbar-hover .collapse ul li:hover> ul{display:block}
    .my-nav.navbar-hover .collapse ul ul{position:absolute;top:90%;left:0;display:none}
    .my-nav.navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
}


@media (max-width: 1490px){
    .banner-text .pro-loc {
        font-size: 16px;
    }
    .banner-text .pro-name {
        font-size: 42px;
    }
    .banner-text .pro-type {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banner-text {
        margin-top: 20px;
    }
    .bann-form-new .form_inner .form-group {
        max-width: 47%;
        width: 47%;
    }
    .price-high .box1 {
        width: 45%;
        margin: 15px 0;
    }
    .my-slider div img {
    width: 100%;
    height: 585px;
}
    .keyhigh ul {
        margin-top: 18px;
    }
    .price-high .box1 h2 span {
        font-size: 27px;
    }
    .price-high .box1 h2 {
        font-size: 16px;
    }
    .my-nav {
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
    .bann-form-new .form_inner .form-group input, .form-btn {
        height: 45px;
    }

    .bann-form-new h2 {
        font-size: 19px;
    }
    .heading h1 {
        font-size: 38px;
    }
    .heading p {
        font-size: 20px;
    }
    .over-text {
        margin-top: 20px;
    }
    .price-box h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .gallery {
        padding: 50px 0;
        /* padding-bottom: 50px; */
    }
    .amenities {
        height: 600px;
    }
    .pic-1 {
        padding: 26px;
    }
    .pic-1 h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .amenities .heading {
        width: 80%;
    }
    .amenities .heading h1 {
        letter-spacing: 2px;
    }
    .white-area {
        padding: 20px 7px;
    }
    .devloper-logo {
        max-width: 193px;
    }
    .price-high .box1 img {
        max-width: 40px;
    }
    .my-nav ul li {
        margin: 0 0px!important;
        font-size: 14px;
    }
}

@media (max-width: 1400px){
    .my-nav ul li {
        font-size: 13px;
    }
    .white-area {
        padding: 20px 3px;
    }
    .banner-text .pro-name {
        font-size: 35px;
    }
    .pric-head {
        font-size: 22px;
        padding: 10px 0;
    }
    .mid-typo h1 {
        font-size: 15px;
        margin: 10px 0;
    }
    .amenities {
        height: 525px;
    }
    .loc-cont h1 {
        font-size: 23px;
    }
    .location-txt ul li .num {
        padding: 2px 11px;
    }
}

    @media (max-width: 1280px){
        .my-slider div img {
    width: 100%;
    height: 520px;
}
.banner-main {
    padding-left: 10px;
    padding-top: 10px;
}
        .my-nav ul li {
            margin: 0 0px!important;
        }
        .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
        .banner-text .pro-name {
            font-size: 26px;
        }
        .price-high .box1 h2 span {
            font-size: 24px;
        }
        .price-high .box1 h2 {
            font-size: 14px;
        }
        .price-high .box1 img {
            max-width: 35px;
        }
        .price-high .box1 {
            margin: 9px 0;
        }
    }
@media (max-width: 1366px){
        .my-slider div img {
    width: 100%;
    height: 500px;
}
.banner-main {
    padding-left: 10px;
    padding-top: 0px;
}
    .banner-text {
        margin-top: 0px;
    }
}


@media (max-width: 768px) {
    .heading p{
        font-size: 16px;
    }
    .developer_name{
        font-size: 20px !important;
    }
    .banner-text{
        width: 100%;
        padding-top: 20px;
        
    }
    .project-logo{
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 20px;
    }
    
    .banner-text .pro-name {
        font-size: 30px;
         /* text-align: center; */
    }
    .banner-text .pro-type {
        font-size: 16px;
        /* text-align: center; */
    }
    .keyhigh ul li {
    font-size: 14px;
}
    .mob-logo-show{display: block;}
    .white-area{display: none;}
    .my-nav {
        width: 100%;
        position: relative;
        background: #ebeeeb;
    }
    .my-nav .my-nav-in {
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%);
        background: #ebeeeb;
        width: 100%;
    }
    .nav-content {
    width: 55%;
    margin: auto;
    margin-bottom: 10px;
            padding: 5px;
}
    .mv-log {
    display: none !important;
}
    .nav-fixd {
        position: fixed;
        box-shadow: 0px 0px 10px #00000021;
    }
    .nav-fixd.my-nav .my-nav-in {
        background: #ebeeeb;
    }
    .nav-fixd .nav-con img {
        margin-right: 10px;
    }

    .banner-main {
        padding-left: 0px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 12%;
        height: 10%;
        top: 47%;
    }

    .price-high .box1 {
        width: 100%;
    }

    .bann-form-new .form_inner {
        width: 100%;
    }

    .bann-form-new .form_inner .form-group {
        max-width: 100%;
        width: 100%;
    }

    .overview, .highlights, .price-list, .floor-plan, .location, .gallery  {
        padding: 25px 0;
    }
    .location  {
        padding-top: 0px;
    }
    .heading h1 {
        font-size: 28px;
    }
    .over-text {
        line-height: 24px;
    }
    .over-text p {
        font-size: 14px;
    }
    .over-box-in img {
        max-width: 30px;
    }
    .over-box-in h1 {
        font-size: 27px;
    }
    .high-box img {
        max-width: 34px;
    }
    .high-box {
        margin-bottom: 11px;
    }    
    .text-high p {
        line-height: 26px;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .amenities .container-fluid, .amenities .container-fluid .row, .amenities .container-fluid .row .col-md-6 {
        margin: 0;
        height: auto;
    }
    .amenities .container-fluid {
        padding-right: 15px;
    }
    .amenities .heading {
        width: 100%;
    }
    .amenities {
        height: 100%;
    }
    .amenities .heading {
        text-align: center;
        height: auto;
        padding: 20px 0;
    }
    .amenities .projects {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: unset;
        border: unset;
        padding-bottom: 30px;
    }
    .pic-1 {
        padding: 22px 8px;
        width: 48%;
        height: auto;
        border-left: 1px solid #ffffff5c;
    }
    .pic-1 h4 {
        font-size: 17px;
    }
    .pic-1:nth-last-child(1) {
        border-bottom: 1px solid #ffffff5c;
    }
    .floor-text ul li {
        line-height: 44px;
    }
    .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        background: var(--dark-brown);
        bottom: -100%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
        transition: 0.50s;
        width: 100%;
        padding: 3px;
    }
    .mobile-section a {
       color: #ffffff;
        font-size: 14px;
        background: #0c5460;
        width: 33%;
        border: 1px solid #fff;
    }
    .location .heading {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .location-txt{
        position: unset;
        padding: 25px;
    }
    .loc-cont h1 {
        font-size: 19px;
    }
    .location-img img {
        height: auto;
    }
    .location-txt ul li .num {
        padding: 2px 8px;
        font-size: 20px;
    }
    .my-box1 {
        width: 46%;
        margin-top: 18px;
    }
    .side-btn {
        bottom: 57px;
        right: 12px;
        max-width: 40px;
    }
    .scrl {
        bottom: 0;
    }
    .banner {
        min-height: 998px;
        padding: 10px 0;
    }
    .my-slider div, .my-slider div img{
        height: 300px;
        min-height: 300px;
    }
    .banner-main{
        min-height: 658px;
    }
    .d_view{
        display: none;
    }
    .m_view{
        display: block;
    }
    
}

