/*10Dec*/
/*Commented this on 10 Dec
.ochat_slideout {
  position: fixed;
  top: 80%;
  z-index: 20;
  width: 54px;
  transform: translate(0px, -50%);
  font-size: 16px;
  line-height: 1.3;
  margin: 0px;
  transition: opacity 0.6s ease 0s, right 0.7s ease 0s;
  font-family: Arial, Helvetica, sans-serif !important;
  right: 0px;
}*/
.ochat_slideout {
    position: fixed;
    margin: 0;
    right: 0px;
    top: 80%;
    z-index: 20;
    width: 54px;
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: opacity .6s ease, right .7s ease;
    -moz-transition: opacity .6s ease, right .7s ease;
    transition: opacity .6s ease, right .7s ease;
    font-size: 16px;
    line-height: 1.3;
}

/**/
.ochat_slideout .ochat_flyout {
  box-sizing: border-box;
  position: absolute;
  width: 260px;
  background-color: #00b5ef !important;
  box-shadow: rgba(50, 75, 92, 0.15) 0px 0px 16px 8px;
  z-index: 1;
  top: 50%;
  padding: 20px;
  border-radius: 3px;
  transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.3s;
  display: none;
  opacity: 0;
}

.ochat_slideout .ochat_flyout.flyout-show {
  display: none;
}

.ochat_slideout .ochat_flyout.flyout-fadein {
  transform: translate(-264px, -50%);
  opacity: 1;
}

.ochat_slideout .ochat_flyout p.ochatsub, .ochat_slideout .ochat_flyout strong.ochattitle {
  padding-left: 0px;
  color: rgb(255, 255, 255);
}

strong.ochattitle {
  font-size: 21px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 1.3;
  font-weight: bold;
}

p.ochatsub {
  font-size: 14px;
  display: block;
  line-height: 1.3;
  margin: 8px 0px 0px;
}

.chatcta {
  margin-top: 16px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.3;
  transition: background-color 300ms linear 0s;
  padding: 10px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #1f3e55 !important;
}

.ochat_slideout .ochat_flyout #ochat-flyoutclose {
  font-size: 0px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  line-height: 0;
  opacity: 0.8;
  transition: all 200ms ease 0s;
  color: #00758f;
  text-decoration: none;
}

.ochat_slideout .ochat_flyout #ochat-flyoutclose::before {
  font-size: 0px;
  display: inline-block;
  content: " ";
  height: 12px;
  width: 12px;
  line-height: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMi43LDFsLTIsMkwyMywyNS4zTDEuMiw0Ny4xbDIsMmgwTDI1LDI3LjJMNDYuOCw0OWwyLTJMMjcsMjUuM0w0OS4zLDNsLTItMkwyNSwyMy4zTDIuNywxeiIvPjwvc3ZnPg==) 0px 0px no-repeat transparent;
}

/**ADDED****/
.ochat_slideout .ochat_slidew2 {
    padding: 0;
    float: right;
    width: 54px;
    box-shadow: 0 0 10px 4px rgba(50,75,92,0.15);
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    margin: 0;
}

.ochat_slideout .ochat_slidew2 li {
    width: 54px;
    position: relative;
    overflow: hidden;
    margin: -1px 0 0 0;
    background-color: #00b5ef;
    transition: background .3s ease;
    line-height: 0;
    list-style: none;
    }

