:root {
    --brand-color: #c15c3f;
    --nav-button-text-color: ;

    --button-text-color: var(--brand-color);
    --button-text-color-on-hover: #fff;

    --inner-button-background: transparent;
}


:is(.bookingform-wrapper, .booking-form-wrapper) #bookingForm .btn,
header .navbar-top .resv_button.book_button{
    color: var(--brand-color);
}
:is(.bookingform-wrapper, .booking-form-wrapper) #bookingForm .btn,
header .navbar-top .resv_button.book_button {
    background: var(--button-text-color-on-hover);
    border: 1px solid var(--button-text-color-on-hover);
}

:is(.bookingform-wrapper, .booking-form-wrapper) #bookingForm .btn:hover,
:is(.bookingform-wrapper, .booking-form-wrapper) #bookingForm .btn:active,
:is(.bookingform-wrapper, .booking-form-wrapper) #bookingForm .btn:focus,
header .navbar-top .resv_button.book_button:hover, 
header .navbar-top .resv_button.book_button:active,
header .navbar-top .resv_button.book_button:focus {
    background: var(--brand-color);
    color: var(--button-text-color-on-hover);
}


:is(.outer-page,.outerpage) .no-gutter .widget-wrapper .btn {
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    background: var(--inner-button-background);
}

:is(.outer-page,.outerpage) .no-gutter .widget-wrapper .btn:is(:hover, :active, :focus) {
    background: var(--brand-color);
    color: var(--button-text-color-on-hover);
}

/* Extra Pointers noticed */
.mobile #emailSliderFormDelay .form-wrap button {
    padding: 15px !important;
    border-radius: 30px;
}

.bookingform-wrapper #bookingForm .min-price-wrapper {
    display: none !important;
}
/*
.bookingform-wrapper #bookingForm .btn-full-width {
    background-color: #a67c32;
    color: #fff;
    border-color: #a67c32;
}
.bookingform-wrapper #bookingForm .btn-full-width:hover {
    background-color: #936e2c;
    border-color: #936e2c;
}
#emailSliderFormDelay .form-wrap button {
    background-color: #a67c32;
    color: #fff;
    border-color: #a67c32;
}
#emailSliderFormDelay .form-wrap button:hover {
    background-color: #936e2c;
    border-color: #936e2c;
}
.emailSliderForm .form-wrap button {
    background-color: #a67c32;
    color: #fff;
    border-color: #a67c32;
}
.emailSliderForm .form-wrap button:hover {
    background-color: #936e2c;
    border-color: #936e2c;
}
*/


.outer-page .simp-custom-roomSlider{
     padding-bottom: 0px !important
}
.outer-page .simp-custom-roomSlider .text-content{
    margin: 0px 30px !important;
    position: relative;
}

.outer-page .simp-custom-roomSlider .text-content-wrapper{
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
}
.outer-page .simp-custom-roomSlider .text-content a{
    position: relative;
    line-height: 15px !important;
    color: #fff;
    background: transparent;
    border: none;
    padding: 0px;
}
/* ops-1436 ends */

.outer-page .simp-custom-roomSlider .text-content a:after{
    content: '';
    width: 65%;
    height: 2px;
    background: #FFF;
    position: absolute;
    display: flex;
    left:0;
    right: 0;
    bottom: -4px;
    transition:.5s ease;
}
.outer-page .simp-custom-roomSlider .text-content a:hover:after {
    width:100%;
    transition:.5s ease;
}
/* ops-1436 ends */

.outer-page .simp-custom-roomSlider a:hover{
    text-decoration: none;
}

.outer-page .simp-custom-roomSlider h3{
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Cormorant Garamond,serif;
    font-size: 2.6em;
}

