/*@import url('../fonts/HelveticaNeue-Thin.otf');
@import url('../fonts/Helvetica.ttf');*/
/*@font-face { 
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot");
}*/
/*@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");*/
body,
* {
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif  !important;*/
    font-weight: 300;
    /*letter-spacing: -1px;*/
}

.auto-flow {
    overflow: auto
}

.row {
    text-align: initial
}

body.modal-open {
    overflow: hidden !important;
}

.hide,
.selected-company-radio .form-check.hide {
    display: none !important;
}

.reject,
.fail,
.closed {
    color: #d43039;
}

.request,
.pending {
    color: #fdc539
}

.deliver,
.opened {
    color: #69e360
}

/**
Fixing bootstrap columns for safari
*/
p {
    color: #000;
    margin-bottom: 5px
}

label.error {
    color: red;
    white-space: nowrap;
    font-size: 13px !important;
}

::selection {
    background: #ffc20ed9;
}

::-moz-selection {
    background: #ffc20ed9;
}

.hotline .sm::selection {
    background: rgba(0, 0, 0, .8);
    /* WebKit/Blink Browsers */
}

.hotline::selection {
    background: rgba(0, 0, 0, .8);
    /* WebKit/Blink Browsers */
}

.hotline .lg::selection {
    background: rgba(0, 0, 0, .8);
    /* WebKit/Blink Browsers */
}

.row:before,
.row:after {
    display: none !important;
}

button {
    text-transform: capitalize !important
}

i {
    font-family: fontawesome !important;
}

label {
    font-size: 15px
}

/*classes to change in ar*/
.text--right {
    text-align: right
}

.text-end {
    text-align: end
}

.mt-101 {
    margin-top: 101px
}

.pr--0 {
    padding-right: 0
}

.pl--0 {
    padding-left: 0
}

.m-h-45px {
    max-height: 45px
}

.mainSection {
    padding: 40px 0 !important;
    background: #f2f2f2;
}

.mainSection .card-container {
    margin-top: 0
}

.jumbotron {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal
}

h3 {
    font-size: 34px;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 27px;
}

.no-bold {
    font-weight: normal !important
}

.bold {
    font-weight: bold !important
}

.yellow {
    color: #ffc20e;
}

.no-style {
    background: none;
    border: none;
}

.line_btn {
    font-size: 15px;
    text-decoration: underline !important;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    cursor: pointer;
    background: none;
    border: 0;
}

.line_btn:hover {
    color: #000
}

.line_btn_1 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 15px;
    display: block;
}

