/*Main Css */

::selection {
    background: #195319;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #195319;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Josefin Sans", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #e00000;
    text-decoration: none;
}

p,
a {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

p {
    line-height: 26px;
    display: block;
}

span {
    display: inline-block;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

ul.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

ul.slick-dots li {
    margin: 0 5px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 6px;
    width: 6px;
    border-radius: 0%;
    padding: 0px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #399e00;
}

span.arrows {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #f7f7f7;
    color: #696969;
}

span.arrows.next {
    right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: rgb(0 0 0 / 0.2);
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}


/* Global Css */

.sprite-icn:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* header CSS */


/*header{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
.main-header{}
.logo{display:inline-block;}
.logo img{display:block;}*/


/* Menu Css */


/*.menu{font-size:0px;display:inline-block;vertical-align:middle;}
.menu li{display:inline-block;vertical-align:middle;padding-left:35px;}
.menu li a{display:block;font-size:16px;color:#fff;text-transform:uppercase;font-weight:600;}
.menu li:hover a,
.menu li.active a{color:#1887c5;}
*/


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 0;
    /*bottom: 0px;*/
    /*margin: auto;*/
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #195319;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .container-fluid {
    width: 1750px;
}

header {
    background: #fff;
    position: relative;
}

ul.menu li a {
    color: #000;
    font-size: 25px;
    margin-inline: auto;
    position: relative;
}

ul.menu li {
    display: inline-block;
    margin-right: 45px;
}

ul.menu li.last {
    margin: 0;
}

ul.button-inenr li {
    display: inline-block;
}

ul.button-inenr li a {
    /* width: 140px; */
    text-transform: uppercase;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 54px;
    width: 100%;
    padding: 0 20px;
}

a.white-btn {
    background: #fff;
    color: #000;
    width: 117px;
    border: 1px solid transparent;
    margin-right: 11px;
}

a.black-btn {
    color: #fff;
    width: 155px;
    color: #000;
}

.main-header {
    padding: 15px 0px;
}

ul.menu {
    margin-left: 51px;
}


/*banner*/

.main-banner {
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 12%; */
}

.main-banner h1 {
    font-size: 65px;
    color: #fff;
    line-height: 1.150;
    font-weight: bold;
    padding-bottom: 31px;
    letter-spacing: -3px;
}

.main-banner p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 600;
    line-height: 36px;
}

.main-banner p strong {
    text-transform: uppercase;
}

.main-banner .banner-btn {
    width: 210px;
    height: 60px;
    border: 1px solid #195319;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #195319;
    font-size: 20px;
    font-weight: bold;
}


/* .main-banner a span {
    margin-left: 10px;
} */

.main-banner .banner-btn:hover {
    background: transparent;
    border-color: #fff;
    /* color: #37a000; */
    /* border: 1px solid #fff; */
}

.banner-box {
    padding: 40px 40px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 430px;
    float: right;
}

.banner-box h5 {
    color: #000;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 35px;
}

.banner-box-list>li {
    margin-bottom: 20px;
}

.banner-box-list>li.last {
    margin-bottom: 0px;
}

.banner-box-list-item h6 {
    color: #121212;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1.2px;
    padding-bottom: 10px;
}

.banner-box-list-item a {
    color: #37a000;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -1.2px;
}

.banner-box-list-item a:hover {
    color: #000;
}

.banner-box-list-item a span {
    padding-left: 7px;
}


/*sec 2 */

.how-para h5 {
    font-size: 40.8px;
    color: #195319;
    padding-bottom: 41px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
}

.how-para p {
    font-size: 22px;
    color: #000;
    line-height: 29px;
    font-weight: 500;
}

.how-para p span {
    display: contents;
}

.how-para p span {
    color: #141c4a;
    font-weight: 800;
}

.form-inerst {
    width: 405px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 77.6px 2.4px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 37px 0px 36px 39px;
    border-radius: 5px;
}

.insert input {
    width: 100%;
    border: 1px solid #e3e3e3;
    height: 100%;
    padding: 0px 24px;
    font-size: 19px;
    font-weight: 400;
    padding-top: 12px;
}

.insert h6 {
    position: absolute;
    background: #fff;
    padding: 0px 11px;
    left: 30px;
    font-size: 19px;
    color: rgb(0 0 0 / 0.4);
    font-weight: 700;
    top: -7px;
}

.insert {
    width: 325px;
    height: 49px;
    margin-bottom: 25px;
}

.insert-btn input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    border: 1px solid transparent;
    background: #195319;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 1px;
}

.impp-insert h3 {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: rgb(0 0 0 / 0.4);
    text-transform: capitalize;
}

.impp-insert {
    width: 325px;
    padding-bottom: 23px;
}

.impp-insert {}