.outer-page .simp-custom-roomSlider .slick-prev:before,
.outer-page .simp-custom-roomSlider  .slick-next:before{
    font-size: 24px;
    font-weight: 400;
    border: 2px solid #fff;
    color:#fff;
    opacity: 100%;
    border-radius: 50%;
}
.outer-page .simp-custom-roomSlider .slick-prev:before{
    padding: 7px 15px 7px 14px;
}
.outer-page .simp-custom-roomSlider  .slick-next:before{
    padding: 7px 14px 7px 15px;
}
.outer-page .simp-custom-roomSlider  .slick-arrow.slick-prev {
    left: 305px;
}
.outer-page .simp-custom-roomSlider  .slick-arrow.slick-next {
    right: 318px;
}

@media screen and (max-width: 1150px){
    .outer-page .simp-custom-roomSlider  .slick-arrow.slick-prev {
        left: 255px;
    }
    .outer-page .simp-custom-roomSlider  .slick-arrow.slick-next {
        right: 268px;
    }
}
@media screen and (max-width: 950px){
    .outer-page .simp-custom-roomSlider  .slick-arrow.slick-prev {
        left: 185px;
    }
    .outer-page .simp-custom-roomSlider  .slick-arrow.slick-next {
        right: 198px;
    }
}

/*mobile */
.mobile .simp-custom-roomSlider{
    background: #faeeee;
}
.mobile .simp-custom-roomSlider .slick-slide{
    position: relative;
}
.mobile .simp-custom-roomSlider .slick-slide img{
    margin-bottom: 0px !important;
    aspect-ratio: 4 /3;
    object-fit: cover;
}

.mobile .simp-custom-roomSlider .slick-slide h3{
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.mobile .simp-custom-roomSlider .slick-slide .txt-wdgt-btn-wrapper{
    position: absolute;
    width: 100%;
    top: 79%;
}
.mobile .simp-custom-roomSlider .slick-slide a{
    position: relative;
    line-height: 15px !important;
    /*color: #fff;*/
    background: transparent;
    border: none;
    padding: 0px;
}
/*.mobile .simp-custom-roomSlider .slick-slide a:after{*/
/*    content: '';*/
/*    width: 65%;*/
/*    height: 1px;*/
/*    background: #FFF;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    left:0;*/
/*    right: 0;*/
/*    bottom: -4px*/
/*}*/
.mobile .simp-custom-roomSlider .slick-slide a:hover{
    text-decoration: none;
}

.mobile .simp-custom-roomSlider .slick-prev:before,
.mobile .simp-custom-roomSlider  .slick-next:before{
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fff;
    color:#fff;
    opacity: 100%;
    border-radius: 50%;
}
.mobile .simp-custom-roomSlider .slick-prev:before{
    padding: 2px 8px 2px 7px;
}
.mobile .simp-custom-roomSlider  .slick-next:before{
    padding: 2px 7px 2px 8px;
}
.mobile .simp-custom-roomSlider  .slick-arrow.slick-prev {
    left: 27px;
    z-index: 99;
    top: 45%;
}
.mobile .simp-custom-roomSlider  .slick-arrow.slick-next {
    right: 35px;
    top: 45%
}


/*address-block hide*/
.for-homepage .container-wrapper .address-block-details {
    display: none;
}
.outer-page h1,
.outer-page h2{
    text-transform: uppercase;
}
.simp-custom-h3-font h3 {
    font-size: 18px !important;
    color: #919191 !important;
    text-transform: uppercase !important;
}
.simp-custom-reducedwidthtext .text-content-wrapper 
{
    width: 32%;
    color: #000;
    background-color:#ffffffed;
    padding: 30px 45px;
    margin-left:60%;
}
.simp-custom-width {
    width: 65% !important;
}
.simp-custom-child-collage .fullWidthWidgetWrapper {
    width: 75% !important;
    margin: auto;
}
.simp-custom-link a {
    font-family: Cormorant Garamond,serif;
    font-size: 1em;
}

#ui-datepicker-div {
    z-index: 99999 !important;
}

.mobile .ui-datepicker {
    z-index: 99999 !important;
}