.form-control {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 0px
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-group {
    width: 100%;
    margin-bottom: 25px;
    text-align: initial
}

.form-control::placeholder {
    color: #ccc;
    opacity: 1;
    /* Firefox */
    font-size: 16px
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 16px
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
    font-size: 16px
}

.h3-s-40 {
    font-weight: normal
}

.prcgSection {
    background: #fff;
    padding: 40px 0;

}

.prcgSection .h3-s-40 {
    line-height: 59px
}

.navbar-light .form-control {
    width: 100%;
}

main section:first-child {
    margin-top: 38px
}

.top-bar {
    height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-bar p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 0px;
    text-align: initial
}

.top-bar ul li:nth-child(4) {
    padding-right: 15px;
    border-right: 2px solid #000;
}

.top-bar ul li img {
    height: 25px;
    margin-left: 5px;
}

.form-inline .form-group {
    margin-bottom: 15px
}

.navbar-mainPageHeader .btn-primary:hover {
    background-position: center !important;
    background-size: cover
}

.navbar-light {
    /*background: rgba(0,0,0,.1) !important*/
    background: rgba(0, 0, 0, .1) !important;
    /*overflow: scroll;*/
    /*max-height:300px*/
}

.navbar-light .mr-auto {
    margin: auto
}

.navbar-light .form-inline .site_btn span {
    font-weight: bold;

    text-transform: uppercase;
}

.sg {
    display: inline-block;
    margin-right: 0px;
    width: 25px;
    height: 25px;
    margin-bottom: -7px;
    background-image: url("../img/icon/1.png");
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;

}

.sg-up {}

.sg-in {
    background-image: url("../img/icon/2.png") !important;
}

.sg-out {
    background-image: url("../img/icon/3.png") !important;
}

.sg-out.active {
    background-image: url("../img/icon/3-1.png") !important;
}

.site_btn {
    background: #ffc20e;
    border: 1px solid #ffc20e;
    margin-right: 25px;
    padding: 10px;
    border-radius: 3px;
    min-width: 115px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize
}

.site_btn:last-child {
    margin-right: 0
}

.site_btn:active,
.site_btn:hover,
.site_btn:focus,
/*.site_btn:visited,*/
.site_btn.active {
    outline: none;
    box-shadow: none;
    background: #000;
    color: #fff;
    border-color: #fff;
    /*font-weight: normal*/
}

.black_btn {
    background: #000;
    border: 1px solid #000;
    margin-right: 25px;
    padding: 8px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize
}

.black_btn:active,
.black_btn:focus,
.black_btn:hover {
    background: #000;
    border: 1px solid #000;
    padding: 8px 10px;
    border-radius: 3px;
    color: #fff;
    outline: none;
    box-shadow: none
}

.black_btn:last-child {
    margin-right: 0
}

.rateStrip {
    padding-bottom: 5px;
    padding-top: 5px
}

.sg-in-btn:hover .sg-in,
.sg-in-btn:active .sg-in,
.sg-in-btn:focus .sg-in,
.sg-in-btn:visited .sg-in {
    background-image: url("../img/icon/2-1.png") !important;
}

.sg-up-btn:hover .sg-up,
.sg-up-btn:focus .sg-up,
.sg-up-btn:active .sg-up,
.sg-up-btn:visited .sg-up {
    background-image: url("../img/icon/1-1.png") !important;
}

.sg-out-btn.hover .sg-out,
.sg-out-btn:hover .sg-out,
.sg-out-btn:active .sg-out,
.sg-out-btn:focus .sg-out,
.sg-out-btn:visited .sg-out {
    background-image: url("../img/icon/3-1.png") !important;
}

.lg-btn {
    font-size: 19px;
    font-weight: normal
}

.md-btn {
    padding: 10px
}

.black-btn {
    background: #000;
    color: #fff !important;
    font-weight: normal;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #fff
}

.btn-block {
    margin: 10px 0
}

.load-more {
    margin: 10px;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.load-more img {
    margin: 0 6px;
    height: 22px;
    margin-bottom: 8px
}

.load-more-box {
    border: 0 !important;
    text-align: center
}

div .select2-container {
    width: 100% !important
        /*min-width: 200px !important*/
}

.select2-container.disabled {
    opacity: .5
}

.w-45 {
    width: 45% !important
}

.verified {
    color: #8dc63f
}

.form-check-input {
    /*position: static*/
}

.psn-st {
    position: static
}

.sm-icon {
    height: 25px;
    margin-bottom: 10px
}

.serv-icon {
    height: 33px
}

.serv-icon-box {
    text-align: right
}

.select-benificiary-list .row,
.select-address-list .row {
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 20px 0
}

.select-benificiary-list {
    padding: 0px
}

.line_btn.view {
    background: transparent;
    border: 0;
    font-weight: normal !important;
    cursor: pointer
}

.line_btn.edit {
    background: transparent;
    border: 0;
    font-weight: normal !important;
    color: #ffc20e;
    cursor: pointer
}

.btn-primary:last-child {
    margin-right: 0 !important
}

.btn-primary {
    border-radius: 4px;
    font-size: 17px;
    padding: 7px 7px 10px 7px;
    min-width: 115px;
}

.navbar-light .dropdown-item.active,
.navbar-light .dropdown-item:active,
.navbar-light .dropdown-item:hover,
.navbar-light .dropdown-item:focus {
    color: #ffc20e;
    background: #fff
}

/*============================================================================*/
.img-brand {
    height: 75px
}

ul.navbar-nav.mx-auto {
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active,
/*.nav-link:focus,*/
/*.nav-link:visited,*/
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ffc20e !important
}

/*.base-header*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 13px;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase
}

.navbar-toggler {
    background: #ffc20e
}

.sg-in-drop.dropdown-menu {
    position: absolute;
    right: -30px;
    top: 15px;
    padding: 0 0 12px 0
}

.sg-in-drop .site_btn {
    min-width: 50px;
    width: 80px;
    font-size: 15px;
    padding: 5px;
    font-weight: normal;

}

.sg-in-drop .line_btn {
    padding-top: 8px;
    font-weight: normal;
}

.dropdown-menu.show {
    box-shadow: 0 0 0 0.08rem #ffc20e !important;
    border: 1px solid #ffc20e;
    min-width: 270px !important;
}

.btm-bar {
    background: #ffc20e;
    padding: 10px 0
}

footer {
    background: #000000 url(../img/icon/footer.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 30px;
}

footer.fixed {
    position: relative;
    width: 100%;
    bottom: 0;
}

.logo-footer {
    height: 60px
}

.mainFooter {
    padding-top: 20px;
    padding-bottom: 20px
}

footer .cont-info>div>div>span:first-child {
    margin-right: 20px;
    padding: 13px !important
}

footer .cont-info>div>div>span:first-child:hover {
    margin-right: 20px;
    padding: 13px !important
}

.mainFooter .quick-AccessMenu-Footer a.active {
    color: #ffc20e
}

footer .cont-info .mb-3 {
    margin-bottom: 1.4rem !important
}

footer h6 {
    margin-bottom: 30px !important;
}

.mainFooter .footer-text {
    font-size: 14px;
    text-align: justify;
}

footer .app-logo {
    margin-top: 0 !important
}

.mainFooter .footer-text {
    height: 160px
}

.contact-list {
    height: 160px
}

.dropdown-menu-nav,
.dropdown-menu-nav.show {
    right: -20% !important;
    font-size: 13px;
    width: auto;
    min-width: 185px !important;
}

.dropdown-menu-nav .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffc20e !important
}

/*=========================================*/
#myCarousel .carousel-control-prev-icon,
#myCarousel .carousel-control-next-icon {
    height: 30px;
    width: 30px
}

#myCarousel .btn-primary {
    padding: 10px
}

.carousel-caption {
    padding: 40px
}

.top-right-shadow {
    box-shadow: 0px 0px 10px 4px #dfdfdf;
    transition: all .2s ease-in-out;
    padding-top: 30px;
    padding-bottom: 30px
}

.top-right-shadow:hover {
    transform: scale(1.06);
}

.card:hover .card-img-top {
    width: 40%;
    height: 40%
}

.card-body {
    flex: auto;
    padding: 15px 5px;
    max-height: 170px;
}

.card .card-text {
    font-size: 17px;
    color: #737373
}

.card {
    min-height: 360px;
}

.card .black_btn {
    min-width: 115px;
}

.prcg {
    text-align: initial
}

.img-prcg {
    height: 400px
}

.prcg-text p {
    color: #737373
}

/*========================*/
.vedioBg .overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    margin-top: -60px;
    margin-left: -50px;
}

.vedioBg .overlay {
    opacity: 1;
    background: none
}

.vedioBg {
    height: 37vh;
    cursor: pointer
}

.vid-text {
    padding-top: 50px;
    width: 45% !important
}

.vid-text h4 {
    font-size: 31px;
    margin: 20px 0 !important
}

.vid-text h6 {
    font-size: 26px;
    font-weight: 300;
}

.vid-text img {
    height: 80px;
}

/*============================*/
.our_Partners {
    padding: 40px 0
}

.owl-carousel-ourParntener .owl-prev {
    left: -20px
}

.owl-carousel-ourParntener .owl-next {
    right: -20px
}

/*.owl-carousel-ourParntener .owl-prev-icon {
    background-image: url(../img/icon/arr_b2.png) !important;
    height: 50px;
    width: 28px;
}*/
.owl-carousel-ourParntener .item {
    width: 150px !important;
    height: 155px !important;
    vertical-align: middle;
    align-self: center;
    margin-left: 20px;
    margin-right: 48px;
}