.insert-btn {
    width: 325px;
}


/*copyright*/

.copyright.text-center {
    background: #121212;
    padding: 32px 0px;
    position: relative;
}

.copyright.text-center p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

section.home-sec-2 {
    padding: 72px 0px 60px;
    position: relative;
}

.copyright .container-fluid {
    width: 1750px;
}

.fot-3 a {
    width: 50px inherit;
    width: 50px;
    color: #fff;
    height: 50px;
    text-align: center;
    background: #195319;
    border: 1px solid transparent;
    line-height: 51px;
}


/*slider*/

.index-slider .slick-slide {
    padding: 0px 0px 0px 0px;
}

.index-slider button.slick-arrow {
    width: 70px;
    height: 0px;
    border: 1px solid #fff;
    /* background:red; */
    position: absolute;
    top: -90px;
    bottom: 0;
    left: 0;
    font-size: 0;
    /* background:transparent; */
    border: 0;
    z-index: 2;
    margin: auto;
    outline: none;
    border: 1px solid transparent;
    background: transparent;
    width: 86px;
    height: 86px;
    border-radius: 0px;
    border: 1px solid #fff;
    display: none !important;
}

.index-slider button.slick-prev.slick-arrow {
    left: 4%;
}

.index-slider button.slick-next.slick-arrow {
    left: inherit;
    right: 80px;
}

.index-slider button.slick-arrow:after {
    content: "\f053";
    font-size: 15px;
    font-family: "Font Awesome 5";
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    /* width: 78px; */
    /* height: 38px; */
    /* background: #fff; */
}

.index-slider button.slick-next.slick-arrow:after {
    content: "\f054";
}

.index-slider button.slick-arrow:hover {
    background: #fff;
    color: #000;
    transition: all 0.4s ease-In-out;
}

.index-slider button.slick-arrow:hover:after {
    color: #000;
}

.index-slider .slick-slide {
    margin: 0 0px;
}


/*extra*/

.how-para h5:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #37a000;
    top: -39px;
}

section.home-sec-2:before {
    position: absolute;
    color: "";
    content: "";
    background: url(../images/rectange.png);
    width: 167px;
    height: 187px;
    right: 150px;
    top: 291px;
}

a.white-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.insert-btn input:hover {
    background: transparent;
    color: #195319;
    border: 1px solid #195319;
}

.fot-3 a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #37a000;
}

ul.menu li:hover a:before,
ul.menu li.active a:before {
    opacity: 1;
}

ul.menu li a:before {
    content: "";
    background: #000;
    width: 27px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -16px;
    /* right: 0px; */
    margin: auto;
    opacity: 0;
    transition: all 0.4s ease-In-out;
    border-radius: 19px;
}


/*inner page*/


/* .inner-banner {
    height: 251px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
} */

.inner-banner {
    /* height: 251px; */
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 445px;
    align-items: center;
    display: flex;
}

.wrap-inner-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 101px;
    justify-content: center;
}

.heading h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.inner-link {
    /* width: 100%; */
    display: none;
}

ul.inner-list {
    padding-top: 10px;
    text-align: end;
}

ul.inner-list li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    position: relative;
}

ul.inner-list li.last {
    padding-right: 0;
}