.simp-custom-paddingTop100 {
    padding-top: 100px !important
}
.simp-custom-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-LefttextRimg {
    padding-top: 60px !important;
}
.simp-custom-LefttextRimg .left-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 0;
    margin-right: 0;
}

.simp-custom-LefttextRimg .right-box{
    padding: 0px !important;
    margin-left: 7.5%;
    width: 44.5%;
}
.simp-custom-LefttextRimg h2{
    text-align: left !important;
}
.simp-custom-LefttextRimg h4{
    margin-top: 15px !important;
}
.simp-custom-LeftimgRtext{
    padding-top: 90px !important;
}
.simp-custom-LeftimgRtext .left-box{
   padding: 0px !important;
    margin-right: 7.5%;
    width: 44.5%;
}
.simp-custom-LeftimgRtext .right-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 0;
    margin-right:0;
}
.simp-custom-LeftimgRtext h2{
    text-align: left !important;
}
.btn{
    padding: 0 20px;
    line-height: 42px;
    /*background: transparent;*/
    /*border: 1px solid #ba8b38;*/
    /*color: #ba8b38;*/
    font-family: 'Lexend 300',sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.resv-wrap .btn{
    /*background: #ba8b38;*/
    /*border: 1px solid #ba8b38;*/
    font-family: 'Lexend 300',sans-serif;
    /*color: #fff;*/
    
}
.resv-wrap .btn:hover{
    /*background: #93671b;*/
    /*border: 1px solid #93671b;*/
    font-family: 'Lexend 300',sans-serif;
    /*color: #fff*/
}
.simp-custom-remove-padding {
    padding-top: 0 !important;
}
.simp-custom-spacing-Bt {
    padding-bottom: 4% !important;
}
.simp-custom-spacing-Bt {
    padding-bottom: 4% !important;
}
.simp-custom-spacing-Btm {
    padding-bottom: 4.5% !important;
}

.outer-page .content_wrapper .no-gutter .simp-custom-padding-bottom-zero,
.outerpage .content_wrapper .no-gutter .simp-custom-padding-bottom-zero{
    padding-bottom:0;
}
.ui-datepicker .ui-widget-header, .ui-widget .ui-widget-header,
.ui-datepicker table td a.ui-state-active, .ui-widget table td a.ui-state-active {
    background: #272727 !important;
}

/*
.outer-page .bookingform-wrapper #bookingForm .btn-full-width {
    background: #fff;
    color: #c15c3f;
    border-color: #c15c3f;
}

.outer-page .bookingform-wrapper #bookingForm .btn-full-width:hover {
    background: #f9f4b5;
    border-color: #f9f4b5;
}
*/

.custom-img-container img {
    border-radius:10px;
    width:50px;
}

.custom-img-wrapper{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    column-gap: clamp(16px,1.56vw  ,30px);
    height: auto;
}

.mobile .custom-img-wrapper{
    margin:20px 0;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-container.show {
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease forwards;
}

.popup-container.hide {
    animation: fadeOut 0.3s ease forwards;
}

.popup-container .container {
    background: #fff;
    padding: 30px 30px 60px;
    border-radius: 10px;
    position: relative;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow: auto;
}

.popup-container.show .container {
    transform: scale(1);
}

.popup-container h2 {
    margin: 0 0 30px;
    font-size: 32px;
}

.popup-container .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.simp-custom-popup-form .one-col {
    padding: 0;
}

.simp-custom-popup-form .form-horizontal .form-group {
    padding: 0;
    margin: 0 0 4%;
}

.simp-custom-popup-form .form-horizontal .form-group .control-label-custom {
    width: 20%;
    display: flex;
}

.simp-custom-popup-form .form-horizontal .form-group .col-md-6 {
    width: 80%;
}

.simp-custom-popup-form .form-horizontal .form-group#form-group-submit {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.simp-custom-popup-form .form-horizontal .form-group#form-group-submit label {
    display: none;
}

.outer-page .simp-custom-popup-form-container img {
    cursor: pointer;
}

.popup-container.show .form-horizontal .text-danger,
.popup-container.show .form-horizontal .text-success{
    position: absolute;
    bottom: -40px;
    left: 70%;
    right: unset;
    transform: translateX(-70%);
}

.mobile .popup-container .container {
    max-width: 90vw;
    max-height: 80vh;
    overflow: auto;
    padding-bottom: 45px;
}

.mobile .popup-container.show h2 {
    margin-bottom: 12px;
    font-size: 24px;
}

.mobile .popup-container.show .form-horizontal .text-danger,
.mobile .popup-container.show .form-horizontal .text-success {
    text-wrap: nowrap;
    bottom: -35px;
    left: 65%;
}

.mobile .popup-container .close-btn {
    right: 10px;
}

.mobile .simp-custom-popup-form>.col-xs-12 {
    padding: 0;
}

.mobile .simp-custom-popup-form .form-horizontal .form-group {
    margin: 0 0 16px;
}

.mobile .simp-custom-popup-form .form-horizontal .form-group#form-group-submit {
    margin-top: 16px;
}