.img-carousel-items {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.owl-carousel-ourParntener .owl-next,
.owl-carousel-ourParntener .owl-prev {
    height: 155px
}

.owl-carousel-ourParntener .owl-stage-outer {
    max-height: 155px;
    overflow: hidden;
    width: 90%;
    margin: auto;
}

.owl-carousel-ourParntener .item img {
    width: auto;
    height: 63px;
    vertical-align: -20px;
    align-self: center;
    padding: 0px;
    margin: auto;
}

.owl-carousel-ourParntener .owl-item {
    width: 165px !important
}

.apps-download {
    background: url(../img/background/strip_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.apps-download img {
    height: 50px
}

/*===============================*/
.location {
    padding: 40px 0;
    text-align: initial
}

.location .row>div:first-child {
    text-align: initial
}

.location .num {
    font-size: 47px;
    font-weight: bold;
}

.location p {
    font-size: 18px;
    color: #222;
    margin-bottom: 20px
}

.location h3 {
    margin: 10px 0
}

.location .site_btn {
    margin: 10px 0;
    font-size: 13px
}

/*=================================*/
.pg-ttl {
    height: 100%;
    padding-top: 100px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 15px;
    min-height: 250px;
    padding-top: 150px;
    text-align: initial
}

.pg-ttl-1 {
    background-image: url(../img/background/6.jpg);
}

.pg-ttl-2 {
    background-image: url(../img/background/2.jpg);
}

.pg-ttl-3 {
    background-image: url(../img/background/3.jpg);
    padding-top: 120px;
}

.pg-ttl-4 {
    background-image: url(../img/background/4.jpg);
}

.pg-ttl-5 {
    background-image: url(../img/background/5.jpg);
}

.pg-ttl-7 {
    background-image: url(../img/background/7.jpg);
}

.pg-ttl-8 {
    background-image: url(../img/background/8.jpg);
}

.pg-ttl-9 {
    background-image: url(../img/background/9.png);
}

.pg-ttl h3.no-bold {
    display: inline-block;
    letter-spacing: 1px
}

.verified-user-inHeader {
    height: 35px;
    width: 35px;
    float: none;
    display: inline-block;
    background-position: center;
    background-size: contain;
    padding: 0 !important;
    margin: 0;
    vertical-align: text-bottom
}

/*================================*/
/*.card-container{
    margin: 0 60px;
    padding: 40px 0
}*/
.profile-img {
    max-width: 7rem;
}

.row.img-profile {
    height: 121px
}

.img-profile .img-box {
    margin: auto;
    width: 112px;
    height: 112px;
    border: 2px solid #b5b5b5;
    border-radius: 50%;
    overflow: hidden;
}

.img-profile .img-box .upload-img {
    height: 112px;
    width: 113px;
    left: 38%;
    opacity: 0;
    position: absolute;
    top: 0;
    cursor: pointer
}

.red-star:after {
    top: -43px;
}

.card-container .row.m-0>div {
    padding: 0 40px
}

.loginSection .card-container {
    border: 1px solid #dfdfdf;
    border-top: 0.3rem solid #ffc20e;
    margin: 0;
    background: #fff;
}

.flip-card {
    /*background-color: transparent;*/
    /*width: 300px;*/
    height: 550px;
    -webkit-perspective: 1000px !important;
    -moz-perspective: 1000px !important;
    -o-perspective: 1000px !important;
    perspective: 1000px !important;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1.2s;
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    transition: transform 1.2s;
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    -o-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}*/
.flip-card-inner.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/*.flip-card-inner.flipped .flip-card-front{
    visibility: hidden
}*/
.flip-card-front,
.flip-card-back {
    position: fixed;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    /*z-index: 2;*/
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*z-index: 1;*/
}

.forgotPassForm {
    margin-top: 50px
}

/*=================================*/
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    width: 44px;
    height: 20px
}

.togglebutton label .toggle:after {
    height: 15px;
    width: 15px;
    top: -1px
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    left: 26px;
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(0, 0, 0, 0.8);
}

.cashCompany .cabtion,
.cashCompany .font-weight-light {
    font-size: 14px;
    width: 70%;
    text-align: initial;
}

.form-check .form-check-label .rectangle .check {
    height: 7px
}

.form-check .form-check-label .rectangle {
    height: 23px;
    width: 23px
}

.form-check .form-check-label .rectangle .check:after {
    content: "\f00c";
    height: 21px;
    width: 21px;
    font-family: 'FontAwesome';
    vertical-align: middle;
    font-size: 37px !important;
    color: #8dc63f;
}

.form-check .form-check-label .rectangle:before {
    height: 25px;
    width: 25px;
}

.cashCompany .form-check {
    padding: 0;
    margin-top: 0px !important;
    margin-bottom: 20px
}

.cashCompany .form-check:last-child {
    margin-bottom: 30px
}

.form-check .form-check-label .bankTobank-Radio,
.form-check .form-check-label .bankTransfer-Radio,
.form-check .form-check-label .cashOnHand-Radio,
.form-check .form-check-label .delivery-Radio,
.form-check .form-check-label .pickUp-Radio {
    padding: 15px;
    background-size: contain;
    background-position: bottom;
}

.form-check .form-check-label .bankTobank-Radio,
.form-check .form-check-label .bankTransfer-Radio,
.form-check .form-check-label .cashOnHand-Radio {
    padding: 13px
}

.form-check .form-check-label span {
    font-size: 14px;
    left: 0
}

.form-check .form-check-label span.check {
    left: -6px
}

.form-check .form-check-input:checked~span {
    /*font-size: 13px*/
}

.cashCompany .form-check .form-check-input span.p-2 {
    padding: 0 8px !important
}

.panel-divider {
    border-bottom: 1px solid #a7a9ac;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.card h5.card-title {
    font-size: 21px;
}

.company-logo .img-card-company {
    padding: 0;
    border: 0;
    width: auto;
    height: 70px;
    width: 70px;
    float: none
}

.card-head .company-logo {
    float: left;
    border: 1px solid #dfdfdf;
    padding: 15px 10px;
}

.card-head {
    margin-bottom: 10px
}

/*.card.card-company .row:after{
  display: block;
content: '';
clear: both
}*/
.company--list {
    margin-top: -5px;
    margin-left: 30px !important
}

.company--list>div {
    padding: 5px;
    margin: 0 !important;
}

.company--item .card-text {
    font-size: 14px;
    color: #222
}

.company--item .service {
    font-size: 14px
}

.company--item .card-text.text-oneline {
    max-height: 21px;
    overflow: hidden;
}

/*====================================*/
.img-header-listingCompany {
    margin: 0 !important;
    height: 100% !important;
    width: auto !important;
    padding: 0 !important;
}

.img-header {
    height: 95px;
    width: auto !important;
    background: #fff;
    padding: 0px !important;
    overflow: hidden;
    margin-top: 5px
}

.verified-user-inHeader {
    padding: 24px
}

.ttl-header {
    padding-left: 15px
}

.text-header {
    color: #fff;
    font-size: 15px;
    margin: 5px 0
}

.text-header-prfl {
    color: #b0b0b0;
    font-size: 18px;
    margin: 5px 0;
    width: 80%;
}

/*.pg-ttl .div div:first-child{
    width: 20%
}
.pg-ttl .div div:nth-of-type(2){
    width: 80% 
}*/
/*.nav-tabs .nav-link{
    color: #a7a9ac !important;
}*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 45px;
}

.company-selected.jumbotron>.col {
    padding-left: 5px;
    padding-right: 5px
}

.company-selected .img-flag {
    width: 60px !important;
    height: 43px !important;
    padding: 8px;
    margin-left: -4px;
}

.company-list .img-flag {
    width: 60px !important;
    height: 43px !important;
}

.img-flag {
    /*height: 43px;*/
    height: 35px;
    padding: 5px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    /*width: 60px;*/
    width: 50px;
    margin-right: 16%
}

.img-flag.currency {
    margin: 0;
    border: 0;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 3px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #000 transparent;
}

.company-selected .selected-company-radio {

    padding: 0px;
}

.company-selected .selected-company-radio .form-row .select2-container {
    /*width: 90% !important;*/
}

.img-beside-topayAmount img {
    margin-left: -1px;
    height: 45px;
    width: 60px
}

.gradient-background {
    display: block;
    padding: 0 15px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 25px
}

.gradient-background .form-check {
    min-height: 100px;
    padding: 0;
    padding-left: 30px;
}

.gradient-background.exchg .form-check {
    padding-left: 100px
}

.company-selected .form-control {
    text-align: center
}

.modal .select2-container {
    width: 100% !important;
}

.modal .img-flag {
    margin-right: 0
}

.company-selected .hr-divider {
    padding-right: 0
}

.selected-company-radio .form-check .rectangle {
    border: 1px solid #a7a9ac;
    margin-left: 75%;
    border-radius: 25%;
    top: -12px !important;
    background: #efefef
}

.form-check .form-check-label .rectangle .check {
    width: 28px;
}

.selected-company-radio .form-check .form-check-label .bankTobank-Radio,
.selected-company-radio .form-check .form-check-label .bankTransfer-Radio,
.selected-company-radio .form-check .form-check-label .cashOnHand-Radio {
    padding: 19px;
    margin: 6px 24px 6px 24px;
}

.selected-company-radio .form-check .bottom-text {
    padding-top: 45px !important;
    padding-right: 25px;
    font-size: 12px;
}

.selected-company-radio>.row>div:first-child {
    border-right: 1px solid #dfdfdf
}

.selected-company-radio>.row div .form-group:nth-of-type(2) {
    height: 135px
}

.modal .selected-company-radio .form-check .form-check-label .bankTobank-Radio,
.modal .selected-company-radio .form-check .form-check-label .bankTransfer-Radio,
.modal .selected-company-radio .form-check .form-check-label .cashOnHand-Radio {
    margin: 5px 64px;
}

.modal-body .selected-company-radio .form-check .bottom-text {
    padding-top: 23% !important;
    font-size: 17px;
    padding: 00;
    margin-left: 0px;
}

.form-check .form-check-input:checked~.rectangle {
    border-color: #a7a9ac;
}

.requestSec {
    padding: 20px 0 !important
}

.requestSec .card-container {
    margin: 0 80px 0 0;
    padding: 10px 20px;
}

.img-card-company-full img {
    height: 70px
}

.img-card-company-full {
    min-height: auto;
    min-width: auto;
    height: 100px;
    border: 1px solid #a7a9ac;
    padding: 12px;
    float: left !important;
    width: 100px;
    text-align: center;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    /*margin-top: 5px*/

}

.requestSec .card h5.card-title {
    font-size: 18px
}

.requestSec .f-c-g {
    margin: 0;
    margin-bottom: 4px;
    font-size: 14px;
}

.card-myXnet>.card-body>.row>div:nth-of-type(2) {
    padding: 0
}

.card-myXnet>.card-body>.row>div:last-child {
    padding: 0 45px 0 0
}

.card-myXnet .ttl-icon {
    height: 38px;
    margin-top: -8px;
}

.card-myXnet .status {
    margin-bottom: 5px;
    font-size: 14px
}

.card-myXnet {
    border-color: #939598 !important
}

.card-container .card-body:after {
    width: 1rem;
    margin: auto;
    margin-right: 5px;
}

.xs-icon {
    height: 19px;
    width: 30px;
}

.track-y-t {
    background-image: url(../img/icon/Track-Your-Transfer-01.png);
    background-position: 6px;
    background-size: 20px;
    padding: 5px
}

.btn-track {

    padding: 6px
}

.transfer-again {
    background-image: url(../img/icon/Transfer-Again-01.png);
    background-position: 4px;
    background-size: 23px;
}

.transfer-again {
    background-image: none !important
}

/*url(../img/icon/Transfer-Again-01.png)*/
.transfer-again span {
    background-image: url(../img/icon/Transfer-Again-01.png);
    display: inline-block;
    height: 15px;
    width: 26px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -3px;
}

.transfer-again:hover span {
    background-image: url(../img/icon/trans.png);
}

.track-y-t {
    background-image: none;
    padding: 4px
}

.track-y-t span {
    background-image: url(../img/icon/Track-Your-Transfer.png);
    display: inline-block;
    height: 20px;
    width: 26px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -3px;
}

.track-y-t:hover span {
    background-image: url(../img/icon/track.png);
}

.card-btn-div {
    margin-bottom: -10px
}

.btn-track {
    border: 1px solid #dfdfdf !important;
}

select.gr-select-color {
    font-size: 19px;
    color: #222
}

.card-btn-div div {
    padding: 0 5px
}

.card-myXnet .f-c-g {
    margin-bottom: 0;
    font-size: 14px
}

.modal-body .card-container {
    padding: 0
}

.modal-body .card-myXnet .card-body {
    padding: 0
}

.tbl-ttl {
    margin: 5px 0 10px 0;
    font-size: 18px;
    color: #000;
}

.row .bg-c-w-g {
    background: #fff;
}

.req-tbl .row .bg-c-w-g {
    padding: 0 10px !important
}

.row .bg-c-w-g p {
    margin-bottom: 7px;
    font-size: 17px
}

.row .bg-c-w-g:first-child {
    /*    background: red*/
}

/*===================================*/
.ntfSection {
    padding: 20px 0
}

.ntfSection .card-container {
    margin: 0 0px 0 0;
    padding: 15px;
}

.ntfSection .card-container .card {
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid #ccc
}

.ntfSection .f-c-g {
    margin: 0
}

.new-notify {
    background: #fff3d7
}

.card-notify .card-body .row>div:nth-of-type(2) {
    padding-left: 15px
}

.card-notify .card-body {
    padding: 4px
}

.ntfSection .card h5.card-title {
    font-size: 18px;
    text-align: initial
}

.ntfSection .card-notify .f-c-g {
    margin-bottom: 10px
}

.ntfSection .card-notify p.m-0 {
    font-size: 13px;
    text-align: initial;
    width: 60%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.know-more {
    font-size: 13px;
    color: #a7a9b3;
}

.know-more-div {
    text-align: end
}

.img-prfl {
    height: 118px;
    width: 118px;
    background: transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #9e9e9e;
    margin: 0px 0px 0 0;
    text-align: center;
    background-position: center;
    background-size: contain;
}

.img-prfl.user {
    background-image: url(../img/user/2.jpg);
}

.img-prfl.company {
    background-image: url(../img/icon/bec.jpg);
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 80%;
    border: 1px solid;
    background-color: #fff;
    height: 100px;
    width: 105px;
    margin-top: 6px;
}

/*===============================*/
.side_ttl {
    font-size: 15px;
    margin-bottom: 35px;
}

.prflSection .nav-tabs--vertical .nav-item a {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 15px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: bold;
    color: #222
}

.prflSection .nav-tabs--vertical {
    border: 0;
    width: 100%
}

.prflSection .nav-tabs--vertical .nav-item {
    border: 0;
    width: 100%
}

.prflSection {
    padding: 20px 90px;
}

.prflSection .card-container {
    margin: 0;
    padding: 20px 0;
    border: 1px solid #cfcfcf;
    border-top: 0.3rem solid #ffc20e;
}

.prflSection .card-container.change-pass {
    width: 60%;
    margin: auto
}

.prflSection .form-control:disabled,
.prflSection .form-control[readonly],
.prflSection .form-control {
    color: #222;
    font-size: 17px;
    background-color: #f1f1f1;
}

.prflSection label {
    font-size: 15px
}

.black--box {
    padding-right: 0;

}

.blackbox {
    padding-right: 0
}

.blackboxSib {
    padding-left: 5px
}

.black-box-L {
    vertical-align: -11px;
    padding: 10px 10px;
    border-radius: 3px;
    width: 100% !important;
    display: block;
    height: 44px;
}

.prflSection .form-group {
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.prflSection .row>div .form-group:last-child {
    border-bottom: 0
}

.prflSection .card-container .row.m-0>div:first-child {
    border-right: 1px solid #dfdfdf
}

.with-b-check {
    height: 140px
}

.with-b-check .form-check {
    margin-top: 12px;
    margin-right: -5px;
    padding: 0;
    width: 100% !important
}

.with-b-check .form-check-label {
    text-align: right;
    padding-right: 40px;
    font-size: 14px !important;
}

.with-b-check .form-check-label .rectangle {
    height: 18px;
    width: 18px;
    margin-top: 8px;
    border-radius: 4px;
    margin-left: 94%
}

.with-b-check .form-check-label .rectangle .check:after {
    font-size: 28px !important
}

.with-b-check .form-check-label .rectangle .check {
    height: 22px;
}

.prflSection .f-c-g {
    font-size: 20px;
    color: #cfcfcf;
}

.green-check.t-68-l-82:after {
    top: 31%;
    right: 2%;
    left: auto
}

span.green-check {
    display: block;
    position: relative
}

.green-check:after {
    background-size: 85%
}

.prflSection .nav-tabs .nav-link.active,
.prflSection .nav-tabs .nav-item.show .nav-link {
    color: #ffc20e !important;
    text-decoration: underline !important;
}

/*===================================*/
.grd-sel-bg .select2-container--default .select2-selection--single {
    background-image: linear-gradient(#fff, #ededed) !important;
    height: auto;
    font-weight: bold;
    padding: 8px 0
}

.grd-sel-bg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;

}

.grd-sel-bg .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-weight: bold;
    color: #222;
    font-size: 16px
}

.grd-sel-bg .img-flag {
    height: 30px;
    width: 50px;
    margin-right: 10px;
    border: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #dfdfdf;
    margin-bottom: 0;
    margin-top: 9px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 15px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
    border-color: #dfdfdf;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 3px;
    font-size: 15px;
}

.tab-content-rate {
    border: 1px solid #dfdfdf;
    border-top: 5px solid #ffc20e;
    padding: 0;
    height: auto !important
}

.nav-tabs {
    border-bottom: 0;
}

.rate-info-row div:last-child {
    text-align: end
}

.sm-f-g {
    font-size: 12px;
    margin: 0;
    color: #a7a9ac;
    text-align: initial
}

.sm-f-b {
    font-size: 13px;
    color: #222;
    margin: 3px 0
}

.tab-content-rate .box {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 20px;
}

.md-f-b {
    margin: 0;
    color: #222;
}

.box-label {
    font-size: 22px
}

.btn-arrangeby img {
    width: auto;
    height: 26px !important;
    float: right;
}

.btn-arrangeby {
    padding-top: 15px;
    width: auto !important;
    display: block;
    text-align: right;
    outline: none !important;
    /*background: transparent !important*/
}

.btn-arrangeby #dropdownMenuButton {
    background: transparent
}

.sm-dropdown-menu.show {
    margin: 0 !important;
    top: -2px;
    left: -11% !important;
    /*left: auto !important;*/
    /*right:12% !important;*/
    min-width: 200px !important;
    box-shadow: none !important;
    border: 1px solid #dfdfdf !important;
    font-size: 15px;
    padding: 10px
}

.sm-dropdown-menu.show.w-200px {
    min-width: 200px !important;
}

.money-black-d {
    background-size: 13%;
    text-align: initial;
    padding-left: 22%;
    background-position: 10px
}

.money-black-t {
    background-size: 9%;
    text-align: initial;
    padding-left: 22%;
    background-position: 15px
}

.rate-info-row .md-f-b {
    margin-top: -4px;
    text-align: initial
}

.three-dots {
    background: none;
    border: none;
    cursor: pointer
}

.three-dots img {
    height: 7px !important
}

.check-all {
    border: 0;
    background: 0;
    color: #a7a9ac;
    cursor: pointer;
    float: right;
    padding: 0;
    margin-right: -5px;
}

.add-more {
    border: 0;
    background: 0;
    color: #a7a9ac;
    cursor: pointer;
    float: right;
    padding: 0;
    margin-top: -15px;
    margin-bottom: 10px;
}

#personal-info .add-more {
    margin: 10px 0;
}

