body {
    background: #fafafa;
}

header a {
    color: #817d83;
}

header a:hover,
header a:focus {
    text-decoration: none;
    color: #F4CE8F;
}

.bx-wrapper {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

/*==================Padding ====================*/
.ml-162 {
    padding-left: 162px;
}

.pr-76 {
    padding-right: 76px;
}

.pt-36 {
    padding-top: 36px;
}

.pl-1009 {
    padding-left: 1009px;
}

.common-btn {
    display: inline-block;
    width: 215px;
    background: #CFB17F;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}

.common-btn:hover,
.common-btn:focus {
    text-decoration: none;
    background: #907342;
}

.menu-readmore.common-btn:hover,
.menu-readmore.common-btn:focus {
    text-decoration: none;
    background: #907342;
}

.common-top-heading-panel h6 {
    color: #F4CE8F;
    letter-spacing: 4.5px;
    font-weight: 600;
}

.common-top-heading-panel h2 {
    padding: 16px 73px 20px 73px;
    font-weight: 400;
    position: relative;
}

/* .common-top-heading-panel h2::before {
    content: "";
    background: #CCCCCC;
    width: 154px;
    height: 1.6px;
    position: absolute;
    top: 79px;
    left: -154px;
} */

.bx-wrapper .bx-prev {
    background: url(../img/arrowright.png);
    background-repeat: no-repeat;
}

.bx-wrapper .bx-next {
    background: url(../img/arrowleft.png);
    background-repeat: no-repeat;
}

.ml-236 {
   /* padding-left: 236px;*/
    padding-left: 200px;
}

.ml-541 {
    padding-left: 541px;
}

.ml-161 {
    padding-left: 161px;
}

.col-50 {
    float: left;
    width: 50%;
}

.section-236 {
    padding: 109px 0px;
}

.email-input::-webkit-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.email-input::-moz-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.email-input:-ms-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.email-input:-o-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.email-input:placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.request-textarea::-webkit-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.request-textarea::-moz-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.request-textarea:-ms-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.request-textarea:-o-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

.request-textarea:placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}


input::-webkit-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

input:-o-placeholder {
    color: #817D83;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 1 !important;
}

/*==================Popup Css=======================*/
.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 94px;
    left: 0px;
    content: '';
    z-index: 9999999;
}

.popup-box {
    width: 96%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 393px;
    left: 50%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #FFDA93;
    z-index: 9999;
}

.popup-panel h2 {
    color: #1a1a1a;
}

.popup-box h3 {
    color: #888;
}