.ochat_slideout .ochat_slidew2 li:hover a, .ochat_slideout .ochat_slidew2 li.active a {
    color: #00b5ef;
    transition: color .3s ease;
    text-decoration: none;
}
.ochat_slideout .ochat_slidew2 li a {
    display: block;
    color: #003b4d;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 35px 0 6px;
    width: 54px;
    height: 53px;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 2;
    color: #fff;
    transition: color .3s ease;
    line-height: 12px;
    text-decoration: none;
}
.ochat_slideout .ochat_slidew2 li:before {
    display: block;
    position: absolute;
    left: 8px;
    width: 36px;
    top: 4px!important;/*made important on 10Dec*/
    text-align: center;
    content: '';
    color: #003b4d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjI5IDIzMSA2NDAgNjQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yMjkgMjMxIDY0MCA2NDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjx0aXRsZT48L3RpdGxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjIsMzQxLjRoLTg5LjhjLTIyLDAtMzkuOSwxOC0zOS45LDM5Ljl2MjE5LjZjMCwyMiwxOCwzOS45LDM5LjksMzkuOWgxNjBsMTE5LjgsMTE5Ljh2LTk5LjhjMC0xMSw5LTIwLDIwLTIwaDU5LjVjMjIsMCwzOS45LTE4LDM5LjktMzkuOVYzODEuM2MwLTIyLTE4LTM5LjktMzkuOS0zOS45SDIxLjFMMS4yLDM0MS40eiBNLTguOCw1MjEuMWMtMTYuNiwwLTI5LjktMTMuMy0yOS45LTI5LjlzMTMuMy0yOS45LDI5LjktMjkuOXMyOS45LDEzLjMsMjkuOSwyOS45UzcuOCw1MjEuMS04LjgsNTIxLjF6IE05MSw1MjEuMWMtMTYuNiwwLTI5LjktMTMuMy0yOS45LTI5LjlzMTMuMy0yOS45LDI5LjktMjkuOXMyOS45LDEzLjMsMjkuOSwyOS45UzEwNy42LDUyMS4xLDkxLDUyMS4xeiBNMTkwLjgsNTIxLjFjLTE2LjYsMC0yOS45LTEzLjMtMjkuOS0yOS45czEzLjMtMjkuOSwyOS45LTI5LjlzMjkuOSwxMy4zLDI5LjksMjkuOVMyMDcuNCw1MjEuMSwxOTAuOCw1MjEuMXoiLz48L3N2Zz4=);
    height: 49px;
    background-repeat: no-repeat;
    text-align: center;
}

.ochat_slideout .ochat_slidew2 li:hover:before, .ochat_slideout .ochat_slidew2 li.active:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjI5IDIzMSA2NDAgNjQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yMjkgMjMxIDY0MCA2NDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDBiNWVmO308L3N0eWxlPjx0aXRsZT48L3RpdGxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjIsMzQxLjRoLTg5LjhjLTIyLDAtMzkuOSwxOC0zOS45LDM5Ljl2MjE5LjZjMCwyMiwxOCwzOS45LDM5LjksMzkuOWgxNjBsMTE5LjgsMTE5Ljh2LTk5LjhjMC0xMSw5LTIwLDIwLTIwaDU5LjVjMjIsMCwzOS45LTE4LDM5LjktMzkuOVYzODEuM2MwLTIyLTE4LTM5LjktMzkuOS0zOS45SDIxLjFMMS4yLDM0MS40eiBNLTguOCw1MjEuMWMtMTYuNiwwLTI5LjktMTMuMy0yOS45LTI5LjlzMTMuMy0yOS45LDI5LjktMjkuOXMyOS45LDEzLjMsMjkuOSwyOS45UzcuOCw1MjEuMS04LjgsNTIxLjF6IE05MSw1MjEuMWMtMTYuNiwwLTI5LjktMTMuMy0yOS45LTI5LjlzMTMuMy0yOS45LDI5LjktMjkuOXMyOS45LDEzLjMsMjkuOSwyOS45UzEwNy42LDUyMS4xLDkxLDUyMS4xeiBNMTkwLjgsNTIxLjFjLTE2LjYsMC0yOS45LTEzLjMtMjkuOS0yOS45czEzLjMtMjkuOSwyOS45LTI5LjlzMjkuOSwxMy4zLDI5LjksMjkuOVMyMDcuNCw1MjEuMSwxOTAuOCw1MjEuMXoiLz48L3N2Zz4=);
}
.ochat_slideout .ochat_slidew2 li:hover, .ochat_slideout .ochat_slidew2 li.active {
    background: rgb(255, 255, 255);
    transition: background 0.3s ease 0s;
    }
body.ochat_slideout_loaded .ochat_slideout {
    right: 0px;
}
.ochat_slideout .ochat_flyout i:before {
    display: block;
    content: " ";
    background: #00b5ef;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 110px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*box-shadow: 0 0 10px 4px rgba(50,75,92,0.15);*/
}