.more-link-row {
    padding-bottom: 40px !important;
}

a.add-more:hover,
a.add-more:visited {
    color: #ffc20e;
}

.rateSection {
    overflow: hidden;
    padding: 20px
}

.trans-now {
    background-size: 13% !important;
    background-image: url("../img/icon/transfer-black-01.png")
}

.track-rate {
    background-image: url(../img/icon/rin.png);
    background-position: 15px;
    background-size: 10%;
    background-repeat: no-repeat;
    text-align: initial;
    padding-left: 22%;
}

form.text-center .form-control {
    text-align: center !important
}

.modal-header .logo {
    height: 37px;
    margin: 0px 9px 4px 0;
    padding: 0 8px
}

.modal-header {
    padding: 7px 15px;
}

.modal-header .close span {
    font-size: 39px;
}

.modal-header .close {
    padding-top: 5px
}

.modal-header.text-center {
    padding-left: 30%
}

.modal-header.text-center .close {
    padding-top: 5px
}

.modal-header.pl-3 .close {
    padding-top: 10px
}

.modal-title {
    font-weight: normal
}

.border-child {
    padding: 0
}

.border-child .box {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px
}

.check_all_modal .logo {
    height: 36px
}

.modal .btn-arrangeby {
    padding: 0;
    height: 19px;
    float: none
}