ul.inner-list li:before {
    content: ".";
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.inner-list li.last:before {
    content: none;
}

ul.inner-list li a span {
    margin: 0 5px;
}

ul.inner-list li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

ul.inner-list li.first a {
    color: #a8aece;
    font-weight: 600;
}

ul.inner-list li.first a:hover {
    color: #fff;
    font-weight: 600;
}

ul.inner-list li a:hover {
    color: #a8aece;
    font-weight: 600;
}

.inner-img {
    font-size: 0;
    position: relative;
}


/* .inner-img:before {
    content: "";
    width: 268px;
    height: 172px;
    background-image: url(../images/Ellipse.png);
    position: absolute;
    top: -46px;
    right: -27%;
} */


/* .inner-img:after {
    content: "";
    width: 268px;
    height: 172px;
    background-image: url(../images/Ellipse2.png);
    position: absolute;
    bottom: -18%;
    left: 13%;
} */

.inner-txt {
    padding: 50px;
    width: 635px;
    /*height: 330px;*/
    height: 100%;
    box-shadow: 10px 10px 50px #f4f4f7;
    position: absolute;
    right: 46%;
    x: 1;
    background: #fff;
    bottom: 0;
    bottom: -24%;
}

.inner-txt h1 {
    font-size: 30px;
    color: #242f6c;
    font-weight: 700;
}

.inner-txt p {
    font-size: 16px;
    color: #84858a;
    font-weight: 500;
    padding-top: 40px;
    line-height: 30px;
}

.notice {
    padding: 207px 0 85px;
    background-color: #fcfcff;
}

.inner-notice {
    text-align: center;
    padding: 0 130px;
}

.inner-notice h1 {
    font-size: 36px;
    color: #195319;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 60px;
}

.inner-notice h2 {
    font-size: 36px;
    color: #242f6c;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 30px;
}

.inner-notice h4 {
    font-size: 40px;
    color: #2a2a2a;
    font-weight: 500;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.inner-notice h4 a {
    text-decoration: none;
    width: 210px;
    height: 60px;
    border: 1px solid #195319;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #195319;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 24px;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: .9s;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}

.why-choose-sec-one {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.why-choose-sec-one h3 {
    color: #fff;
    font-size: 30px;
    line-break: normal;
    font-weight: 400;
    padding: 0;
    line-height: 45px;
}

.why-choose-sec-one p {
    color: #84858a;
    font-size: 16px;
    font-weight: 400;
    line-break: normal;
}

.why-choose-sec-one p span {
    color: #39447f;
}

.business-box {
    padding: 30px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
    left: -15px;
    top: -70px;
}

.business-box p {
    font-weight: 600;
    color: #84858a;
    line-height: 30px;
}

.notice.notice-choose {
    padding: 65px 0;
    border-top: 1px solid #f2f3f6;
    background-color: #fff;
}

.why-novel {
    padding: 70px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why-novel h6 {
    color: #a8aece;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
}

.why-novel h6::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #37a000;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
}

.why-novel h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    padding-bottom: 45px;
}

.why-novel-box-list {
    font-size: 0;
}

.why-novel-box-list>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 23.9%;
}

.why-novel-box-list>li:nth-child(4n) {
    margin-right: 0px;
}

.why-novel-box {
    padding: 40px 15px 0 15px;
    background-color: #343434;
    border-bottom: 1px solid #37a000;
    min-height: 200px;
}

.why-novel-box-list p {
    color: #cacdde;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.why-novel-box ul {
    padding-top: 13px;
}

.why-novel-box ul>li {
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
    color: #cacdde;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}

.why-novel-box ul>li.last {
    margin-right: 0px;
}

.why-novel-box ul>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #37a000;
    position: absolute;
    left: 0;
    top: 5px;
}

.save-time-green {
    padding: 60px 0 50px;
    background-color: #195319;
}

.save-time-green h6 {
    color: #fff;
    font-size: 38px;
    line-height: normal;
}

.notice-choose .inner-notice h1 {
    padding-bottom: 20px;
}

.notice-choose .inner-notice h4 {
    padding-bottom: 0;
}


/* Contact Page */

.contact-details-sec {
    padding: 90px 0 75px;
}

.contact-details-wrap {
    padding-left: 5%;
    padding-right: 5%;
}

.contact-box {
    padding: 45px 25px;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    min-height: 170px;
}

.contact-box {
    vertical-align: middle;
    align-items: center;
    /* justify-content: center; */
    /* text-align: center; */
    display: block;
    height: 204px;
}

.contact-box span {
    font-size: 32px;
    color: #195319;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.contact-box p,
.contact-box a {
    color: #000;
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.contact-box:hover {
    background-color: #195319;
    border-color: #195319;
}

.contact-box:hover a,
.contact-box:hover p,
.contact-box:hover span {
    color: #fff;
}

.contact-form-sec {
    padding: 40px 0 90px;
}

.contact-form-sec h6 {
    color: #84858a;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px;
    position: relative;
}

.contact-form-sec h6::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #37a000;
    position: absolute;
    left: 0;
    top: -20px;
}

.contact-form-sec h3 {
    color: #195319;
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 45px;
    font-weight: bold;
}

.contact-form-sec p {
    color: #84858a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"] {
    width: 100%;
    border: 4px solid #f2f3f6;
    padding: 25px;
    margin-bottom: 20px;
}

.contact-form-wrap input[type="text"]::placeholder,
.contact-form-wrap input[type="email"]::placeholder,
.contact-form-wrap input[type="tel"]::placeholder {
    color: #84858a;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrap textarea::placeholder {
    color: #84858a;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrap textarea {
    width: 100%;
    border: 4px solid #f2f3f6;
    padding: 25px;
    margin-bottom: 20px;
}

.contact-form-wrap textarea {
    color: #84858a;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrap button[type="submit"] {
    width: 100%;
    background-color: #195319;
    border: 1px solid #195319;
    color: #fff;
    font-size: 28px;
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.contact-form-wrap button[type="submit"]:hover {
    color: #242f6c;
    background-color: transparent;
}

.contact-form-wrap button[type="submit"] span {
    font-size: 10px;
    padding-left: 10px;
}

.stay-date-sec {
    padding: 70px 0 80px;
    background-color: #fdfcff;
}

.stay-date-sec h3 {
    text-align: center;
    color: #308c00;
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
}

.stay-date-sec h3 span {
    font-weight: 400;
    font-size: 29px;
}

.testimonials-sec {
    padding: 0 0 115px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: #fff !important;
}

.testimonials-sec::before {
    content: "";
    color: rgba(255, 255, 255, 0.1);
    font-size: 200px;
    font-weight: 300;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.testimonials-wrap {
    padding-left: 10%;
    padding-right: 10%;
}

.testimonial-box {
    text-align: center;
}

.testimonial-box-img {
    position: relative;
    display: inline-block;
}

.testimonial-box-img img {
    position: relative;
    z-index: 1;
}

.testimonial-box-img::before {
    content: "";
    background-color: #195319;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    /* z-index: 1; */
}

.testimonial-box p {
    color: #000;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 50px;
}

.testimonial-box h4 {
    color: #000;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 10px;
    font-weight: 400;
}

.testimonial-box h6 {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}


/* Commercial CSS */

.commercial-sec-one {
    padding: 100px 0 50px;
    position: relative;
}

.commercial-text-box {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 47.5px 2.5px rgba(0, 0, 0, 0.05);
}

.commercial-text-box h3 {
    color: #000;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    padding-bottom: 30px;
}

.commercial-text-box p {
    color: #84858a;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    /* padding-bottom: 30px; */
}

.commercial-text-box p strong {
    font-weight: 700;
}

.commercial-text-box.c-text-box-right {
    position: absolute;
    width: 550px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 339px;
    left: -285px;
    height: 480px;
}

.commercial-text-box.c-text-box-left {
    position: absolute;
    width: 550px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 380px;
    right: -130px;
    z-index: 1;
}

.commercial-property-sec {
    padding: 35px 0 50px;
}

.commercial-property-sec h4 {
    text-align: center;
    font-size: 28px;
    color: #1f1f1f;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 50px;
}

.property-type-list {
    text-align: center;
    font-size: 0;
    margin: 0 -15px;
}

.property-type-list>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
}

.property-type-list>li.last {
    margin-right: 0px;
}

.property-type-box {
    padding: 60px 30px;
    background-color: #195319;
    height: 300px;
}

.property-type-box h6 {
    color: #fff;
    font-size: 22px;
    padding-top: 35px;
    font-weight: bold;
    line-height: 35px;
}

.commercial-sec-three {
    padding: 30px 0 15px;
}

.notice-commercial {
    padding-top: 100px;
}

.comm-sec-three-right {
    padding-left: 10%;
}

.home-sec-2 form p strong {
    x;
    font-size: 17px;
    font-weight: 800;
}

.why-chss-sec {
    padding: 0 0 80px;
}

.why-chss-sec img {}

.why-chss-sec .commercial-text-box.c-text-box-left {
    left: inherit;
    right: 0;
    top: 70px;
    bottom: inherit;
    height: auto;
}

.why-chss-sec .commercial-text-box.c-text-box-left h3 {
    padding-top: 0;
}

.spc-dv {
    padding-top: 290px;
}

.logo img {
    width: 230px;
}

.inr-txt-02 {
    height: auto;
}

.inr-txt-02 p {
    font-size: 22px;
}

.contact-details-wrap h3 {
    color: #37a000;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
    padding-bottom: 45px;
    text-align: center;
}

.contact-details-wrap p {
    font-size: 23px;
    text-align: center;
    margin: 0px 0 0 0;
}

ul.button-inenr li a.white-btn {
    background-color: #195319;
    color: #fff;
    border: 1px solid #195319;
}

ul.button-inenr li a.white-btn:hover {
    background-color: transparent;
    color: #195319;
}

.contact-details-wrap p.para-02 {
    font-size: 28px;
    line-height: 33px;
}

.prsn-inv {
    padding: 140px 0 0 0;
}

.prsn-inv p {
    font-size: 23px;
    line-height: 30px;
}

.commercial-sec-one-nww img {
    margin: 0 0 0 -70px;
}

.prprt-ownrs {
    padding: 0 0 0 40px;
}

.commercial-sec-one-nww .commercial-text-box.c-text-box-right {
    left: -205px;
    height: 515px;
}

.commercial-sec-one-nww .commercial-text-box p {
    font-size: 22px;
}

.commercial-sec-one-nww .commercial-text-box {
    padding: 30px 40px;
}

.why-choose-sec-one-new p {
    font-size: 19px;
}

.testimonials-sec .slick-dots li button {
    background-color: rgb(0 0 0 / 49%);
}

.testimonials-sec .slick-dots li.slick-active button {
    background: #195319;
}

.pad-sec {
    padding: 80px 0;
}

.bx-inr {
    border: 4px solid #f2f3f6;
    min-height: 190px;
    padding: 20px;
    text-align: center;
    margin: 0 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-inr i {
    font-size: 40px;
    margin: 0 0 18px;
    color: #195319;
    display: block;
}

.bx-inr h3 {
    font-size: 25px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    padding: 0;
}

.bx-inr h4 {
    font-size: 22px;
    margin: 9px 0;
}

.bx-inr a {
    color: #84858a;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

.bx-inr p {}

.contact-form-wrap textarea {
    height: 246px;
}

.commercial-text-box h3.hd-persn {
    color: #195319;
}

.why-pnts {
    border: 3px solid #fff;
    text-align: center;
    padding: 10px 15px;
    min-height: 170px;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.why-pnts:hover {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 35%);
    transition: all 0.4s ease-In-out;
}

.why-pnts p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}

.why-pnts span {}

.why-chs-sec-new {
    padding: 80px 0 60px;
}

.rsndtl-para p {
    font-size: 22px;
}

.navigation {}

.no-pad {
    padding: 0;
}

.why-chs-sec-new {
    background: url(../images/points-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.why-choose-novel-newsec {
    background: url(../images/why-choose-novel-newbg.jpg) no-repeat;
    background-size: cover;
    background: #fff;
}

.prpts-bx {
    background-color: #195319;
    border-radius: 6px;
    min-height: 440px;
    padding: 50px 25px 20px;
    text-align: center;
    margin: 0 0 30px;
    transition: all 0.4s ease-In-out;
    color: #fff;
}

.prpts-bx span {}

.prpts-bx p {
    font-size: 27px;
    font-weight: 600;
    color: #195319;
    line-height: 35px;
    padding: 30px 0 0 0;
    color: #fff;
}

.why-choose-novel-newsec h3 {
    font-size: 50px;
    color: #195319;
    text-align: center;
    font-weight: 400;
    margin: 0 0 50px;
}

.why-choose-novel-newsec {
    padding: 140px 0 65px;
}

.prpts-bx:hover {
    background-color: #121212;
}

.prpts-bx:hover p {
    color: #fff;
}

.prpts-bx:hover img {
    filter: brightness(0) invert(1);
}

.prpts-bx img {
    filter: brightness(0) invert(1);
}

.testimonials-sec ul.slick-dots {
    display: none;
}

.home-sec-new {
    background: url(../images/home-bg-new.jpg) no-repeat;
    background-size: cover;
    min-height: 675px;
}

.happ-newsec h3 {
    font-size: 40px;
    font-weight: bold;
    color: #242f6c;
    margin: 0 0 30px;
}

.happ-newsec ul li {
    display: block;
    font-size: 20px;
    color: #121212;
    margin: 0 0 30px;
    letter-spacing: -0.5px;
    line-height: 24px;
    font-weight: 600;
}

.bannerhm {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 90vh;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
    top: 0;
}

.bnr-txt {
    width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 9;
}

.why-choose-banner {
    height: 615px;
    display: flex;
    align-items: center;
    height: 445px;
    background-position: top;
}

.why-choose-banner p {
    color: #fff;
    font-size: 30px;
    line-break: normal;
    font-weight: 400;
    padding: 80px 0 0 0;
    line-height: 45px;
}


/* media Queries*/

@media (max-width: 1440px) {
    .main-header .container-fluid {
        width: 100%;
    }
    ul.menu li {
        display: inline-block;
        margin-right: 28px;
    }
    ul.menu {
        margin-left: 0px;
    }
    .copyright .container-fluid {
        width: 100%;
    }
    .index-slider button.slick-prev.slick-arrow {
        left: 1%;
    }
    .inner-txt {
        right: 25%;
    }
    .index-slider button.slick-next.slick-arrow {
        right: 1%;
    }
    .why-choose-sec-one {
        padding: 80px 0 40px;
    }
    .testimonials-sec {
        /* padding: 40px 0 40px; */
    }
    ul.menu li a {
        font-size: 22px;
    }
    ul.button-inenr li a {
        font-size: 16px;
    }
    .main-banner {
        height: 820px;
    }
    .video-overlay {
        height: 820px;
    }
    .navigation {
        text-align: center;
    }
    .inner-banner {
        height: 400px;
    }
    ;
}

@media (max-width: 1336px) {
    ul.menu li {
        margin-right: 25px;
    }
    .main-banner h1 {
        line-height: 1.10;
    }
    .main-banner p {
        padding-bottom: 20px;
    }
}

@media (max-width: 1280px) {
    .index-slider button.slick-prev.slick-arrow {
        left: 1%;
    }
    ul.button-inenr li a {
        font-size: 15px;
    }
    ul.menu li {
        display: inline-block;
        margin-right: 20px;
    }
    .index-slider button.slick-arrow {
        top: -45px;
        width: 66px;
        height: 66px;
    }
    .notice-commercial {
        padding: 40px 0;
    }
}

@media (max-width:1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 5%;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #7ea04d;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 0;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 22px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 80%;
    }
    .container {
        position: relative;
    }
    header .header-top {
        display: none;
    }
    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
        margin: 0 0 25px;
    }
    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    ul.menu li {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .main-header .main-head {
        padding: 0 40px;
    }
    .main-banner h1 {
        font-size: 50px;
    }
    .banner-box-list-item h6 {
        font-size: 18px;
    }
    .banner-box {
        padding: 45px 30px;
        margin-right: 30px;
    }
    .index-slider button.slick-arrow {
        width: 50px;
        height: 50px;
    }
    .main-banner-left {
        padding-left: 30px;
    }
    ul.button-inenr {
        padding-right: 40px;
    }
    .inner-sec-1 {
        padding: 150px 0;
    }
    .inner-sec-1 .inner-txt {
        right: 0;
    }
    .notice {
        padding: 60px 0;
    }
    .why-choose-sec-one .prsn-inv {
        padding-top: 120px;
    }
}

@media (max-width: 768px) {
    .logo img {
        max-width: 100%;
    }
    ul.button-inenr {
        float: right;
        display: none;
    }
    /* .main-banner {
        height: 50vh;
    } */
    .main-banner {
        height: 350px;
    }
    .main-header .main-head {
        padding: 0 40px;
    }
    .main-banner .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .banner-box {
        display: none;
    }
    .home-sec-2 .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home-sec-2 .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .how-para {
        padding-bottom: 40px;
    }
    .how-para h5 {
        line-height: normal;
        font-size: 28px;
        text-align: center;
        padding-bottom: 25px;
    }
    .form-inerst {
        margin: auto;
    }
    .inner-sec-1 {
        padding: 40px 0;
        height: 800px;
    }
    .inner-sec-1 .inner-txt {
        top: 220px;
        bottom: 0;
    }
    .notice .inner-notice {
        padding: 0;
    }
    .notice .inner-notice h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .notice .inner-notice h4 {
        font-size: 30px;
        text-align: left;
    }
    .commercial-sec-one {
        height: 800px;
        padding: 40px 0 20px;
    }
    .commercial-sec-one-nww .commercial-text-box.c-text-box-right {
        top: 500px;
        left: auto;
        right: 4%;
    }
    .property-type-box {
        padding: 20px 10px;
        height: 200px;
    }
    .property-type-box h6 {
        padding-top: 10px;
    }
    .why-chss-sec .commercial-text-box.c-text-box-left {
        top: 180px;
    }
    .commercial-sec-one {
        /* height: 820px; */
    }
    .why-choose-sec-one .prsn-inv {
        padding-top: 320px;
    }
    .commercial-sec-one .prprt-ownrs {
        padding: 0;
    }
    .commercial-sec-one-nww img {
        margin: 0;
    }
    .commercial-property-sec h4 {
        line-height: 30px;
    }
    .why-choose-sec-one h3 {
        font-size: 24px;
    }
    .testimonials-wrap {
        padding: 0;
    }
    .save-time-green h6 {
        font-size: 22px;
    }
    .contact-details-sec {
        padding: 30px 0 0px;
    }
    .contact-details-wrap {
        padding: 0;
    }
    .contact-details-wrap p.para-02 {
        font-size: 16px;
        line-height: 29px;
        text-align: center;
    }
    .bx-inr h3 {
        font-size: 20px;
    }
    .bx-inr h4 {
        font-size: 15px;
    }
    .contact-form-sec p {
        font-size: 18px;
    }
    .stay-date-sec {
        padding: 0 0 27px;
    }
    .stay-date-sec .inner-notice {
        padding: 0;
    }
    .stay-date-sec .inner-notice h4 {
        text-align: center;
        display: block;
        margin-top: 15px;
    }
    .bnr-txt {
        width: 100%;
    }
    .video-overlay {
        height: 100%;
    }
    .how-para p {
        font-size: 17px;
        text-align: center;
        line-height: 25px;
    }
    .form-inerst {
        width: 100%;
        /* padding: 0 15px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .impp-insert {
        width: 100%;
    }
    .home-sec-new {
        min-height: auto;
    }
    .happ-newsec h3 {
        font-size: 30px;
        margin: 20px 0 20px;
        text-align: center;
    }
    .happ-newsec ul li {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .pad-sec {
        padding: 40px 0;
    }
    .inner-banner {
        min-height: 200px;
        height: auto;
    }
    .wrap-inner-banner {
        padding: 50px 0 50px;
    }
    .rsndtl-para p {
        font-size: 16px;
    }
    .inner-sec-1 .inner-txt {
        position: static;
    }
    .inner-sec-1 {
        height: auto;
    }
    .notice {
        padding: 40px 0;
    }
    .notice .inner-notice h1 {
        font-size: 24px;
        padding-bottom: 40px;
    }
    .notice .inner-notice h4 {
        font-size: 20px;
        display: block;
        text-align: center;
    }
    .inner-notice h4 a {
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 180px;
        height: 52px;
        line-height: 54px;
    }
    .bnr-txt {
        padding: 45px 0 15px;
    }
    .commercial-text-box h3 {
        font-size: 24px;
        text-align: center;
    }
    .commercial-sec-one-nww .commercial-text-box p {
        font-size: 18px;
    }
    .commercial-sec-one {
        height: auto;
    }
    .commercial-sec-one-nww .commercial-text-box.c-text-box-right {
        width: 100%;
        position: static;
        padding: 40px 20px;
        height: auto;
    }
    .commercial-sec-one-nww .commercial-text-box.c-text-box-right {
        width: 100%;
    }
    .commercial-property-sec h4 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .commercial-text-box.c-text-box-left {
        position: static;
    }
    .commercial-text-box p {
        font-size: 18px;
        text-align: center;
    }
    .why-choose-sec-one .prsn-inv {
        padding-top: 40px;
        text-align: center;
    }
    .prsn-inv p {
        font-size: 18px;
    }
    .why-choose-banner p {
        color: #fff;
        font-size: 18px;
        line-break: normal;
        font-weight: 400;
        padding: 10px 0 0 0;
        line-height: 23px;
    }
    .heading h1 {
        font-size: 30px;
    }
    ul.button-inenr li a {
        font-size: 12px;
        padding: 0 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        margin: 0;
        line-height: 44px;
    }
    .menu-Bar {
        top: 50%;
        transform: translateY(-50%);
    }
    .main-banner .banner-btn {
        width: 165px;
        height: 43px;
        line-height: 43px;
        font-size: 16px;
    }
    section.home-sec-2 {
        padding: 40px 0px 35px;
    }
    .how-para h5:before {
        display: none;
    }
    section.home-sec-2:before {
        display: none;
    }
    .insert input {
        font-size: 16px;
    }
    .insert h6 {
        padding: 0px 11px;
        left: 30px;
        font-size: 17px;
    }
    .insert-btn input {
        width: 100%;
        height: 45px;
        font-size: 14px;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-weight: 600;
    }
    .happ-newsec ul li {
        font-size: 18px;
        margin: 0 0 20px;
        text-align: center;
    }
    .contact-form-wrap input[type="text"],
    .contact-form-wrap input[type="email"],
    .contact-form-wrap input[type="tel"] {
        padding: 14px 25px;
        margin-bottom: 10px;
    }
    .contact-form-wrap input[type="text"]::placeholder,
    .contact-form-wrap input[type="email"]::placeholder,
    .contact-form-wrap input[type="tel"]::placeholder {
        font-size: 13px;
    }
    .contact-form-wrap textarea {
        height: 125px;
        padding: 15px 25px;
        margin-bottom: 10px;
    }
    .contact-form-wrap textarea::placeholder {
        font-size: 13px;
    }
    .contact-form-wrap button[type="submit"] {
        width: max-content;
        background-color: #195319;
        border: 1px solid #195319;
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        text-align: center;
        transition: all 0.4s ease-in-out;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .why-choose-novel-newsec h3 {
        font-size: 26px;
    }
    .prpts-bx p {
        font-size: 18px;
        line-height: 30px;
        padding: 25px 0 0 0;
    }
    .prpts-bx {
        min-height: auto;
        margin: 0 0 18px;
        padding: 23px 18px 23px;
    }
    .testimonial-box p {
        color: #000;
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
        padding-bottom: 0;
        padding-top: 0;
    }
    .testimonials-sec {
        padding: 0 0 44px;
    }
    .save-time-green {
        padding: 30px 0 30px;
    }
    .notice.notice-choose {
        padding: 30px 0;
    }
    .main-banner h1 {
        font-size: 30px;
        line-height: normal;
        font-weight: 600;
    }
    .insert {
        width: 100%;
    }
    .insert-btn {
        width: 100%;
    }
    .inner-txt {
        width: 100%;
        padding: 0 15px;
    }
    .property-type-list>li {
        width: 100%;
        padding-bottom: 20px;
    }
    .why-choose-sec-one {
        padding: 40px 0 40px;
    }
    .why-choose-banner {
        padding: 35px 0;
        text-align: center;
    }
    .contact-form-wrap button[type="submit"] {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .contact-form-sec h3 {
        text-align: center;
    }
    .bx-inr a {
        font-size: 20px;
    }
    .button-inenr .black-btn {
        display: none;
    }
}

@media (max-width: 425px) {
    .inner-banner .inner-link {
        display: none;
    }
    .logo img {
        max-width: 65%;
    }
    .main-header .main-head {
        padding: 0;
        position: relative;
    }
    ul.button-inenr li.last {
        display: none
    }
    ul.button-inenr {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }
    .main-banner h1 {
        line-height: 1;
        padding-bottom: 14px;
        text-align: center;
    }
    .main-banner p {
        text-align: center;
    }
    .main-banner .inner {
        padding: 0 50px;
        text-align: center;
    }
    .index-slider button.slick-arrow {
        width: 32px;
        height: 32px;
    }
    .main-banner .banner-btn {
        display: block;
        margin: 0 auto;
    }
    .how-para h5 {
        line-height: 38px;
        /* font-size: 32.8px; */
    }
    .form-inerst {
        /* width: 390px; */
        /* padding-left: 32px; */
    }
    /* .inner-sec-1 {
        height: 1050px;
    } */
    .inner-sec-1 .inner-txt {
        top: 0;
        width: 100%;
        padding: 0 50px;
    }
    .notice .inner-notice h4 {
        /* font-size: 24px; */
    }
    .inner-notice h4 a {
        font-size: 15px;
        width: 135px;
        height: 46px;
        line-height: 48px;
    }
    .commercial-sec-one {
        /* height: 1250px; */
    }
    .commercial-sec-one-nww .commercial-text-box.c-text-box-right {
        /* width: 90%; */
        margin: auto;
    }
    .property-type-list>li {
        /* width: 80%; */
        /* padding-bottom: 20px; */
    }
    .why-chss-sec .commercial-text-box.c-text-box-left {
        width: 100%;
        padding: 30px 20px;
    }
    /* .why-choose-sec-one .prsn-inv {
        padding-top: 470px;
    } */
    .why-choose-sec-one {
        padding: 40px 0 0;
    }
    .testimonial-box p {
        line-height: 30px;
    }
    .contact-form-wrap {
        padding-bottom: 20px;
    }
    .contact-form-sec {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .stay-date-sec .inner-notice h4 {
        font-size: 24px;
    }
    .main-banner h1 {
        /* font-size: 30px; */
    }
    .main-banner p {
        font-size: 20px;
    }
    .contact-form-sec h3 {
        font-size: 25px;
        line-height: normal;
        font-weight: 400;
        padding-bottom: 8px;
        text-align: center;
    }
    .bx-inr a {
        font-size: 25px;
    }
    .bx-inr i {
        font-size: 34px;
        margin: 0 0 21px;
    }
    .commercial-property-sec {
        padding: 24px 0 0;
    }
    .commercial-property-sec h4 {
        font-size: 19px;
        padding-bottom: 27px;
    }
    .commercial-property-sec h4 br {
        display: none;
    }
    .property-type-box h6 {
        color: #fff;
        font-size: 18px;
    }
    .property-type-box {
        padding: 20px 10px;
        height: 160px;
    }
}

@media (max-width: 375px) {
    /* .main-banner {
        height: 40vh;
    } */
    .main-banner h1 {
        /* font-size: 37px; */
    }
    .main-banner p {
        font-size: 20px;
        line-height: 26px;
    }
    .main-banner .banner-btn {
        width: 165px;
        height: 43px;
        line-height: 43px;
        font-size: 16px;
    }
    .how-para h5 {
        line-height: 27px;
        font-size: 21.8px;
        padding-bottom: 20px;
        text-align: center;
    }
    .form-inerst {
        width: 338px;
        padding: 30px 20px;
    }
    .insert {
        width: 100%;
    }
    .insert-btn {
        width: 45%;
        margin: auto;
    }
    .inner-sec-1 {
        padding-bottom: 0;
    }
    .inner-sec-1 .inner-txt {
        padding: 0 20px;
    }
    .commercial-sec-one {
        /* height: 1150px; */
    }
    /* .commercial-sec-one-nww .commercial-text-box.c-text-box-right {
        width: 100%;
        position: static;
        padding: 40px 20px;
    } */
    .why-choose-sec-one .prsn-inv {
        /* padding-top: 510px; */
    }
}

@media (max-width: 360px) {
    /* .form-inerst {
        width: 330px;
    } */
}

@media (max-width: 320px) {
    .button-inenr {
        display: none;
    }
    .main-banner h1 {
        font-size: 31px;
    }
    .form-inerst {
        width: 290px;
    }
    .insert h6 {
        font-size: 15px;
    }
    .commercial-sec-one {
        height: 1200px;
    }
    .why-choose-sec-one .prsn-inv {
        padding-top: 580px;
    }
}