body {
    background: #e8eff7;
    font-family: 'Open Sans', sans-serif !important;
}

.common-div {
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0 0 2px 1px #0000002b;
    /*    overflow: hidden;*/
    border: 3px solid #e91e63;
}

.cm-from-div .active {
    border: none !important
}

[class^='cm-change-div-'] {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cm-from-div {
    position: relative;
    min-height: 200px;
    overflow: hidden;
}

.cm-fr-content {
    font-size: 22px;
    /*    letter-spacing: .4px;*/
    font-weight: 600;
    margin-bottom: 20px;
    color: #323a45;
    line-height: 32px;
}

.cm-frm-group {
    width: 60%;
    margin: 0 auto;
    float: none;
    display: table;
}

.cm-from-div .form-control {
    height: 45px;
    margin: 0;
}

.mb-4 {
    margin-bottom: 20px;
}


/*radio btn css start*/

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.custom-control-indicator {
    position: absolute;
    top: 0rem;
    left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    border: 2px solid #c8ccd4;
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

span.lbl.ui_lbl_radio.custom-control-description {
    float: left;
    margin-top: -1px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #666a6f;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #627286;
    border: 4px solid #d5d8de;
}

@-moz-keyframes jelly {
    from {
        transform: scale(1, 1)
    }
    30% {
        transform: scale(1.25, 0.75)
    }
    40% {
        transform: scale(0.75, 1.25)
    }
    50% {
        transform: scale(1.15, 0.85)
    }
    65% {
        transform: scale(0.95, 1.05)
    }
    75% {
        transform: scale(1.05, 0.95)
    }
    to {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1)
    }
    30% {
        transform: scale(1.25, 0.75)
    }
    40% {
        transform: scale(0.75, 1.25)
    }
    50% {
        transform: scale(1.15, 0.85)
    }
    65% {
        transform: scale(0.95, 1.05)
    }
    75% {
        transform: scale(1.05, 0.95)
    }
    to {
        transform: scale(1, 1)
    }
}

@-o-keyframes jelly {
    from {
        transform: scale(1, 1)
    }
    30% {
        transform: scale(1.25, 0.75)
    }
    40% {
        transform: scale(0.75, 1.25)
    }
    50% {
        transform: scale(1.15, 0.85)
    }
    65% {
        transform: scale(0.95, 1.05)
    }
    75% {
        transform: scale(1.05, 0.95)
    }
    to {
        transform: scale(1, 1)
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1)
    }
    30% {
        transform: scale(1.25, 0.75)
    }
    40% {
        transform: scale(0.75, 1.25)
    }
    50% {
        transform: scale(1.15, 0.85)
    }
    65% {
        transform: scale(0.95, 1.05)
    }
    75% {
        transform: scale(1.05, 0.95)
    }
    to {
        transform: scale(1, 1)
    }
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0275d8;
    border-color: transparent;
    background: #fff;
    animation: jelly .6s ease;
    -webkit-animation: jelly .6s ease;
    -moz-animation: jelly .6s ease;
    -ms-animation: jelly .6s ease;
    -o-animation: jelly .6s ease;
}


/*radio btn css end*/

.cm-sample-bt {
    float: left;
    margin-left: 30px;
    text-decoration: underline;
    padding-top: 8px;
    color: #14a3ed;
    letter-spacing: .4px;
    font-size: 13px;
    font-weight: 600;
}

span.cm-select {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cm-mail-bt {
    margin: 6px auto;
    background: #e91e63;
    float: left;
    width: 100%;
    padding: 12px 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.cm-mail-bt:hover {
    text-decoration: none;
    color: #fff;
}

.cm-para {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.cm-para1 {
    margin-bottom: 20px;
}

.cm-format {
    font-size: 14px !important;
    letter-spacing: .5px;
    width: 100%;
    font-style: normal;
    padding-left: 5px;
    color: #222;
    font-weight: 600;
}

.prev {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 15px;
    color: #e91e63;
    font-size: 20px !important;
    transform: rotate(180deg);
}

.next {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    color: #e91e63;
    font-size: 20px !important;
}

.prev:hover,
.next:hover,
.prev:focus,
.next:focus {
    color: #e91e63;
    text-decoration: none;
}

.cm-change-div {
    margin-bottom: 25px;
}

.cm-cont {
    max-width: 1000px;
    z-index: 0;
    position: absolute;
    visibility: hidden;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    right: -600px;
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -60%);*/
}

.cm-cont.active {
    z-index: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    right: 0
}

.prev {
    display: none;
}

.next {
    display: none;
}

.cm-change-div-1 {
    margin-top: 40px;
}

.cm-change-div-1 .form-control {
    width: 100%;
    margin: 0 auto;
    height: 45px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
}

input#sourceLang::placeholder {
    color: #547fa9;
}

.cm-change-div-2 .form-control {
    width: 100%;
    margin: 0 auto;
    height: 45px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    font-weight: 600;
}

.cm-change-div-3 {
    margin-top: 45px;
}

.cm-change-div-3 .cm-frm-group {
    width: 35%;
}

.cm-change-div-4 .cm-frm-group {
    width: 35%;
}

.cm-change-div-4 {
    margin-top: 45px;
}

.cm-change-div-5 {
    margin-top: 50px;
}

.cm-change-div-5 .cm-frm-group {
    width: 35%
}

.cm-change-div-6 {
    margin-top: 30px;
}

.cm-change-div-6 .cm-frm-group {
    width: 60%;
}

.cm-change-div-6 .cm-frm-group {
    width: 72%;
}

.cm-change-div-7 .cm-frm-group {
    width: 60%;
}

.form-control {
    color: #547fa9 !important;
    text-shadow: 1px 0 1px #fff;
    background: #e5eef6;
    border: 1px solid #bbd3e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .5);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .5);
    box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .5);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600;
    font-size: 13px;
}

.cm-change-div-2 .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #547fa9;
}

.cm-change-div-2 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #547fa9;
}

.cm-change-div-2 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #547fa9;
}

input#sourceLangundefined::placeholder {
    color: #547fa9;
}

a.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.enable-process {
    pointer-events: none;
    cursor: default;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 8px 10px;
    cursor: pointer;
    background-color: #e5eef6;
    color: #547fa9;
    background: #e5eef6;
    border-bottom: 1px solid #bbd3e9;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #006dce;
    color: #fff;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff !important;
}

.warning {
    border-color: #d61b1b !important;
}

.autocomplete {
    width: 80%;
    margin: 0 auto;
}

.cm-frm-group .autocomplete-items {
    width: 48%;
    margin: 0 auto;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #ddd;
}

.eng-capt-col,
.eng-capt-col:active,
.eng-capt-col:focus{
    background: #54a7d3;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 12px 12px;
    font-family: inherit;
    letter-spacing: .4px;
    font-weight: 600;
}

.success-tex {
    color: green;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 40px;
}

.typeahead-long {
    width: 100%!important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.common-div .input-group {
    width: 100%!important;
}

.typeahead-long li:active {
    background: #006dce!important;
    color: #fff!important
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: #337ab7 !important;
}
.autocomplete{
    width:100% !important;
}
.cm-frm-group{
    width:75% !important;
    text-align:center;
}
.custom-control{
    margin: 0 15px;
    float: none;
    width: 175px;
}
span.lbl.ui_lbl_radio.custom-control-description{
    float:none !important;
}
span.cm-select{
    margin-top:0px !important;
}
.combobox-container > .cm-change-div-1 .form-control{
    text-align:left !important;
}
.align-lt {
    width: auto !important;
}
#embedType{
    margin-top: 20px;
}