.modal .sm-dropdown-menu.show {
    margin: 0 !important;
    top: -10px !important;
    left: -70% !important;
}

.money-num {
    margin: 0;
    font-size: 18px
}

.btn-arrangeby .dropdown-menu {
    padding: 0
}

.btn-arrangeby .dropdown-menu button:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0
}

/*===================================*/
.hotline {
    color: #ffc300;
    margin: 0;
    font-size: 30px;
    margin-top: -5px;
}

.hotline img {
    height: 38px;
    margin-top: -5px;
}

.hotline .sm {
    font-size: 23px;
    font-weight: normal;
}

.hotline .lg {
    font-size: 40px;
    font-weight: bold
}

/*====================================*/
.contactSection {
    padding: 20px 0
}

.contactSection .card-container {
    padding: 1.5rem 15px;
}

.contactSection .card-container>.row>div {
    padding: 0 40px
}

.contactSection .black-box-L {
    /*width: 82px*/
}

.card-container label {
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 2px
}

.contactSection .img-fluid {
    max-width: 75%;
    max-height: 60px
}

.contactSection .social-media {
    padding: 5px 10px 25px 10px;
    border-bottom: 2px solid;
    margin: 10px 10px 15px 10px;
}

.social-media .col {
    text-align: center;
    padding: 0 5px;
}

