/*===============================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    list-style: none !important;
    outline: none !important;
}

.owl-carousel {
    direction: ltr;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.ttf');
    src: url('../fonts/Ubuntu-BoldItalic.ttf');
    src: url('../fonts/Ubuntu-Italic.ttf');
    src: url('../fonts/Ubuntu-Light.ttf');
    src: url('../fonts/Ubuntu-LightItalic.ttf');
    src: url('../fonts/Ubuntu-Medium.ttf');
    src: url('../fonts/Ubuntu-MediumItalic.ttf');
    src: url('../fonts/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'b-rg';
    src: url('../fonts/Bahij_TheSansArabic-Plain.ttf');
}
@font-face {
    font-family: 'b-md';
    src: url('../fonts/Bahij_TheSansArabic-SemiBold.ttf');
}
@font-face {
    font-family: 'b-bd';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 49%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

body {
    font-family: 'Ubuntu';
    color: #1a1a1a;
    overflow-x: hidden !important;
    position: relative;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: 1.6;
}

a,
span {
    display: inline-block;
}

a,
a:hover,
a:focus {
    color: inherit;
}

.section-padding {
    padding: 100px 0;
}

.butn {
    text-align: center;
    font-size: 18px;
    /* width: 160px; */
    height: 60px;
    line-height: 57px;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
    color: #d59e66;
    border-radius: 10px;
    background-color: transparent;
    padding: 0px 26px;
    border: 0;
}

.butn:hover {
    background-color: #d59e66;
    color: #fff;
}

.butn:hover:after {
    transform: scale(1.1, 1.4);
    transition-duration: 0.5s;
    opacity: 0;
}

.butn:after {
    position: absolute;
    content: '';
    width: 101%;
    height: 101%;
    background: transparent;
    left: -2px;
    top: -1px;
    border: 2px solid #d59e66;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.butn-text {
    color: #d59e66;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.3s ease;
}

a.butn-text:hover {
    color: #430009;
}

.butn-text i {
    padding-left: 8px;
    font-size: 19px;
}

.butn-text i:hover {
    color: #430009;
}

.butn-text:hover {
    color: #d59e66;
}

::-webkit-selection{
    background-color: #d59e66;
    color: #fff;
}

::-webkit-scrollbar {
    border-radius: 15px;
    background: transparent;
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 6px;
    background: #d59e66;
}

.up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #1a1a1a;
    border-radius: 10px;
    text-align: center;
    line-height: 4;
    transition: all 0.3s ease;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.up:hover {
    background-color: #d59e66;
}

.up:hover i {
    color: #fff;
}

.up i {
    color: #d59e66;
    font-size: 21px;
    transition: all 0.3s ease;
}
.whtsAp {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 4;
    transition: all 0.3s ease;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}
#whatsapp_btn {
    background-color: #1a1a1a;
    border-radius: 10px;
}

#whatsapp_btn:hover {
    background-color: #d59e66;
}

#whatsapp_btn:hover i {
    color: #fff;
}

#whatsapp_btn i {
    color: #d59e66;
    font-size: 21px;
    transition: all 0.3s ease;
}

.current-menu-item {
    color: #d59e66 !important;
}


.bellBox {
    margin: 30px 12px 0px 0px;
}
.nav-fixed .bellBox {
    margin: 10px 12px 0px 0px;
}



.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: relative;
    left: 0;
    top: 4px;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
}
input:checked {
    background: #dca976;
    box-shadow: 0 0 4px #dca976;
    border: 2px solid #ddd;
}


