 :root {
		--theme-primary-color: #da414a;      /* New Orange for Primary Actions */
		--theme-left-container: #379bcb26;   /* New Orange for left-container */
		--theme-primary-darker: #379bcb;     /* Darker shade of new orange */
		--theme-primary-lightest: #f3a253;   /* Lighter shade for accents (using primary) */
		--theme-accent-color: #f3a253;       /* Using primary orange for pop */
		--text-heading-color: #172853;       /* New Dark Blue for headings */
		--text-primary-dark: #34495e;        /* Kept for body text */
		--text-primary-light: #fffeff;       /* New White for light text */
		--bg-dark-section: #172853;          /* New Dark Blue for dark backgrounds */
		--bg-light: #f4f7f6;                 /* Kept light grey */
		--bg-neutral: #fffeff;               /* New White for neutral backgrounds */
		--border-color: #e0e0e0;
 }
 
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    overflow-x: hidden;
}

 h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--text-heading-color); }
 
 
img {
    max-width: 100%;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
i,
span,
a {
    display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.highlight-title {
    font-size: 20px;
    font-weight: 500;
}
.highlight ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}
.highlight ul li {
    margin-left: 20px;
    padding: 4px;
    font-size: 15px;
}
 
.right-container {
    position: fixed;
    background: #fff;
    width: 310px;
    float: right;
    z-index: 101;
    height: 100vh;
    right: 0;
	box-shadow: rgba(0, 0, 0, .25) 0 .0625em .0625em, rgba(0, 0, 0, .25) 0 .125em .5em, rgba(255, 255, 255, .1) 0 0 0 1px inset;
    border-left: 1px solid #eee;
}
.left-container {
    width: calc(100% - 310px);
    background: var(--theme-left-container);
    float: left;
}
   /*-----------------------------------=====================================--------->
    /*  .navbar-expand-lg .navbar-collapse { */
        /* display: flex !important; */
        /* flex-basis: auto; */
        /* flex-direction: row-reverse; */
    /* } */
	
	.nav-link {
 
		color: #222;
	}
	
	.navbar-brand {
		 padding: 0px;
	}
	
	.itemimg {
			height: 88vh;
			width: 100vw;
		}
 

.aboutimg1 {border: 1px solid var(--theme-primary-color); padding: 10px; background: #f6f6f6;}
 

.modal {
    overflow-y: auto;
}
.modal-open {
    overflow: auto;
}
.floorimg {
    border: 1.3px var(--theme-primary-color) solid;
    border-radius: 6px;
}
.amenities {
    border: 1.3px var(--theme-primary-color) solid;
    border-radius: 6px;
    padding: 10px;
    margin: 5px 0;
    text-align: center;
}
.amenities:hover {
    border: 1.2px #d39346 dotted;
    transition: 0.2s;
    border-radius: 6px;
    padding: 10px;
    margin: 5px 0;
}
.amenities img {
    margin: 6px;
}
.amenities p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.costing {
    border: 1px solid var(--theme-primary-color);
    border-radius: 0;
    transition: all 0.55s;
    padding: 10px;
    box-shadow: 2.5px 3px 2px 0 rgb(0 0 0 / 0.13);
}
.costing:hover {
    border: 1px solid var(--theme-primary-color);
    border-radius: 0;
    transition: all 0.55s;
    padding: 10px;
    box-shadow: 2.5px 3px 2px 0 rgb(0 0 0 / 0.13);
    cursor: pointer;
}
 
/* .col-3-ame { */
    /* width: 50%; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
/* } */
.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: var(--theme-primary-color);
    color: #fff;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
}
.modal-header-title {
    font-size: 20px !important;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.modal-header-p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 6px;
    text-align: center;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    border: 3px solid var(--theme-primary-color);
}
.modal-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
 
.img-width {
    width: 100%;
}
@media (min-width: 768px) {
    .modal-sm {
        width: 400px !important;
    }
    .modal-dialog {
        width: 540px;
    }
    .modal-dialog {
        margin: 100px auto;
    }
}
@media screen and (max-width: 600px) {
    .modal-dialog {
        margin: 80px 10px 10px 10px;
    }
    .modal-header-p {
        font-size: 11px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 6px;
        text-align: center;
    }
    .modal-header-title {
        font-size: 18px;
        text-align: center;
        color: #fff;
        line-height: 36px;
        font-weight: 400;
    }
    table.table-pricing,
    .table-pricing thead,
    .table-pricing tbody,
    .table-pricing th,
    .table-pricing td,
    .table-pricing tr {
        display: block;
    }
    .table-pricing thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-pricing tr {
        margin: 0;
        padding: 1px 0;
    }
    .table-pricing tr:nth-child(odd) {
        /* background: #ccc; */
    }
    .table-pricing td {
        border: none;
        position: relative;
		 
        text-align: center;
        padding: 6px;
    }
    .table-pricing td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .price-type {
        font-size: 22px;
        font-weight: 500;
    }
    .price-amt {
        font-size: 17px;
        font-weight: 600;
    }
    .price-amt .mi {
        font-size: 14px;
        font-weight: 600;
        margin-right: 0;
    }
    .table-pricing .btn-sm {
        padding: 5px 15px;
        font-size: 16px;
    }
    .modal-header-p {
        font-size: 11px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 6px;
        text-align: center;
    }
}
.d-sm-inline-block {
    margin-right: 20px;
}
.ola_span {
    background-color: #ebebeb;
    text-align: center;
    color: #000;
    padding: 9px;
    border-radius: 4px;
}
.ola_span1 {
    font-family: "Poppins", sans-serif;
    display: block;
    animation-duration: 3s !important;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.7px;
}
.pop_align {
    text-align: center;
}
.input-group-addon {
    background: #082236b5;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 4px 0 0 4px;
}
.input-group-addon .fa {
    font-size: 14px;
}
.site {
    background: #dbe1e7;
    text-align: center;
    padding: 0 0 10px 0;
    width: 100%;
} 
.tell-btn {
    border-radius: 1px 1px 20px 20px;
    font-weight: 400;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgb(0 0 0 / 0.13);
    background: var(--theme-primary-color);
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;text-decoration:none;
}
.tell-btn:hover {
    border-radius: 1px 1px 20px 20px;
    font-weight: 400;
    color: #fff !important;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgb(0 0 0 / 0.13);
    background: var(--theme-primary-color);
    margin-bottom: 5px;
    font-size: 16px;
	
    width: 100%;
}
.requestcall {
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgb(0 0 0 / 0.13);
    width: 70%;
    background: var(--theme-primary-color);
    font-size: 14px;text-decoration:none;
}
.requestcall {
    border-radius: 5px;
    text-align: center;
    
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgb(0 0 0 / 0.13);
    width: 70%;
    background: var(--theme-primary-color);
    font-size: 15px;
}
.requestcall:hover {
    border-radius: 5px;
    text-align: center;
    
    color: #fff !important;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgb(0 0 0 / 0.13);
    width: 70%;
    background: var(--theme-primary-color);
    font-size: 15px;
}
.site-btn:hover {
    color: #fff;
}
.sl {
    display: block;
}
.sliderform1 {
    border-color: rgb(34 34 34 / 0.01);
 
    
}
.sideform {
    border-color: rgb(34 34 34 / 0.01);
    padding: 0px 10px;
    width: 100%;
}
.sideform p {
    font-size: 16px;
    text-align: center;
    color: #000;
	font-weight:500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-title {
    display: block;
}
.form-title p {
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.form-title p i {
    color: #000;
    font-size: 14px;
    margin-right: 2px;
}
.form-title ul {
    padding: 0;
    margin: 0;
}
.form-title li {
    padding: 3px 10px;
    font-size: 13.5px;
    font-weight: 400;
    list-style: none;
    line-height: 23px;
}
.form-title li:before {
    content: "𖥔 ";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
section {
    padding: 80px 0;
    margin: 10px 1px 10px 1px;
    background: #fff;
}
.details-call {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.form_mob {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 0;
}
.form_mob_title {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}
.form_mob_field {
    height: 45px;
    border: #222 solid 1px;
}
@media only screen and (min-width: 376px) and (max-width: 767px) {
    .contact_div {
        display: block !important;
    }
    .sl {
        display: none;
    }
    .sl-mob {
        display: block;
        margin-top: 0;
    }
    .section11 {
        padding: 0 0 0 0;
    }
    .sticky .navbar {
        padding: 1px 10px !important;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
    .md-3form {
        margin-top: 64px !important;
    }
}
.contact_div {
    display: none;
}
.main-title span {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    background: #a67041;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}
.main-title span:before {
    content: "";
    height: 2px;
    width: 240px;
    position: absolute;
    bottom: -2px;
    background: #a67041;
    transform: translate(-50%, 0);
    left: 50%;
}
#fit-content {
    position: absolute;
    font-family: "Poppins", sans-serif;
    top: 76px;
    left: 10px;
    background-color: #fffffff7;
    font-size: 14px;
    z-index: 1;
    border-radius: 6px;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.8px;
}
#fit-content p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}
#fit-content .top-patch {
    text-transform: capitalize;
    color: #363636;
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px;
    border-radius: 5px;
}
#fit-content .project-name {
    font-weight: 600;
    font-size: 22px;
    padding: 6px 0;
}
#fit-content .project-extraname {
    display: none;
}
#fit-content .project-location {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#fit-content .project-developer {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgb(0 0 0 / 0.8);
}
#fit-content .project-addon-info {
    font-size: 13px;
    line-height: 28px;
    border-top: 1px dotted #303438;
    border-left: 1px dotted #303438;
    border-right: 1px dotted #303438;
}
#fit-content .project-addon-info p {
    font-size: 13px;
    line-height: 34px;
    padding: 0 5px;
    border-bottom: 1px dotted #303438;
    color: #000;
    text-transform: capitalize;
}
#fit-content .project-booking-info {
    border-radius: 6px;
    margin: 10px 0;
}
#fit-content .project-booking-info-points {
    background-image: linear-gradient(to right, var(--theme-primary-color), #082236);
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px 20px;
}
#fit-content .project-booking-info-points p {
    color: #fff;
    padding: 0 0;
    font-size: 15px;
    text-transform: capitalize;
}
#fit-content .project-booking-amount {
    background-color: var(--theme-primary-color);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 2px;
    border: 1.4px dashed #fff;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
}
#fit-content .project-border {
    background-color: var(--theme-primary-color);
    color: #fff;
    padding: 8px;
    font-size: 15px;
    border-radius: 3px;
    text-transform: capitalize;
}
#fit-content .project-configuration-details {
    text-transform: capitalize;
    font-size: 1.1rem;
}
#fit-content .project-price p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 10px 0;
}
#fit-content .project-enquiry button {
    color: #fff;
    border-radius: 4px;
    margin: 5px 0;
}
#fit-content .project-rera {
    font-size: 0.8rem;
    color: rgb(0 0 0 / 0.8);
} 
#apDiv2 {
    position: fixed;
    height: 15px;
    right: 3%;
    z-index: 10001;
    top: 85%;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.slick-slide {
    outline: 0;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}