#loc_map {
    width: 100%;
}

.map-box {
    min-height: 300px
}

/*=====================================*/
.tab-content-money-services {
    border: 1px solid #dfdfdf;
    padding: 30px 20px;
    height: auto !important
}

.company-selected .nav-tabs .nav-link.active,
.company-selected .nav-tabs .nav-item.show .nav-link {
    margin-bottom: -1px
}

.box-90 {
    width: 87%;
    margin: auto;
}

.topay {
    margin-left: 0 !important;
    width: 100% !important
}

.left-col {
    left: 0;
    text-align: initial
}

.img-beside-topayAmount {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #ccc;
    margin-left: -1px;
    border-left: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%
}

.img-beside-topayAmount img {
    padding: 0;
    border: 0;
    height: 26px;
    width: 40px;
    margin: auto;
}

.form-control.topay {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tab-content-money-services .form-control,
.select2-container--default .select2-selection--single,
.img-beside-topayAmount {
    border-radius: 0 !important
}

.img-beside-topayAmount-L img {
    height: 45px
}

.bottom>* {
    vertical-align: bottom;
}

.tab-pane.active {
    display: block !important
}

.form_mts {
    display: none
}

.form_mts.active {
    display: block
}

.h-100px {
    height: 100px;
    padding: 30px 0;
    text-align: initial
}

.add-benificiary {
    display: none
}

.mx-auto-chd .btn {
    margin: auto
}

.verification-alert {
    padding: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
}

.binf-details {
    display: none;
    widows: 100px;
    min-height: 120px;
    background: #fffaef;
    border: 1px solid #dfdfdf;
    padding: 15px;
}

.binf-details .change-div {
    text-align: end
}

.binf-details .view-more {
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    border: 0;
    cursor: pointer
}

.binf-details p,
.binf-details button {
    margin: 0;
    font-size: 14px
}

.binf-details .row {
    margin: 0;
}

.binf-details .row>div {
    padding: 0;
    margin-bottom: 10px
}

.binf-details .view-more-div {
    text-align: end
}

.scucces-alert .modal-body {
    padding: 20px 40px;
}

.confirm-ttl {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;

}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/

.scucces-alert p {
    font-size: 13px !important
}

.scucces-alert .bg-c-w-g {
    background-color: #f1f1f1;
}

.scucces-alert span.rectangle.m-0.pl-0 {
    top: -5px !important;
}

.scucces-alert .form-check .form-check-label {
    text-decoration: underline
}

.textarea-resize-none {
    resize: none;
    min-height: 100px;
}

.change-model {
    cursor: pointer;
    color: #000;
    font-size: 14px;
}

.change-model:hover {
    color: #ffc20e
}

.manage-address {}

.h-auto {
    height: auto !important
}

.ad-area {
    /*        height: 400px;
        width: 500px;
        background-image: url(../img/icon/pic.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;*/
    margin: auto
}

.ad-area img {
    width: auto;
    height: 400px;
}

.form-control::placeholder {
    font-size: 14px;
}

#Ben_Physical_Address {
    height: 245px;
}

