.side-bar-sm-frm {
    position: fixed;
    z-index: 999;
    top: 192px;
    right: -450px;
    transition: all 0.4s ease;
    display: block;
    border-radius: 10px 0px 0px 10px;
}

.side-bar-sm-frm.rght-open.openfrm {
    display: inline-block;
}

.side-body {
    padding: 20px;
    background: #1c1c1c;
    box-shadow: 0 0 10px 2px #00000052;
    width: 450px;
}

.side-body .row {
    margin: 0px;
}

.side-body h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

.side-body p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.side-head {
    background: linear-gradient(180deg, #F9616C 0%, #DE253A 100%);
    padding: 20px 0 0 10px;
    position: absolute;
    top: 42.2%;
    transform: rotate(-90deg);
    width: 200px;
    cursor: pointer;
    height: 52px;
    z-index: 999;
    left: -125px;
    border-radius: 10px 10px 0 0px;
    overflow: hidden;
}

.side-head h2 {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    padding-left: 20px;
    text-align: center;
}

.side-head h2 strong {
    font-size: 14px;
}

.side-head span {
    display: inline-block;
    background: linear-gradient(180deg, #F9616C 0%, #DE253A 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 52px;
    height: 52px;
}

.side-body input[type="submit"] {
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    padding: 0px;
    color: #ffffff;
    width: 174px;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F9616C 0%, #DE253A 100%);
    border: none;
}

.side-body .field select {
    padding: 7px 7px 7px 29px;
}

.side-bar-sm-frm.rght-open.active {
    right: 0;
    z-index: 11111;
}

.side-bar-sm-frm.rght-open.active i.fa-chevron-up {
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

.side-bar-sm-frm.lft-open {
    right: initial;
    left: -376px;
}

.side-bar-sm-frm.lft-open .side-head {
    right: -535px;
    width: 296px;
    top: 120px;
    background: #ffae00;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: capitalize;
    text-align: left;
    padding: 16px 14px;
}

.side-bar-sm-frm.lft-open .side-head i {
    display: inline-block;
    padding: 16px;
    background: #373c33;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    height: 100%;
    transform: rotate(-180deg);
}

.side-bar-sm-frm.lft-open .side-body {
    padding: 24px 80px 24px 20px;
}

.side-bar-sm-frm.lft-open.active {
    left: 0px;
    z-index: 11111;
}

.side-bar-sm-frm.lft-open.openfrm {
    display: block;
}

.ban-txt a {
    position: relative;
    z-index: 1;
}

.side-bar-sm-frm.rght-open .side-body {
    padding: 20px 20px 20px 20px;
}

.side-body .field {
    margin-bottom: 10px;
}

.frmicon-box.phonecode {
    font-size: 0px;
}

.frmicon-box input#popupcountrycode {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0 5px 0 5px;
}

.frmicon-box input#phoneNum2 {
    width: 80%;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.frmicon-box select#popupformcountry {
    padding: 0 30px;
}

.frmicon-box.newcountrycode select {
    padding: 0 32px;
}

.side-head i.arrow-in {
    transform: rotate(0);
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    width: 19px;
    height: 20px;
    bottom: 0px;
    margin: auto;
}

.side-head .arrow-in:before {
    background-position: -212px -395px;
    width: 19px;
    height: 20px;
    transform: rotate(90deg);
}

.side-bar {
    position: fixed;
    z-index: 999;
    top: 20%;
    right: -219px;
    transition: all 0.4s ease;
    display: none;
    border-radius: 10px 0px 0px 10px;
    width: 220px;
}

.side-bar.active {
    right: 0;
    z-index: 11111;
}

.side-bar.phonePop {
    top: 70px;
}

.side-bar.chatPop {
    top: 130px;
}

.side-bar.openfrm {
    display: inline-block;
}

.side-bar-head {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -49px;
    cursor: pointer;
}

.side-bar-body {
    border-left: 1px solid #ffd75f;
    background: #0f2b99;
    padding: 10px 20px 6px;
}

.side-bar-body h6, .side-bar-body a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500
}

.side-head span i {
    font-size: 20px;
    transform: translate(10px, 20px);
    color: white;
}
@media only screen and (max-width: 475px) {
    .side-body {
        width: 250px;
    }
}