/*============== calender =====================*/
ul {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.monthname {
    width: 18em;
}

.pointer {
    cursor: pointer;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.calender-pg {
    margin-top: 50px !important;
}

.calendar p {
    margin-bottom: .5em;
    color: #430009;
    padding: 15px 12%;
    font-size: 30px;
    font-weight: bold;
}

.calendar ul {
    font-size: 22px;
}

.calendar {
    box-shadow: 1.294px 4.83px 20px 0px rgba(211, 211, 211, 0.7);
    color: #d59e66;
    padding: .5em .5em 1em;
    max-width: 100%;
    min-height: 15em;
    margin: .5em auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 60px;
}

.calendar li {
    position: relative;
    float: left;
    width: -webkit-calc(100%/7);
    text-align: center;
    padding: .25em 0;
    cursor: pointer;
    border: 1px solid #80808080;
    height: 100px;
    line-height: 40px;
    z-index: 1;
}

.calendar li input {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    color: #d59e66;
    border: none;
    padding-left: 20px;
}

.calendar li:hover {
    color: #fff;
    background-color: #d59e66;
}

.calendar li:nth-child(-n+7) {
    color: #430009;
    line-height: 80px;
}

.center {
    text-align: center;
}

.calender-pg h2 {
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #430009;
    margin-bottom: 40px;
}

/*===================form style================*/

.input {
    position: relative;
    margin-bottom: 30px;
}

.input label {
    position: absolute;
    left: 20px;
    top: -10px;
    background-color: #fff;
    padding: 0 8px;
    color: #b2b2b2;
    display: none;
}


.input span:first-of-type {
    position: absolute;
    left: 22px;
    top: 24%;
    font-size: 20px;
    color: #b2b2b2;
}


.size .input span:first-of-type {
    top: 25%;
}

.input .fa-caret-down {
    position: absolute;
    top: 22%;
    right: 4%;
    color: #d59e66;
    font-size: 25px;
    opacity: 0;
    transition: all 0.3s ease;
}

.input input,
.input textarea{
    width: 100%;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    padding-left: 50px;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    border-radius: 7px;
}

textarea{
    min-height: 100px;
}

.input input:focus,
.input textarea:focus,
.input select:focus{
    border: 2px solid #d59e66;
}

.input:hover .fa-caret-down {
    opacity: 1;
}

.faq .input span:first-of-type {
    top: 22%;
    font-size: 20px;


}

.faq .input {
    margin-bottom: 20px;
}

.contact-pg .input input {
    border-width: 2px;
    height: 55px;
}

.contact-pg .input {
    margin-bottom: 20px;
}

.contact-pg footer .input {
    margin-bottom: -25px !important;
}

.contact-pg footer .input span:first-of-type {
    top: 20%;
}

.contact-pg footer .input .fa-paper-plane {
    right: 0;
}

footer .input {
    margin-bottom: -25px;
}

footer .input input {
    border: 2px solid #d59e66;
}

footer .input span:first-of-type {
    top: 15%;
}

footer .input .fa-paper-plane {
    position: absolute;
    font-size: 25px;
    background-color: #d59e66;
    right: 0;
    top: 0;
    color: #fff;
    padding: 12px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* ----------------------------------------------------------------
 ============= loading ============
 -----------------------------------------------------------------*/
.lod {
    height: 5px;
    position: fixed;
    width: 0;
    top: 0;
    background: linear-gradient(to right, #000, #d59e66);
    z-index: 100;

}



.loading {
    position: fixed;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.loading h1 {
    margin-top: 200px;
    position: relative;
    color: #111;
    font-size: 8em;
}

.loading h1:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: #d59e66;
    animation: loading 6s linear;
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/* ----------------------------------------------------------------
 ============= navbar ============
 -----------------------------------------------------------------*/

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    z-index: 99;
    padding: 0 3%;
}

.navbar .l-side {
    display: inline-block;
    float: left;
    margin-top: 14px;
    margin-left: 50px;
    margin-right: 10px;
}

.navbar .l-side img {
    width: 140px;
}

.navbar .l-side .logo {
    position: relative;
}

.navbar .l-side .logo h3 {
    display: inline-block;
    font-size: 20px;
    color: #d59e66;
    font-weight: bold;
    line-height: 2;
}

.navbar .l-side .logo span {
    position: absolute;
    font-size: 17px;
    line-height: 1.334;
    transform: matrix(0.52205, 0, 0, 0.52205, 0, 0);
    background-image: linear-gradient(0deg, #d59e66 0%, #f1c292 100%);
    box-shadow: 0px 3px 7px 0px rgba(218, 162, 104, 0.13);
    width: 48px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    top: 8px;
    right: -25px;
}

.navbar .menu-item-has-children {
    display: inline-block;
    padding-top: 15px;
    position: relative;
    color: #777;
}

.navbar .menu-item-has-children .dropdown-menu {
position: absolute;
    left: 0;
    width: auto;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    display: block;
    box-shadow: 1.294px 4.83px 20px 0px rgba(211, 211, 211, 0.2);
    background-color: #fff;
    padding: 0;
    text-align: center;
    height: auto;
    transition: all .3s;
    top: 160%;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin: 0;

}

.navbar .menu-item-has-children .dropdown-menu p {
    color: #777;
    padding: 4px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.navbar .menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    top: 100%;
}

.navbar .menu-item-has-children .dropdown-menu p:hover {
    background-color: #d59e66;
    color: #fff;
}

.navbar .navbar-collapse,
.navbar .navbar-right {
    text-align: center;
    float: none !important;
}

.navbar .navbar-right {
    display: inline-block;
}

.navbar ul {
    margin-top: 28px;
}

.navbar ul li a {
    font-size: 18px;
}

.navbar ul .menu-item-has-children li span {
    font-size: 18px;
}

.navbar ul .menu-item-has-children li span:hover {
    color: #d59e66;
}

.navbar ul li a:hover {
    color: #d59e66;
    background: transparent;
}

.navbar .r-side {
    float: right;
    margin-top: 28px;
    /* margin-right: 40px; */
}

.navbar .r-side .sign {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-right: 10px;

}

.navbar .r-side .sign span {
    padding-left: 6px;
}

.navbar .r-side .sign span:hover {
    color: #d59e66;
}

.navbar .r-side .butn {
    height: 50px;
    line-height: 45px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d59e66;
}

.navbar .navbar-header button,
.navbar .navbar-header button:focus {
    background: transparent;
}

.navbar .navbar-header button .icon-bar {
    background-color: #d59e66;
    transition: all 0.4s ease-in-out;
}

.navbar .navbar-header .navbar-toggle.active .icon-bar.sec {
    opacity: 0;
}

.navbar .navbar-header .navbar-toggle.active .icon-bar.frs {
    transform: rotate(45deg);
    margin-top: 10px;
}

.navbar .navbar-header .navbar-toggle.active .icon-bar.thr {
    transform: rotate(-45deg);
    margin-top: -10px;
}

.nav-fixed {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    background-color: #fff;
    box-shadow: 1.294px 4.83px 20px 0px rgba(211, 211, 211, 0.4);
}

/* ----------------------------------------------------------------
 ============= header ============
 -----------------------------------------------------------------*/

header {
    background-image: url(../img/header/bg-head.png);
    background-size: cover;
    height: 820px;
    background-position: 50% 0;
    position: relative;
}

header .head {
    margin-top: -30px;
}

header .head h1 {
    font-size: 40px;
    color: #430009;
    font-weight: bold;
}

header .head p {
    font-size: 20px;
    line-height: 2;
    margin: 30px auto;
    width: 30%;
}

/* ----------------------------------------------------------------
 ============= about us ============
 -----------------------------------------------------------------*/

.about-us {
    background-image: url(../img/about-us/About-us.png);
    background-size: cover;
    background-position: 50% 0;
    background-color: #f5f5f1;
}

.about-us .info {
    padding-top: 80px;
}

.about-us .info h5 {
    font-size: 14px;
    color: #f1c8a4;
    line-height: 1.643;
    margin-bottom: 15px;
    margin-left: 30px;
}

.about-us .info h2 {
    font-size: 32px;
    color: #d59e66;
    font-weight: bold;
    line-height: 0.719;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.about-us .info p {
    direction: rtl;
    text-align: left;
    padding-left: 30px;
    font-size: 20px;
    color: #777;
    line-height: 2;
    height: 180px;
    overflow: auto;
}

.about-us .more {
    margin-top: 40px;
    margin-left: 30px;
}

.about-us .more .butn-text {
    margin-left: 30px;
    position: relative;
}

.about-us .more i {
    padding-left: 10px;
}

/* ----------------------------------------------------------------
 ============= Work ============
 -----------------------------------------------------------------*/

.process {
    background-image: url(../img/procces/box.png);
    background-size: cover;
    background-position: 50% 0;
    background-color: #f5f5f1;
    min-height: 635px;
}

.process h6 {
    font-size: 18px;
    color: #777;
    text-transform: uppercase;
    line-height: 1.278;
    text-align: center;
    transform: matrix(0.48735, 0, 0, 0.48735, 0, 0);
    letter-spacing: 10px;
    margin-top: 30px;
}

.process .section-head {
    margin-top: 80px;
}

.process .section-head h5 {
    font-size: 14px;
    color: #f1c8a4;
    line-height: 1.643;
    margin-bottom: 15px;
}

.process .section-head h5 span {
    color: #efb787;
}

.process .section-head h2 {
    font-size: 32px;
    color: #430009;
    font-weight: bold;
    line-height: 0.719;
}

.process p {
    font-size: 20px;
    line-height: 2;
    padding: 35px;
    margin-bottom: 95px;
}

.process .items .item {
    position: relative;
}

.process .items .item .numb {
    position: absolute;
    top: -90px;
    left: 40%;
    width: 30px;
    height: 30px;
    font-size: 60px;
    font-weight: bold;
    color: #7d7d7d;
    opacity: 0.4;
}

.process .items .box {
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #1a1a1a;
    box-shadow: 1.294px 4.83px 15px 0px rgba(72, 217, 178, 0.03);
    height: 158px;
    padding: 25px 49px;
}

.process .items .box:hover .pop-up {
    opacity: 1;
    z-index: 5;
}

.process .items .box h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.278;
    color: #d59e66;
}

.process .items .box h3 i {
    line-height: 0.661;
    background-color: #d59e66;
    color: #1a1a1a;
    margin-right: 8px;
    border-radius: 50%;
    font-weight: normal;
    height: 15px;
    width: 15px;
    text-align: center;
    padding-top: 4px;
    font-size: 14px;
}

.process .items .box p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.625;
    padding: 0;
    margin-bottom: 0;
}

.process .items .box span {
    position: absolute;
    border-radius: 15px;
    background-color: #d59e66;
    box-shadow: 1.294px 4.83px 15px 0px rgba(72, 217, 178, 0.03);
    width: 74px;
    height: 74px;
    top: 25%;
    left: -50px;
    text-align: center;
}

.process .items .box span i {
    color: #fff;
    font-size: 25px;
    line-height: 3;
}

.process .items .box .pop-up {
    position: absolute;
    background-image: url(../img/procces/pop-up-bg.png);
    background-size: cover;
    background-position: 50% 0;
    width: 410px;
    height: 350px;
    top: 0;
    left: 20%;
    top: -325px;
    left: -130px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.process .items .box .pop-up img {
    position: absolute;
    top: 36px;
    left: 33px;
    width: 84%;
}

/* ----------------------------------------------------------------
 ============= FAQ ============
 -----------------------------------------------------------------*/
/* .faq .top-p{
    margin-bottom: 100px;
 }*/

.faq,
.about-pg {
    background-image: url(../img/faq.png);
    background-size: cover;
    background-position: 50% 0;
    min-height: 765px;
}

.faq .head h5,
.about-pg .section-head h5 {
    font-size: 14px;
    color: #f1c8a4;
    line-height: 1.643;
    margin-bottom: 15px;
}

.faq .head h2,
.about-pg .section-head h2 {
    font-size: 40px;
    color: #430009;
    font-weight: bold;
    line-height: 0.575;
    margin-bottom: 50px;
}

.faq .head p,
.about-pg .section-head p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 2;
    margin-bottom: 50px;
}



.accordion-1 .item,
.accordion-2 .item {
    border-radius: 10px;
    box-shadow: 0px 5px 40px 0px rgba(103, 103, 103, 0.07);
    padding: 0 30px 15px;

}


.accordion-1 .tittle i,
.accordion-2 .tittle i {
    padding-right: 10px;
}

.accordion-info {
    display: none;
}

.accordion-info p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: rgb(90, 90, 90);
    line-height: 2;
    margin-left: 30px;
}

.accordion-info p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: 0px;
    top: 0;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.accordion-1 .title,
.accordion-2 .title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 0.8;
    padding: 15px 0 10px 10px;
}

.accordion-1 .title:after,
.accordion-2 .title:after {
    content: '+';
    font-weight: 100;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 0.3;
    color: #777;
}

.accordion-1 .title i,
.accordion-2 .title i {
    color: #d59e66;
    display: inline-block;
    padding-right: 10px;
}

.accordion-1 .active,
.accordion-2 .active {
    box-shadow: 0px 5px 40px 0px rgba(103, 103, 103, 0.2);
}

.accordion-1 .active .title,
.accordion-2 .active .title {
    color: #d59e66;
}

.accordion-1 .active .title:after,
.accordion-2 .active .title:after {
    display: none;
}

.faq .form {
    margin-top: 100px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 40px 0px rgba(67, 0, 9, 0.06);
    padding: 50px;
}

.faq .form .head h2 {
    font-size: 24px;
    font-weight: bold;
    color: #430009;
}

.faq .form .head h2 i {
    padding-right: 15px;
}

.faq .form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq .form .form-group label {
    position: absolute;
    left: 20px;
    top: -10px;
    background: #fff;
    padding: 0 10px;
    display: none;
}

.faq .form .form-group input {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
}

.faq .form .form-group .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    height: 100%;
    padding-left: 30px;
    font-size: 17px;
    color: rgba(77, 77, 77, 0.4);
}

.faq .form .form-group .placeholder i {
    padding-right: 10px;
}

.faq .form .form-groub-active label {
    display: block;
    color: rgba(77, 77, 77, 0.4);
}

.faq .form .form-groub-active input {
    border-color: #d59e66;
    border-width: 2px;
}

.faq .form .form-groub-active .placeholder span {
    display: none;
}

.faq .form .or .butn {
    width: 100%;
    display: block;
    margin-top: 60px;
}

/* ----------------------------------------------------------------
 ============= FAQ-page ============
 -----------------------------------------------------------------*/
.faq-pg .top-p {
    margin-bottom: 50px;
}

.faq-pg .form {
    margin-top: 45px;
}

.faq-pg,
.about-pg {
    padding-top: 200px;
}

.about-pg .s-head h4 {
    font-size: 20px;
    color: rgb(67, 0, 9);
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 10px;
}

.faq-pg .head h4 {
    font-size: 20px;
    color: rgb(67, 0, 9);
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 10px;
    margin-top: 100px !important;
}

.about-pg .s-head p {
    font-size: 18px;
    color: rgb(26, 26, 26);
    line-height: 2;
    margin-bottom: 80px;
}

.faq-pg .head p {
    font-size: 18px;
    color: rgb(26, 26, 26);
    line-height: 2;
    margin-bottom: 50px !important;
}

.faq-pg .accordion-1 h4,
.about-pg .accordion-1 h4 {
    font-size: 16px;
}

.faq-pg .head .form {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.faq-pg .head .form .form-group input {
    height: 70px;
    border-radius: 10px;
    padding-top: 5px;
    width: 90%;
}

.faq-pg .head .form .form-group .placeholder {
    line-height: 70px;
}

.faq-pg .head .form .form-group .arrow {
    position: absolute;
    right: 14%;
    top: 28%;
    font-size: 18px;
    color: #d59e66;
    display: none;

}

.faq-pg .head .form .form-groub-active .arrow {
    display: inline-block;
}

@media (max-width: 580px) {
    .faq-pg {
        padding-top: 150px !important;
    }
}

.accordion-1 .active .accordion-info,
.accordion-2 .active .accordion-info {
    display: inline-block;
}

/* ----------------------------------------------------------------
 ============= about pg ============
 -----------------------------------------------------------------*/
.about-pg {
    padding-bottom: 0;
}

.about-pg .section-head {
    padding: 0 5%;
    margin-bottom: 200px;
    margin-top: 50px;
}

.about-pg .accordion-1 {
    margin-bottom: 100px;
}

.about-pg .img {
    padding-left: 30px;
}

.about-pg .str h2 {
    font-size: 40px;
    color: rgb(26, 26, 26);
    font-weight: bold;
    line-height: 2;
}

.about-pg .str p {
    font-size: 16px;
    color: rgb(26, 26, 26);
    line-height: 2.25;
}

.about-pg .get {
    text-align: right;
    margin-bottom: 100px;
}

.about-pg .get .rgt a {
    font-size: 18px;
    color: #d59e66;
    font-weight: bold;
    line-height: 2;
    background-color: #f7f7f7;
    border-radius: 7px;
    padding: 12px 100px;
    margin-bottom: 8px;
    margin-top: 20px;
    transition: all 0.4s ease;
}

.about-pg .get .rgt a:hover {
    color: #fff;
    background-color: #d59e66;
}

.about-pg .get .rgt p {
    text-align: left;
}

.about-pg .get .rgt {
    display: inline-block;
}

/* ----------------------------------------------------------------
 ============= get started ============
 -----------------------------------------------------------------*/

.get-started {
    background-image: url(../img/box/shap-1.png);
    background-size: contain;
    background-position: 50% 0;
    min-height: 502px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 98px;
}

.get-started .l-side {
    left: 16%;
}

.get-started .l-side h2 {
    font-size: 42px;
    color: white;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
}

.get-started .l-side p {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 2.25;
}

.get-started .r-side {
    right: 10%;
    padding-top: 20px;
}

.get-started .r-side .w-butn {
    float: right;
    border-radius: 7px;
    background-color: #fff;
    width: 333px;
    height: 60px;
    border: none;
    font-size: 18px;
    color: #d59e66;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 5px;
}

.get-started .r-side .w-butn:hover {
    background-color: #d59e66;
    color: #fff;
}

.get-started .r-side p {
    float: right;
    padding-right: 100px;
    font-size: 14px;
    color: #f7f7f7;
    line-height: 1;
}

.get-started .r-side p i {
    padding-right: 8px;
}

/* ----------------------------------------------------------------
 ============= brands-pg ============
 -----------------------------------------------------------------*/
.brands .items {
    margin: 20px 0;
    padding: 30px;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.brands .items:hover {
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.brands input{
    height: 90% !important;
}
.brands .img-container{
    border-width: 0;
}

p{
    font-size: 16px;
    margin-bottom: 20px;
}

.shadowed{
    border-radius: 5px;
    box-shadow: 0px 1px 6px 3px #d3dbe2;
}

.small-container{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* ----------------------------------------------------------------
 ============= contact-pg ============
 -----------------------------------------------------------------*/
.contact-pg,
.blog-pg,
.service-pg,
.questions-pg,
.profile-pg,
.basics-pg {
    background-image: url(../img/faq.png);
    background-size: cover;
    background-position: 50% 0;
    min-height: 765px;
    padding-top: 200px;
    padding-bottom: 100px;
}

.top-p p {
    font-weight: bold;
    color: #808080;
    border: 1px solid #808080;
    border-color: rgb(235, 235, 235);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px;

}

.top-p p span {
    color: #d59e66;
    font-size: 16px;
    line-height: 1.438;
}

.top-p p i {
    padding: 0 6px;
}

.contact-pg .head h5,
.blog-pg .head h5,
.service-pg .head h5,
.questions-pg .head h5 {
    font-size: 14px;
    color: #f1c8a4;
    line-height: 1.643;
    margin-bottom: 15px;
    margin-top: 40px;
}

.contact-pg .head h2,
.blog-pg .head h2,
.service-pg .head h2,
.questions-pg .head h2 {
    font-size: 40px;
    color: #430009;
    font-weight: bold;
    line-height: 0.575;
    margin-bottom: 50px;
}

.contact-pg .head p,
.blog-pg .head p,
.service-pg .head p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 2;
    margin-bottom: 50px;
}

.contact-pg form .form-group {
    margin-bottom: 30px !important;
}

.contact-pg .l-side .drag {
    border: 2px dashed #ededed;
    border-radius: 7px;
    padding: 12px 0;
    color: #b2b2b2;
    position: relative;
}

.contact-pg .l-side .drag input {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 55%;
    opacity: 0;
}

.contact-pg .l-side .drag i {
    padding-right: 10px;
}

.contact-pg .l-side .drag .browse {
    color: #d59e66;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px;
}

.contact-pg .l-side .drag .browse input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.contact-pg .l-side .butn {
    width: 100%;
    background: linear-gradient(to left, #F1C292, #d59e66);
    color: rgb(255, 255, 255);
    margin-top: 30px;
    transition: all 0.4s ease;
}

.contact-pg .l-side .butn:hover {
    background: #fff;
    color: #d59e66;
    border: 2px solid #d59e66;
}

.contact-pg .l-side .butn:after {
    display: none;
}

.contact-pg .r-side .head h2 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.contact-pg .r-side .box {
    border: 2px solid #ededed;
    border-radius: 10px;
    padding-bottom: 15px;
    margin-top: 60px;
}

.contact-pg .r-side .box ul li {
    padding: 12px 30px;
    transition: all 0.3s ease;
    color: #1a1a1a;
    font-size: 16px;
}

.contact-pg .r-side .box ul li i {
    padding-right: 10px;
}

.contact-pg .r-side .box ul li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #430009;
    padding-top: 15px;
}

.contact-pg .r-side .box ul li:hover {
    background-color: #d59e66;
    color: #fff;
}

.contact-pg .r-side .box .more {
    color: #d59e66;
    padding: 12px 30px;
}

.contact-pg .r-side .box i {
    padding-left: 5px;
}

/* ----------------------------------------------------------------
 ============= service page ============
 -----------------------------------------------------------------*/
.service-pg .head p {
    padding-right: 5%;
}

.service-pg .ser-info {
    height: 600px;
    overflow: auto;
    margin-top: 50px;
}

.service-pg .ser-info h5 {
    margin-top: 0;
}

.service-pg .overlay {
    position: relative;
    height: 100px;
}

.service-pg .overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: linear-gradient(to top, #fff, #ffffff95, transparent)
}

.service-pg .accordion-info {
    height: 110px;
    overflow: auto;
    direction: rtl;
    margin-left: 30px;
    margin-top: 30px;
}

.service-pg .accordion-info p:before {
    display: none;
}

.service-pg .accordion-info p {
    padding-left: 0;
    margin-left: 5px;
    font-size: 16px;
    direction: ltr;
    margin-left: 20px;
    margin-top: -10px;
}

.service-pg .accordion-1 .item,
.service-pg .accordion-2 .item,
.questions-pg .accordion-1 .item {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: none;
}

.service-pg .accordion-1 .item .title,
.service-pg .accordion-2 .item .title,
.questions-pg .accordion-1 .item .title {
    line-height: 1.8;
    padding: 20px 0 10px 10px;
}

.service-pg .accordion-1 .active .title,
.service-pg .accordion-2 .active .title,
.questions-pg .accordion-1 .active .title {
    color: #430009;
    font-weight: bold;
}

.service-pg .accordion-1 .active .title h4,
.service-pg .accordion-2 .active .title h4 {
    font-size: 19px;
}

.service-pg .accordion-1 .title:after,
.service-pg .accordion-2 .title:after {
    opacity: 1;
    color: #444;
}

.service-pg .accordion-1 .active .title:after,
.service-pg .accordion-2 .active .title:after {
    content: '-';
    display: inline-block;
    font-size: 50px;
    top: -12px;
    color: #430009;
}

/* ----------------------------------------------------------------
 ============= questions page ============
 -----------------------------------------------------------------*/
/*My STyle*/
.account .account-body select {
    padding-inline-start: 50px;
}
.countries-box .input span:first-of-type {
    top: 11px;
}
select{
    width: 10%;
    height: 50px;
    font-size: 14px !important;
    transition: all 0.3s ease;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    padding-left: 20px;
    border-radius: 7px;
    color: #d59e66;
      -webkit-appearance: none;
  -moz-appearance: window;

  background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
 background-repeat: no-repeat;
 background-position: 95% center;
    background-size: 10px 10px
}
.q-1-p2 input{
        width: 90%;
    height: 100%;
    display: block;
    z-index: 999;
    position: absolute;
}

.input .error p {
    position: absolute;
    left: 22px;
    bottom: -20px;
    color: red;
    font-size: 13px
}

.valid .error {
    display: block !important
}

.valid input,.valid textarea {
    border-color: red !important
}

.inline-radio {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eebe8d82;
    margin-bottom: 9px;
}

.inline-radio div {
    position: relative;
    flex: 1;

}

.inline-radio input {
    width: 100%;
    height: 35px;
        opacity: 0;
    cursor: pointer
}

.inline-radio label {
    position: absolute;
    top: 0;
    left: 0;
    color: #727070;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;

}

.inline-radio div:last-child label {
    border-right: 0;
}

.inline-radio input:checked + label {
    width: 100%;
    background: linear-gradient(to left, #F1C292, #d59e66);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.4s ease;

}

.inline-radio-imgs input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inline-radio-imgs input {
    position: absolute;
    z-index: 999;
}




.inline-radio-imgs input:active + .drinkcard-cc {
    opacity: .9;
}


.inline-radio-imgs input:checked + .drinkcard-cc {

    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc {
    cursor: pointer;
    object-fit: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 129px;
    height: 175px;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    margin-bottom: 20px;
}

/*
.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}
*/

.inline-radio-imgs {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #b6b6b6;
}

.inline-radio-imgs div {
    position: relative;
    flex: 1;
    height: 157px;
    width: 157px;
    overflow: hidden;
    border: 1px solid #ccc;

}

.inline-radio-imgs input {

    opacity: 0;
    cursor: pointer;
    position: absolute
}

.inline-radio-imgs div:last-child label {
    border-right: 0;
}

/*Global Questions*/
.questions-pg form select:focus,
.questions-pg form input:focus {
    border-color: rgb(213, 158, 102)
}

/*
.questions-pg form select:hover,
.questions-pg form input:hover{
   border: 1px solid rgb(213, 158, 102);
}
*/
/*------Question-1*/
.display .display-item {
    padding: 15px;
}

.cb,
.rb {
    display: flex;
    color: #1a1a1a95;
    font-weight: 700;
    margin-bottom: 15px;
}

.cb input,
.rb input {
    width: 0;
    height: 0;
    display: none;
}

.cb .cb-field,
.cb .rb-field,
.rb .cb-field,
.rb .rb-field {
    width: 1.5em;
    height: 1.5em;
    background-color: white;
    position: relative;
}

.cb .cb-text,
.cb .rb-text,
.rb .cb-text,
.rb .rb-text {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 10px;
    font-size: 17px;
    color: #1a1a1a;
}

.rb .rb-field {
/*    border-radius: 100%;*/
}

.rb.outline input:checked + span {
    border-color: #d59e66;
}

.rb.outline input:checked + span:before {
    transition: all .3s linear;
    opacity: 1;
}
.rb.outline  input:checked ~ .rb-text{
    color: #d59e66 !important ;
    transition: all .3s
}

.rb.outline .rb-field {
    background-color: transparent;
    border: .2em solid #1a1a1a95;
}

.rb.outline .rb-field:before {
        content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    color: #d59e66;
    width: 0;
    height: 0;
    top: -3px;
    left: 1px;
    transition: all .3s linear;
    opacity: 0;
}

/*---------Q.2*/
.q-2 select {
    width: 10%;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    padding-left: 20px;
    border-radius: 7px;
    color: #e7b582;
    background-position: 80%
}

.q-2 label {
    margin: 0px 16px 0px 8px;
}

/*---------Q.3*/
.q-3 input {
    width: 10%;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 7px;
    -webkit-appearance: none;
    appearance: none;
}

.q-3 label {
    margin: 0px 16px 0px 8px;
}

/*---------Q.4*/
.q-4 input {
    width: 190px;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
    height: 50px;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #f1f1f1;
}
.q-4 input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
/*---------Q.8*/
/*
.q-8 select {
    height: 32px;
    min-width: 60px;
    padding-left: 6px;
    padding-right: 15px;
    color: rgb(213, 158, 102);
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 189, 186);
}
*/

.q-8 label {
    margin-top: 18px;
    font-size: 17px
}
.q-8 select{
    width: 55%
}
.q-8 .sec-container:not(:last-child) {
    margin-bottom: 15px
}

/*---------Q.7*/




 .img-container {


    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-radius: 10px;
    box-shadow: 0px 2px 25px 0px rgba(67, 0, 9, 0.06);
    position: relative;
    padding: 30px 30px 45px 30px;
    text-align: center

}

 .img-container .cate {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
     margin-bottom: 15px;

}

 input:checked + .img-container .cate {
    color: #fff
}

 input:checked + .img-container {
    background: #e2ae7a !important;
    background-image: -moz-linear-gradient(-45deg, rgb(241, 194, 146) 2%, rgb(213, 158, 102) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(241, 194, 146) 2%, rgb(213, 158, 102) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(241, 194, 146) 2%, rgb(213, 158, 102) 100%);
    box-shadow: 0px 5px 25px 0px rgba(255, 195, 133, 0.3);
    transition: all .3s
}


.q-9 .img-container label {

    /*    margin-top: -20px*/
}

.q-9 label {
    text-align: center;

}

.q-9 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 90%;
    height: 100%;
    z-index: 99;
}



.q-9 input:checked + .img-container .drinkcard-cc {

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all .3s
}

.q-9 input:checked + .img-container {
    z-index: 999;
}



/*---------Q.1.2*/
.q-1-p2 .drinkcard-cc{

}
.q-1-p2 input{
    -webkit-appearance: none;
    appearance : none
}
.q-1-p2 input:checked ~ .img-container{
    background: none !important;
    background-image: none !important;
    box-shadow: 0px 0px 0px 2px #d9a36c;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}



.q-1-p2 .img-container{
    position: relative
}


.q-1-p2 .img-container:before{
    position: absolute;
    font-family: 'fontawesome';
    font-weight: 800;
    content: '\f00c';
    opacity: 0;
    transition: all .3s;
    bottom: 20px;
    right: 20px;
    background: #d7a069;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 25px 0px rgba(215, 160, 105, 0.2);
}
.q-1-p2 input:checked + .img-container:before{
    opacity: 1;
    transition: all .3s
}
.q-1-p2 input:checked + .img-container .cate{
    color: #d7a069
}
/*---------Q.4.2*/
.q-4-p2 .inline-radio-imgs {
    width: 780px
}

.q-4-p2 .drinkcard-cc {
    background-size: 100% 100%
}

.q-4-p2 .inline-radio-imgs label {
    margin-top: -25px;

}

.q-4-p2 .inline-radio-imgs label:nth-child(1) {
    position: relative;
    z-index: 9;
}

.q-4-p2 .inline-radio-imgs div {
    height: 267px;
    width: 159px
}

/*---------Q.8.2*/
.q-8-p2 .accordion-info{
    padding: 30px !important
}
.q-8-p2 .inline-radio input {
    height: 40px;

}

.q-8-p2 .inline-radio {
    width: 470px;
    margin-bottom: 30px
}
 .q-1-p3 .cap{
    font-weight: bold;
    font-size: 17px;
    color: #1a1a1a !Important;
    margin-bottom: 2px
}

/*---------Q.5.3*/

.brands input:checked + .img-container{
    /*margin-top: -4px;*/
}
.brands .drinkcard-cc{
    margin-bottom: 0;
    width: 100%;
    height: 110px
}
.brands .img-container{
    padding: 30px;
    margin-bottom: 30px
}
/*--------q-1-p3*/
.cap{
    font-weight: bold;
    font-size: 17px;
    color: #1a1a1a;
    margin-bottom:10px
}
/*--------q-7-p3*/
.q-7-p3 .inline-radio input {
    height: 30px;

}

.q-7-p3 .color {
    height: 100px;
    width: 100%;
    border: 1px solid #B5AAA5;
    margin-bottom: 20px;

}

/*--------q-8-p3*/
.patterns .img-container {
    width: 200px;
    height: auto;
    margin: 30px auto;
    box-shadow: none;
    padding: 0
}

.q-8-p3 .inline-radio {
    width: 250px;
    margin: auto
}

.q-8-p3 .inline-radio input {
    height: 30px
}

/*--------q-11-p3*/
.outfit .img-container{
    width: 235px;
    height: 330px;
    margin: auto;
    padding: 0
}
.outfit .drinkcard-cc{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;

}
/*--------q-13-p3*/

.q-13-p3 .form-control{
    width: 100%;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    padding-left: 50px;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    border-radius: 7px;
}
.q-13-p3 .form-control:focus{
   border: 2px solid #d59e66;
    box-shadow: none;
    outline: none
}
.q-13-p3 textarea{
    height: unset !important;
    width:100% !important;
    line-height: unset !important;
}
/*
.q-11-p3 .inline-radio-imgs div {
    width: 244px;
    height: 357px
}

.q-11-p3 .drinkcard-cc {
    background-size: 100% 100%;

}
*/

/*CONTINUE STYLE*/
#section-2,
#continue-2,
#section-3,
#continue-3,
#skip-2,
#skip-3 {
    display: none
}

.questions-pg .questions-bod{
    position: relative
}
.questions-pg h4{
    font-size: 20px;
}
/*Overlay*/
.questions-pg .overlay{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #ffffffd1;
    opacity: 1;
    position: absolute;
    z-index: 9;
    display:none;
}
.questions-pg .overlay .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.questions-pg  .drag {
    border: 2px dashed #ededed;
    border-radius: 7px;
    padding: 100px 200px;
    color: #b2b2b2;
    background: #f7f7f742;
}
.questions-pg .drag span{
    font-size: 20px;
    background: #e2e2e240;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
    box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
      box-shadow: 0 0 0 10px rgba(244,157,22, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
      box-shadow: 0 0 0 0 rgba(244,157,22, 0);
  }
}
.questions-pg .drag p{
    font-size: 16px;
    cursor: pointer
}










/*My STyle*/


.account .head {
    margin-top: 50px;
}
     /****** CODE ******/

 .account .file-upload {
     display: block;
     text-align: center;
 }

.account .file-upload .file-select {
    display: block;
    border: 2px solid #f1f1f1;
    border-radius: 7px;
    color: #34495e;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.account .file-upload .file-select .file-select-button {
    background: #f1f1f1;
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.account .file-upload .file-select .file-select-name {
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
}

/* .file-upload .file-select:hover{border-color:#d59e66;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#d59e66;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;} */
.account .file-upload.active .file-select {
    border-color: #d59e66;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.account .file-upload.active .file-select .file-select-button {
    background: #d59e66;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.account .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.account .file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.account .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 50px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.account .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.account .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
}


.questions-pg .account-body {
    box-shadow: 0px 5px 40px 0px rgba(103, 103, 103, 0.2);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.questions-pg .account-body form {
    margin-top: 30px;
}

.questions-pg .questions-bod .accordion-1 .active .title h4 {
    color: #430009;
}

.questions-pg .questions-bod .accordion-1 .title h4 {
    font-weight: bold;
}

.questions-pg .questions-bod .accordion-1 .title h4 a {
    display: none;
}

.questions-pg .questions-bod .accordion-1 .active .title h4 a {
    float: right;
    margin-right: 25px;
    font-weight: bold;
    color: #1a1a1a95;
    font-size: 16px;
    display: inline-block;
}

.questions-pg .questions-bod .accordion-1 .title:after {
    display: inline-block;
    content: '\f0dd';
    font-family: 'fontawesome';
    font-size: 20px;
    opacity: 1;
    top: 15px;
    right: 30px
}

.questions-pg .questions-bod .accordion-1 .active .title:after {
    content: '\f0de ';
    color: #430009;
    top: 20px;
}

.questions-pg .accordion-1 .item {
    padding: 0;
    background: #fff
}

.questions-pg .accordion-1 .item .title {
    padding: 20px 30px;
}

.questions-pg .accordion-1 .active .title {
    border-bottom: 1px solid #e1e1e1;
}

.questions-pg .accordion-1 .accordion-info {
    width: 100%;
    padding: 30px 60px;
    margin-right: 15px;
    height: 100%;
}

.questions-pg .accordion-1 .accordion-info .buttons {
    width: 80%;
    margin-left: 10%;
}

.questions-pg .accordion-1 .accordion-info .buttons .butn {
    width: 100%;
    background: linear-gradient(to left, #F1C292, #d59e66);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.questions-pg .accordion-1 .accordion-info .buttons .butn:hover {
    background: #f1f1f1;
    color: rgb(26, 26, 26);
    box-shadow: none;
}

.questions-pg .accordion-1 .accordion-info .buttons .butn.last {
    background: #f1f1f1;
    color: rgb(26, 26, 26);
    transition: all 0.4s ease;
    box-shadow: none;
}

.questions-pg .accordion-1 .accordion-info .buttons .butn.last:hover {
    background: linear-gradient(to left, #F1C292, #d59e66);
    color: rgb(255, 255, 255);
}

.questions-pg .accordion-1 .accordion-info .buttons .butn:after {
    display: none;
}

.questions-pg .submit .butn,
.profile-pg .submit .butn {
    width: 100%;
    height: 70px;
    line-height: 4;
    background-color: #d59e66;
    color: rgb(255, 255, 255);
    border: 0
}
.questions-pg .submit{
    margin-bottom: 30px
}

.questions-pg .submit .butn:after,
.profile-pg .submit .butn:after {
    width: 100%;
    left: 0;
}

.questions-pg .submit .butn i,
.profile-pg .submit .butn i {
    padding-left: 5px;
}

.questions-pg .submit a,
.profile-pg .submit a {
    float: right;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(101, 101, 101);
}

/*============== payment ====================================*/
.payment-pg .head {
    font-size: 40px;
    color: #430009;
    padding-left: 15px;
    margin-top: 50px;
}

.payment-pg .head h3 {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 35px;
}

.payment-pg .payment-body form {
    margin-top: 60px;
}

.question-pg {
    position: relative;
}

.questions-pg .pop-up {
    position: absolute;
    left: 35%;
    top: 30vh;
    width: 500px;
    height: 400px;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 30px;
    background-color: #fff;
    display: none;
}

.questions-pg .pop-up .img img {
    width: 100px;
}

.questions-pg .pop-up h3 {
    font-size: 30px;
    color: #430009;
    margin-top: 100px;
}

/* ----------------------------------------------------------------
 ============= basics page ============
 -----------------------------------------------------------------*/
.basics-pg {
    background-size: contain;
}

.basics-pg .top-p p {
    color: #808080;
}

.basics-pg .basics-head {
    margin-top: 50px;
}

.basics-pg .basics-head .l-side {
    padding-left: 0;
}

.basics-pg .basics-head .l-side .col-md-4 {
    padding-left: 0;
}

.basics-pg .basics-head .l-side .info h3 {
    color: #430009 !important;
}

.basics-pg .basics-head .l-side .info {
    border: 1px solid #f6f4f4;
    padding-left: 25px;
    padding-bottom: 20px;
    border-radius: 7px;
    position: relative;
    z-index: 1 !important;
}

.basics-pg .basics-head .l-side .info:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -11px;
    top: 46px;
    background-color: #fff;
    border: 1px solid #f6f4f4;
    transform: rotate(45deg);
    z-index: 0;
    border-top: none;
    border-right: none;
}

.basics-pg .basics-head .r-side .info h2 {
    line-height: 1;
}

.basics-pg .box-1 {
    margin-top: 60px;
}

.basics-pg .box-1 .l-side .images {
    height: 275px;
    overflow: scroll;
}

.basics-pg .box-1 .l-side .min-img {
    margin-top: 15px;
    cursor: pointer;
    border-radius: 10px;
    height: 55px;
}

.basics-pg .box-1 .l-side .down {
    margin-top: 15px;
}

.basics-pg .box-1 .l-side .top,
.basics-pg .box-1 .l-side .down {
    background-color: #f0f0f0;
    color: #1a1a1a;
    font-size: 28px;
    border-radius: 7px;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.basics-pg .box-1 .l-side .top:hover,
.basics-pg .box-1 .l-side .down:hover {
    background-color: #d59e66;
    color: #fff;
}

.basics-pg .box-1 .master-img {
    height: 345px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.basics-pg .box-1 .r-side h5 {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 3.5;
    font-weight: bold;
}

.basics-pg h2 {
    font-size: 28px;
    color: #430009;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 10px;
}

.basics-pg p {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.basics-pg .box-1 .r-side a {
    color: #d59e66;
}

.basics-pg .box-1 .r-side a i {
    padding-left: 5px;
    font-size: 18px;
    line-height: 2;
}

.basics-pg .box-1 .r-side a:hover {
    color: #430009;
}

.basics-pg .box-2 {
    margin-top: 100px;
}

.basics-pg .box-2 .items {
    background-color: #f4f4f4;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    background-repeat: no-repeat;
    min-height: 350px;
}

.basics-pg .box-2 .top,
.basics-pg .box-2 .down {
    height: 168px;
    background-color: #f4f4f4;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    background-repeat: no-repeat;
}

.basics-pg .box-2 .top {
    margin-bottom: 15px;
}

.basics-pg .box-2 .col-md-5 {
    padding-left: 0;
}

.basics-pg .box-2 img {
    width: 500px;
}

.basics-pg .box-3 {
    margin-top: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.basics-pg .box-3 .col-md-5 {
    padding-left: 0;
}

.basics-pg .box-3 img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

.basics-pg .box-3 .info {
    padding: 30px;
}

.basics-pg .contact-ft {
    margin-top: 100px;
}

.basics-pg .contact-ft .butn {
    width: 95%;
    background-color: #d59e66;
    font-size: 16px;
    color: #fff;
    margin-top: 10%;
    margin-left: 5%;
}

.basics-pg .contact-ft .butn:after {
    width: 100%;
    left: 0;
}
.basics-pg .details-label{
    font-weight: bold
}
.basics-pg .details-desc{
    font-weight: normal !important
}
.basics-pg .details-label,
.basics-pg .details-desc{
    font-size: 15px
}
.basics-pg h4.details-label:not(:last-child),
.basics-pg h5.details-desc:not(:last-child){
    margin-bottom: 28px
}
.basics-pg h5.details-desc{
    line-height: 1.6 !important;
    font-size: 15px !important
}
.basics-pg input[type="radio"] {
    display: none;
}
.basics-pg input[type="radio"]:checked + label span {
    transform: scale(1.25);
}
.basics-pg input[type="radio"]:checked + label .red {
    border: 2px solid #711313;
}
.basics-pg input[type="radio"]:checked + label .orange {
    border: 2px solid #873a08;
}
.basics-pg input[type="radio"]:checked + label .yellow {
    border: 2px solid #816102;
}
.basics-pg input[type="radio"]:checked + label .olive {
    border: 2px solid #505a0b;
}
.basics-pg input[type="radio"]:checked + label .green {
    border: 2px solid #0e4e1d;
}
.basics-pg input[type="radio"]:checked + label .teal {
    border: 2px solid #003633;
}


.basics-pg label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.basics-pg label:hover span {
    transform: scale(1.25);
}
.basics-pg label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out;
}
.basics-pg label span.red {
    background: #DB2828;
}
.basics-pg label span.orange {
    background: #F2711C;
}
.basics-pg label span.yellow {
    background: #FBBD08;
}
.basics-pg label span.olive {
    background: #B5CC18;
}
.basics-pg label span.green {
    background: #21BA45;
}
.basics-pg label span.teal {
    background: #00B5AD;
}
.basics-pg .details-desc select{
    width: 30%;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    padding-left: 20px;
    border-radius: 7px;
    color: #e7b582;
    background-position: 80%;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.basics-pg .submit .butn{
    width: 100%;
    height: 70px;
    line-height: 4;
    background-color: #d59e66;
    color: rgb(255, 255, 255);
    border: 0;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2)
}
.suggested-products .submit .replace,
.basics-pg .submit .replace{
    background: #f1f1f1;
    color: rgb(26, 26, 26);
    transform: all .4s ease;

}
.suggested-products .submit .replace:after,
.basics-pg .submit .replace:after{
    border-color:  #f1f1f1 !important
}
.suggested-products .modal-textarea,
.basics-pg .modal-textarea{
    resize:none
}
.suggested-products .modal-textarea:focus,
.basics-pg .modal-textarea:focus{
    border-color: rgba(179, 89, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(179, 89, 0, 0.2);
}
.suggested-products .sendMsg-btn,
.basics-pg .sendMsg-btn{
    background-color: #d59e66;
    color: rgb(255, 255, 255);
    border: 0;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    border-radius: 10px;
    padding:10px;
    margin-left: 10px
}
.suggested-products .sendMsg-btn,
.basics-pg .sendMsg-btn:hover{
    opacity: .8;
    transition: all .3s
}
.suggested-products .close-btn,
.basics-pg .close-btn{
    padding: 10px;
    border-radius: 10px;
    border: 0
}


/* ----------------------------------------------------------------
 ============= profile page ============
 -----------------------------------------------------------------*/
.profile-pg  select{
    width: 100%;
    padding-left: 50px;
    line-height: unset;
    font-size: 18px !important;
    color: #75758a;
}
.profile-pg .profile-head {
    margin-top: 50px;
}

.profile-pg .profile-head .l-side .img,
.basics-pg .basics-head .l-side .img {
    border-radius: 50%;
    overflow: hidden;
}

.profile-pg .profile-head .l-side .info,
.basics-pg .basics-head .l-side .info {
    padding-top: 8%;
}

.profile-pg .profile-head .l-side .info h3,
.basics-pg .basics-head .l-side .info h3 {
    font-size: 18px;
    color: rgb(26, 26, 26);
    font-weight: bold;
    line-height: 1.278;
}

.profile-pg .profile-head .l-side .info p,
.basics-pg .basics-head .l-side .info p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.438;
    padding: 5px 0;
    margin-bottom: 0;
}

.profile-pg .profile-head .l-side .info a,
.basics-pg .basics-head .l-side .info a {
    font-size: 14px;
    color: rgb(82, 22, 30);
    line-height: 1.341;
}

.profile-pg .profile-head .r-side .info,
.basics-pg .basics-head .r-side .info {
    float: right;
}
.profile-pg .profile-head .r-side .info {
    position: absolute;
    top: -90px;
    right: 0;
}

.profile-pg .profile-head .r-side .info h2,
.basics-pg .basics-head .r-side .info h2 {
    font-size: 60px;
    color: rgba(14, 14, 14, 0.07);
    font-weight: bold;
    text-transform: uppercase;
}

.profile-pg .profile-head .r-side .info p,
.basics-pg .basics-head .r-side .info p {
    color: rgba(14, 14, 14, 0.05);
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: -15px;
    margin-left: 10px;
}

.profile-pg .profile-body {
    /* margin-top: 60px; */
}

.profile-pg .profile-body .box .box-head span {
    /* border: 1px solid #fff;
    font-size: 16px;
    color: rgb(77, 77, 77);
    line-height: 1.438;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer; */
}

.profile-pg .profile-body .box .box-head span i {
    padding-right: 5px;
}

.profile-pg .profile-body .box .box-head span.active {
    border: 1px solid #ebebeb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    position: relative;
    z-index: 3;
    background-color: #fff;
    color: #d59e66;
}

.profile-pg .profile-body .box .box-body {
    padding-top: 40px;
    border: 1px solid #ebebeb;
    min-height: 700px;
    border-radius: 10px;
    border-top-left-radius: 0;
    position: relative;
    z-index: 1;
    margin-top: -2px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;

}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#imgEdit {
    display: none
}
.profile-pg .icons ul li{
    display: inline-block;
    margin-right: 20px
}
.profile-pg .icons ul li a:hover{
    color: #efbf8f;
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s;
}
.profile-pg .icons ul li a span{
    font-size: 18px
}
/*===============================*/

.profile-pg .profile-body .box .box-body .account ul li,
.profile-pg .profile-body .box .box-body .account h5 {
    font-size: 18px;
    color: #80808050;
    line-height: 1.278;
    margin-bottom: 20px;
    margin-left: 15px;
}

.profile-pg .profile-body .box .box-body .account ul li input {
    border: none;
    color: #222;
    opacity: .5;
}

.profile-pg .profile-body .box .box-body .account h5 {
    color: #808080;

}

.profile-pg .profile-body .box .box-body .account p,
.profile-pg .profile-body .box .box-body .ship p,
.profile-pg .profile-body .box .box-body .pin p,
.profile-pg .profile-body .box .box-body .invite p,
.profile-pg .profile-body .box .box-body .support p {
    font-size: 18px;
    color: rgb(77, 77, 77);
    line-height: 2;
}

/*================================*/
.profile-pg .profile-body .box .box-body .size {
    display: none;
}

.profile-pg .profile-body .box .box-body .size .head h2 {
    color: #430009;
    margin-bottom: 15px;
    font-size: 30px;
    margin-left: 30px;
}

.profile-pg .profile-body .box .box-body .size .head p {
    color: #808080;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 60px;
    margin-left: 30px;
}

.profile-pg .profile-body .box .box-body .size .items {
    margin-bottom: 30px;
    margin-left: 15px;
}

.navbar .sign .dropdown-menu{
    left:-560%;
    top: 109%;
}

.profile-pg .profile-body .box .box-body .size .items .dropdown-menu {
    min-height: 150px;
    text-align: center;
    padding: 0;
    right: 0%;
    width: 100%;
    left: inherit;
    border-top: none;
    top: 48px;

}


.profile-pg .profile-body .box .box-body .size .items .dropdown-menu p {
    font-size: 18px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #808080;
}

.profile-pg .profile-body .box .box-body .size .items .dropdown-menu p:hover {
    color: #fff;
    background-color: #d59e66;
}


/*====================================*/
/*.profile-pg .profile-body .box .box-body .ship {*/
    /*display: none;*/
/*}*/

.profile-pg .profile-body .box .box-body .ship h3,
.profile-pg .profile-body .box .box-body .pin h3,
.profile-pg .profile-body .box .box-body .invite h3,
.profile-pg .profile-body .box .box-body .support h3 {
    font-size: 24px;
    font-weight: bold;
    color: #430009;
    line-height: 2;
    margin-bottom: 15px;
}

.profile-pg .profile-body .box .box-body .ship .submit .butn,
.profile-pg .profile-body .box .box-body .pin .submit .butn {
    width: 80%;
    margin-top: 60px;
    height: 60px;
    line-height: 3;
    float: left;
}


/*===================================*/
.profile-pg .profile-body .box .box-body .pin {
    display: none;
}

.profile-pg .profile-body .box .box-body .pin .submit .butn:after {
    display: none;
}

.profile-pg .profile-body .box .box-body .pin .submit .butn {
    background: linear-gradient(to left, #F1C292, #d59e66);
}

.profile-pg .profile-body .box .box-body .pin .submit p {
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.profile-pg .profile-body .box .box-body .pin .submit p i {
    margin-right: 5px;
    font-weight: 200;
}

.profile-pg .profile-body .box .box-body .pin .r-side i {
    color: #f0ddca;
    font-size: 200px;
    margin-top: 50px;
}


/*==========================================*/
/*.profile-pg .profile-body .box .box-body .ward {*/
    /*display: none;*/
/*}*/

.profile-pg .profile-body .box .box-body .ward .img img {
    height: 180px;
}

/*==========================================*/
.profile-pg .profile-body .box .box-body .invite {
    padding-left: 15px;
    display: none;
}

.profile-pg .profile-body .box .box-body .invite p {
    margin-bottom: 60px;
    width: 50%;
}

.profile-pg .profile-body .box .box-body .invite .l-form {
    padding-left: 0;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group,
.profile-pg .profile-body .box .box-body .support .r-side .form-group,
.contact-pg form .form-group {
    position: relative;
    margin-bottom: 45px;
    margin-top: 30px;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group input,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group input,
.profile-pg .profile-body .box .box-body .support .r-side .form-group input,
.contact-pg form .form-group input {
    height: 55px;
    border-radius: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 52px;
    font-size: 18px;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group .placeholder,
.profile-pg .profile-body .box .box-body .invite .l-form .form-group .placeholder .place,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group .placeholder,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group .placeholder .place,
.profile-pg .profile-body .box .box-body .support .r-side .form-group .placeholder,
.profile-pg .profile-body .box .box-body .support .r-side .form-group .placeholder .place,
.contact-pg form .form-group .placeholder,
.contact-pg form .form-group .placeholder .place {
    font-size: 18px;
    color: #b2b2b2;
    position: absolute;
    top: 25%;
    left: 20px;
}

.contact-pg form .form-group.textarea .placeholder,
.contact-pg form .form-group.textarea .placeholder .place {
    top: 8%;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group .placeholder .place,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group .placeholder .place,
.profile-pg .profile-body .box .box-body .support .r-side .form-group .placeholder .place,
.contact-pg form .form-group .placeholder .place {
    top: 0;
    left: 25px;
    z-index: 0;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group p,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group p,
.profile-pg .profile-body .box .box-body .support .r-side .form-group p,
.contact-pg form .form-group p {
    position: absolute;
    top: -13px;
    left: 30px;
    z-index: 3;
    padding: 0 8px;
    background-color: #fff;
    font-size: 15px;
    color: #b2b2b2;
    font-weight: bold;
    opacity: 0;
    display: inline-block;
    width: inherit;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group-active input,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group-active input,
.profile-pg .profile-body .box .box-body .support .r-side .form-group-active input,
.profile-pg .profile-body .box .box-body .support .r-side .form-group-active textarea,
.contact-pg form .form-group-active input,
.contact-pg form .form-group-active textarea {
    border: 2px solid #d59e66 !important;
}

.profile-pg .profile-body .box .box-body .invite .l-form .form-group-active p,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group-active p,
.profile-pg .profile-body .box .box-body .support .r-side .form-group-active p,
.contact-pg form .form-group-active p {
    opacity: 1;
}

.profile-pg .profile-body .box .box-body .invite .r-side .form-group textarea {
    height: 50px;
    border-radius: 7px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 35px;
    font-size: 18px;
    resize: none;
    line-height: 2.5;
}

.profile-pg .profile-body .box .box-body .invite .r-side .form-group textarea:hover,
.profile-pg .profile-body .box .box-body .invite .r-side .form-group textarea:focus {
    border: 2px solid #d59e66;
}

.profile-pg .profile-body .box .box-body .invite .r-side .form-group .s-copy {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 19px;
    color: #808080;
    cursor: pointer;
    background: transparent;
    border: none;
}

/*====================================*/
/*.profile-pg .profile-body .box .box-body .support {*/
    /*display: none;*/
/*}*/

.profile-pg .profile-body .box .box-body .support ul {
    margin-top: 60px;
}

.profile-pg .profile-body .box .box-body .support ul li {
    font-size: 18px;
    color: rgb(77, 77, 77);
    line-height: 2;
}

.profile-pg .profile-body .box .box-body .support ul li i {
    padding-right: 10px;
}

.profile-pg .profile-body .box .box-body .support a {
    font-size: 25px;
    color: rgb(77, 77, 77);
    margin-top: 60px;

}

.profile-pg .profile-body .box .box-body .support a i {
    padding-right: 10px;
}

.profile-pg .profile-body .box .box-body .support .r-side {
    padding-top: 48px;
}

.profile-pg .profile-body .box .box-body .support .r-side textarea,
.contact-pg .l-side form .form-group textarea {
    border: 2px solid #ededed;
    border-radius: 7px;
    width: 100%;
    height: 180px;
    ;
    resize: none;
    font-size: 18px;
    padding: 15px;
    padding-left: 60px;

}

.profile-pg .profile-body .box .box-body .support .r-side .form-group.textarea .placeholder,
.contact-pg .l-side form .form-group .form-group.textarea {
    top: 8%;
}

.profile-pg .profile-body .box .box-body .support .r-side .submit .butn {
    margin-top: 0;
    line-height: 4;
    color: #fff;
    font-size: 18px;
}

/* ----------------------------------------------------------------
 ============= blog page ============
 -----------------------------------------------------------------*/
.blog-pg .top-p,
.blog-pg .head {
    margin-left: 15px;
    margin-right: 15px;
}

.blog-pg .blog-body .items,
 .ward .items {
    border: 2px solid #f0f0f0;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.blog-pg .blog-body .items:hover,
 .ward .items:hover {
    border: 2px solid #d59e66;
    box-shadow: 0px 5px 10px 0px rgba(213, 158, 102, 0.1);
}

.blog-pg .blog-body .items .info h5,
 .ward .items .info h5 {
    font-size: 16px;
    color: rgb(26, 26, 26);
    font-weight: bold;
    line-height: 1.278;
    margin: 10px 0;
}
.blog-pg .blog-body .items .info h5{
    margin: 20px 0;
}

.blog-pg .blog-body .items:hover h5,
 .ward .items:hover h5 {
    color: #430009;
}

.blog-pg .blog-body .items .info p,
.blog-pg .blog-body .info span,
 .ward .items .info p {
    font-size: 14px;
    color: rgb(128, 128, 128);
    line-height: 1.643;
}

.blog-pg .blog-body .items .info span,
 .ward .items .info span {
    margin: 15px 15px 30px 0;
    color: #bfbfbf;
}

.blog-pg .buttons .butn {
    margin: 60px 10px 0;
    background-color: #f1f1f1;
    color: #bababa;
    border: none;
    transition: all 0.3s ease;
    box-shadow: none;
    height: 50px;
    width: 120px;
    font-size: 16px;
    line-height: 3;

}

.blog-pg .buttons .butn.nxt {
    background: linear-gradient(to left, #F1C292, #d59e66);
    color: #fff;
}

.blog-pg .buttons .butn:after {
    border: none;
}

.blog-pg .buttons .butn.nxt:hover:after {
    border: 2px solid #d59e66;
}

/*Suggested Products*/
.replaceBtn{
    border: 0;
    color: #fff;
    position: absolute;
    left: 14px;
    top: 0;
    font-size: 20px;
    padding: 8px;
    background: #e8b784;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 10px;
}
.viewBtn{
    width: 100%;
    background: #efc090;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    opacity: .7;
    transition: all .3s;
}
.viewBtn:hover{
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white !important;
}
/*/Suggested Products*/


/* ----------------------------------------------------------------
 ============= footer ============
 -----------------------------------------------------------------*/

footer {
    background-image: url(../img/footer/footer.png);
    background-size: cover;
    background-position: 50% 0;
    background-color: #1a1a1a;
    height: auto;
    padding-top: 100px;
}

footer .head {
    margin-left: -6px;
}

footer h3 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.15;
}

footer .head h3 {
    display: inline-block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.15;
    position: relative;
}

footer .head h3 span {
    background-image: linear-gradient(0deg, #d59e66 0%, #f1c292 100%);
    box-shadow: 0px 3px 7px 0px rgba(218, 162, 104, 0.13);
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 1.334;
    transform: matrix(0.52205, 0, 0, 0.52205, 0, 0);
    width: 60px;
    top: -20px;
    right: -35px;
    height: 30px;
    border-radius: 20px;
    padding-top: 2px;
    text-align: center;
    letter-spacing: 1px;
}

footer p {
    font-size: 16px;
    color: rgb(204, 204, 204);
    line-height: 2;
    margin-top: 5px;
    margin-bottom: 25px;
}

footer .social i {
    width: 28px;
    height: 27px;
    color: rgb(204, 204, 204);
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    margin-right: 10px;
    transition: all 0.4s ease;
}

footer .social i:hover {
    box-shadow: 0px 5px 40px 0px rgba(69, 139, 211, 0.15);
}

footer .social .fa-facebook:hover {
    background-color: #458bd3;
}

footer .social .fa-twitter:hover {
    background-color: #1da1f2;
}

footer .social .fa-google-plus:hover {
    background-color: #dd4b39;
}

footer .links h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);

}

footer .links li {
    font-size: 16px;
    color: rgb(204, 204, 204);
    line-height: 2.25;
    margin-right: 2px;
}

footer .links li:hover {
    font-weight: 600;
    color: #d69f67;

}

footer .mail h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);

}

footer .mail p {
    font-size: 14px;
}

footer .mail .cards img {
    width: auto;
    margin-right: 12px;
    margin-top: 30px;
}

footer hr {
    opacity: 0.1;
    margin-top: 30px;
}

footer .bottom p {
    display: inline-block;
    font-size: 13px;
}

footer .bottom p strong {
    color: #d59e66;
}

footer .bottom img {
    float: right;
    margin-top: 10px;
}

footer .bottom a {
    float: right;
}
.invalid_form input,.invalid_form textarea{
    border: 2px solid red !important;
}
/*carousel style questions */

.questions-pg .carousel-indicators{
    position: unset;
    margin-left: unset;
    width: auto;
}
.questions-pg .carousel ol{
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.questions-pg .carousel ol li {
    display: inline-block;
    background: #c3c3c3;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    text-indent: unset;
    position: relative;
}
.questions-pg .carousel ol li.active {
    background: #edbd8c;

}

.questions-pg .carousel ol li .title-steper {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: auto;
    color: #430009;
    font-weight: 600;
    line-height: normal;
}


/*carousel style questions */

/*bootstrap overide*/

.account button[disabled],.account html input[disabled],.account html textarea[disabled] {
    cursor: not-allowed;
    color: #222;
    opacity: .5;
}
/** sweet alert*/
.swal-button {
    background-color: #E9B886;
}


/****** AMIr ****** */

.box-head {}

.box-head .nav-tabs {
    border: 0;
    margin: 0;
}

.box-head .nav-tabs a {
    border: 1px solid #fff;
    font-size: 16px;
    color: rgb(77, 77, 77);
    line-height: 1.438;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 0 !important;
    margin: 0 0 1px;
}

.box-head .nav-tabs .active a {
    border: 1px solid #ebebeb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    position: relative;
    z-index: 3;
    background-color: #fff;
    color: #d59e66;
}

.tab-content {
    float: left;
    width: 100%;
}

.box-head .nav-tabs li {
    margin: 0;
    float: none;
    display: inline-block;
}

.profile-pg .profile-body .box .box-body .support .r-side textarea, .contact-pg .l-side form .form-group textarea {
    padding-left: 60px !important;
}

.ward .img {
    background-position: center;
    background-size: cover;
    height: 280px;
    position: relative;
}

.delt {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #e20a0a;
    border: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-size: 17px;
}

.ward .img img{
    display: none;
}

.questions-pg .submit .butn[disabled], .profile-pg .submit .butn[disabled] {
    background-color: #dadada;
    cursor: not-allowed;
    box-shadow: none;
}

.profile-pg .profile-head .l-side .info a, .basics-pg .basics-head .l-side .info a {
    font-size: 14px;
    color: #fff;
    line-height: 1.341;
    background-color: #4d4d4d;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.input label {
    font-weight: normal;
    font-size: 15px;
}

.modal-dialog{
    z-index: 1050;
}

.questions-pg .table th {
    border-bottom: 0;
    text-align: center;
}

.questions-pg .table td {
    vertical-align: middle;
    text-align: center;
}

.questions-pg .top-p {
    margin-bottom: 30px;
}

.questions-pg .table {
    margin: 0px 0 1px;
    border: 1px solid #dfdfdf !important;
}

.contact-pg, .blog-pg, .service-pg, .questions-pg, .profile-pg, .basics-pg{
    min-height: 0;
}

.table-responsive {
    border: 0 !important;
    margin: 0 !important;
    padding-bottom: 10px;
}

/* ************ AMir 14-1-2019 ************* */

.navbar {
    background: #fcfcfb;
    padding: 20px 0;
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);*/
     transition: all .3s;
}

.navbar .l-side img {
    width: auto;
    transition: all .3s;
}

.navbar ul {
    margin-top: 30px;
    transition: all .3s;
}

.navbar .r-side {
    float: right;
    margin-top: 30px;
    margin-left: 20px;
     transition: all .3s;
}

.lang {
    font-family: b-md;
    margin-top: 45px;
    display: inline-block;
    float: right;
    font-size: 15px;
    transition: all .3s;
}

.nav-fixed .lang {
    margin-top: 26px;
    transition: all .3s;
}


.navbar ul li a {
    font-size: 18px;
    padding: 0;
    margin: 15px 20px 0;
    display: inline-block;
}

.nav-fixed {
    box-shadow: 1.294px 4.83px 20px 0px rgba(211, 211, 211, 0.19);
    padding: 10px 0;
    top: 0;
    transform: none;
}

.navbar.nav-fixed .l-side img {
    width: 170px;
    transition: all .3s;
}

.navbar.nav-fixed ul {
    margin-top: 9px;
    transition: all .3s;
}

.navbar.nav-fixed .r-side {
    margin-top: 10px;
    transition: all .3s;
}

.navbar .r-side .sign {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    margin-right: 10px;
}


.get-started .r-side p,
footer .mail p{
    padding-top: 5px;
}

footer .links li:hover {
    font-weight: normal;
    color: #d69f67;
}

footer .bottom .ryad-logo p {
    display: block;
}

.ryad-logo {
    float: right;
    margin-top: -20px;
}

.navbar .l-side {
    display: inline-block;
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.navbar .col-md-4 {
    padding: 0;
}

.navbar-nav>li:first-child a {
    margin-left: 0;
}

.navbar-nav>li:last-child a {
    margin-right: 0;
}

.navbar ul li a {
    font-size: 16px;
}

.navbar .r-side .butn {
    height: auto;
    line-height: normal;
    width: auto;
    padding: 17px 20px;
    font-size: 15px;
}
.accordion-1 .item {
    margin-bottom: 20px;
}

.accordion-1 .item:last-of-type {
    margin-bottom: 20px;
}

.contact-pg .head h2, .blog-pg .head h2, .service-pg .head h2, .questions-pg .head h2 {
    margin-bottom: 30px;
}

.blog-pg .top-p, .blog-pg .head {
    margin: 0;
}

label,b, strong {
    font-weight: normal;
}

.loading {
    z-index: 9999;
}

.profile-photo {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.navbar .menu-item-has-children>a {
    font-family: b-bd;
    color: #1a1a1a;
    font-size: 15px;
    position: relative;
}

.navbar .menu-item-has-children>a:before{
    font-family: FontAwesome;
    content: "\f107";
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.navbar .menu-item-has-children .dropdown-menu a {
    margin: 5px 0;
    font-size: 14px;
    transition: all .3s;
}

.top-p p {
    font-weight: normal;
}

.profile-pg .profile-head .l-side .info, .basics-pg .basics-head .l-side .info {
    padding-top: 3.2%;
}

.profile-pg .profile-body .box .box-body {
    padding: 20px 0;
        margin-bottom: 30px;
}

.profile-pg .profile-body .box .box-body .col-md-6 .col-md-12 {
    padding: 0;
}

button[disabled], html input[disabled] {
    cursor: default;
    border: 0;
}

.input input, .input textarea {
    font-size: 15px;
}

.blog-pg .blog-body .items .info h5, .ward .items .info h5 {
    font-family: b-bd;
}

.report-modal .btn {
    text-align: center;
    font-size: 16px;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
    color: #d59e66;
    border-radius: 10px;
    background-color: #fff;
    border-color: #d59e66;
    padding: 11px 17px;
}
.report-modal .btn:hover {
    background-color: #d59e66;
    border-color: #d59e66;
    color: #fff;
    box-shadow: none;
    transition: all .3s;
}

.report-modal textarea.form-control {
    height: 140px;
    resize: none;
    border-color: #d59e66;
    box-shadow: none;
}

.report-modal .form-group {
   margin-bottom:0;
}

.support .butn:hover {
    background-color: #d59e66 !important;
    border-color: #d59e66 !important;
}

.questions-pg .table th {
  
    font-family: b-bd;
    font-weight: normal;
}

.questions-pg .table td {
    
    font-family: b-rg;
}

.butn-text {
    font-weight: normal;
    font-family: b-bd;
}

.open-sidebar {
    border: 2px solid #d59e66;
    padding: 11px 20px;
    background-color: #fff;
    color: #d59e66;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 30px;
    float: right;
    display: none;
    box-shadow:1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
}

.nav-fixed .open-sidebar{
    margin-top:10px;
}

.navbar .row {
    margin: 0;
}

.sidebar {
    background-size: cover;
    /*background-image: url(../images/hero.png);*/
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 36%;
}

.sidebar .side-logo img {
    max-width: 140px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    color: #dba611;
}

.sidebar .side-social ul li a:hover i {
    color: #ffb017;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #ffb017;
    background-color: rgba(0, 0, 0, 0.45);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}
.loading{
    height:100%;
}

.loading h1 {
    margin-top: 0;
    
    top: 50%;
    transform: translateY(-50%);
}

.contact-pg .head h2, .blog-pg .head h2, .service-pg .head h2, .questions-pg .head h2 {
    font-size: 40px;
    color: #430009;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 50px;
}

 input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

.questions-pg .questions-bod .accordion-1 .title h4 {
    font-weight: normal;
    font-family: b-md;
}
.cb, .rb {
    display: flex;
    color: #1a1a1a95;
    font-weight: normal;
    margin-bottom: 15px;
}
.display-item label:last-of-type {
    margin-bottom: 0;
}
select {
    background-color: #f7f7f7;
}
.questions-pg .accordion-1 .active .title {
    border-bottom: 0;
}
.inline-radio input:checked + label {
    font-weight: normal;
}

.questions-pg h4 {
    font-size: 17px;
    font-weight: normal;
    font-family: b-md;
}
.display-item span {
    font-weight: normal !important;
    font-family: b-md;
}
.q-13-p3 .form-control {
    border: 2px solid #f1f1f1;
    box-shadow: none;
    resize: none;
}

.questions-pg .questions-bod .accordion-1 .title:after {
    right: 15px;
}

.lon{
    font-family:b-rg;
}

.blog{
    padding-top:200px;
}

.blog .top-p {
    margin-bottom: 70px;
}

.blog .top-p {
    margin-bottom: 70px;
}

.post-img {
    background-color: #f3f3f3;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
}

.post {
    padding: 0;
}

.blog-left {
    padding-left: 0;
}

.post-data {
    margin-bottom: 30px;
}

.post-data h3 {
    display: inline-block;
    max-width: 80%;
    font-size: 22px;
}

.post-data a {
    float: right;
    display: inline-block;
    border: 2px solid #d59e66;
    border-radius: 7px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 1.294px 4.83px 20px 0px rgba(179, 89, 0, 0.2);
    color: #d59e66;
    font-size: 17px;
}

.post-data p {
    margin-top: 15px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}

.widget {
    margin-bottom: 30px;
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget .form-group {
    margin: 0;
    position: relative;
}

.widget .form-group .form-control {
    border: 1px solid #ebebeb;
    box-shadow: none;
    height: 50px;
    padding: 5px 15px;
    border-radius: 10px;
    padding-right: 90px;
}

.widget .form-group .btn {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    color: #d59e66;
    font-size: 16px;
    background-color: #f4f4f4;
}

.widget h4 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}

.widget .item {
    margin-bottom: 30px;
}

.widget .item:last-of-type {
    margin-bottom: 0;
}

.widget .item .i-img {
    width: 70px;
    height: 70px;
    background-color: #f3f3f3;
    border-radius: 10px;
    float: left;
    margin-right: 15px;
}

.widget .item .i-data {
    overflow: hidden;
}

.widget .item .i-data a {
    font-family: b-md;
    font-size: 15px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.widget .item .i-data p {
    margin-top: 5px;
}

.widget .item .i-data p span {
    margin-right: 15px;
    font-size: 13px;
    color: #afafaf;
}

.blog-sidebar {
    padding-right: 0;
}
.blog {
    padding-top: 200px;
    background-color: #fff;
    padding: 200px 0 100px;
    position: relative;
    z-index: 1;
}

footer {
    float: right;
    width: 100%;
}

.text-center.buttons {
    text-align: center;
    float: right;
    width: 100%;
}

.process .items .box {
    height: auto;
    min-height: 158px;
}

.blog-pg .blog-body .items .img {
    background-position: center;
    background-size: cover;
    height: 200px;
}

.blog-pg .blog-body .items .img img{
    opacity: 0;
}
.blog-pg .blog-body .items .info a{
    display: inline-block;
    max-width: 100%;
}

.blog-pg .blog-body .items .info h5{
    margin: 20px 0 0;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    max-width: 100%;
}

.blog-pg .blog-body .items .info span, .ward .items .info span {
    margin: 5px 15px 0 0;
}
.widget .item .i-img img {
    width: 100%;
    height: 100%;
}
.widget .item .i-img {
    overflow: hidden;
}

/* ********* 17-1-2019 ************* */

.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
position: absolute;
    top: 50%;
    margin: 0;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 30px;
    z-index: 5;
    transition: all .3s;
    transform: translateY(-50%);
}


.owl-controls .owl-buttons div .slider-right {
    right: -20px;
}

.owl-controls .owl-buttons div .slider-left {
    left: -20px;
}

.main-head .bottom-content .left-content .btn i {
    vertical-align: baseline;
    margin-left: 5px;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.navbar {
    background: -webkit-linear-gradient(left,#fafaf8,#fdfdfc,#fafaf8);
}

.navbar .l-side .logo img, footer .head .logo img {
    width: 87px;
    height: 88px;
    float: left;
}

.navbar .l-side .logo .alt_txt,footer .head .logo .alt_txt {
    display: inline-block;
    margin-left: 5px;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-top: 17px;
    transition: all .3s;
}

.navbar .l-side .logo .alt_txt h3,footer .head .logo .alt_txt h3 {
    display: block;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    color: #430009;
    font-size: 32px;
    font-family: b-bd;
    margin-bottom: 5px;
    transition: all .3s;
}

.navbar .l-side .logo .alt_txt span,footer .head .logo .alt_txt span {
    position: relative;
    line-height: normal;
    background-image: none;
    color: #e1b180;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    box-shadow: none;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    border-radius: 0;
    transform: none;
    text-transform: capitalize;
    transition: all .3s;
}

.navbar .l-side .logo .alt_txt i,footer .head .logo .alt_txt i {
    position: absolute;
    top: 15px;
    right: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 8px;
    font-family: b-bd;
    color: #430209;
    transition: all .3s;
}

.navbar.nav-fixed .l-side img {
    width: 65px;
    height: 66px;
}

.navbar.nav-fixed .l-side .alt_txt {
    padding-top: 16px;
    transition: all .3s;
}

.navbar.nav-fixed .l-side .alt_txt h3 {
    font-size: 22px;
    margin: 0;
    transition: all .3s;
}

.navbar.nav-fixed .l-side .alt_txt span {
    font-size: 13px;
    transition: all .3s;
}

.navbar.nav-fixed .l-side .logo .alt_txt i {
    right: 14px;
    top: 11px;
    transition: all .3s;
}

.navbar.nav-fixed ul {
    margin-top: 11px;
    transition: all .3s;
}

footer .head {
    margin: -10px 0 20px;
}

footer .head h3,footer .head span,footer .head i{
        color: #fff !important;
}

.navbar .r-side .sign a {
    font-size: 16px;
}
.process {
    overflow-x: hidden;
}

section.faq {
    padding-bottom: 170px;
}

.panel-title a {
    display: block;
    font-size: 18px;
    padding: 20px;
    transition:all .3s;
}


.panel-title a:not(.collapsed) {
    color: #d59e66;
    transition: all .3s;
}

.panel-title a i {
    color: #d59e66;
    margin-left: 5px;
    vertical-align: middle;
}

.panel-body p {
    position: relative;
    font-size: 14px;
    color: rgb(90, 90, 90);
    line-height: 1.9;
}

.panel-body {
    padding: 0 20px 20px !important;
    border: 0 !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border: 0;
    padding: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0px 5px 40px 0px rgba(103, 103, 103, 0.07);
    border: 0;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 0 !important;
}

.profile-body .questions-pg {
    padding: 50px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-top: -2px;
}

.profile-body .questions-pg .accordion-1 .accordion-info {
    height: auto;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #dca975 !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom,#e1b180,#dba772) !important;
}

.box-call {
    padding: 20px;
    display: table;
    width: 100%;
}

.box-call h3 {
    font-family: b-bd;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.box-call .form-group {
    position: relative;
}

.box-call .form-group .form-control {
    height: 55px;
    width: 100%;
    max-width: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 0;
}

input[type="submit"] {}

.box-call .form-group .btn {
    height: 55px;
    float: left;
    color: #fff;
    background-color: #dca975;
    font-size: 16px;
    border-radius: 0;
}

.box-table {
    padding: 0 20px;
}

.box-table .table-responsive {
    padding: 0;
}

.box-table .table {
    margin: 0;
}

.box-table .table th {
    border-bottom: 0;
    font-weight: normal;
    font-family: b-bd;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
}

.box-table .table td {
    text-align: center;
    vertical-align: middle;
}

.mybox {
    padding: 0 15px;
}

.mybox .table img {
    width: 100px;
    height: 80px;
}

.mybox .table th,.mybox .table td {
    vertical-align: middle;
    padding: 15px;
}

.mybox .table th {
    font-weight: 700;
}

.bill-head{
    margin: 20px 0;
    text-align: left;
}

.bill-wrapper .table th {
    padding: 15px;
    text-transform: capitalize;
}

.bill-wrapper .table td {
    padding: 15px;
    vertical-align: middle;
}

.bill-wrapper .table {
    margin: 0;
}

.bill-head {
    margin-top: 0;
}

.bill-head .btn {
    padding: 8px 20px;
    text-transform: capitalize;
}

.bill-wrapper {
}

.bill-wrapper .table-responsive {
    padding: 0 5px;
}

.bill-wrapper .table tfoot td{
    font-weight: 700;
    background-color: #f4f4f4;
}

.bill-infos {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 15px 15px 0;
}

.bill-infos .bill-it {
    margin-bottom: 20px;
}


.bill-infos .bill-it h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bill-infos .bill-it p {
    font-size: 17px;
}

.bill-infos .bill-it span {
    float: right;
}

.bill-infos .bill-it li {
    font-size: 15px;
    margin-bottom: 10px;
}

.bill-head {
    padding: 0;
}


.modalBox ul li .radio input.form-control {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    bottom: 2px;
    display: block;
    top: 0;
}
.modalBox ul li .radio input:checked {
    background: #dca976;
    box-shadow: 0 0 4px #dca976;
    border: 2px solid #ddd;
}
.modal-footer .butn {
    height: auto;
    line-height: 1.5;
    padding: 10px 20px;
}
.btn-footer {
    text-align: right;
    margin-bottom: 20px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.questions-pg .carousel ol li span {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions-pg .carousel ol li span img {
    width: 100%;
}

@media print {
    .noprint,footer {
        display: none;
    }

    .blog{
        padding: 0 100px;
    }
}

@media (max-width: 600px) {
    .logo a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .bellBox {
        margin: 15px 5px 0px 0px;
    }
    .nav-fixed .bellBox {
        margin: 4px 5px 0px 0px;
    }
    .navbar .l-side .logo img {
        width: 40px !important;
        height: 40px !important;
    }
    .navbar .l-side .logo .alt_txt, footer .head .logo .alt_txt {
        padding-top: 0px;
        margin-left: 0px;
    }
    .navbar .l-side .logo .alt_txt h3 {
        font-size: 15px;
    line-height: 0.8;
    margin-bottom: 0;
    }
    .navbar .l-side .logo .alt_txt span {
        font-size: 8.5px;
    }
    .logo a .alt_txt {
        display: flex !important;
        align-items: flex-start;
        flex-direction: column;
    }
    .navbar .l-side .logo .alt_txt i, footer .head .logo .alt_txt i {
        top: 3px;
    }
    .navbar.nav-fixed .l-side .logo .alt_txt i {
        right: 5px;
        top: 3px;
    }
    .endSide {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .navbar .l-side .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.unread-notifications {
    background: red;
      border-radius: 100%;
      height: 15px;
      width: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
      position: absolute;
      top: -12px;
      right: -10px;
  }

.grid-column-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}

.grid-column-3 .rb.outline {
    cursor: pointer;
}

.grid-column-3::before {
    display: none;
}