.btn .fa-map-marker {
    margin: 0 5px;
    font-size: 18px
}

.form_mts>.row>div:first-child {
    border-right: 1px solid #dfdfdf
}

.pr--0 .img-beside-topayAmount {
    border-left: 1px solid #dfdfdf !important;
    margin-left: 2px;
    margin-right: -1px !important;
    border-right: 0;
}

.whyxnet .card-title {
    font-weight: bold !important
}

.our_Partners .owl-carousel img {
    height: 70px;
    width: auto;
    max-width: 130px;
}

.our_Partners .owl-carousel .item {
    background: #fff;
    padding: 45px 20px;
    width: 96%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: auto;
}

.our_Partners .owl-nav .owl-next {
    float: right;
    font-size: 70px;
    position: absolute;
    top: 0;
    right: -3%;
    height: auto;
    font-weight: normal;
}

.our_Partners .owl-nav .owl-prev {
    position: absolute;
    left: -10%;
    font-size: 50px;
    top: 0;
    height: auto
}

.our_Partners .owl-dots {
    display: none
}

.our_Partners .owl-theme .owl-nav [class*=owl-] {
    font-size: 80px !important;
}

.our_Partners .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000
}

.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent
}

#nav-ME .selected-company-radio>.row>div:first-child {
    border-right: 0
}

.border-dark {
    border-color: #9f9f9f !important;
}

.scucces-alert p.success-massage {
    line-height: 30px !important;
    font-size: 17px !important;
}

.scucces-alert p.success-massage.f-s-25 {
    font-size: 23px !important
}

.Trate-item,
.Crate-item {
    display: none
}

.transfer-dots .dropdown-menu button {
    /*margin: 3px 0;*/
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    /*margin-left: -10px;*/
    /*width: 111%;*/
}

.transfer-dots .dropdown-menu button:last-child {
    /*margin-left: 0;*/
    border-bottom: 0;
    /*width: auto*/
}

.transfer-dots .dropdown-menu {
    padding: 0
}

.forgot-pass .card-container {
    width: 50%;
    margin: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sort_amount_form {
    padding: 15px
}

select.minimal {
    background-position: calc(100% - 20px) calc(1.6em + 1px), calc(100% - 15px) calc(1.6em + 1px), calc(100% - 2.5em) 0.5em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ffc20e73;
    color: #000
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    padding-top: 7px !important
}

.p-on-selt2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px !important
}

select.gr-select-color {
    background-image: linear-gradient(45deg, transparent 50%, #222 50%), linear-gradient(135deg, #222 50%, transparent 50%), linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-position: calc(100% - 24px) calc(1em + 2px), calc(100% - 19px) calc(1em + 2px), left top;
    background-size: 5px 5px,
        5px 5px, cover;
    background-repeat: no-repeat;
}

.grad-selt .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-weight: normal;
    padding-top: 7px;
    height: 43px;
    background-image: linear-gradient(#fff, #f7f7f7);
    font-size: 18px
}

.grad-selt .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.grad-selt .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px
}

.ntfSection .card-container {
    padding: 10px
}

.ntfSection .select2-container,
.requestSec .select2-container {
    /*max-width: 225px*/
    width: 100% !important
        /*width: auto !important*/

}

.card-notify .card-body>.row>div:first-child {
    flex: 0 0 13.66667%;
}

.requestSec .card-myXnet .card-body>.row>div:first-child {
    flex: 0 0 13.66667%;
}

.tab-content {
    height: 100% !important
}

.rateSection .tab-content {
    height: auto !important
}

.rateSection .select2-results__options .img-flag {
    margin-right: 4% !important
}

.edit-click {
    cursor: pointer
}

.colorIt {
    background-color: yellow;
}

.mainFooter .btn-primary.isoStore,
.mainFooter .btn-primary.gPlayStore,
.mainFooter .btn-primary.appGallery {
    min-width: auto !important
}

.select2-container--open .select2-dropdown--below {
    z-index: 0
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none
}

