
* {
    margin: 0;
    padding: 0px;
    font-family: 'Roboto Slab', Arial, sans-serif;
}

body {
    background: #f8f8f8;
    margin: 0;
    height: 100%;
    z-index: 1000;
    color: #696E74;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 500;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

div.body {
    height: 100%;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.centered {
    text-align: center
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #696E74;
}

a img {
    border: none;
    vertical-align: bottom;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
    height: 100%;
}

.hed {
    margin: 20px 0px;
}

#plan img {
    margin-bottom: 20px;
}

#plan .cbp-caption-defaultWrap p {
    margin-top: -40px;
    text-align: center;
}

.table1 {
    margin-top: 23px;
}

.table1 a, .table1 a i {
    color: #fff !important;
    padding-left: 9px;
    font-size: 18px;

}

.form-control {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;

}

.bdate {
    color: #fff;
    margin-bottom: 3px;
    padding-left: 15px;
}

input:focus, textarea:focus, select:focus, input {
    outline-offset: 0px !important;
    outline: none !important;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.has-error .form-control:focus {

    box-shadow: none;
    -webkit-box-shadow: none;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

input:-ms-input-placeholder {
    color: #000 !important;
}

input[type=submit] {
    background-color: #fff;
    color: #000 !important;
}

::selection {
    background: #000 !important;
}

select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.vplan {
    margin-top: 0px !important;
}

.sidemenu {
    visibility: hidden;
    height: 0;
}

.tblcel {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.details h3 {
    margin: 0;
    font-size: 20px;
}

.details h1 {
    margin-top: 0;
}

.details h2 {
    margin: 0;
    letter-spacing: 2px
}

/*	################################################################
	2. HELPERS & SECTIONS
################################################################# */
.mt {
    margin-top: 50px;
}

.section-footer {
    background-color: #357089;
    color: white;
}

.section-footer p, .section-footer a {
    color: #fff;
}

.section-footer i:hover {
    color: #fff;
}

.kamane {
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

.services-bordered {
    padding: 30px 15px;
    border: 3px double;
    border-color: #e8e8e8;
}

.services-bordered h4 {
    color: #A79A74;
    font-size: 16px;
}

.btn-theme {
    color: #fff;
    background-color: #A79A74;
    border-color: #A79A74;
}

.btn-transparent {
    color: #2f2f2f;
    background-color: transparent;
    border-color: #2f2f2f;
}

.btn-transparent:hover {
    color: white;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

/*	################################################################
	5. PORTFOLIO STRUCTURE
################################################################# */
#hiddenPanel {
    position: fixed;

    right: -200px;
    width: 200px;
    background-color: #7f4882;
    /*height: 230px;*/
    top: 30%;
    dispaly: none;
    z-index: 9999;
}

#close-bar {
    position: absolute;
    left: -30px;
    background: #0e5a34;
    color: white;
    width: 30px;
    height: 180px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

#close-bar img {
    margin-top: 0px;
}

.enqform {
    padding: 15px 8px 8px;
}

.enqform .form-control {
    border-radius: 0px;
    height: 30px;
    color: #000;
}

#portfolio {
    position: relative;
    padding-bottom: 0;
}

.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cbp-item-wrapper a:hover img {
    opacity: 1;
}

#speak-to-expert-div input {
    /*border: 1px solid #ccc;*/
    /*color: #3a3a3a;*/
    /*display: block;*/
    /*margin: 6px 0 0 6px;*/
    /*padding: 6px 4%;*/
    /*width: 95%;*/
}

#speak-to-expert-div input[type=submit]:active,
#instant-callback-div input[type="submit"]:active,
.requestforprice input[type="submit"]:active {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25) inset;
}

#speak-to-expert-div input[type=submit]:hover,
#instant-callback-div input[type="submit"]:hover,
.requestforprice input[type="submit"]:hover {
    background-color: #e8e8e8;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.38);
}

#speak-to-expert-div input[type=submit],
#instant-callback-div input[type="submit"],
.requestforprice input[type="submit"] {
    border: none;
    background-color: #005490;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease-in-out;
}

#speak-to-expert-div input[type=submit] {
    border: 1px solid #fff;
    background: #e8e8e8;
}

#speak-to-expert-div input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #0d2a25;
    color: #0d2a25;
}

.labelText {
    color: #fff;
    font-family: "Raleway";
    font-size: 18px;
    margin: 0 0 6px;
    padding: 0;
    text-align: center;
}

#successMsg {
    color: #fff;
    font-family: "Raleway";
    font-size: 16px;
    margin: 0 0 6px;

    text-align: left;
}

/*.error {*/
    /*text-align: center;*/
    /*overflow: hidden;*/
    /*color: #fff;*/
    /*padding-left: 7px;*/
    /*font-size: 12px;*/