.mobile .simp-custom-popup-form .form-horizontal .form-group#form-group-submit .col-xs-12:empty {
    display: none;
}

.mobile .simp-custom-popup-form .form-horizontal .form-group#form-group-submit .btn {
    color: #fff;
    padding: 10px 30px !important;
}

@media(max-width: 1200px) {
    .popup-container .container {
        max-width: 500px;
    }
}

@media(max-width: 768px) {
    .simp-custom-popup-form .form-horizontal .form-group>.col-sm-12 {
        float: left;
    }
}

.mobile button.navBtnBorder {
    border:unset;
}

.mobile button.navBtnBorder span{
    padding-top:2px;
    display:inline-block;
}

/* -------- popup ------------ */

.simp-custom-popup-form .form-horizontal .form-group .control-label-custom{
    display:none;
}

.simp-custom-popup-form .form-horizontal .form-group .col-md-6{
    width:100%;
}

.simp-custom-popup-form .form-horizontal .form-group:first-child{
    width: 50%;
}

.simp-custom-popup-form .form-horizontal .form-group:nth-child(2){
    width:50%;
}

.simp-custom-popup-form .form-horizontal .form-group:nth-child(6){
    width:50%;
}

.simp-custom-popup-form .form-horizontal .form-group:nth-child(7){
    width: 50%;
}

.simp-custom-popup-form .form-horizontal .form-group input{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#a69b9f;
}

/*.mobile .popup-container .container .simp-custom-popup-form fieldset {*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*}*/

.mobile .simp-custom-popup-form .form-horizontal .form-group:first-child,
.mobile .simp-custom-popup-form .form-horizontal .form-group:nth-child(2),
.mobile .simp-custom-popup-form .form-horizontal .form-group:nth-child(6),
.mobile .simp-custom-popup-form .form-horizontal .form-group:nth-child(7){
    width:100%;
}




.simp-custom-2imgcenter-align {
    display:flex;
    justify-content:center;
    align-items:center;
}

.simp-custom-2imgcenter-align  .text-content {
    margin-left: 10px;
}
.simp-custom-2imgcenter-align .text-content-wrapper h2 {
    text-align: center !important;
    font-size: 32px !important;
}
.simp-custom-2imgcenter-align{
    background-color:#f5f5f5;
}
.simp-custom-2imgcenter-align .left-box
{
    padding-right:0;
    padding-left: 0;
}
.simp-custom-2imgcenter-align {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.simp-custom-2imgalign 
{
    display:flex;
    justify-content:center;
    align-items:center;
}
.simp-custom-2imgalign .text-content-wrapper h2
{
    text-align: center !important;
    font-size: 32px !important;
}
.simp-custom-2imgalign  .text-content
{
    margin-right:10px;
}
.simp-custom-2imgalign{
    background-color: #f5f5f5;
}
.simp-custom-2imgalign .right-box
{
    padding-left:0;
    padding-right: 0;
}
.simp-custom-2imgalign {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



/* ops- 14906 */

header .navbar-top button.resv.resv_button.book_button ,
.bookingform-wrapper #bookingForm .btn-full-width,
:is(.outer-page,.outerpage) .content_wrapper .no-gutter  .btn,
.modal-dialog #bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
    border-radius: 50px;
}

header #top-navbar-collapse {
    display:flex;
    justify-content:center;
}