.datepicker-dropdown {
    min-width: auto !important;
    left: auto;
    border: 1px solid #dfdfdf;
    padding: 14px;
    letter-spacing: 1px;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none
}

.mainSection .select2-container {
    width: 100%
}

#signUpForm .select2-selection__rendered {
    /*padding-top: 7px*/
}

.lang-dropdown .dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.lang-dropdown .dropdown-toggle::after {
    display: none
}

.lang-dropdown .dropdown-toggle,
.lang-dropdown .dropdown-toggle:hover,
.lang-dropdown .dropdown-toggle:active,
.lang-dropdown .dropdown-toggle:focus {
    color: #000;
}

.lang-dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 13%;
    top: -22%
}

.lang-dropdown .dropdown-menu::after {
    content: none
}

.lang-dropdown .dropdown-menu {
    top: 6px !important;
    left: -24px !important;
    right: auto !important;
    min-width: 140px !important
}

.lang-dropdown .dropdown-item {
    cursor: pointer;
    padding: 5px 10px;
}

.lang-dropdown .dropdown-item.active,
.lang-dropdown .dropdown-item:active {
    background: #fff;
    color: #ffc20e
}

.lang-dropdown .dropdown-item:hover {
    color: #ffc20e;
    background: #fff
}

.lang-dropdown img {
    height: 18px !important;
    margin: -4px 10px 0 0 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ffc20e;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #ffc20e;
}

.tel-span {
    display: inline-block;
    direction: ltr;
}

.tel-span span {
    margin: 0 !important;
    padding: 0 !important
}

.currency_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    width: 10px
}

.currency_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 3px 0 3px;
}

.currency_box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
}

.currency_box .select2-results__option {
    text-align: center
}

.currency_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    text-align: center
}

.currency_box .select2-results__option[aria-selected] {
    text-align: center
}

.select2-results__option {
    /*text-align: center*/
}

.come-soon {
    min-height: 250px
}

.req-tbl>div>.row>div:first-child {
    text-align: center
}

.select2-results__option {
    padding: 5px;
    user-select: none;
    -webkit-user-select: none;
    margin: 0px;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease !important;
    transition: transform 2s ease !important;
    transition: transform 2s ease,
        -webkit-transform 2s ease !important;
}

/*.select2-dropdown--below {
    top: -2.8rem; your input height
}*/
.fstToggleBtn {
    padding: 5px;
    font-size: 15px;
}

.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
    /*height: 45px;*/
    font-size: 15px;

}

.fstElement {
    width: 100% !important;
    height: 45px
}

.chosen-container {
    width: 100% !important;
    background: #fff;
    /*height: 45px;*/
}

.chosen-container .chosen-single {
    height: 45px;
    padding-top: 10px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ced4da;

}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0;
    border: 1px solid #ced4da;
    background: #fff
}

.chosen-container .chosen-drop {
    border-color: #ced4da
}

.chosen-container-single .chosen-single div b {
    /*background: url(chosen-sprite.png) no-repeat 0 12px;*/
    background: none !important;
    border-color: #000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    border-style: solid;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    /*background-position:-18px 12px;*/
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
}

.chosen-container-single .chosen-single div {
    width: 28px
}

.chosen-container .chosen-results li.active-result {
    margin-bottom: 5px
}

.chosen-container .chosen-results li.active-result:hover {
    background: #ffc20e73;
    color: #000;
    background-image: none;
    margin-bottom: 5px
}

.result-selected,
.result-selected:hover {
    background: #ffc20ebd;
    color: #000;
    background-image: none;
    margin-bottom: 5px
}

.chosen-container .chosen-results li.highlighted {
    background: #ffc20ebd;
    color: #000;
    background-image: none;
    margin-bottom: 5px
}

.ad-text {
    position: absolute;
    top: 10%;
    left: 21%;
    color: #fff;
}

.ad-text p {
    color: #fff;
    font-size: 17px;
}

.ad-text h6 {
    font-size: 24px;
    font-weight: normal
}

.sg-in-drop .site_btn {
    min-width: 50px;
    width: 87px;
    font-size: 12px;
    padding: 5px;
    font-weight: normal;
}

.marquee .item-wrap {
    padding: 5px 0
}

.select-benificiary-list .form-check .form-check-label .rectangle {
    /*margin-top: 32px*/
}

.footer-link {
    text-transform: uppercase
}

.pt-10px {
    padding-top: 10px !important
}

.addToQuick .form-check-label {
    text-decoration: none !important;
    text-transform: uppercase;
}

.blackbox .select2-selection__arrow {
    display: none
}

.blackbox .select2-selection,
.blackbox .select2 {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 4px !important;
}

.blackbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 43px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}

.black-box-select {
    height: 45px;
    background: #000;
    color: #fff;
    text-align: center;
    justify-content: center;
    width: 100%;
    border: 1px solid;
    border-radius: 4px;
    padding-left: 15px !important;
}

.contact_body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #000;
    color: #fff;
}

.contact_body .select2-results__option {
    font-size: 14px
}

#delivery_method-error,
#beneficiary_id-error {
    margin-top: -25px;
    position: absolute
}

.text-danger {
    font-size: 14px
}

.js-marquee .item {
    /*min-width: 100%*/
}

/*#AddnewAddress {
    padding-left: 0
}*/
/*#AddnewAddress .modal-content{
    margin-left: -17px
}*/
.changeAddress {
    display: block;
    text-align: right;
    background: #fff;
    width: 97%
}

#input_address_text {
    overflow-y: auto;
    padding: 0 5px;
    max-height: 100%;
    min-height: 100%;
    height: 96px;
}

#personal-info .changeAddress {
    background: #f1f1f1 !important;
}

.name .h6 {
    max-width: 80%
}

#confirm-alert {
    /*padding-right: 0 !important*/
}

#notVerified {
    padding-right: 0 !important
}

.ltr_p {
    display: inline-block;
}

.ltr_p span {
    display: inline-block
}

.chg_pas_btn_box {
    margin: 0
}