@charset "UTF-8";

@font-face {
    font-family: 'neosans';
    src: url('../fonts/neosans-webfont.woff2') format('woff2'),
    url('../fonts/neosans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 27, 2018 */

@font-face {
    font-family: 'neosanslight';
    src: url('../fonts/neosansintel-light-webfont.woff2') format('woff2'),
    url('../fonts/neosansintel-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neosansbold';
    src: url('../fonts/neosansstd-bold-webfont.woff2') format('woff2'),
    url('../fonts/neosansstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neosansmedium';
    src: url('../fonts/neosansstd-medium-webfont.woff2') format('woff2'),
    url('../fonts/neosansstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neosansregular';
    src: url('../fonts/neosansstd-regular-webfont.woff2') format('woff2'),
    url('../fonts/neosansstd-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-blackitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotbdcon';
    src: url('../fonts/roboto-boldcondenseditalic-webfont.woff2') format('woff2'),
    url('roboto-boldcondenseditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotocnd';
    src: url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
    url('../fonts/roboto-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolightitalic';
    src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    font-family: robotomedium;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {

    font-family: robotolightitalic;
    background: #fbfbfc;
    /*background: -webkit-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfc),to(#e9e9e9));
    background: -o-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #fbfbfc 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#e9e9e9',GradientType=0 ); */

}

.chatbox {
    float: left;
    width: 100%;
    /*min-width: 390px;*/
    /*background: #fff;*/
    /*background: #fbfbfc; */
    /*background: -webkit-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
       background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfc),to(#e9e9e9));
       background: -o-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
       background: linear-gradient(to bottom, #fbfbfc 0%,#e9e9e9 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#e9e9e9',GradientType=0 );
   */ /*padding-left: 25px;*/
    margin: 0px auto;
    -webkit-box-shadow: 0 1px #ccc;
    box-shadow: 0 1px #ccc;
    /*background:url('../img/bg-partial-right-2.png') center  center no-repeat #fff;*/

}

/*.chatbox:first-child {

	padding:0px;
}*/

.chatbox .chat-title {
    width: 100%;
    height: 50px;

    background: url('../img/logo-main.png') center center no-repeat;
    background-size: contain;
    /* background-size: contain;*/
    background-repeat: no-repeat;
    /*box-shadow: 0 3px #CCC;*/
    padding: 10px;
    margin: 20px auto;
}

.chatlogs {
    padding: 10px;
    width: 100%;
    height: calc( 100vh - 235px );
    overflow-x: hidden;
    overflow-y: scroll;
    /*border: 1px solid #A9A9A9;*/
    border-radius: 5px;
}

.inputform {

    padding: 10px;
    width: 100%;
    height: auto;
    /*overflow-x: hidden;
    overflow-y: scroll;*/
    /*border: 1px solid #A9A9A9;*/
    border-radius: 5px;

}

.chatlogs::-webkit-scrollbar {
    width: 10px;
}

.chatlogs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
}

.chat {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    margin-bottom: 10px;

}

.friend {

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}

.self {

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;

}

.chat .user-photo {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    background-image: url(../img/user-img.png);
    background-size: cover;

}

.chat .chat-message {
    width: auto;
    max-width: 80%;
    min-width: 20%;
    padding: 20px;
    /*padding: 0px;*/
    /*top right bottom left margin: auto;*/
    margin: 2px -10px 0;
    border-radius: 50px;
    color: #3f3f3f;;
    font-family: neosans;
    font-size: 16px;
    max-height: 350px;
    /*border: 1px solid #A9A9A9;*/
    overflow-x: hidden;
    overflow-y: scroll;

}


.chat .chat-time {
    width: auto;
  
    padding: 10px;
    /*padding: 0px;*/
    /*top right bottom left margin: auto;*/
    margin: 2px -10px 0;
    border-radius: 40px;
    color: #3f3f3f;;
    font-family: neosans;
    font-size: 10px;
    max-height: 350px;
    /*border: 1px solid #A9A9A9;*/
    overflow-x: hidden;
    overflow-y: scroll;

}

.chat-message::-webkit-scrollbar {
    width: 10px;
}

.chat-message::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
}

.friend .chat-message {
    /*background: #A9A9A9;*/
    background: #F1F1F2;
    z-index: 1000;

}

.self .chat-message {
    background: #E4EA8C; /*#D3D3D3;*/
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 1000;
    padding-right: 5px;

}

.self .user-photo {
    /*background: #A9A9A9;*/
    z-index: 2000;
}

.friend .user-photo, .self .user-photo {
    background-size: 100% 100% !important;
}

.chat-send {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 25px;
}

.chat-send textarea {
    background: #fbfbfb;
    width: calc(100% - 135px);
    height: 60px;
    /* border: 2px solid #eee; */
    /* border-radius: 15px; */
    resize: none;
    padding: 10px 25px;
    font-size: 18px;
    color: #545454;
    font-family: neosansbold;
    line-height: 20px;
}

.chat-send textarea:focus {
    background: #fff;
}

.chat-send button {
    color: #fff;
    padding: 5px 15px;
    float: right;
    color: #fff;
    /*display: inline-block;*/
    width: 100px;
    min-width: 30px;
    text-transform: uppercase;
    font-family: robotobold;
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: none;
    border-radius: 30px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    background: #aa2236;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #aa2236), color-stop(100%, #801624));
    background: -webkit-linear-gradient(top, #aa2236 0, #801624 100%);
    background: -o-linear-gradient(top, #aa2236 0, #801624 100%);
    background: -ms-linear-gradient(top, #aa2236 0, #801624 100%);
    background: linear, to bottom, #aa2236 0, #801624 100%;
    border: 0px;
    margin-left: 15px;
}

.inputsend button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: robotobold;
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: none;
    border-radius: 30px;
    height: 50px;
    line-height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    background: #aa2236;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #aa2236), color-stop(100%, #801624));
    background: -webkit-linear-gradient(top, #aa2236 0, #801624 100%);
    background: -o-linear-gradient(top, #aa2236 0, #801624 100%);
    background: -ms-linear-gradient(top, #aa2236 0, #801624 100%);
    background: linear, to bottom, #aa2236 0, #801624 100%;
    border: 0px;
    margin-bottom: 25px;
    margin-right: 10px;
}

.inputsend button:hover, .btn-global:hover {
    background: #939393;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #939393), color-stop(100%, #5e5e5e));
    background: -webkit-linear-gradient(top, #939393 0, #5e5e5e 100%);
    background: -o-linear-gradient(top, #939393 0, #5e5e5e 100%);
    background: -ms-linear-gradient(top, #939393 0, #5e5e5e 100%);
    background: linear, to bottom, #939393 0, #5e5e5e 100%;
}

/*.chat-send button:hover {
	background: #85785D;
}*/

.btn-group {
    width: 100%;
    max-width: 100%;
    min-width: 20%;
    margin: auto;
    border-radius: 10px;
    color: #3f3f3f;;
    font-size: 16px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #CCC;*/
}

.btn-group .button {

    background-color: #F1F1F2; /* Green */
    border: 1px solid #A9A9A9;
    color: #3f3f3f;;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    /*display:  inline-block;*/
    font-family: neosans;
    font-size: 12px;
    cursor: pointer;
    /*width: auto;*/
    /*max-width: 100%
    min-width: 20%;*/
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.btn-group .button:not(:last-child) {
    border-bottom: none;
    /* Prevent double
       borders */

}

.btn-group :first-child {
    /* Prevent double
     borders */
    border-radius: 10px 10px 0px 0px;

    background-color: #D3D3D3;

    padding: 5px 10px;
    text-align: left;
    color: #3f3f3f;;
    cursor: initial;
    font-size: 12px;
    opacity: 1.0;
    filter: alpha(opacity=1);
}

.btn-group :last-child {
    /* Prevent double
     borders */
    border-radius: 0px 0px 10px 10px;
}

.btn-group .button:hover:not(:first-child) {
    background-color: #E4EA8C /*#D3D3D3*/;
    color: maroon;
    opacity: 1.0;
    filter: alpha(opacity=100);
    /*#3e8e41;*/
}

.mySlides {

}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.hideobject {

    display: none;

}

.showobject {

    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;

    display: block;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.chat-tab1 {

    /*background-color: #f1f1f1;*/
    /* background: #fbfbfc;
    background: -webkit-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfc),to(#e9e9e9));
    background: -o-linear-gradient(top, #fbfbfc 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #fbfbfc 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#e9e9e9',GradientType=0 );
    border-top:solid 1px #e8e9e8;*/
    border-top: 1px solid #ccc;
    padding: 10px;

}

.chat-tab2 {

    padding: 0px 0px 25px 1px;
}

.invalidinput {
    background-color: #ffe5e5;

}

.validinput {
    background-color: #ffffff;
}

input[type=text]:focus {
    background: #fff; /* oranges! yey */
}

.chat-tab1 input[type=text], input[type=email], input[type=number], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    height: 38px;
    -webkit-appearance: none;
    font-family: neosansbold;
    font-size: 14px;
    /*color: #3f3f3f;*/
    background-color: #fff;
    -webkit-box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
    box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
}

/* Style the label to display next to the inputs */
.chat-tab1 label {

    font-family: neosansbold;

    font-weight: normal;
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-size: 14px;
    color: #3f3f3f;

}

p {

    font-family: neosans;
    font-size: 12px;
    color: #3f3f3f;

}

/* Style the submit button */
.chat-tab1 input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;

}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/

}

.merge-field {
    /*position:relative;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.merge-field .custom-select {
    /*position:absolute;*/
    position: relative;
    left: 0;
    top: 0;
    width: 80px;
}

.merge-field .custom-select:after {
    right: -16px;
}

.custom-select {
    position: relative;
}

.custom-select:after {
    background: url('../img/dd-arrow.png') center center no-repeat #fff;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
    height: 95%;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

label {
    cursor: pointer;
}

input {
    outline: 0;
}

.chat-tab1 input.inputfieldMobNo {
    padding-left: 30px;
}

.merge-field .custom-select select {
    text-decoration: none;
    border-right: 0px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
    box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
    border-radius: 10px 0px 0px 10px;

}

.custom-select select {
    background: #fff;
    -webkit-appearance: none;
    width: 100%;
    padding: 7px 10px 8px;
    color: #545454;
    outline: 0;
    border: 1px solid #CCC;
    /* border-radius: 50px;*/
    -webkit-box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
    box-shadow: -1px 0 24px 6px rgba(0, 0, 0, .06);
    margin: 0;
}

.merge-field input[type=text], .merge-field input[type=number] {

    border-left: 1px;
    border-radius: 0px 10px 10px 0px;
}

.inputform > .row {

    margin: 10px auto;
    /*border: 1px solid #ccc;*/

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.inputform > .row ~ .row {
    margin: 10px auto;
}

.footer {
    font-size: 11px;
    background: #007140;
    height: 40px;
    padding: 0 15px;
    display: table;
    width: 100%;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer .col-30 {
    width: 30%;
}

.footer .col-70 {
    width: 70%;
}

.footer > div {
    display: table-cell;
    vertical-align: middle;
}

.footer > div:last-child {
    text-align: right;
}

::-webkit-input-placeholder {
    color: #919191;
}

::-moz-placeholder {
    color: #919191;
}

:-ms-input-placeholder {
    color: #919191;
}

:-moz-placeholder {
    color: #919191;
}

.friend .user-photo {
    /*background: #A9A9A9;*/
    z-index: 2000;
}

body {
    background-image: url(Images/body-bg-1.png);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.chat-tab1, .chat-tab2 {
    max-width: 914px;
    margin: 0 auto;
}

.inputform .col-25, .inputform .col-75 {
    width: 100%;
}

.heading-2, .chat-tab1 label, .para-heading, .para-heading a {
    font-family: 'neosansmedium' !important;
    font-weight: normal !important;
}

.heading-2 {
    font-size: 44px;
    text-align: center;
    margin: 56px 0 16px 0;
    color: #3f3f3f;
}

.chat-tab1 label {
    display: block;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-left: 13px;
    padding: 0;
}

.chat-tab1 input[type=text], .chat-tab1 input[type=number], input[type=email], input[type=number], select, textarea {

    height: auto;

    font-size: 18px;
    -webkit-appearance: none;
    width: 100%;
    padding: 18px 30px 17px 30px;
    color: #545454;
    line-height: 25.7143px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: -1px 0px 24px 6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -1px 0px 24px 6px rgba(0, 0, 0, 0.06);
    box-shadow: -1px 0px 24px 6px rgba(0, 0, 0, 0.06);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.btn-global, .inputsend button.btn-global, .chat-send button.btn-global {
    font-size: 14px;
    border: none;
    transition: all .3s ease;
    height: 60px;
    line-height: 60px;
    padding: 0 33px;
    white-space: nowrap;
}

.inputsend {
    margin-bottom: 50px;
}

.inputsend .btn-global {
    margin-top: 8px;
}

.fg-recaptcha {
    display: inline-block;
    margin-left: 10px;
}

.full-width-check {
    text-align: center;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.full-width-check .custom-checkbox ~ label {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #545454;
}

.full-width-check .custom-checkbox ~ label:before {
    margin-top: -9px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.15);
    border: none;
    vertical-align: -13px;
}

.full-width-check .custom-checkbox ~ label:after {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: #007945;
    background-image: none !important;
    left: 11px;
    top: 11px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    transition: opacity .09s;
}

.full-width-check .custom-checkbox:checked ~ label:after, .full-width-check .custom-checkbox:hover ~ label:after {
    opacity: 1;
}

.full-width-check .custom-checkbox:hover ~ label:before, .full-width-check .custom-checkbox:checked ~ label:before {
    background: white;
    border: none;
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
}

.custom-checkbox ~ label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    font-family: "Neo-Sans";
    color: #636e75;
    font-weight: bold;
}

.custom-checkbox ~ label:before {
    margin-top: -2px;
    content: '';
    margin-right: 14px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
    border: 1px solid #c1c2c1;
}

.custom-checkbox:checked ~ label:before {
    background: #007945;
    border-color: #007945;
}

.custom-checkbox:disabled ~ label {
    color: #b8b8b8;
    cursor: auto;
}

.custom-checkbox:disabled ~ label:before, .custom-checkbox:disabled:hover ~ label:before {
    box-shadow: none;
    background: #ddd;
    border: 1px solid #c1c2c1;
}

.custom-checkbox:checked ~ label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 7px;
    display: inline-block;
}

.full-width-check .custom-checkbox ~ label:after {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: #007945;
    background-image: none !important;
    left: 11px;
    top: 11px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    transition: opacity .09s;
}

.inputform > .row {
    margin-bottom: 50px !important;
}

.full-width-check label {
    margin-bottom: 0;
}

.content-center {
    text-align: center;
}

.para-heading {
    color: #3f3f3f;;
    font-size: 16px;
    margin: 30px 0 50px;
}

.para-heading a {
    color: #007945;
    text-decoration: none;
}

.error-message {
    display: none;
    color: #ec0000;
    font-size: 14px;
    font-family: robotomedium;
    font-weight: 400;
    padding: 10px 15px 5px 15px;
}

.asteric {
    color: #aa2236;
}

.btn-container {
    display: inline;
}

.error .text-input, .error .selectric, .error input[type=text], .error input[type=number], .error input[type=email] {
    border: 2px solid #eb212e;
}

.error .custom-checkbox ~ label:before {
    border: 2px solid #eb212e !important;
}

.error textarea {
    border: 2px solid #eb212e;
}

.error .radio-button .custom-radio {
    border: 2px solid #eb212e;
    box-sizing: border-box;
}

.error .radio-button .custom-radio::before {
    top: 9px;
    left: 9px;
}

.error .text-input {
    padding-top: 16px;
    padding-bottom: 15px;
}

.error .selectric-inline-dd {
    /*height: 43px;*/
    top: 2px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.error .selectric-inline-dd .selectric {
    border: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .error .text-input {
        padding-top: 16px;
        padding-bottom: 18px;
    }
}

.error-message {
    display: none;
}

.error .error-message {
    display: inline-block;
}

.merge-field.error + .error-message {
    display: inline-block;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1366px) {
    .heading-2 {
        font-size: 32px;
    }

    .chat-tab1 label {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .chat .chat-message {
        max-width: 95%;
    }

    .chatbox .chat-title {
        height: 40px;
        padding: 10px;
        margin: 10px auto;
    }

    .infotext2 {
        font-size: 13px;
    }

    .heading-2 {
        margin-top: 10px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .chat-tab1 label {
        font-size: 13px;
    }

    .error-message {
        font-size: 12px;
        padding: 5px;
    }

    .chat-tab1 input[type=text], input[type=email], .chat-tab1 input[type=number], select, textarea {
        font-size: 13px;
        padding: 10px 20px 8px 20px;
        -webkit-box-shadow: 0 0 9px 0 rgba(50, 50, 50, .13);
        -moz-box-shadow: 0 0 9px 0 rgba(50, 50, 50, .13);
        box-shadow: 0 0 9px 0 rgba(50, 50, 50, .13);
    }

    .inputform > .row {
        margin-bottom: 17px !important;
    }

    .full-width-check {
        padding: 13px 0;
    }

    .full-width-check .custom-checkbox ~ label {
        height: 30px;
        line-height: 30px;
        margin-left: 0;
    }

    .custom-checkbox ~ label {
        font-size: 12px;
    }

    .full-width-check .custom-checkbox ~ label:before {
        width: 32px;
        height: 32px;
        margin-top: -7px;
    }

    .full-width-check .custom-checkbox ~ label:after {
        width: 12px !important;
        height: 12px !important;
        left: 10px !important;
        top: 9px !important;
    }

    .full-width-check .custom-checkbox:checked ~ label:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .g-recaptcha {
        display: inline-block;
        vertical-align: middle;
    }

    .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .fg-recaptcha {
        margin: 0;
    }

    .mob-center, .inputsend {
        text-align: center;
    }

    .btn-global, .inputsend button.btn-global, .chat-send button.btn-global {
        height: 55px;
        line-height: 42px;
        font-size: 12px;
        padding: 0 24px;
    }

    .inputsend button, .chat-send button {
        float: none;
    }

    .para-heading {
        font-size: 13px;
        margin: 0 0 15px;
    }

    .inputsend {
        margin-bottom: 10px;
    }

    .selectric .label {
        font-size: 13px;
        height: 43px;
        line-height: 43px;
        padding-top: 0;
        padding-right: 37px;
        padding-bottom: 0;
        padding-left: 20px;
    }

    .selectric-wrapper {
        height: 43px;
    }

    .selectric-inline-dd .selectric .label {
        line-height: 44px;
        padding: 0 37px 0 20px;
    }

    .selectric-inline-dd .selectric .label {
        line-height: 44px;
        font-size: 13px;
    }

    .selectric-inline-dd {
        width: 75px;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .selectric .button {
        right: 19px;
    }

    .selectric .button.small {
        background: url('images/green-dropdown-sm.png') center center no-repeat;
        height: 11px;
        width: 13px;
    }

    .mob-seperate {
        border-top: 1px solid #dddedf;
        border-bottom: 1px solid #dddedf;
        padding: 15px 0;
    }

    .fg-recaptcha {
        max-width: 235px;
        overflow-x: hidden !important;
        margin: 0 auto 15px;
    }

    .btn-container {
        display: block;
        width: auto;
        text-align: right;
        float: right;
        margin-top: 15px;
    }

    .two-fields-dd input[type=text], .two-fields-dd input[type=number] {
        padding-left: 90px !important;
    }

    .chat .chat-message {
        font-size: 13px;
        padding: 15px;
    }

    .chat .chat-message {
        max-width: 75%;
        border-radius: 20px;
    }

    .chat-send {
        display: block;
        padding: 0 15px;
    }

    .chat-send textarea {
        width: calc(100% - 115px);
        height: 55px;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 18px;
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .chat-tab2 .btn-container {
        margin-top: 0;
    }

    .chat-tab1 label {
        margin-left: 6px;
    }

    .chatlogs {
        height: calc( 100vh - 267px );
    }
}

@media screen and (max-width: 400px) {
    .btn-container {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 0;
    }
    .chat-tab2 .btn-container {
        width: auto;
        float: right;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .chat-tab1 input.inputfieldMobNo {
        width: 94.4% \9;
    }

}