.outer-page .bookingform-wrapper {
    display:block;
}

.mobile .content_wrapper .no-gutter  .btn {
    padding: 15px !important;
    border-radius: 30px;
}

.mobile .simp-custom-roomSlider .slick-slide a {
      color:#ba8b38;
}

/* ops- 14906 */


.outer-page .clearfix.widget-wrapper.wtformjson.fullWidthWidget.simp-custom-popup-form ,
.mobile .widget-wrapper.simp-custom-popup-form {
    display:none;
}

.popup-container .container .simp-custom-popup-form{
    display:block !important;
}

/* ops-14936 */

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .slick-prev:hover::before, 
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .slick-next:hover::before {
    background:rgba(253,251,228,.5);
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-lftimg-rtxt-btncnetr .txt-wdgt-btn-wrapper {
    display:flex;
    justify-content:center;
}

.mobile .nav-wrap .navBtnBorder,
.mobile .nav-wrap .navBtnBorder .btn.btn-full-width {
    color: #272727;
}

/* ops-14936 ends */

header #top-navbar-collapse.navbar-nav li a {
    position: relative;
}

header #top-navbar-collapse.navbar-nav li:not(.moreOptions) a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1.5px;
    background: #fff;
    bottom: 25px;
    left: 0;
    transform: translateX(15px);
    transition: 0.5s all linear;
}

header #top-navbar-collapse.navbar-nav li:not(.moreOptions) a:hover::after,
header #top-navbar-collapse.navbar-nav li:not(.moreOptions) a.active::after{
    width: calc(100% - 30px);
    transition: 0.5s all linear;
}

header #top-navbar-collapse.navbar-nav .dropdown-more li a::after{
    bottom:8px;
    transform: translateX(20px);
}

header #top-navbar-collapse.navbar-nav .dropdown-more li a:hover::after,
header #top-navbar-collapse.navbar-nav .dropdown-more li a.active::after{
    width: calc(100% - 40px);
    transition: 0.5s all linear;
}