.main-btn:hover {
    color: #fff;
    background-position: right center;
}
.submit-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}
.submit-btn:hover {
    color: #fff;
    background-position: right center;
}
.section-title .line {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}
.title-color {
    color: var(--theme-primary-color);
}
.section-title .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
}
.section-title .title-secondary {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
}
.section-title .title-third {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 800px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1024px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 15px 5px;
        top: 0;
        left: 0;
    }
}
.section-title .title span {
    font-weight: 400;
    display: contents;
}
.about-content1 p {
    line-height: 27px;
    text-align: justify;
}
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361cc1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}
.section-title .title {
    font-size: 28px;
    padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}
.section-title .title span {
    font-weight: 400;
    display: contents;
}
.slick-slide {
    outline: 0;
}
/* .navbar-area { */
    /* position: fixed; */
    /* z-index: 99; */
    /* box-shadow: 0 2px 1px rgb(0 0 0 / 10%); */
    /* color: #000; */
    /* background-color: #fff; */
    /* -webkit-transition: all 0.3s ease-out 0s; */
    /* -moz-transition: all 0.3s ease-out 0s; */
    /* -ms-transition: all 0.3s ease-out 0s; */
    /* -o-transition: all 0.3s ease-out 0s; */
    /* transition: all 0.3s ease-out 0s; */