.popup-box .close-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 22px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.popup-box .close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-in,
.transform-out {
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

.popup-panel:after,
.popup-panel:before {
    clear: both;
    content: "";
    display: block;
}

.col-p-8 {
    width: 58.6%;
    display: table-cell;
    background: url(../img/loginpopup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.col-p-4 {
    width: 41.4%;
    display: table-cell;
    vertical-align: middle;
}

.popup-panel {
    display: table;
    width: 100%;
}

.login-form {
    padding: 72px 79px;
}

.popup-panel h2 {
    color: #312F34;
    font-size: 48px;
    font-weight: normal;
    line-height: 56px;
}

.popup-panel p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 600;
    padding: 29px 105px 50px 62px;
}

.form-group {
    margin-bottom: 16px;
}

.new-form-input {
    height: 56px;
    border: none;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    border-radius: 6px;
    width: 76.2%;
    font-family: 'Poppins', sans-serif;
    padding-left: 74px;
}

.forgetpassword p {
    padding-left: 0px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 17px;
    padding-bottom: 38px;
}

.forgetpassword p a {
    color: #312F34;
    padding-right: 28px;
    position: relative;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
}

/* .forgetpassword p a:hover,
.forgetpassword p a:focus {
    color: #fff;
} */

.forgetpassword p a:nth-child(2) {
    font-weight: 600;
}

.forgetpassword p a:first-child::after {
    content: "";
    background: #312F34;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 12px;
}

.whitecolor {
    background: #fff;
    color: #F4CE8F;
    position: relative;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.whitecolor:hover {
    color: #fff;
}

/* .whitecolor:hover::after {
    background: url(../img/whitearrow.png);
}

.whitecolor::after {
    content: "";
    background: url(../img/yellowarrow.png);
    width: 18px;
    height: 17px;
    position: absolute;
    right: 56px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.orangecolor {
    position: relative;
}

/* .orangecolor::after {
    content: "";
    background: url(../img/whitearrow.png);
    width: 18px;
    height: 17px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.loginbtn .common-btn {
    margin-right: 11px;
}

.loginbtn {
    margin-top: 12px;
}

/*==================Forget Popup==========================*/
.popup-wrap1 {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 94px;
    left: 0px;
    content: '';
}

.popup-box1 {
    width: 96%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #FFDA93;
    z-index: 9999999;
}

.popup-box1 h2 {
    color: #1a1a1a;
}

.popup-box1 h3 {
    color: #888;
}

.popup-box1 .close-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 22px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popup-box1 .close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-in1,
.transform-out1 {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.transform-in1 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out1 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}



.forgetsendbtn {
    margin-top: 31px;
}

/*==================New Password Popup==========================*/
.popup-wrap2 {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 94px;
    left: 0px;
    content: '';
}

.popup-box2 {
    width: 96%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #FFDA93;
    z-index: 9999999;
}

.popup-box2 h2 {
    color: #1a1a1a;
}

.popup-box2 h3 {
    color: #888;
}

.popup-box2 .close-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 22px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popup-box2 .close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-in2,
.transform-out2 {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.transform-in2 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out2 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

.ml-85 {
    padding-left: 86px;
}

.common-top-heading-panel h1::before {
    content: "";
    background: #CCCCCC;
    margin-left: -102px;
    width: 61px;
    margin-right: 41px;
    height: 1px;
    top: 92px;
    display: inline-block;
}

.common-top-heading-panel h2::before {
    content: "";
    background: #CCCCCC;
    width: 154px;
    height: 1.6px;
    margin-right: 75px;
    margin-left: -229px;
    display: inline-block;
    
}

/*.right-link-panel,*/ 
.right-panel .pane-block {
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 100%;
    margin-left: 0%;
    border-radius: 16px;
    padding: 49px 20px 40px 60px;
    margin-bottom: 80px;
}

.mainrightpanel {
    width: 88.7%;
    margin-left: 13%;
}

.breadcrumb-panel {
    padding-bottom: 238px;
}

/*======================Register Css=====================*/
/*==================New Password Popup==========================*/
.popup-wrap3 {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 94px;
    left: 0px;
    content: '';
}

.popup-box3 {
    width: 96%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 462px;
    left: 50%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #FFDA93;
    z-index: 9999999;
    margin-left: 6px;
}

.registerpopup .login-form h2 {
    padding-bottom: 34px;
}

.popup-box3 h2 {
    color: #1a1a1a;
}

.popup-box3 h3 {
    color: #888;
}

.popup-box3 .close-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 22px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popup-box3 .close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-in3,
.transform-out3 {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.transform-in3 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out3 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

.select-style {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sirst-form-row .form-group .select-style {
    width: 94.1%;
}

.select-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: #817D83;
    opacity: 1;
    padding-left: 73px;
    background: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 4.5px;
}

.select-style select:focus {
    outline: none;
}

.select-style img {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.registerpopup .col-p-8 {
    width: 37.5%;
    display: table-cell;
    background: url(../img/registerpopup.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.registerpopup .col-p-4 {
    width: 62.5%;
    vertical-align: middle;
    display: table-cell;
}

.sirst-form-row .form-group {
    float: left;
    width: 31.3%;
}

.sirst-form-row .form-group .new-form-input {
    width: 93.6%;
}

.sirst-form-row .form-group .new-form-input.editform-input {
    width: 100%;
}

.col-register-50 {
    width: 47%;
    float: left;
}

.col-register-50 .new-form-input {
    width: 95.7%;
}

.sirst-form-row:after,
.sirst-form-row:before {
    content: "";
    clear: both;
    display: table;
}

.form-parent:after,
.form-parent:before {
    content: "";
    clear: both;
    display: table;
}

.capcha {
    margin-top: 17px;
}

p.home-page-slider-btn .common-btn {
    width: auto;
	padding:0 12px;
}