/* Iframe*/
.ochat_modal.chat-show {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}
.ochat_modal .ochat_modalw1 {
    position: absolute;
    z-index: 20002;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 600px;
}

.ochat_modal.chat-fadein .ochat_modalw2 {
    opacity: 1;
    transform: translate(-50%, -48%) scale(1);
    -webkit-transition: left .4s .1s,top 1s .1s,height 1s 0s,opacity .4s .4s,transform .4s .1s;
    -moz-transition: left .4s .1s,top 1s .1s,height 1s 0s,opacity .4s .4s,transform .4s .1s;
    transition: left .4s .1s,top 1s .1s,height 1s 0s,opacity .4s .4s,transform .4s .1s;
}
.ochat_modal .ochat_modalw2.w2active {
    padding: 0;
    height: 100%;
}
.ochat_modal.chat_dock .ochat_modalw2 {
    top: 100%;
    margin: 0;
    left: 100%;
    transform: translate(-475px, -600px) scale(1);
    transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
    -webkit-transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
    -moz-transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
}
.ochat_modal .ochat_modalw2 {
    pointer-events: all;
    width: 94%;
    min-width: 300px;
    max-width: 400px;
    
    background: #fff;
    padding: 0;
    padding: 14px 36px 36px;
    box-sizing: border-box;
    margin: 0 auto;
    transform: translate(-50%, -48%) scale(0.85);
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    -webkit-transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
    -moz-transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
    transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
}
.ochat_modal .ochat_modalw2 .chatwrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 600px;
}
.chatwrap {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: -1;
}
.chatwrap.iframechat-fadein {
    opacity: 1;
}
.chatwrap.iframechat-show {
    display: block;
    z-index: 2 !important;
}
.chatwrap.iframechat-fadein iframe {
    position: relative;
    margin-bottom: -6px;
}
.chatwrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow-y: scroll;
}
.ochat_modal.chat-fadein #chatclose {
    -webkit-transition: all 200ms 600ms;
    -moz-transition: all 200ms 600ms;
    transition: all 200ms 600ms;
    opacity: 0.9;
    -webkit-backface-visibility: hidden;
}
.ochat_modal #chatclose {
    font-size: 0;
    position: absolute;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    z-index: 3;
    line-height: 0;
    opacity: 0;
    width: 46px;
    height: 46px;
    top: 10px;
    right: 10px;
}

.ochat_modal.chat-fadein #chatmin {
    -webkit-transition: all 200ms 600ms;
    -moz-transition: all 200ms 600ms;
    transition: all 200ms 600ms;
    display: none;
    -webkit-backface-visibility: hidden;
}
.ochat_modal.chat_dock #chatmin {
    display: block;
    opacity: 1;
}
.ochat_modal #chatmin {
    font-size: 0;
    position: absolute;
    right: 55px;
    top: 18px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    z-index: 3;
    line-height: 0;
    opacity: 0;
}
.ochat_modal {
    display: none;
    font-size: 16px;
    position: relative;
}
.ochat_slideout, .ochat_modal {
    font-size: 1.8rem;
    line-height: 1.55;
}