/* } */
.sticky {
    position: fixed;
    z-index: 99;
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
    padding: 1px 0;
}
/* .navbar { */
    /* padding: 5px 0; */
    /* border-radius: 5px; */
    /* position: relative; */
    /* -webkit-transition: all 0.3s ease-out 0s; */
    /* -moz-transition: all 0.3s ease-out 0s; */
    /* -ms-transition: all 0.3s ease-out 0s; */
    /* -o-transition: all 0.3s ease-out 0s; */
    /* transition: all 0.3s ease-out 0s; */
/* }  */
/* .navbar-toggler .toggler-icon { */
    /* width: 30px; */
    /* height: 2px; */
    /* background-color: #000; */
    /* display: block; */
    /* margin: 5px 0; */
    /* position: relative; */
    /* -webkit-transition: all 0.3s ease-out 0s; */
    /* -moz-transition: all 0.3s ease-out 0s; */
    /* -ms-transition: all 0.3s ease-out 0s; */
    /* -o-transition: all 0.3s ease-out 0s; */
    /* transition: all 0.3s ease-out 0s; */
/* } */
/* .navbar-toggler.active .toggler-icon:nth-of-type(1) { */
    /* -webkit-transform: rotate(45deg); */
    /* -moz-transform: rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* -o-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* top: 7px; */