.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: rgba(246,210,207,.9);
}
.mobile .ui-state-active {
    background: #272727 !important;
}
.mobile .ui-datepicker .ui-datepicker-header {
    background: #272727 !important
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 30px;
    line-height: 130%;
    text-align: center !important;
}
.mobile .ui-datepicker {
    z-index: 99999 !important;
}
.mobile h2{
     font-size: 30px;
     line-height: 130%;
     text-align: center !important;
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.mobile .simp-custom-LtextRimg,
.mobile .simp-custom-LimgRtext {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
}

.mobile .simp-custom-LtextRimg .text-content,
.mobile .simp-custom-LimgRtext .text-content,
.mobile .simp-custom-LefttextRimg .text-content,
.mobile .simp-custom-LeftimgRtext .text-content {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.mobile .simp-custom-imgB  div.col-xs-12 img {
    margin-bottom: 12% !important;
}
.mobile .btn {
    padding: 15px 20px 10px 20px !important;
}
.mobile .simp-custom-width85 {
    margin-bottom: 0px !important;
}
.mobile .simp-custom-LefttextRimg .txt-wdgt-btn-wrapper,
.mobile .simp-custom-LeftimgRtext .txt-wdgt-btn-wrapper{
    display: flex;
    justify-content: center;
}

.simp-custom-imgecustom .text-content-wrapper img {
    width: 300px;
}

.mobile .iti--fullscreen-popup.iti--container {
    z-index: 9999;
}

/* rooms slider  */

.outer-page .simp-custom-roomSlider .text-content a{
    font-size:clamp(18px, 1.67vw ,32px)
}

.mobile .simp-custom-roomSlider .slick-slide a{
    /*color:#000;*/
    font-size:24px;
}

/*ops - 14779 - start*/
.simp-custom-padding-bottom-0.widget-wrapper{
    padding-bottom:0 !important;
}

body:not(.mobile) .widget-wrapper.simp-custom-roomSlider{
    padding-bottom:30px !important;
    margin-bottom:30px;
}

.simp-custom-padding-bottom-0.widget-wrapper .text-content-wrapper{
    display:flex;
    justify-content:center;
}
/*ops - 14779 - end*/

/*ops - 15068*/
.outer-page .homepage,
.outer-page .inner-page {
    padding-bottom:0;
}

.outer-page .widget-wrapper.wtbookbtn .one-col {
    display:flex;
    justify-content:center;
}

.outer-page .widget-wrapper.wtbookbtn .one-col .pull-right {
    float:unset !important;
}

.mobile .widget-wrapper.wtbookbtn .pull-right {
    float:unset !important;
}

.mobile .widget-wrapper.wtbookbtn .col-md-12 {
    display:flex;
    justify-content:center;
}

.mobile .fab_book_button {
    bottom: 100px;
}

.mobile .fab_book_button .fa.fa-calendar {
    background: #c15c3f;
}
/*end of ops - 15068*/

:is(.outer-page,.outerpage) .no-gutter + .no-gutter .promotions_block.clearfix:empty{
    margin-block:0;
}





/*  .outer-page > .socialIcon {*/
/*            display: flex;*/
/*            flex-direction: column;*/
/*            text-align: center;*/
/*            position: fixed;*/
/*            bottom: 0;*/
/*            left: 16px;*/
/*            z-index: 999;*/
/*            margin-left: 9px;*/
/*}*/

/*  .outer-page > .socialIcon .social-ig  {*/
/*            color: #fff;*/
/*            margin-bottom: 160px;*/
/*            padding: 7px;*/
/*            height: 50px;*/
/*            width: 50px;*/
/*            border-radius: 50%;*/
/*            display: flex;*/
/*            justify-content: center;*/
/*            align-items: center;*/
/*            background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);*/
/* }*/
 
/*   .outer-page  >.socialIcon .social-ig .fa-instagram:before {*/
/*   font-size: 27px;*/
/*   line-height: normal;*/
/*} */

/*   .outer-page > .socialIcon .social-ta {*/
/*      display:none;*/
/* }*/
       
       
 
/*  .mobile >.socialIcon{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    position: fixed;*/
/*    bottom: 153px;*/
/*    left: 16px;*/
/*    z-index: 999;*/
/*    margin-left: 9px;*/
      
/*}*/

/*  .mobile >.socialIcon .social-ig {*/
/*    color: #fff;*/
/*    margin-bottom: 10px;*/
/*    padding: 5px 5px 5px;*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    border-radius: 50%;*/
/*    background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*  .mobile > .socialIcon .social-ta {*/
/*    display:none;*/
/*}*/


/*.mobile >.socialIcon .social-ig .fa-instagram:before {*/
/*   font-size: 25px;*/
/*   line-height: normal;*/
/*}     */
     







#whatsAppHeader {
    z-index: 1000;
    position: fixed;
    bottom: 100px;
    left: 23px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    line-height: 52px;
}

#whatsAppHeader a {
    color: white;
}

/*.mobile #whatsAppHeader {*/
/*    left: 17px;*/
/*    bottom: 15px;*/
/*}*/

.mobile #whatsAppHeader {
    left: 24px;
    bottom: 98px;
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}




.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.mobile .simp-custom-hideRightBox .col-xs-12:nth-child(3){
    display:none;
}

.mobile .simp-custom-hideLeftBox .col-xs-12:nth-child(1){
    display:none;
}