.ochat_modal.chat-fadein #chatmin:before {
    -webkit-transition: all 200ms 600ms;
    -moz-transition: all 200ms 600ms;
    transition: all 200ms 600ms;
    opacity: 0;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.ochat_modal.chat_dock #chatmin:before {
    opacity: 1;
}
.ochat_modal #chatmin:before {
    font-size: 0;
    display: inline-block;
    content: '';
    height: 28px;
    width: 28px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Im1pbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyODggMjg4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODggMjg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgaWQ9Imljb24iPjxnIGNsYXNzPSJzdDAiPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTIyLjcsOTYgMTE2LDEwMy45IDE2My43LDE0NCAxMTYsMTg0LjEgMTIyLjcsMTkyIDE4MCwxNDQgIi8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE0NCwyNDQuNWMtNTUuNCwwLTEwMC41LTQ1LjEtMTAwLjUtMTAwLjVTODguNiw0My41LDE0NCw0My41UzI0NC41LDg4LjYsMjQ0LjUsMTQ0UzE5OS40LDI0NC41LDE0NCwyNDQuNXogTTE0NCw1Mi41Yy01MC41LDAtOTEuNSw0MS05MS41LDkxLjVzNDEsOTEuNSw5MS41LDkxLjVzOTEuNS00MSw5MS41LTkxLjVTMTk0LjUsNTIuNSwxNDQsNTIuNXoiLz48L2c+PC9nPjxnIGlkPSJJY29ucyI+PHBhdGggY2xhc3M9InN0MiIgZD0iTTI0MC41LDExNS42YzAtNC40LTMuNi04LTgtOGgtMzQuOGw0Ni40LTQ2LjRjMy4xLTMuMSwzLjEtOC4xLDAtMTEuMmwtNS42LTUuNmMtMy4xLTMuMS04LjEtMy4xLTExLjIsMGwtNDYuNCw0Ni40VjU2YzAtNC40LTMuNi04LTgtOGgtOGMtNC40LDAtOCwzLjYtOCw4djc1LjVoNzUuNWM0LjQsMCw4LTMuNiw4LTh2LTcuOUgyNDAuNXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDgsMTcyLjljMCw0LjQsMy42LDgsOCw4aDM0LjhsLTQ2LjQsNDYuNGMtMy4xLDMuMS0zLjEsOC4xLDAsMTEuMmw1LjYsNS42YzMuMSwzLjEsOC4xLDMuMSwxMS4yLDBsNDYuNC00Ni40djM0LjhjMCw0LjQsMy42LDgsOCw4aDhjNC40LDAsOC0zLjYsOC04VjE1N0g1Ni4xYy00LjQsMC04LDMuNi04LDh2Ny45SDQ4eiIvPjwvZz48L3N2Zz4=) no-repeat 0px 0px transparent;
    background-size: 100% 100%;
    line-height: 0;
    transform: scale(1);
}


.ochat_modal.chat-fadein #chatclose:before {
    -webkit-transition: all 200ms 600ms;
    -moz-transition: all 200ms 600ms;
    transition: all 200ms 600ms;
    opacity: 1;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.ochat_modal.whtx #chatclose:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImNsb3NlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4OCAyODgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4OCAyODg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjQuNywxNDQuM2w3OC43LTc4LjdjMS0xLDEtMi43LDAtMy42TDIyNiw0NC44Yy0xLTEtMi43LTEtMy42LDBsLTc4LjcsNzguNUw2NS4xLDQ0LjhjLTEtMS0yLjctMS0zLjYsMEw0NC4zLDYyYy0xLDEtMSwyLjcsMCwzLjZsNzguNyw3OC43bC03OC43LDc4LjdjLTEsMS0xLDIuNywwLDMuNmwxNy4yLDE3LjJjMSwxLDIuNywxLDMuNiwwbDc4LjctNzguN2w3OC43LDc4LjdjMSwxLDIuNywxLDMuNiwwbDE3LjItMTcuMmMxLTEsMS0yLjcsMC0zLjZMMTY0LjcsMTQ0LjN6Ii8+PC9zdmc+) no-repeat 0px 0px transparent;
}
.ochat_modal #chatclose:before {
    font-size: 0;
    display: inline-block;
    content: '';
    height: 24px;
    width: 24px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImNsb3NlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4OCAyODgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4OCAyODg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjQuNywxNDQuM2w3OC43LTc4LjdjMS0xLDEtMi43LDAtMy42TDIyNiw0NC44Yy0xLTEtMi43LTEtMy42LDBsLTc4LjcsNzguNUw2NS4xLDQ0LjhjLTEtMS0yLjctMS0zLjYsMEw0NC4zLDYyYy0xLDEtMSwyLjcsMCwzLjZsNzguNyw3OC43bC03OC43LDc4LjdjLTEsMS0xLDIuNywwLDMuNmwxNy4yLDE3LjJjMSwxLDIuNywxLDMuNiwwbDc4LjctNzguN2w3OC43LDc4LjdjMSwxLDIuNywxLDMuNiwwbDE3LjItMTcuMmMxLTEsMS0yLjcsMC0zLjZMMTY0LjcsMTQ0LjN6Ii8+PC9zdmc+) no-repeat 0px 0px transparent;
    background-size: 100% 100%;
    line-height: 0;
    transform: scale(0.8);
    margin: 11px 0 0 11px;
}
.ochat_modal.chat_min.chat_dock #chatmin:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Im1heCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyODggMjg4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODggMjg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyBpZD0iSWNvbnNfMV8iPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjEsNTkuOWMwLDQuNCwzLjYsOCw4LDhoMzQuOGwtNDYuNCw0Ni40Yy0zLjEsMy4xLTMuMSw4LjEsMCwxMS4ybDUuNiw1LjZjMy4xLDMuMSw4LjEsMy4xLDExLjIsMGw0Ni40LTQ2LjR2MzQuOGMwLDQuNCwzLjYsOCw4LDhoOGM0LjQsMCw4LTMuNiw4LThWNDRoLTc1LjVjLTQuNCwwLTgsMy42LTgsOHY3LjlIMTYxeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjcuNSwyMjguNmMwLTQuNC0zLjYtOC04LThIODQuN2w0Ni40LTQ2LjRjMy4xLTMuMSwzLjEtOC4xLDAtMTEuMmwtNS42LTUuNmMtMy4xLTMuMS04LjEtMy4xLTExLjIsMGwtNDYuNCw0Ni40VjE2OWMwLTQuNC0zLjYtOC04LThoLThjLTQuNCwwLTgsMy42LTgsOHY3NS41aDc1LjVjNC40LDAsOC0zLjYsOC04TDEyNy41LDIyOC42TDEyNy41LDIyOC42eiIvPjwvZz48L3N2Zz4=) no-repeat 0px 0px transparent;
}