/* }    */








/* .sticky .navbar-toggler .toggler-icon { */
    /* background-color: #2e2e2e; */
/* } */
/* .sticky .navbar-nav .nav-item a { */
    /* color: #2e2e2e; */
/* } */
/* .sticky .navbar-nav .nav-item.active > a, */
/* .sticky .navbar-nav .nav-item:hover > a { */
    /* color: #361cc1; */
/* } */
 








  
#apDiv2 {
    position: fixed;
    height: 15px;
    right: 3%;
    z-index: 10001;
    top: 85%;
}
#apDiv4,
#apDiv5 {
    display: none;
}
.cell_phone {
    padding: 2px;
    border: 1px solid #000;
    color: #000;
    border-radius: 1px 7px;
    font-size: 16px;
    font-weight: 700;
    margin: 6px;
    text-align: center;
}
.cell_phone i {
    font-size: 24px;
}
.apDiv5-call a {
    color: #fff;
}
.form-control {
    font-size: 13px;
}
.apDiv4-call,
.apDiv5-call {
    padding: 5px 9px;
    min-width: 50%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.apDiv4-call {
    background: red;
}
.apDiv5-call {
    background: #d8125a;
}
@media (min-width: 320px) and (max-width: 480px) {
    #apDiv4,
    #apDiv5 {
        display: block;
        width: 50%;
        box-shadow: 0 -2px 20px rgb(0 0 0 / 0.35);
        z-index: 10001;
    }
    .apDiv4-call,
    .apDiv5-call {
        background: #222;
        min-width: 50%;
        padding: 12px;
        font-size: 14.5px;
    }
    .apDiv4-call a,
    .apDiv5-call a {
        text-decoration: none;
    }
    .apDiv4-call,
    .apDiv5-call {
        color: #fff;
        text-align: center;
    }
    #apDiv4,
    #apDiv5 {
        position: fixed;
        bottom: 0;
    }
    .apDiv4-call {
        border-right: 1px solid #ccc;
        text-transform: uppercase;
    }
    #apDiv5 {
        right: 0;
    }
    .apDiv5-call i {
        font-size: 18px;
    }
}
@media (max-width: 768px) and (max-width: 1024px) {
    #apDiv4,
    #apDiv5 {
        display: block;
        width: 50%;
        box-shadow: 0 -2px 20px rgb(0 0 0 / 0.35);
        z-index: 10001;
    }
    .apDiv4-call,
    .apDiv5-call {
        background: #222;
        min-width: 50%;
        padding: 12px;
        font-size: 14.5px;
    }
    .apDiv4-call a,
    .apDiv5-call a {
        text-decoration: none;
    }
    .apDiv4-call,
    .apDiv5-call {
        color: #fff;
        text-align: center;
    }
    #apDiv4,
    #apDiv5,
    #feedback {
        position: fixed;
        bottom: 0;
    }
    #feedback-tab,
    .cell_phone {
        display: none;
    }
    .apDiv4-call {
        border-right: 1px solid #ccc;
        text-transform: uppercase;
    }
    #apDiv5 {
        right: 0;
    }
    .apDiv5-call i {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    #apDiv4,
    #apDiv5 {
        display: block;
        width: 50%;
        box-shadow: 0 -2px 20px rgb(0 0 0 / 0.35);
        z-index: 10001;
    }
    .apDiv4-call,
    .apDiv5-call {
        background: #222;
        min-width: 50%;
        padding: 12px;
        font-size: 14.5px;
    }
    .apDiv4-call a,
    .apDiv5-call a {
        text-decoration: none;
    }
    .apDiv4-call,
    .apDiv5-call {
        color: #fff;
        text-align: center;
    }
    #apDiv4,
    #apDiv5 {
        position: fixed;
        bottom: 0;
    }
    #feedback-tab,
    .cell_phone {
        display: none;
    }
    .apDiv4-call {
        border-right: 1px solid #ccc;
        text-transform: uppercase;
    }
    #apDiv5 {
        right: 0;
    }
    .apDiv5-call i {
        font-size: 18px;
    }
}
.slider {
    display: block;
}
.slider-mob {
    display: none;
}
@media (max-width: 768px) {
    .slider {
        display: none;
    }
    .slider-mob {
        display: block;
    }
}
a:focus,
a:hover {
    text-decoration: none;
    color: var(--theme-primary-color) !important;
}
.form-title h3 {
    color: #000;
    font-size: 18px;
    padding: 10px;
    margin: 5px 25px 20px -5px;
    border-bottom: 1px solid #ccc;
}

