@font-face {
    font-family: din-regular;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf');
}

@font-face {
    font-family: din-bold;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf');
}
@font-face {
    font-family: din-medium;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf');
}

body {

    font-family: din-medium !important;

}
body::-webkit-scrollbar {
    width: 10px;
} 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #F8B32D;
    outline: 1px solid #F8B32D;
    border-radius: 20px;
}
::selection {
    background: #F8B32D; /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #F8B32D; /* Gecko Browsers */
    color: #fff;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: din-bold !important;
}

.form-control,
.form-control:focus {
    box-shadow: none;
    outline: 0;
}
input,
.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}
.list-group-item{
    background-color: transparent;
    border: 0px;
    padding: 0px
}
.container{
    padding: 0px
}

/* start of navbar */
.top-header{
    position: relative;
    background-image: url('../images/smiling-indian-blogger-influencer-recording-video-communication-with-subscribers-sitting-home.png');
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat

}
.top-header .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(68,68,68,.69);
}
.bg-light{
    background-color: transparent !important
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    font-family: din-medium !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    background-color: #F8B32D;
}
.navbar .area li a{
    color: #fff;
    font-size: 16px;
    font-family: din-medium !important;
    width: 131px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    line-height: 43px;
    display: table;
    border: 1px solid #fff;
    transition: all .3s ease-in-out
}
.navbar .area li a:hover{
    background-color: #F8B32D;
    border: 1px solid #F8B32D
}

.navbar .area li{
    padding: 10px
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background-color: #F8B32D;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 15px;
    padding-left: 15px
}