.ochat_modal .ochat_modalw2 .chatwrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.ochat_modal.chat_min .ochat_modalw2 {
    top: 100%;
    margin: 0;
    left: 100%;
    transform: translate(-475px, -64px) scale(1);
    transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
    -webkit-transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
    -moz-transition: left 0.4s 0.1s,top 0.4s 0.1s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.4s 0.1s !important;
}
.minimized{
  
}
.ochat_slideout .ochat_flyout p.ochatsub, .ochat_slideout, .ochat_slideout .ochat_slidew2 li a, .ochat_modal {
    font-family: Arial,Helvetica,sans-serif !important;
}

.ochat_modal .ochat_modalw1 .ochat_modalw2 .chatwrap iframe {
    height: 100%;
    position: relative;
}
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 100%;
    transform: translate(-475px, 0) scale(1);
}

@media only screen and (max-width: 550px){
.ochat_modal.chat_dock .ochat_modalw2 {
    left: 50%;
    transform: translate(-50%, -600px) scale(1);
}
}
/*@media (max-height: 600px){
.ochat_modal.chat-show {
    z-index: 21;
}
}*/
/*@media (max-height: 600px){
.chatwrap.iframechat-show {
    position: relative !important;
}
}*/
/*@media (max-height: 600px){
.ochat_modal .ochat_modalw1 .ochat_modalw2 .chatwrap {
    height: 100%;
}
}*/
/*@media (max-height: 600px){
.ochat_modal .ochat_modalw1 .ochat_modalw2 {
    transform: translate(-50%, 0) scale(1);
    top: 0;
    transition: left 0s 0s,top 0.4s 0s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.1s 0s !important;
    -webkit-transition: left 0s 0s,top 0.4s 0s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.1s 0s !important;
    -moz-transition: left 0s 0s,top 0.4s 0s,height 0.4s 0.1s,opacity 0.4s 0.1s,transform 0.1s 0s !important;
}

}*/
/*@media (max-height: 600px){
.ochat_modal.chat_dock .ochat_modalw2 {
    transform: translate(0, 0) scale(1);
    position: absolute;
}
}*/
@media only screen and (max-width: 416px){
.ochat_modal .ochat_modalw2.fullheight {
    transform: translate(0, 0) scale(1);
}
.ochat_modal.chat-fadein .ochat_modalw2 {
    transform: translate(0, -48%) scale(1);
}
.ochat_modal.chat_dock .ochat_modalw2 {
    left: 50%;
    right: 0;
    transform: translate(-50%, -600px) scale(1);
    width: 100%;
}
}
/*.ochat_modal .ochat_modalw2.fullheight {
    bottom: auto;
    height: auto;
    transform: translate(-50%, 0);
    position: absolute;
    -webkit-transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
    -moz-transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
    transition: left .4s 0s,top .4s 0s,height .4s 0s,opacity .4s 0s,transform .4s 0s;
}
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 100%;
    transform: translate(-475px, 0) scale(1);
}*/
@media only screen and (max-width: 550px){
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    transform: translate(-100%, 0) scale(1);
}
}
@media only screen and (max-width: 416px){
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 0;
}
}
@media only screen and (max-width: 416px){
#ochat_modal .ochat_modalw1 .ochat_modalw2.fullheight {
    transform: translate(0px, 0px) scale(1);
}
}
/**/