.navbar-nav .nav-item {
    margin-right: 20px;
    position: relative;
}




.btn-brand {
    background-color: var(--theme-primary-color);
    color: var(--text-primary-light);
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
	font-size:14px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 162, 83, 0.2);
}

.btn-brand:hover {
    background-color: #1f82b2;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
	font-size:14px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 162, 83, 0.2);
}

 
 .btn-brand-inner {
    background-color: var(--theme-primary-color);
    color: var(--text-primary-light);
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
	font-size:14px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 162, 83, 0.2);
}

.form-group{margin-bottom:14PX;}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a3a3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#faq .accordion-item { background-color: var(--bg-neutral); border: 1px solid var(--border-color); margin-bottom: 10px; border-radius: 8px !important; overflow: hidden; }
#faq .accordion-button { color: var(--text-heading-color); background-color: var(--bg-neutral); font-weight: 600; }
#faq .accordion-button:not(.collapsed) { color: var(--theme-primary-darker); background-color: rgb(55 155 203 / 8%); box-shadow: inset 0 -1px 0 var(--border-color); }
#faq .accordion-button:focus { border-color: var(--theme-primary-color); box-shadow: 0 0 0 0.25rem rgb(55 155 203 / 44%); }
html { scroll-behavior: smooth; }



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}



.button a.read-more, .button > a.read-more {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    border-radius: 50px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.button a.read-more:hover, .button > a.read-more:hover
Specificity: (0,3,1)
 {
    background-color: var(--theme-primary-color);
    color: var(--text-primary-light);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(243, 162, 83, 0.3);
}


.copyright-content{padding-top:13px;text-align:center}.copyright-content p{color:#333;font-size:12px;line-height:22px;}.channelrera{color:#333;font-size:13.5px;line-height:38px !important;}.copyright-content a{font-size:13px;color:#007bff;-webkit-transition:.3s ease-out;-moz-transition:.3s ease-out;-ms-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}.copyright-content a:hover{color:#007bff;text-decoration:underline}.highpoint{border:1.6px var(--clr-p) solid;border-radius:6px;padding:0 10px 10px 10px;margin:8px 0;text-align:center;box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 1px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
 
 
 
 @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: row-reverse;
    }
}


 .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}


.accordion-body ul li {padding:2px;}
.accordion-body li {padding:2px; list-style-type:square; margin-left:16px; font-size:15px;}