.navbar-light .navbar-brand{
    margin: 0
}
.top-header .content{
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;


}
.top-header .content{
    padding-top: 110px;
}
.top-header .content .title{
    font-size: 30px;
    padding-bottom: 10px;
}
.top-header .content .sub-title{
    font-size: 20px;
    font-family: din-medium !important;
    padding-bottom: 15px;
}
.top-header .content input{
    width: 100%;
    height: 69px;
    border-radius: 20px;

    background-color: #fff;
    padding-right: 100px;
    outline: none;
    border: 0px;

}
.top-header .content input:focus{
    box-shadow: none;
    outline: none
}
.top-header .content .search-here{
    position: relative;
    width: 635px;
    margin: 0 auto
}
.top-header .content .search-here button{
    background-color: transparent;
    color: #F8B32D;
    border: 0px;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 5px;
}
.top-header .content .search-here select{
    height: 69px;
    border-radius: 20px;
    width: 118px;
    color: #fff;
    text-align: center;
    background-color: #F8B32D;
    position: absolute;
    left: 0px;
    border: 0px;
    background: #F8B32D url(../images/select.png) no-repeat 80px 55%;
    -webkit-appearance: none;
}
.top-header .content .search-here select:focus{

    outline: none;
    box-shadow: none
}
.famous-join{
    padding-top: 70px;
    padding-bottom: 0px;
    position: relative
}
.famous-join .title{
    text-align: center;
    color: #F8B32D;
    font-size: 22px;

}
.famous-join .sub-title{
    text-align: center;
    color: #000;
    font-size: 16px;
    padding-bottom: 40px;
}
.famous-join .parent{
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    position: relative;
    margin-bottom: 30px;
}
.famous-join .parent img{
    width: 100%;
}
.famous-join .parent .job{
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #F8B32D;
    width: 82px;
    height: 33px;
    text-align: center;
    line-height: 30px;
}
.famous-join .parent .job p{
    color: #fff;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
.famous-join .parent .info{
    display: flex;
    flex-wrap: nowrap;
    padding: 7px 5px 10px 0px;
}
.famous-join .parent .info .child1 img{
    width: auto
}
.famous-join .parent .info .child3{
    background-color: #F8B32D;
    border-radius: 7px;
    width: 85px;
    height: 31px;
    margin-right: 5px;
    margin-top: 10px;
}
.famous-join .parent .info .child2{
    padding-top: 10px;
}
.famous-join .parent .info .child2 .name{
    margin: 0;
    padding: 0px;
    font-size: 13px;
    padding-bottom: 5px;
}
.famous-join .parent .info .child2 .country{
    margin: 0;
    padding: 0px;
    font-size: 15px
}
.famous-join .parent .info .child3 p{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.famous-join .owl-carousel .owl-item img{

    max-width: 100%;
    width: auto;
}
.famous-join .owl-theme .owl-nav [class*=owl-]{
    background-color: rgba(255,255,255,.10);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    background-color: #F8B32D;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    color: #fff;
    border: 1px solid #F8B32D;
}
.famous-join .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color: #F8B32D;
    border: 1px solid #F8B32D;
}

.famous-join .owl-carousel .owl-nav button.owl-prev{
    right: -80px;
}
.famous-join .owl-carousel .owl-nav button.owl-next{
    left: -80px;
}
.terms{
    background-color: #F9F9F9;
    padding-top: 70px;
    padding-bottom: 70px;
}
.terms .right .title{
    color: #F8B32D;
    font-size: 22px;
    padding-bottom: 10px;
}
.terms .right .sub-title{
    color: #444444;
    font-size: 18px;
    padding-bottom: 20px;
}
.terms .right p{
    color: #000;
    font-size: 15px;
    line-height: 33px;
}
.terms .news-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}
.terms .news-image img {
    width: 100%;
}
.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
}
.videoWrapper43 {
    padding-top: 75%;
}
.videoWrapper169 {
    padding-top: 56%;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster:before {
    content: '';
    background: url("../img/icon/player.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.close-video {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    font-size: 15px;
    right: 15px;
    line-height: 20px;
    outline: none;
}

.html5-video-player a {
    display: none !important;
}
.terms ul li:first-of-type a{
    background-color: #F8B32D;
    border: 1px solid #F8B32D;
    width: 319px;
    height: 62px;
    display: table;
    color: #fff;
    text-align: center;
    line-height: 62px;
    transition: all .3s ease-in-out
}
.terms ul li:first-of-type a:hover{
    background-color: transparent;
    color: #F8B32D
}
.terms ul li:last-of-type a{
    background-color: transparent;
    border: 1px solid #F8B32D;
    width: 188px;
    height: 62px;
    display: table;
    color: #F8B32D;
    text-align: center;
    line-height: 62px;
    margin-right: 20px;
    transition: all .3s ease-in-out
}
.terms ul li:last-of-type a:hover{
    background-color: #F8B32D;
    color: #fff
}
.steps{
    padding-top: 70px;
    padding-bottom: 50px;
}
.steps .title{
    text-align: center;
    color: #F8B32D;
    font-size: 22px;
}
.steps .sub-title{
    text-align: center;
    color: #000;
    font-size: 16px;
    padding-bottom: 40px;
}
.steps .first{
    padding: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    position: relative;
    margin-bottom: 30px;
}
.steps .first h2{
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    padding-right: 50px;
}
.steps .first p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.steps .first .photo{
    width: 73px;
    height: 73px;
    background-color: #FFE8AD;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    right: -30px;
    text-align: center;
    padding-top: 10px;
}
.terms_2{
    background-color: #fff;
    background-image: url('../images/Group 50.png');
    background-size: cover;
    background-repeat: no-repeat
}
.top-footer{
    background-color: #444444;
    padding-top: 20px;
    border-bottom: 1px solid #FFFDFD
}
.top-footer .parent{
    display: flex;
    justify-content: space-between
}
.top-footer .parent .other-links{
    padding-top: 7px;
}
.top-footer .parent .social{
    padding-top: 7px;
}
.top-footer .parent .other-links li{
    padding-right: 40px;
}
.top-footer .parent .other-links a{
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out
}
.top-footer .parent .other-links a:hover{
    color: #F8B32D
}
.top-footer .parent .fa{
    color: #fff;
    transition: all .3s ease-in-out
}
.top-footer .parent .fa:hover{
    color: #F8B32D
}
.top-footer .parent .social li{
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid #FFFDFD
}
.top-footer .parent .social li:last-of-type{
    border-left: 0px
}
.bottom-footer{
    background-color: #444444;
    padding-top: 10px;
    padding-bottom: 10px;

}
.bottom-footer p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.bottom-footer p a{
    color: #fff
}
.top-header-single{
    background-image: none;
    background-color: #444444;
    height: auto;
}
.famous-details{
    padding-top: 70px;
    padding-bottom: 70px;
}
.famous-details .famous{
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    padding: 20px;
    display: flex;
    justify-content: space-between
}
.famous-details .famous .right{

    display: flex;
}
.famous-details .famous .right .child2 .parent{
    display: flex;
}
.famous-details .famous .right .child2 .parent .second h2{
    color: #444;
    font-size: 18px;
    font-family: din-medium !important;
}
.famous-details .famous .right .child2 .parent .second h3{
    color: #444;
    font-size: 16px;
    font-family: din-medium !important;
}
.famous-details .famous .right .child2 .parent .third{
    background-color: #F8B32D;
    border-radius: 7px;
    width: 85px;
    height: 31px;
    margin-right: 30px;

}
.famous-details .famous .right .child2 .parent .third p{
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.famous-details .famous .right .child3 h2{
    color: #444;
    font-size: 18px;
    font-family: din-medium !important;
}
.famous-details .famous .right .child2{
    margin-right: 20px;
}
.famous-details .famous .right .child3 p{
    width: 80%;
    color: #444;
    font-size: 16px;
    padding-top: 10px;
}
.famous-details .famous .right .child3{
    margin-right: 10px;
}
.famous-details .famous .right .child2 .parent .second{
    margin-right: 10px;
}
.famous-details .famous .left .fa{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(248,179,45,.25);
    line-height: 50px;
    text-align: center;
    color: #F8B32D;
    font-size: 18px;
}
.famous-details .famous .left ul li{
    margin-bottom: 25px
}

.login-account{
    padding-top: 70px;
    padding-bottom: 70px;
}
.login-account .login{
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    padding: 20px;
    padding-bottom: 50px;
}
.login-account .photo img{
    max-width: 100%
}
.login-account .right{
    float: right;
    padding-bottom: 40px;
}
.login-account .right button{
    background-color: #F8B32D;
    border: 1px solid #F8B32D !important;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    color: #fff;
    transition: all .3s ease-in-out

}
.login-account .right button:hover{
    background-color: transparent;
    color: #F8B32D
}
.login-account .left a{
    color: #F8B32D;
    font-size: 16px;
}
.login-account .fill-data .title{
    color: #444;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8595AA;
    display: table;
    margin-bottom: 50px;
}
.login-account .fill-data input{
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    height: 50px;
    text-align: right
}
.login-account .left{
    float: left;
    padding-top: 10px

}
.login-account .no-account{
    display: table;
    text-align: center;
    color: #212121;
    font-size: 18px;
    margin: auto;
    padding-top: 30px;
    border-top: 1px solid #DFDFDF
}
.login-account .no-account a{
    color: #F8B32D;
    font-size: 18px;
}

.login-account .change-password .title{
    color: #8595AA;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8595AA;
    display: table;
    margin-bottom: 20px;
}
.login-account .change-password h3{
    color: #000;
    font-size: 17px;
    margin-bottom: 25px;
}
.login-account .change-password input{
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    height: 50px;
    text-align: right
}
.login-account .change-password button{
    background-color: #F8B32D;
    border: 1px solid #F8B32D !important;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    color: #fff;
    margin-top: 15px;
    transition: all .3s ease-in-out

}
.login-account .change-password button:hover{
    background-color: transparent;
    color: #F8B32D
}
.login-account .change-password .right{
    float: right;
}
.login-account .change-password .left{
    float: left;
}
.login-account .change-password .no-account {
    border: 0px;
    padding-top: 10px;
}
.banner-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-single{
    background-image: url('../images/pexels-cottonbro-4069293.png');
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: cover;
}
.banner-single .overlay{
    position: absolute;
    top: 0;
    right:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248,179,45,.6);

}
.banner-single .content{
    text-align: center;
    position: relative;
    z-index: 9999
}
.banner-single .content .title{
    color: #fff;
    font-size: 22px;
}
.banner-single .breadcrumb{
    background-color: transparent;
    text-align: center;
    justify-content: center;
    padding: 0px;
}
.banner-single .breadcrumb a{
    color: #fff;
    transition: all .3s ease-in-out
}
.banner-single .breadcrumb a:hover{
    color: #FF682D
}
.breadcrumb-item.active{
    color: #fff
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;

}
.about{
    padding-bottom: 20px;
}
.about .right{
    width: 456px;
    height: 565px;
    background-color: #FAF8FD;
    border-radius: 8px;
    position: relative;
}
.about .right img{
    right: -50px;
    top: 30px;
    position: absolute;
}
.about .content .title{
    display: table;
    background-color: #F8B32D;
    border-radius: 24px;
    width: 126px;
    height: 41px;
    text-align: center;
    color: #fff;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
}
.about .content .sub-title{
    color: #000;
    font-size: 37px;
    margin-bottom: 35px;
}
.about .content p{
    margin-bottom: 15px;
    color: #8595AA;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 40px;
    line-height: 30px;
}
.words{
    padding-bottom: 70px;
}
.words p{
    color: #8595AA;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.words h3{
    color: #000;
    font-size: 18px;
    position: relative;
    margin-bottom: 40px;
    padding-right: 30px;
    line-height: 30px;

}
.words h3:before{
    background-color: #F8B32D;
    width: 6px;
    height: 92px;
    content: '';
    position: absolute;
    right: 0px;
    top: -15px;

}
.rules-photo img{
    max-width: 100%;
}
.contact-us{
    padding-bottom: 70px;
}
.contact-us input{
    background-color: #F7F7F7;
    border-radius: 8px;
    height: 80px;
    text-align: right
}
.contact-us textarea{
    background-color: #F7F7F7;
    border-radius: 8px;
}
.contact-us button{
    background-color: #F8B32D;
    border: 1px solid #F8B32D !important;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    color: #fff;
    margin-top: 15px;
}
.contact-us button:hover{
    background-color: transparent;
    color: #F8B32D;
}
.contact-us .left{
    position: relative
}
.contact-us a{
    display: table;
    border-radius: 20px;
    background-color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    position: absolute;
    top: 120px;
    left: -30px;
    box-shadow: 0px 0px 70px rgba(0,0,0,.2);
    line-height: 70px
}
.person .dropdown-menu{
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding:  10px 25px;
    min-width: 240px;
    left: -60px;
}
.person ul li{
    padding-bottom: 15px;

}
.person ul li a{
    color: #8595AA;
    font-size: 21px;
    transition: all .3s ease-in-out; 
}
.person ul li span{
    padding-right: 10px;
}
.person ul li a:hover{
    color: #000;
}
.famous-show{
    padding-top: 60px;
    padding-bottom: 0px;
}
.famous-show .search-here{
    background-color: #E2E2E2;
    padding: 15px;
}
.famous-show select{
    background-color: #fff;
    border-radius: 29px;
    height: 50px;
    background: #fff url(../images/arrow-ios-downward-outline.png) no-repeat 220px 20px;
    -webkit-appearance: none;
    padding-right: 50px;
}
.famous-show input{
    height: 50px;
    border-radius: 29px;
    padding-right: 50px;
}
.famous-show .famous-search{
    position: relative
}
.famous-show .famous-search button{
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: transparent;
    border: 0px;
    color: #F8B32D;
    font-size: 20px;
}
.pagination{
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pagination ul{
    text-align: center;
    justify-content: center
}
.pagination ul li{
    margin-right: 10px
}
.pagination ul li a{
    display: table;
    border: 1px solid #F8B32D;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #F8B32D;
    margin: auto;
    line-height: 40px;
}
.pagination span{
    color: #F8B32D;
    padding-right: 10px;
}
.pagination ul li .active{
    background-color: #F8B32D;
    color: #fff
}
.my-account{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.my-account .user-profile{
    background-color: #fff;
    border-radius: 28px;
}
.my-account .user-profile .photo{
    text-align: center;
    padding-top: 20px;
    background-color: #E0E0E0;
}
.my-account .user-profile .photo img{
    border-radius: 50%;
    max-width: 100%;
}
.my-account .user-profile .photo h2{
    color: #373737;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px
}
.my-account .user-profile .nav-tabs{
    border: 0px;
}
.my-account .user-profile .nav-tabs li{
    width: 100%
}
.my-account .user-profile .nav-tabs .nav-link{
    color: #000;
    font-size: 16px;

}
.my-account .user-profile .nav-tabs .nav-link img{
    margin-left: 10px
}
.my-account .user-profile .nav-tabs .nav-item.show .nav-link, .my-account .user-profile .nav-tabs .nav-link.active{
    background-color: #83B824;
    color: #fff;
    border: 1px solid #83B824;
}
.my-account .user-profile .nav-tabs .nav-link{
    border-bottom: 1px solid rgba(112,112,112,.29);
    border-radius: 0px;
    margin: 0;
    padding: 20px 40px
}
.my-account .user-profile .nav-tabs .nav-item.show img, .my-account .user-profile .nav-tabs .nav-link.active img{
    filter: grayscale(100%) brightness(10);
}
.my-account .user-profile .nav-tabs .nav-link:focus, .my-account .user-profile .nav-tabs .nav-link:hover{
    background-color: #F8B32D;
    color: #fff;
    border: 1px solid #F8B32D;
}
.my-account .user-profile .nav-tabs .nav-link:focus img, .my-account .user-profile .nav-tabs .nav-link:hover img{
    filter: grayscale(100%) brightness(10);
}
.my-account .parent{
    display: flex;
    justify-content: space-between
}
.my-account .parent .first{
    background-color: rgba(255,255,255,.42);
    border-radius: 12px;
    text-align: center;
    background-color: #fff;

    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

.my-account .parent .first .photo{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: rgba(248,179,45,.13);
    display: table;
    margin: auto;
    padding-top: 15px;
}
.my-account .parent .first h2{
    font-size: 22px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #F8B32D
}
.my-account .parent .first p{

    font-size: 18px;
    margin: 0;
    padding-bottom: 15px;
    color: #000
}
.my-account .my-orders h2{
    color: #373737;
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 30px
}
.my-account .my-orders .table{
    background-color: #fff;


}
.my-account .table>thead>tr>th, .my-account .table>tbody>tr>th, .my-account .table>tfoot>tr>th,
.my-account .table>thead>tr>td, .my-account .table>tbody>tr>td, .my-account .table>tfoot>tr>td{
    text-align: center 
}
.my-account .table tr,.my-account .table>tbody>tr{
    border: 1px solid #83B824;
}
.my-account .table>tbody>tr>td:last-child{
    background-color: #83B824;
    border-radius: 18px;
    color: #fff;
    width: 110px;
    height: 35px;
    line-height: 35px;
    display: table;
    margin: auto;
    margin-top: 10px;
    text-align: center
}
.table .cancel{
    background-color: #FF0101 !important;
}
.my-account .your-point{
    background-color: #83B824;
    border-radius: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.my-account .your-point h2{
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
    color: #fff
}
.my-account .your-point h3{
    font-size: 40px;
    margin: 0;
    padding-bottom: 20px;

}
.my-account .your-point h3 span{
    font-size: 16px;
}
.my-account .your-point h4{
    color: #E4E4E4;
    font-weight: normal;
    margin: 0;
    padding-bottom: 20px;
}
.my-account .your-point p{
    color: #E4E4E4;
    font-size: 16px;
}
.my-account .gift{
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    padding: 15px;
    margin-bottom: 15px
}
.my-account .gift .parent{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.my-account .gift .parent .child2{
    margin-right: 15px
}
.my-account .gift .parent .child2 h2,.my-account .gift .parent .child2 h2{
    color: #444444;
    font-size: 18px;
    font-family: din-medium !important;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}
.my-account .gift .parent .child2 p{
    color: rgba(68,68,68,.38);
    font-size: 18px;
    font-family: din-medium !important;
}
.my-account .gift .left{
    float: left;
    margin-top: -60px;
}
.my-account .full{
    background-color: #fff;
    border: 1px solid #83B824;
    border-radius: 28px;
    padding: 20px;
}
.my-account .address-delivery h2{
    color: #373737;
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.my-account .address-delivery .ckbox {
    position: relative;
}
.my-account .address-delivery  .ckbox {
    padding: 5px;
    margin-bottom: 13px;

}
.my-account .address-delivery .new a{
    display: table;
    background-color: #83B824;
    border-radius: 24px;
    border: 1px solid #83B824;
    width: 153px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px
}
.my-account .full li:last-of-type{
    margin-right: 50px
}
.my-account .address-delivery  .ckbox input[type="radio"] {
    opacity: 0;
    margin: 0px 0 0 6px;
}
.my-account .address-delivery  .ckbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1B2125;
    font-size: 14px;
    margin-top: 3px;
    padding-right: 10px;

}
.my-account .address-delivery  .ckbox label:before {
    content: '';
    right: 5px;
    top: 15px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #83B824;
    background-color: #fff;
    padding: 2px;
}
.my-account .address-delivery  .ckbox input[type="radio"]:checked + label:before {
    background-color: #83B824;
    background-clip: content-box;
}
.my-account .edit-account h2{
    color: #373737;
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.my-account .edit-account .login{
    border-radius: 28px;
    padding: 20px;
    border: 1px solid #83B824;
}
.my-account .edit-account .login .form-group {
    position: relative;
}
.my-account .edit-account .login .f1 .right{
    position: absolute;
    right: 30px;
    bottom: 25px
}
.my-account .edit-account .login .f2 .right{
    position: absolute;
    right: 30px;
    bottom: 25px
}
.my-account .edit-account .login .f2 .show-password{
    position: absolute;
    left: 30px;
    bottom: 25px;
    cursor: pointer
}
.my-account .edit-account .login input{
    border: 1px solid #83B824;
    border-radius: 58px;
    height: 80px;
    padding-right: 80px;
    text-align: right;
}
.my-account .edit-account .login button{
    background-color: #83B824;
    border-radius: 45px;
    height: 45px;
    width: 178px;
    line-height: 5px;
    display: table;
    color: #fff;
    text-align: center;
    border: 1px solid #83B824;
    float: left
}
.my-account .new-address h2{
    color: #373737;
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.my-account .new-address .data-address{
    background-color: #fff;
    border: 1px solid #83B824;
    border-radius: 28px;
    padding: 20px;
}
.my-account .new-address .data-address label{
    color: #444444;
    font-size: 18px;
    font-family: din-medium !important;
    padding-bottom: 10px;
}
.my-account .new-address .data-address input{
    border: 1px solid #707070;
    border-radius: 30px;
    height: 50px;
}
.my-account .new-address .data-address button{
    background-color: #83B824;
    border-radius: 24px;
    border: 1px solid #83B824;
    color: #fff;
    text-align: center;
    width: 153px;
    height: 48px;
    line-height: 48px;
    margin-top: 40px
}
.my-account .my-data{
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.my-account .my-data .title{
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #F8B32D;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: table
}
.my-account .my-data input{
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    height: 50px;
    text-align: right
}
.my-account .my-data button{
    background-color: #F8B32D;
    border: 1px solid #F8B32D !important;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    color: #fff;
    display: table;
    margin: auto;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}
.my-account .my-data button:hover{
    background-color: transparent;
    color: #F8B32D;
}
.bank-credit{
    padding-top: 40px;
}
.bank-credit h3{
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #F8B32D;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: table
}
.my-account .bank-credit .parent{
    display: block
}
.my-account .bank-credit .parent .first{
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.my-account .bank{
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    padding: 20px 40px;
}
.my-account .bank input{
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    height: 50px;
    text-align: right;
}
.my-account .bank button{
    background-color: #F8B32D;
    border: 1px solid #F8B32D !important;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    color: #fff;
    display: table;
    margin: auto;
    margin-top: 40px;
}
.my-account .bank button:hover{
    color: #F8B32D;
    background-color: transparent
}
.my-account .bank h2{
    color: #444444;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}
.sucessfull{
    text-align: center;
}
.sucessfull h2{
    color: #444444;
    font-size: 23px;
    padding-top: 15px;
}
.modal-body{
    padding-top: 60px;
    padding-bottom: 60px;
}
.my-account .sharing-links{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.my-account .sharing-links .title{
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #F8B32D;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: table;
}
.my-account .sharing-links .form-group{
    position: relative
}
.my-account .sharing-links button{
    background-color: #F8B32D;
    border-radius: 6px;
    width: 188px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    border: 0px;
    color: #fff;
    font-size: 16px;
}
.my-account .sharing-links input{
    height: 60px;
    width: 70%;
    text-align: left;
    border: 1px solid #DFDFDF;
}
.my-account .sharing-links .my-links{
    padding-top: 30px;
}
.my-account .sharing-links .my-links input{
    width: 100%
}
.my-account .sharing-links .my-links button{
    width: 100px;
    top: 0
}