/*}*/




@media all and (max-width: 767px) {
    .disclaimer {
        /*text-align: center;*/
        margin-bottom: 43px;
    }



    #sp-footer h2 {
        margin-top: 13px;
    }

    #rera-pop .modal-body {
        height: 250px;
    }

    .disclaimer p {
        width: 100% !important;
    }
}

.fixed-footer-cust {
    background: #0e5a34;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {

}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
}

.foo-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.footer-call {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.footer-call a {
    color: #FFFFFF;
    text-decoration: none;
}

.thank-logo {
    margin: 0px auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

#confi {
    padding: 70px 0px;
    background: url(../img/confi.jpg) center;
    background-attachment: fixed;
}



#speak-to-expert-div{
    padding: 10px;
}

/*----------- --------------*/
#speak-to-expert-div input, #interested select {
    height: 40px;
    border: none;
    width: 100%;
    background: #fff;
    letter-spacing: 1px;
}

#speak-to-expert-div input::placeholder {
    color: #bebebe;
}

#speak-to-expert-div .input-group-addon {
    background: #0e5a34;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#speak-to-expert-div .form-group {
    height: 40px;
    margin-bottom: 23px;
    padding: 0px;
}


#speak-to-expert-div .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#speak-to-expert-div .flag-container {
    padding: 0px !important;
}

/*---------------------------------*/

.modal-header {
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    border-radius: 0px 0px 20px 20px;
}

.modal-content {
    border-radius: 21px;
}

.modal-header {
    border: none;
    background: #7f4882;
    color: #ffff;
    padding: 10px !important;
}

.modal-title {
    text-align: center;
    font-size: 20px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.price-btn {
    margin: 0px auto;
    display: block !important;
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: 2px solid #7f4882;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.5s ease;
    font-weight: 800;
    background: #7f4882;
}

.price-btn:hover {
    color: #7f4882;
    background-color: #fff !important;
    border-color: #7f4882;
    transition: ease 0.5s;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 35px !important;
    box-shadow: none;
}
.modal-header .close:hover, .modal-header .close:focus{
    background: transparent !important;
}


.error {
    color: red;
    font-weight: normal !important;
}

.enq-btn{
    border: none;
    width: 100%;
}


/*  contact form -------------------*/
#contact-form input, #contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
}

#contact-form input::placeholder, #contact-form textarea::placeholder {
    color: #515151;
}

#contact-form .input-group-addon {
    background: #7f4882;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
    background: #e4e4e4;
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#contact-form .selected-flag {
    background: #5d5d5d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

.form-btn {
    margin: 0px auto;
    display: block !important;
    background: #7f4882;
    border: none;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 39px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    width: 90%;
}

.form-btn:hover {
    border-color: #7f4882;
    background: #7f4882;
    color: #fff;
    transition: ease all 0.4s;
}


.table .her h3{
    margin: 10px 0px;
    text-align: center;
}


.table>thead>tr>th{
    vertical-align: middle;
}

.table>tbody>tr>td{
    vertical-align: middle;
}

/*---- main Pop------*/


#main-popup input, #main-popup select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#main-popup input::placeholder {
    color: #bebebe;
}

#main-popup .input-group-addon {
    background: #7f4882;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#main-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#main-popup .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#main-popup .flag-container {
    padding: 0px !important;
}

/*----------------------------*/
/*----------- price model--------------*/
#price-model input, #price-model select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#price-model input::placeholder {
    color: #bebebe;
}

#price-model .input-group-addon {
    background: #7f4882;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#price-model .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#price-model .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#price-model .flag-container {
    padding: 0px !important;
}

/*---------------------------------*/


/*----------- enquire now model--------------*/
#enquirenow-modal input, #price-model select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#enquirenow-modal input::placeholder {
    color: #bebebe;
}

#enquirenow-modal .input-group-addon {
    background: #7f4882;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#enquirenow-modal .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#enquirenow-modal .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#enquirenow-modal .flag-container {
    padding: 0px !important;
}

/*---------------------------------*/

input{
    color: #000 !important;
}


.glob-sec{
    margin-top: 80px;
    padding: 50px 0px;
}



/*---------------thank-------*/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #7f4882;
    color: #fff;
    border-radius: 50%;
    padding: 25px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #7f4882;
    border-radius: 25px;
}

.oops-greet {
    color: #414041;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}


.social-wrap{
    text-align: center;
    margin-top: 25px;

}

.social-wrap p{
    font-size: 26px;
    margin-bottom: 20px;
}

.social-icon{

}

.social-icon li{
    display: inline-block;
    margin-right: 20px;
}

.social-icon li a img{
    width: 50px;
}

.social-icon li:last-child{
    margin-right: 0px;
}

.float-txt{
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}