/*10 Dec ADDED*/
/*
@media only screen and (max-width: 550px){
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    transform: translate(-100%, 0) scale(1);
}
}
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 100%;
    transform: translate(-475px, 0) scale(1);
}*/
/* 26Dec*/
/*@media only screen and (max-width: 320px){
.ochat_modal.chat_dock .ochat_modalw2 {
    left: 50%;
    right: 0;
    transform: translate(-50%, -0px) scale(1);
    width: 100%;
}
}*/
@media only screen and (max-width: 416px) and (min-height: 750px) and (max-height: 823px){
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 50%;
    right: 0;
    transform: translate(-50%, -720px) scale(1);
    width: 100%;
}
}
@media only screen and (max-width: 416px) and (max-height: 749px){
.ochat_modal.chat_dock .ochat_modalw2.fullheight {
    left: 50%;
    right: 0;
    transform: translate(-50%, -622px) scale(1);
    width: 100%;
}
}
@media only screen and (max-height: 850px) and (max-width:550px){
.ochat_modal.chat_dock.chat_min  .ochat_modalw2 {
    position: fixed!important;
    transform: translate(-50%, -60px) scale(1)!important;
}
}
@media only screen and (max-height: 600px){


.ochat_modal.chat_dock .ochat_modalw2 {
    position: relative;
}
/*.ochat_modal.chat-show {   //Commented on 16th Jan
    z-index: 21;
}*/
.ochat_modal.chat_dock.chat_min .ochat_modalw1 {
    height: 0px;
}
/*.ochat_modal.chat_dock.chat_min  .ochat_modalw2 {
    position: fixed!important;
    transform: translate(-50%, -60px) scale(1)!important;
}*/
}
@media only screen and (max-height: 500px){
.ochat_slideout .ochat_slidew2 li a {
    padding: 23px 1px 2px 6px;
    width: 38px;
    font-size: 9px;
    height: 40px;
}
.ochat_slideout .ochat_slidew2 {
    width: 40px;
}
.ochat_slideout .ochat_slidew2 li::before {
    left: 8px;
    width: 28px;
    top: 4px !important;
    height: 25px;
}
.ochat_slideout .ochat_flyout.flyout-fadein {
    transform: translate(-170px, -50%);
}
.ochat_slideout .ochat_flyout {
    width: 180px;
}
.ochat_slideout .ochat_flyout i::before {
    top: 50%;
    left: 27%;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 110px;
}
.ochat_slideout, .ochat_modal {
    font-size: 9px;
}
strong.ochattitle {
    font-size: 17px;
}
p.ochatsub {
    font-size: 11px;
    margin: 0px 0px 0px;
}
.chatcta {
    margin-top: 5px;
    font-size: 11px;
    padding: 5px;
}
/*.ochat_modal.chat_dock .ochat_modalw2 {
    left: 50%;
    right: 0;
    transform: translate(-50%, -60px) scale(1);
    width: 100%;
}*/
}