@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

a,
body,
div,
h1,
h2,
h3,
h5,
html,
i,
li,
p,
span,
ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-family: Inter;
}

body {
    margin: 0;
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.75;
    overflow-y: scroll;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

b,
strong {
    font-weight: 500;
}

a:hover {
    color: #0a58ca;
}

.section-padding-160 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-160 {
    padding-top: 150px;
}

.pb-160 {
    padding-bottom: 150px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

ol,
ul {
    padding-left: 0;
    overflow: auto;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin: 0;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .2px;
    color: #4f5b6a;
    margin: 0;
}

.blue-color {
    color: #1c44d6 !important;
}

.under-line {
    text-decoration: underline !important;
}

.navbar-collapse > ul > li > a.nav-link.blue-color {
    color: #1c44d6 !important;
    font-weight: 600;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    margin: 0;
}

ul,
ul li {
    list-style: none;
}

img {
    width: 100%
}

.check-list li {
    padding: 0 0 0 35px;
    position: relative;
    width: 92%;
    float: left;
    list-style-type: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px;
}

.check-list li:last-child {
    margin-bottom: 0;
}

.half-list li {
    width: 49%
}

.Forgotpassword-main {
    position: relative !important;
    background: #f6f9ff;
    /* background: #f6f9ff url(../images/inner-bg-2.png) !important; */
    padding: 70px 0 84px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    z-index: 1 !important;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    position: absolute;
    margin-bottom: 0;
    right: 5px;
    top: 2px;
    z-index: 999;
    font-size: 1rem;
    font-weight: 400;
    border-left: 0px !important;
    color: #495057;
    box-shadow: none;
    text-align: center;
    background-color: transparent;
    border: 0px solid #E3EBF6;
    border-radius: 0.25rem;
}

.input-group-addon a {
    color: #d2d7db;
}

.input-group-addon a i.fa-eye-slash {
    color: #0d6efd;
}

.form-group .input-group input.form-control {
    width: 100%;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

@media only screen and (max-width: 767px) {
    .middle-line {
        width: 10px !important;
    }
}

.check-list li:after {
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.short-content .row {
    display: flex;
    align-items: center;
}

.btn-check:focus + .btn,
.btn:focus,
a:focus,
a:hover {
    outline: 0;
    box-shadow: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.finger-text p {
    margin-bottom: 30px;
}

.form-group.privacy-policy p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4F5B6A;
}

p.having-trouble {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #4F5B6A;
    margin-top: 20px;
}

.validation_msg .alert {
    color: #4F5B6A !important;
    background-color: #F3F9FF !important;
    background: #F3F9FF !important;
    border: 2px dashed #BED8FF !important;
}

.validation_msg .alert {
    margin-bottom: 0;
}

.validation_msg .alert .cross {
    background: transparent !important;
    position: absolute;
    right: 10px;
    top: 30px;
}

.validation_msg .alert-success {
    color: #4F5B6A !important;
    background-color: #F3F9FF !important;
    background: #F3F9FF !important;
    border: 2px dashed #BED8FF !important;
}

.validation_msg .alert-success .cross {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 30px;
}

.validation_msg .alert-danger {
    color: #4F5B6A !important;
    background-color: #fff3f3 !important;
    background: #fff3f3 !important;
    border: 2px dashed #f0b0b0 !important;
}

.validation_msg .alert-danger .cross {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 30px;
}

select#subject {
    background: url(../images/menu-dropdown-icon.svg) no-repeat 94% 50% #fff;
}

@media (min-width: 768px) and (max-width: 850px) {
        .top-header {
        -webkit-box-pack: center;
        -ms-flex-pack: justify;
        justify-content: center;
    }
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../images/loader-gif.gif) no-repeat center center;
    z-index: 9999999999;
}

label.error {
    color: #FF294D !important;
}

.form-control.error {
    border-color: #FF294D !important;
}

a:hover {
    text-decoration: none !important;
}

.trasprentbg {
    padding: 0px !important;
}

@media only screen and (max-width: 767px) {
    .column-reverse .row {
        flex-direction: column-reverse;
    }
}

.show-for-desktop {
    display: block;
}

.show-for-tab {
    display: none;
}

.show-for-mobile {
    display: none;
}

@media only screen and (min-width: 768px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 0;
    border: none;
    outline: none;
    background: url(../images/gototop.svg) #fff;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    #myBtn {
        font-size: 0px;
        padding: 0px;
    }
}

.all-services {
    background: #fff;
    filter: drop-shadow(0px 30px 100px rgba(46, 98, 213, .1));
    border-radius: 20px;
    margin-top: -130px;
}

.all-services ul li {
    list-style: none;
    max-width: 25%;
    float: left;
    padding: 20px 0 16px;
    box-sizing: border-box;
    border: 1px solid #e0f7ff;
    width: 100%;
    border-width: 0 1px 1px 0;
}

.lang-services ul li {
    max-width: 20%;
}

.all-services ul li:nth-child(1) {
    border-top: none;
    border-left: none;
}

.all-services ul li:nth-child(2) {
    border-top: none;
}

.all-services ul li:nth-child(3) {
    border-top: none;
}

.all-services ul li:nth-child(4) {
    border-top: none;
    border-right: none;
}

.all-services ul li:nth-child(5) {
    border-bottom: none;
    border-left: none;
}

.lang-services ul li:nth-child(5) {
    border-bottom: 1px solid #e0f7ff;
    border-right: none;
    border-left: 1px solid #e0f7ff;
}

.all-services ul li:nth-child(6) {
    border-bottom: none;
}

.all-services ul li:nth-child(7) {
    border-bottom: none;
}

.all-services ul li:nth-child(8) {
    border-bottom: none;
    border-right: none;
}

.lang-services ul li:nth-child(8) {
    border-bottom: none;
    border-right: 1px solid #e0f7ff;
}

.all-services ul li p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    padding-right: 5px;
}

.home-serv ul li img {
    width: 35px;
    display: block;
    margin-left: 20px;
    box-shadow: 0 15px 20px 0 #1c44D64D;
    border-radius: 50%
}

.all-services ul li img.serv-1 {
    box-shadow: 0 15px 20px 0 #1c44D64D;
}

.all-services ul li img.serv-2 {
    box-shadow: 0 15px 20px 0 #29d68B4D;
}

.all-services ul li img.serv-3 {
    box-shadow: 0 15px 20px 0 #af7FFF4D;
}

.all-services ul li img.serv-4 {
    box-shadow: 0 15px 20px 0 #f79D334D;
}

.all-services ul li img.serv-5 {
    box-shadow: 0 15px 20px 0 #c75E2C4D;
}

.all-services ul li img.serv-6 {
    box-shadow: 0 15px 20px 0 #02a5F04D;
}

.all-services ul li img.serv-7 {
    box-shadow: 0 15px 20px 0 #ff89784D;
}

.all-services ul li img.serv-8 {
    box-shadow: 0 15px 20px 0 #5abEBC4D;
}

.hcutomer ul li {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #1c44d6;
    display: block;
    max-width: 33.33%;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.hcutomer ul li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #4f5b6a;
    display: block;
}

.hcutomer ul li svg {
    float: left;
    clear: both;
    margin-right: 10px;
}

.hcutomer h2 {
    margin-bottom: 30px;
    max-width: 475px;
    width: 100%;
    margin-top: 10px;
}

.hcutomer p {
    max-width: 540px;
    width: 100%
}

.hcutomer ul {
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.hcutomer ul li.f-list {
    width: 170px;
}

.hcutomer ul li.s-list {
    width: 156px;
}

.hcutomer ul li.t-list {
    width: 150px;
}

.happy-customer-section .col-md-6.right img {
    max-width: 510px;
    width: 100%;
    float: right;
}

.client-icons li {
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.client-icons li img {
    width: auto !important;
    height: min-content;
}

.client-icons li:nth-child(even) {
    background: rgba(98, 128, 237, .04);
}

.client-icons li:nth-child(odd) {
    background: rgba(145, 168, 255, .02);
}

.client-icons li:nth-child(1) {
    border-top-left-radius: 50px;
}

.client-icons li:nth-child(12) {
    border-bottom-right-radius: 50px;
}

ul.client-icons {
    max-width: 510px;
    width: 100%;
    float: right;
}

.happy-customer-section {
    padding-top: 160px;
}

.interpretation-services {
    background: #f6f9ff;
}

.int-services li p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-top: 20px;
}

.int-services li {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    width: 170px;
    min-height: 160px;
    display: inline-flex;
    justify-content: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.int-services li:nth-child(3),
.int-services li:nth-child(6) {
    margin-right: 0 !important;
}

.interpretation-services .ent-acc {
    max-width: 475px;
    width: 100%;
    float: right;
}

.interpretation-services .col-md-6.right {
    position: relative;
    z-index: 99;
}

.interpretation-services .col-md-6.right:after {
    content: '';
    position: absolute;
    left: -64px;
    bottom: -20px;
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.interpretation-services {
    overflow: hidden;
}

.access-flow ul {
    overflow: hidden;
}

.access-flow ul li svg {
    width: 90px;
    height: 90px;
}

.access-flow ul li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4f5b6a;
    margin-top: -20px;
}

.access-from-anydevice h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.access-from-anydevice p {
    margin-bottom: 30px;
}

.access-flow ul li {
    text-align: center;
}

.access-flow ul li {
    text-align: center;
    background: #fff;
    border: 1.5px solid #e4eaff;
    box-sizing: border-box;
    border-radius: 15px;
    width: 160px;
    height: 150px;
    float: left;
    margin: 0 30px 60px 0;
}

.access-flow ul li.six-step,
.access-flow ul li.t-step {
    margin-right: 0;
}

.access-flow ul li.seven-step {
    width: 100%;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.access-flow ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
    padding: 20px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.access-flow ul li.f-step {
    background: #fff;
    border: 2px solid #29d68b;
    box-shadow: 0 15px 30px rgb(196 209 254 / 30%);
    border-radius: 15px;
}

.access-flow ul li.t-step {
    background: #fff;
    border: 2px solid #02a5f0;
    box-shadow: 0 15px 30px rgb(196 209 254 / 30%);
    border-radius: 15px;
}

.access-flow {
    position: relative;
}

.access-flow:after {
    content: '';
    position: absolute;
    left: 70px;
    top: 70px;
    width: 100%;
    height: 100%;
    background: url(../images/flow-img.png) no-repeat;
    z-index: -1;
    background-size: 74%
}

.access-from-anydevice {
    max-width: 475px;
    width: 100%;
    float: right;
}

.access-flow li.five-step,
.access-flow li.fourt-step,
.access-flow li.s-step,
.access-flow li.six-step {
    position: relative;
}

.access-flow li.five-step:after {
    position: absolute;
    content: '';
    left: 44%;
    top: -35px;
    width: 20px;
    height: 20px;
    background: url(../images/flow-arrow-icon.png) no-repeat;
}

.access-flow li.fourt-step:after {
    position: absolute;
    content: '';
    right: -16%;
    top: -35px;
    width: 20px;
    height: 20px;
    background: url(../images/flow-arrow-icon.png) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.access-flow li.six-step:after {
    position: absolute;
    content: '';
    left: -16%;
    top: -35px;
    width: 20px;
    height: 20px;
    background: url(../images/flow-arrow-icon.png) no-repeat;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.access-flow li.s-step:after {
    position: absolute;
    content: 'OR';
    right: -26px;
    top: 40%;
    width: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #b4c4ff;
}

.access-flow li.fourt-step:before {
    position: absolute;
    content: 'OR';
    right: -26px;
    top: 40%;
    width: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #b4c4ff;
}

.access-flow li.six-step:before {
    position: absolute;
    content: 'OR';
    left: -26px;
    top: 40%;
    width: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #b4c4ff;
}

.how-on-demand {
    padding-bottom: 20px;
}

section.cust-exp-section {
    overflow: hidden;
}

.cust-exp-section .ent-acc {
    display: inline-block;
}

.cust-exp-section h2 {
    max-width: 564px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    margin: 0 50px 0 0 !important;
}

.cust-exp-section .cutomer-txt {
    float: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    max-width: 477px;
    width: 100%
}

.wrapper {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.wrapper img {
    max-width: 100%;
    height: auto;
    background: linear-gradient(238.83deg, rgba(0, 0, 0, .05) .58%, rgba(0, 0, 0, 0) 100%);
    border-radius: 15px;
}

.wrapper iframe {
    display: none;
}

.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
}

.bad-cust-exp-sec .play-btn svg circle {
    fill: rgb(255 255 255 / 68%)
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:focus {
    outline: 0;
}

.wrapper .play-btn:after {
    content: '';
    position: absolute;
    right: -234%;
    top: -84%;
    width: 441px;
    height: 319px;
    background: url(../images/play-btn-bg.png) no-repeat;
    z-index: -1;
}

.customer-video {
    position: relative;
}

.customer-video:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: 120px;
    width: 180px;
    height: 180px;
    background: url(../images/video-rectangle-icon.png) no-repeat;
    z-index: -1;
}

.customer-video:before {
    content: '';
    position: absolute;
    left: -84px;
    top: 50px;
    width: 129px;
    height: 129px;
    background: url(../images/video-ecllips-icon.png) no-repeat;
    z-index: -1;
}

.exten-features-section .col-md-3 {
    float: left;
}

.extent-feture-width .col-md-3,
.career-prointerp-section .col-md-3 {
    display: flex;
    justify-content: space-around;
}

.career-prointerp-section .col-md-3 .ext-feature {
    max-width: 255px;
    width: 100%;
    margin: 2px;
}

.career-prointerp-section .col-md-3 .ext-feature img {
    width: 100%;
    max-width: 50px;
    margin-left: 20px;
    border-radius: 50%;
}

.career-prointerp-section .col-md-3 .ext-feature img.bluebox {
    box-shadow: 0 15px 20px 0 #1c44d64d;
}

.career-prointerp-section .col-md-3 .ext-feature img.redbox {
    box-shadow: 0 15px 20px 0 #e8505b4d;
}

.career-prointerp-section .col-md-3 .ext-feature img.skybox {
    box-shadow: 0 15px 20px 0 #6ec6c44d;
}

.career-prointerp-section .col-md-3 .ext-feature img.greenbox {
    box-shadow: 0 15px 20px 0 #29d68b4d;
}

.exten-features-section h2 {
    max-width: 590px;
    width: 100%
}

.exten-features-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.extent-feture-width .ext-feature h3 {
    margin-top: 20px;
}

.exten-features-section p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4f5b6a;
    padding-left: 20px;
    padding-right: 20px;
}

.ext-feature {
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-image: linear-gradient(180deg, #E4EAFF 0%, rgba(228, 234, 255, 0) 100%);
    border-image-slice: 1;
    position: relative;
    margin-bottom: 1px;
}

.ext-icon-img {
    width: 50px;
    margin-left: 20px;
}

.extent-feture-width .ext-feature {
    max-width: 255px;
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.extent-feture-width .ext-feature svg {
    margin-left: 20px;
    border-radius: 50%
}

.extent-feture-width .ext-feature svg.ext-feture-img-1 {
    box-shadow: 0 15px 20px 0 #1c44d64d;
}

.extent-feture-width .ext-feature svg.ext-feture-img-2 {
    box-shadow: 0 15px 20px 0 #e8505B4D;
}

.extent-feture-width .ext-feature svg.ext-feture-img-3 {
    box-shadow: 0 15px 20px 0 #6ec6C44D;
}

.extent-feture-width .ext-feature svg.ext-feture-img-4 {
    box-shadow: 0 15px 20px 0 #29d68B4D;
}

.ext-feature:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
    background: linear-gradient(180deg, #e4eaff 0, rgba(228, 234, 255, 0) 100%);
}

.ext-feature:hover {
    box-shadow: 0 30px 30px rgb(196 209 254 / 10%);
}

.ext-feature:hover:after {
    background: #e4eaff;
}

.col-md-3:nth-child(1) .ext-feature {
    margin-left: 0;
}

.col-md-3:nth-child(4) .ext-feature {
    margin-right: 0;
}

.exten-features-section {
    position: relative;
    overflow: hidden;
}

.exten-features-section:after {
    content: '';
    position: absolute;
    right: -15%;
    top: 5%;
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.Why-choose-us-section .ent-acc ul li {
    max-width: 50%;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.Why-choose-us-section .rigth-txt h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-bottom: 10px;
}

.Why-choose-us-section .rigth-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-bottom: 0;
}

.left-icon {
    max-width: 13%;
    width: 100%;
    float: left;
}

.rigth-txt {
    float: left;
    max-width: 80%;
    width: 100%
}

.Why-choose-us-section .ent-acc ul {
    padding-top: 50px;
}

.Why-choose-us-section h2 {
    max-width: 726px;
    width: 100%
}

.Why-choose-us-section .ent-acc {
    position: relative;
}

.Why-choose-us-section .ent-acc:after {
    content: '';
    position: absolute;
    right: -67px;
    top: 115px;
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.Why-choose-us-section {
    padding-bottom: 230px;
    overflow: hidden;
    position: relative;
}

.Why-choose-us-section:after {
    content: '';
    position: absolute;
    right: -15%;
    bottom: 1%;
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

section.features-section {
    background: #f6f9ff;
}

.features-section ul li {
    max-width: 33.33%;
    width: 100%;
    float: left;
    height: 38px;
    margin-bottom: 30px;
}

.features-section ul li p {
    text-align: left;
    letter-spacing: 0.2px;
    color: #1c2c40;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.call-recording p {
    max-width: 100px;
}

.features-section ul li div {
    box-sizing: border-box;
    display: inline-flex;
}

.features-section .left .ent-acc {
    /*  max-width: 540px;
    float: right;*/
}

.features-section .app-title {
    padding-bottom: 8px;
    margin-top: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a;
}

.features-section .ent-acc a {
    display: inline-block;
}

.features-section .google-app {
    padding-right: 7px;
}

.features-section .ent-acc h2 {
    max-width: 599px;
    margin: 10px 0 50px 0;
    width: 100%;
}

.features-section .custom-container
    /*, .features-section .right:after */
{
    position: relative;
}

.features-section .custom-container {
    position: relative;
}

.features-section .custom-container:after {
    /* content: '';
    position: absolute;
    left: 0;
    top: -32%;
    width: 470px;
    height: 940px;
    background: url(../images/useful-features-min.jpg) no-repeat;
    background-size: cover;*/
}

.features-section .right:after {
    position: absolute;
    content: "";
    left: -114px;
    top: 8%;
    width: 349.6px;
    height: 349.6px;
    background: url(../images/pattern.png) no-repeat;
}

.features-section video.mobile-call-usful-video {
    border-radius: 50px;
    width: 100%;
}

.features-section .ent-acc ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .player.show-for-desktop {
        display: block;
    }

    .pricing-qoute-section {
        padding-top: 150px;
    }
}

@media (max-width: 1024px) {
    .player.show-for-desktop {
        display: none;
    }
}

.features-section ul li div svg {
    margin-right: 15px;
    width: 40px;
}

.pricing-asfeature {
    padding: 100px 0px;
}

.features-section .ent-acc ul li:nth-child(3),
.features-section .ent-acc ul li:nth-child(6) {
    justify-content: space-evenly;
    display: flex;
}

.audio-and-video-calls p {
    width: 112px;
}

.manage-multiple-participants p {
    width: 133px;
}

.call-recording p {
    width: 80px;
}

.call-transcription p {
    width: 105px;
}

.multi-user-enterprise-account p {
    width: 151px;
}

.dashboard-reports p {
    width: 88px;
}

.ent-acc .btn {
    background: #1c44d6;
    border-radius: 8px;
    width: 240px;
    height: 50px;
    line-height: 39px;
}

.ent-acc .btn:hover {
    box-shadow: 0 20px 40px rgb(28 68 214 / 30%);
}

.ent-acc .blue-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: space-around;
}

.enterprise-account-section .col-md-6.left .ent-acc {
    max-width: 538px;
    width: 100%;
    float: left;
}

.enterprise-account-section .col-md-6.right img {
    max-width: 475px;
    width: 100%;
    float: right;
}

.ent-acc h2 {
    margin: 10px 0 30px 0;
    font-size: 38px;
}

#mc_embed_signup {
    text-align: center;
}

#mc_embed_signup #messageBoxInner {
    width: 67%;
    text-align: left;
    margin: auto;
}

.ent-acc p {
    padding-bottom: 30px;
}

.ent-acc ul.check-list {
    margin-bottom: 15px;
}

.enterprise-account-section .col-md-6.right {
    position: relative;
}

.enterprise-account-section .col-md-6.right:after {
    content: '';
    position: absolute;
    background: url(../images/dots-icon.png) no-repeat;
    right: -18%;
    bottom: 33%;
    width: 196px;
    height: 154px;
    z-index: -1;
}

.enterprise-account-section {
    overflow: hidden;
    padding-top: 240px;
}

.entp-btn {
    margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .all-services {
        filter: none;
    }
    
    .request-free-video p a {
        font-size: 14px;
    }

    .top-hero-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1110px;
    }

    .top-logo {
        height: 30px;
    }

    .btn-get-top {
        margin-top: 12px;
    }

    .email,
    .top-header {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .email > a {
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 0px;
    }

    .email > label {
        margin-right: 15px;
    }

    .contact {
        font-size: 16px;
        line-height: 33px;
        color: #fff;
        display: -ms-grid;
        display: grid;
    }

    .custom-container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .pt-200 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .toggle-ico {
        color: #4f5b6a;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px;
    }

    .footer-menu ul {
        padding-top: 15px;
    }

    .footer-widget-title {
        margin-top: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .top-hero-img {
        background-image: url(../images/hero-bg-shape.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1200px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .pt-200 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .toggle-ico {
        color: #4f5b6a;
    }

    .main-header #navbarNavDropdown {
        padding: 15px;
    }

    .trasprentbg #navbarNavDropdown a {
        color: #000 !important;
    }

    .contact {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        min-height: 45px !important;
    }

    .top-hero-img {
        background-image: url(../images/hero-bg-shape.svg);
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 1350px;
    }

    .about-section1 {
        margin-top: 0;
        padding-top: 200px;
    }

    .services-box {
        margin-top: -22%
    }

    .social-box {
        width: 30% !important;
        width: 70%
    }

    .hero-btns .free-act,
    .hero-btns .free-demo {
        width: 150px !important;
        display: flex;
    }

    .sub-image {
        background-image: unset;
    }

    .contact-btns {
        padding-left: 21%
    }

    .contact-btns .login-now-btn {
        background-color: transparent;
        padding: 15px 25px;
        border-radius: 29px;
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .88px;
        line-height: 19px;
        -webkit-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, .2);
        box-shadow: 0 7px 6px -3px rgba(0, 0, 0, .2);
        text-decoration: none;
        border: 2px solid;
        width: 100%;
        max-width: 220px;
        text-align: center;
    }

    .contact-btns > .apply-btn {
        background-color: #f79200;
        padding: 15px 25px;
        border-radius: 29px;
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .88px;
        line-height: 19px;
        -webkit-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, .2);
        box-shadow: 0 7px 6px -3px rgba(0, 0, 0, .2);
        border: unset;
        width: 100%;
        max-width: 220px;
        margin-right: 20px;
        display: inline-block;
        text-align: center;
    }

    .hero-text p {
        font-size: 14px;
    }

    .hidetext {
        display: none;
    }

    .hidetextgame {
        display: none;
    }

    .hidetextphone {
        display: none;
    }

    .imp_text {
        display: none;
    }

    .img-loader {
        width: 100%;
        height: auto !important;
    }

    .content-finger > p {
        font-size: 15px;
        line-height: 22px;
    }

    .iphone-img img {
        max-height: 400px;
        margin-left: -20%
    }

    .over-interpreter img {
        margin-top: 0;
    }

    .pt-200 {
        padding-top: 100px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .toggle-ico {
        color: #4f5b6a;
    }

    .main-header #navbarNavDropdown {
        padding: 15px;
    }

    .trasprentbg #navbarNavDropdown a {
        color: #000 !important;
    }

    .sign-up {
        margin-right: 0;
    }

    .contact {
        font-size: 16px;
        line-height: 33px;
        color: #fff;
    }

    .social-media > ul > li {
        margin: 0 5px;
    }

    .daytranslations-footer-menu {
        padding-right: 0;
    }

    .company-footer-menu {
        padding-right: 0;
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px;
    }

    .login-signup .tab-content {
        padding: 0;
    }

    .nav-tabs {
        margin-bottom: 0;
        justify-content: space-between;
    }

    .signup-title h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .signup-title p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero-credit p {
        font-size: 14px !important;
        line-height: 21px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overphone-hide {
        display: none;
    }

    .hidebtn {
        display: none;
    }

    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .daytranslations-footer-menu {
        padding-right: 5%
    }

    .top-hero-img {
        background-image: url(../images/hero-bg-shape.svg);
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 1300px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .toggle-ico {
        color: #4f5b6a;
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px;
    }

    .signup-title h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .signup-title p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .overphone-hide {
        display: none;
    }

    .hidebtn {
        display: none;
    }

    .importance-inside h3 {
        padding-right: 26px;
    }

    .about-section1 {
        margin-top: 5%
    }

    .contact-btns > .apply-btn {
        padding: 18px 30px;
    }

    .contact-btns .login-now-btn {
        padding: 18px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-padding-160 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main-header nav ul li a {
        font-size: 12px;
        line-height: 29px;
    }

    .hero-text > h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 35px;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 27px;
    }

    h2 {
        font-size: 23px;
        line-height: 37px;
    }

    p {
        font-size: 15px;
        line-height: 29px;
    }

    .hcutomer ul {
        margin-top: 30px;
    }

    .show-for-tab {
        display: block;
    }

    .features-section .right:after,
    section.features-section .custom-container:after {
        display: none;
    }

    .features-section ul li div {
        padding: 15px;
    }

    .int-services li p {
        font-size: 15px;
    }

    .access-flow ul li {
        width: 130px;
        height: 130px;
    }

    .access-flow ul li div {
        height: 130px;
    }

    .access-flow ul li p {
        font-size: 12px;
        line-height: 17px;
    }

    .happy-customer-section {
        padding-top: 100px;
    }

    .how-on-demand {
        padding-bottom: 20px;
    }

    .cust-exp-section {
        padding-bottom: 50px;
    }

    #launch_video_modal .video-img:after {
        left: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .main-header .show#navbarNavDropdown {
        background-color: #fff;
    }

    .interpretation-services .col-md-6.right:after {
        display: none;
    }

    .access-flow li.fourt-step:before,
    .access-flow li.s-step:after {
        right: -19px;
        top: 40%;
        font-size: 11px;
        line-height: 17px;
    }

    .access-flow li.six-step:before {
        left: -19px;
        font-size: 11px;
        line-height: 17px;
    }

    .customer-video:after,
    .customer-video:before,
    .wrapper .play-btn:after {
        display: none;
    }

    .main-header .cust-nav {
        margin: 0 5px;
    }

    #navbarNavDropdown > ul > li > a.btn-get-top {
        color: #4f5b6a !important;
        font-size: 15px !important;
        line-height: 29px !important;
        margin-left: 5px !important;
    }

    .activeheader .show#navbarNavDropdown {
        background-color: #f6f9ff !important;
    }

    .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .navbar-collapse > ul > li > a.btn-get-top:after {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .ext-feature {
        min-height: 340px !important;
    }

    .access-flow ul li {
        width: 130px;
        height: 130px;
    }

    .access-flow ul li div {
        height: 130px;
    }

    .access-flow ul li p {
        font-size: 12px;
        line-height: 17px;
    }

    .access-flow:after {
        left: 70px;
        top: 75px;
        background-size: 64%
    }

    .client-icons li {
        width: 150px;
    }

    .main-header nav ul li a {
        font-size: 13px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .ext-feature {
        min-height: 311px;
    }

    .access-flow ul li {
        width: 130px;
        height: 130px;
    }

    .access-flow ul li div {
        height: 130px;
    }

    .access-flow ul li p {
        font-size: 12px;
        line-height: 17px;
    }

    .access-flow:after {
        left: 70px;
        top: 75px;
        background-size: 64%
    }

    .client-icons li {
        width: 160px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .all-services ul li p {
        min-height: 60px;
    }

    .hcutomer ul li {
        font-size: 18px;
        line-height: 27px;
    }

    .hcutomer ul li span {
        font-size: 13px;
        line-height: 18px;
    }

    .int-services li {
        width: 140px;
    }

    .cust-exp-section h2 {
        max-width: 400px;
    }
}

@media (min-width: 990px) and (max-width: 1024px) {
    .hcutomer ul li {
        font-size: 18px;
        line-height: 27px;
    }

    .hcutomer ul li span {
        font-size: 10px;
        line-height: 18px;
    }

    .ext-feature {
        min-height: 340px;
    }

    .cust-exp-section h2 {
        max-width: 400px;
    }

    .access-flow:after {
        left: 58px;
        top: 70px;
    }

    .client-icons li {
        width: 145px;
        height: 115px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .all-services ul li p {
        font-size: 13px;
        line-height: 20px;
        min-height: 60px;
    }

    .all-services {
        margin-top: -150px;
    }

    .all-services ul li {
        padding: 10px 0 10px;
    }

    .int-services li {
        width: 140px;
        min-height: 140px;
    }

    .int-services li p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .video-img:after {
        left: -15%
    }

    .hero-text {
        padding-top: 0;
    }

    footer.footer-area .col-md-2 {
        width: 28% !important;
    }

    footer.footer-area .col-md-2.col-sm-12.about-footer-menu {
        width: 40% !important;
        padding-left: 0;
    }

    footer.footer-area .dayinterprting-footer-menu {
        padding-left: 15px !important;
    }

    .header {
        padding: 50px 0 150px;
    }

    .hcutomer ul li {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .short-content .row {
        align-items: flex-start;
    }

    .left-icon {
        max-width: 20%
    }

    .int-services li {
        width: 100px;
        min-height: 120px;
    }

    .exten-features-section h3 {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .exten-features-section p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ext-feature {
        min-height: 400px;
    }

    .cust-exp-section .cutomer-txt {
        float: left;
        max-width: 100%
    }

    .access-flow ul li {
        width: 100px;
        height: 100px;
        margin: 0 15px 50px 0;
    }

    .access-flow ul li div {
        height: 100px;
        padding: 15px 10px;
    }

    .access-flow ul li p {
        font-size: 10px;
        line-height: 11px;
    }

    .access-flow:after {
        left: 44px;
        top: 55px;
    }

    .client-icons li {
        width: 165px;
        height: 89px;
    }

    .client-icons li:nth-child(11),
    .client-icons li:nth-child(3),
    .client-icons li:nth-child(7) {
        background: rgba(98, 128, 237, .04) !important;
    }

    .client-icons li:nth-child(12),
    .client-icons li:nth-child(4),
    .client-icons li:nth-child(8) {
        background: rgba(145, 168, 255, .02) !important;
    }

    .navbar-collapse > ul > li > a.btn-get-top {
        text-align: left;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .carousel .carousel-item .col-md-4 {
        max-width: 100% !important;
    }

    .card.card-body {
        max-width: 90% !important;
    }
}

@media (min-width: 576px) {
    .footer-big .col-sm-4 {
        margin-top: 7px;
    }
}

@media only screen and (min-width: 768px) {
    footer.footer-area .col-md-2 {
        flex: 0 0 auto;
        width: 19%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 4%;
        max-width: 100%;
    }

    footer.footer-area .col-md-2.col-sm-12.about-footer-menu {
        width: 24%;
        padding-left: 15px;
    }

    @media only screen and (max-width: 385px) {
        .sign-up span {
            left: 53% !important;
        }
    }
}

@media only screen and (min-width: 768px) {
    .search-for-desktop,
    .lang-dropdown-header {
        display: block;
    }

    .search-for-mobile {
        display: none;
    }

    .email a:nth-child(1) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog-centered {
        align-items: flex-start;
    }

    #search-box.modal .search-form .label_holder {
        font-size: 17px !important;
        text-align: center;
        line-height: 23px;
    }

    .search-for-desktop,
    .lang-dropdown-header {
        display: none;
    }

    .search-for-mobile {
        display: block;
    }

    .email a:nth-child(1) {
        display: none;
    }

    .email {
        width: 100%;
    }

    .top-header {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding-top: 15px;
    }

    .email > a {
        margin-right: 0 !important;
        margin: 0 !important;

    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-padding-160 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-header {
        text-align: center;
    }

    .email,
    .sign-up {
        margin: 0 auto;
    }

    .hero-text > h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .hero-text p {
        text-align: center;
    }

    .hero-credit {
        flex-direction: column;
        align-items: center;
    }

    .hero-credit p {
        margin-bottom: 10px;
    }

    .hero-credit p svg {
        margin-right: 10px;
        float: none;
        margin-bottom: 0;
    }

    .hero-btns {
        display: block;
        margin: 0 auto !important;
    }

    .hero-btns .free-act,
    .hero-btns .free-demo {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100% !important;
        text-align: center !important
    }

    .hero-btns .free-act a, .hero-btns .free-demo a {
        width: 100% !important;
    }

    .hero-btns .free-act {
        margin-top: 20px !important;
    }

    .hero-text {
        padding-top: 0;
    }

    .video-img {
        float: none;
        text-align: center;
        padding-top: 30px;
    }

    .happy-customer-section {
        padding-top: 80px;
    }

    #launch_video_modal:after {
        display: none;
    }

    .video-img:after {
        left: 0;
    }

    .header {
        padding: 34px 0 50px;
    }

    .bottom-footer,
    .social-media {
        display: block;
        text-align: center;
    }

    .footer-menu ul {
        padding-top: 20px;
    }

    .all-services ul li {
        max-width: 100%;
        border: none;
    }

    .all-services ul li:nth-child(1) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(2) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(3) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(4) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(5) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(6) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services ul li:nth-child(7) {
        border-bottom: 1px solid #e0f7ff;
    }

    .all-services {
        margin-top: 50px;
        filter: none;
    }

    .enterprise-account-section .col-md-6.right,
    .happy-customer-section .col-md-6.right {
        text-align: center;
    }

    .enterprise-account-section .col-md-6.right img,
    .happy-customer-section .col-md-6.right img {
        float: none;
        margin-top: 50px;
    }

    .hcutomer ul li {
        margin-bottom: 30px;
    }

    .hcutomer ul li {
        font-size: 18px;
    }

    .happy-customer-section .hcutomer ul li svg {
        float: none;
        margin-bottom: 10px;
        display: block;
    }

    .hcutomer ul li span {
        font-size: 13px;
    }

    h2 {
        font-size: 21px;
        line-height: 41px;
    }

    .check-list li {
        line-height: 23px;
        margin-bottom: 15px;
    }

    .show-for-mobile {
        display: block !important;
    }

    .show-for-desktop {
        display: none !important;
    }

    .features-section ul li {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .features-section ul li div {
        padding: 28px;
        max-width: 100%;
        min-height: 100%
    }

    .features-section .app-title {
        margin-top: 20px;
    }

    .features-section img.show-for-tab {
        /* margin-top: 50px;*/
        margin-bottom: 50px;
    }

    .Why-choose-us-section .ent-acc ul li {
        max-width: 100%
    }

    .left-icon {
        max-width: 20%
    }

    .int-services li {
        width: 100%
    }

    .ext-feature {
        margin: 0;
        margin-bottom: 20px;
    }

    .cust-exp-section .cutomer-txt {
        float: left;
        max-width: 100%
    }

    .wrapper iframe {
        height: 100%
    }

    .access-from-anydevice,
    .enterprise-account-section .col-md-6.left .ent-acc,
    .features-section .left .ent-acc,
    .hcutomer h2,
    .hcutomer p,
    .interpretation-services .ent-acc,
    ul.client-icons {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .exten-features-section .col-md-3 {
        width: 100%
    }

    .client-icons li {
        width: 50%;
        height: 90px;
    }

    .client-icons li img {
        float: none;
        margin-top: 0 !important;
    }

    .footer-area img {
        width: auto;
    }

    .main-header nav ul li a {
        font-size: 15px;
        line-height: 29px;
    }

    #launch_video_modal .video-img:after {
        left: 0;
    }

    #play svg {
        max-width: 70px;
    }

    .navbar-collapse > ul > li > a.btn-get-top {
        text-align: left;
        margin-left: 10px;
    }

    .footer-area .col-md-2 {
        width: 48%;
        float: left;
    }

    .footer-area .col-md-2.about-footer-menu {
        width: 100%
    }
/* 
    .footer-area .app-footer-menu img {
        width: 162px !important;
    } */

    .email a:nth-child(2) {
        display: block;
    }

    .copyright-text {
        margin-bottom: 15px;
    }

    .mini-footer {
        padding-top: 0;
    }

    #navbarNavDropdown > ul > li > a.btn-get-top {
        color: #4f5b6a !important;
        font-size: 15px !important;
        line-height: 29px !important;
    }

    .dropdown .dropdown-menu,
    .dropdown-menu {
        padding: 0 25px !important;
        box-shadow: none !important;
    }

    #launch_video_modal .video-img:after,
    #launch_video_modal .video-img:before,
    .finger-main.improve-exp:after {
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .email {
        display: inline-flex;
        text-align: center;
        margin: 0 auto;
    }

    /* .footer-area .app-footer-menu img {
        width: 100% !important;
    } */
}

@media only screen and (min-width: 1140px) {
    .Why-choose-us-section,
    .exten-features-section {
        max-width: 1600px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    #navbarNavDropdown > ul > li > a.btn-get-top {
        margin-top: 0 !important;
        font-size: 12px;
        line-height: 29px;
        text-align: left;
        margin-left: 10px;
        font-weight: 500 !important;
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev,
#recipeCarousel .carousel-inner .carousel-item.active {
    display: flex;
}

#recipeCarousel .carousel-item {
    transition: transform .1s ease-in-out;
    max-width: 570px;
}

@media (min-width: 768px) {
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-right.active {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-left,
.carousel-inner .carousel-item-right {
    transform: translateX(0);
}

div#recipeCarousel {
    /*  margin-left: 11%;*/
    position: relative;
}

.stories-section .ent-acc {
    /*margin-left: 14%;*/
    margin-bottom: 50px;
    width: 100%;
}

.signup-real-stories.stories-section .ent-acc {
    margin-left: 0px;
}

.signup-real-stories.stories-section #recipeCarousel {
    margin-left: 0px;
}

@media (min-width: 1600px) {
    div#recipeCarousel {
        /* margin-left: 13%*/
    }

    .stories-section .ent-acc {
        /*margin-left: 15.5%*/
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .stories-section .ent-acc {
        /*margin-left: 8%*/
    }
}

.owl-carousel .owl-item {
    height: 350px;
    max-width: 540px;
    width: 100%;
    padding: 30px;
    border: none;
    background: #ffffff;
    box-shadow: 0px 15px 40px rgb(28 68 214 / 10%);
    border-radius: 10px;
    margin-bottom: 50px !important;
    margin-right: 30px !important;
}

.card.card-body {
    /* max-width: 540px;
     width: 100%;
     padding: 30px;
     background: #fff;
     box-shadow: 0 15px 40px 0 #1c44d61a;
     border-radius: 10px;*/
    border: none;
}

.owl-carousel .card.card-body {
    width: 100%;
    padding: 0px;
    border: none;
}

.carousel .card.card-body h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #022068;
    margin-bottom: 30px;
}

.carousel .card.card-body p {
    text-indent: 50px;
    padding: 0;
    position: relative;
    float: left;
    font-size: 15px;
}

.carousel .card.card-body p:after {
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    width: 18px;
    height: 16px;
    background-image: url(../images/qoute-new-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .card.card-body img {
    max-width: 60px;
    margin-right: 12px;
}

.lang {
    display: inline-flex;
    align-items: center;
    clear: both;
    margin-top: 30px;
    max-width: 214px;
    height: 30px;
}

.lang span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1c2c40;
}

.lang .lang-rotate-img {
    max-width: 20px !important;
    margin: 0 10px !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.carousel .carousel-item .col-md-4 {
    margin-right: 30px;
    max-width: 570px;
    width: 100%;
    padding: 0 0 50px 30px;
}

.stories-section {
    background-image: url(../images/stories-bg-min.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 68% 68%;
    overflow: hidden;
}

.carousel-control-next {
    right: 18%;
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
    opacity: 0;
}

.stories-section .carousel-control-prev {
    display: none;
}

span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle {
    position: relative;
}

span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
    left: -10px;
    background-image: url(../images/next-btn.png);
    opacity: 1;
    background-repeat: no-repeat;
}

span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle:hover:after {
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 #af7fff4d;
}

div#recipeCarousel:before {
    content: "";
    background: linear-gradient(269.06deg, rgba(248, 250, 255, 0.77) 23.54%, rgba(248, 250, 255, 0) 97.21%);
    position: absolute;
    right: -17%;
    top: 36%;
    /*width: 350px;*/
    width: 16%;
    height: 350px;
    border-radius: 8px;
}

div#recipeCarousel:after {
    /* content: '';
     background: linear-gradient(269.06deg, rgba(248, 250, 255, .77) 23.54%, rgba(248, 250, 255, 0) 97.21%);
     position: absolute;
     right: 0;
     top: 0;
     width: 670px;
     height: 400px;*/
}

@media (min-width: 1600px) {
    div#recipeCarousel:after {
        right: -100%;
        top: 0;
        width: 37%;
    }
}

@media (max-width: 1024px) {
    div#recipeCarousel {
        /*  margin-left: 2%*/
    }

    div#recipeCarousel:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .stories-section .ent-acc {
        margin-left: 0;
    }

    .card.card-body {
        max-width: 100%
    }

    .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .carousel .carousel-item .col-md-4 {
        margin-right: 15px;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .card.card-body {
        /* max-width: 90%;
         width: 100%;
         padding: 20px 10px;
         box-shadow: 0 15px 20px rgb(28 68 214 / 10%);
         border-radius: 10px;
         border: 1px solid rgb(28 68 214 / 10%);*/
    }
}

.modal-header .close {
    margin: -3rem -2rem -1rem auto;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

.modal-header .close span {
    display: block;
    margin: -2px;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.loginModel {
    cursor: none;
}

.loginModel .modal-content {
    cursor: auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal-content-area p {
    padding-top: 30px;
    opacity: 1;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #4f5b6a;
}

.sign-up-client,
.sign-up-interpreter {
    max-width: 160px;
    height: 190px;
    float: left;
    background: #fff;
    border: 1.5px solid #e4eaff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-up-client,
.sign-up-interpreter {
    position: relative;
}

a.section-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0;
}

.modal-open .header.innerpages-header {
    z-index: -1;
}

.sign-up-interpreter {
    float: right;
}

.modal .modal-body {
    padding: 0;
}

a.sign-in-link {
    color: #1c44d6;
    text-decoration: none;
}

.modal-content-area .sign-up-client svg {
    box-shadow: 0px 15px 20px 0px #1c44d64d;
    border-radius: 23px;
}

.modal-content-area .sign-up-interpreter svg {
    box-shadow: 0px 15px 20px 0px #F7B4224D;
    border-radius: 23px;
}

.sign-up-client:hover {
    background: #1c44d6;
    box-shadow: 0 15px 30px rgb(28 68 214 / 30%);
}

.sign-up-client:hover svg rect.hover-white {
    fill: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-up-client:hover svg path.hover-blue {
    fill: #1C44D6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-up-client:hover a.popup-signup-btn,
.sign-up-interpreter:hover a.popup-signup-btn {
    color: #fff !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-up-interpreter:hover {
    background: #f7b422;
    box-shadow: 0 15px 30px rgba(244, 190, 72, .3);
}

.sign-up-interpreter:hover svg rect.hover-white {
    fill: #fff;
}

.sign-up-interpreter:hover svg path.hover-org {
    fill: #F7B422;
    stroke: #F7B422;
}

.contact-us-left h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #4F5B6A;
    margin-bottom: 10px;
}

.contact-us-left h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 0;
}

.book-a-demo-banner h1,
.book-a-demo-banner p {
    max-width: 540px;
    width: 100%;
}

.cont-form-page p {
    margin-bottom: 0;
}

.contact-us-left ul li {
    clear: both;
    display: flex;
    padding-bottom: 30px;
    max-width: 300px;
    width: 100%
}

.contact-us-left ul li svg {
    max-width: 52px;
    width: 100%;
    float: left;
}

.contact-us-left ul li p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    display: block;
    padding-left: 10px !important;
    padding: 0;
}

.contact-us-left ul li span,
.contact-us-left ul li span a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4f5b6a;
    text-decoration: none;
    display: block;
    /* padding-top: 3px;*/
}

.contact-us-header .contact-us-left ul li span,
.contact-us-header .contact-us-left ul li span a {
    line-height: 28px;
}

.contact-us-left p {
    padding: 30px 0 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4F5B6A;
}

.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 445px;
    float: right;
    width: 100%;
    position: relative;
    text-align: left;
}

.contact-form:before {
    content: '';
    position: absolute;
    right: -65px;
    top: 126px;
    width: 129px;
    height: 129px;
    background: url(../images/video-ecllips-icon.png) no-repeat;
    z-index: -1;
}

.contact-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1c2c40;
}

.contact-form label {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    /* text-transform: uppercase; */
    color: #1C2C40;
}

.contact-form .form-control {
    box-sizing: border-box;
    min-height: 50px;
    background: #FFFFFF;
    border: 1px solid #E3EBF5;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid #1C44D6;
    border-radius: 5px;
}

.contact-form .form-group {
    padding-bottom: 15px;
}

.contact-form form {
    padding-top: 30px;
}

.contact-form button.btn.btn-primary {
    background: #1c44d6;
    border-radius: 6px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    height: 50px;
}

.contact-form button.btn.btn-primary:hover {
    box-shadow: 0 15px 40px rgb(121 159 243 / 40%);
}

.contact-form input.btn.btn-primary {
    background: #1c44d6;
    border-radius: 6px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    height: 50px;
}

.contact-form input.btn.btn-primary:hover {
    box-shadow: 0 15px 40px rgb(121 159 243 / 40%);
}

.contact-us-header {
    position: relative !important;
    background: #f6f9ff url(../images/inner-bg.png) !important;
    padding: 70px 0 84px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    z-index: 1 !important;
}

.accordion button.accordion-button {
    font-style: normal;
    padding: 18px 0;
    border-bottom: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1C2C40;
}

.accordion .accordion-button.collapsed {
    border-bottom: 1px solid #f4f5f7 !important;
    background: linear-gradient(#ececec00, #ffffff);
}

.accordion .accordion-button:not(.collapsed) {
    color: #1c2c40;
    background-color: transparent;
    box-shadow: none;
    padding: 15px 0px;

    background: #fff;
    box-shadow: 0 10px 50px rgb(9 40 108 / 0%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.accordion .accordion-item {
    border-bottom: none !important;
    border: none;
    background: linear-gradient(#ececec00, #ffffff);
}

.accordion .accordion-collapse.collapse.show {
    padding: 0px;
    background: #fff;
    box-shadow: 0 10px 50px rgb(9 40 108 / 5%);
    border-bottom-left-radius: 8px;
    margin-bottom: 5px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion .accordion-body {
    padding: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #4F5B6A;
}

.accordion .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.accordion .accordion-button:after {
    background-image: url(../images/chevron-right-circle.png) !important;
    transform: rotate(0) !important;
    opacity: 1;
    width: 25px !important;
    height: 25px !important;
    background-size: 100% !important;
}

.accordion .collapsed:after {
    transform: rotate(-90deg) !important;
    opacity: .3;
    /*margin-right: 20px;*/
}

.faq-section .faq-txt > h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.2px;
    color: #1C2C40;
}

.yph {
    background: #1c44d6 url(../images/yph-img-2x.png);
    border-radius: 16px;
    clear: both;
    padding: 50px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    background-size: 340px;
}

.yph:before {
    position: absolute;
    content: '';
    background: url(../images/yph-icon.png) no-repeat;
    width: 150px;
    height: 64px;
    left: 42%;
    top: 184px;
    background-size: 100%;
    background-position: 0;
    transform: rotate(12deg);
}

.yph:after {
    position: absolute;
    content: '';
    background: url(../images/Yph-txt-2x.png) no-repeat;
    width: 200px;
    height: 242px;
    right: 242px;
    background-size: contain;
    bottom: -44px;
}

.yph h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px;
}

.yph a.apply-now-btn {
    background: #4285f4;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 47px;
    display: block;
    text-align: center;
    color: #fff;
    width: 190px;
    height: 50px;
    text-decoration: none;
}

.yph a.apply-now-btn:hover {
    box-shadow: 0 20px 40px rgb(28 68 214 / 30%);
}

.contact-us-left ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.social-media-contact ul li {
    display: inline-flex !important;
    max-width: max-content;
    width: 100%;
    margin-right: 10px;
    padding-bottom: 0;
}

.social-media-contact ul li:last-child {
    margin-right: 0;
}

.social-media-contact p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding: 0;
}

.intl-tel-input .selected-flag .iti-arrow {
    content: '' !important;
    background: url(../images/menu-dropdown-icon.svg) no-repeat !important;
    border: none !important;
    width: 10px !important;
    height: 5px !important;
    vertical-align: middle !important;
    padding: 0 !important;
    right: 15px !important;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 115px !important;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 100% !important;
    background: 0 0 !important;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: relative !important;
    margin: 0 !important;
    padding: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: #fff !important;
}

.form.test .faq-nav button {
    background: #ffc000;
    border-radius: 50%;
    line-height: 9px;
    height: 30px;
    width: 30px;
    border: none;
}

.form.test .faq-nav button#nextBtn {
    transform: rotate(180deg);
    background: #09286c;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    box-sizing: border-box;
}

.faq-nav {
    margin-top: 30px;
    float: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 225px;
    justify-content: space-between;
}

button#prevBtn {
    margin-left: 0px;
}

.social-media-contact p {
    margin-bottom: 20px !important;
}

.social-media-contact {
    margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .yph {
        padding: 20px;
    }

    .yph:after {
        right: 90px;
        top: 109px;
        background-size: 71%
    }
}

@media only screen and (max-width: 1024px) {
    .contact-us-left h1 {
        font-size: 31px;
        line-height: 47px;
    }

    .contact-us-left ul li p {
        font-size: 16px;
        line-height: 17px;
    }

    .contact-form h4 {
        font-size: 21px;
    }

    .contact-us-left ul li span,
    .contact-us-left ul li span a {
        font-size: 14px;
    }

    .yph h3 {
        max-width: 450px;
        font-size: 30px;
    }

    .yph:before {
        left: 36%;
        background-size: 71%
    }

    .faq-section .col-md-6 svg {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .modal-content-area a, .modal-content-area p {
        font-size: 14px !important;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 1rem;
        pointer-events: none;
    }

    .modal .modal-content {
        cursor: pointer;
        margin: 0 auto;
        width: 94%;
        height: 398px;
    }

    .sign-up-client, .sign-up-interpreter {
        max-width: 140px;
    }

    .sign-up-client {
        margin-left: 6px;
    }

    .sign-up-interpreter {
        margin-right: 6px;
    }

    .modal-content-area {
        margin-top: 40px !important;
        padding-bottom: 30px;
        max-width: 330px !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto
    }

    .my-dropdown-link::after {
        display: inline-block;
        width: 0;
        height: 0;
        content: "\f107";
        font-family: FontAwesome;
        border: 0;
        margin-left: 8px;
        vertical-align: 0;
    }

    .yph:after,
    .yph:before {
        display: none;
    }

    .faq-section .col-md-6 svg {
        width: 100%
    }

    .yph {
        background-image: none;
        padding: 30px;
    }

    .yph h3 {
        max-width: 100%;
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .contact-us-left h1 {
        font-size: 27px;
        line-height: 41px;
    }

    .contact-us-header {
        padding: 50px 0 50px;
    }

    .contact-us-left p {
        padding: 0 0 20px;
        max-width: 100%
    }

    .contact-us-left ul li {
        padding-bottom: 10px;
        max-width: 300px;
        width: 100%
    }

    .faq-section .faq-txt > h2 {
        font-size: 30px;
        line-height: 41px;
        margin-top: 50px;
    }

    .accordion button.accordion-button {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 10px;
    }

    .social-media-contact ul li {
        max-width: max-content;
    }

    .contact-form {
        max-width: 100%;
        float: none;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 475px) {
    .modal-header .close {
        /*  margin: -3rem -1.5rem -1rem auto;*/
    }

    .contact-form {
        padding: 30px 15px;
    }
}

.innerpages-header .inner-right-img {
    width: 100%;
    max-width: 444px;
    float: right;
}

@media only screen and (min-width: 1400px) {
    .innerpages-header {
        background-size: cover !important;
        background-position: 0 130px !important;
    }

    .innerpages-header.flexible-pricing {
        background-position: 0 300px !important;
    }
}

.innerpages-header {
    position: relative;
    /* background: #f6f9ff url(../images/inner-bg-2x.png) !important; */
    background: #f6f9ff;
    padding: 50px 0 200px !important;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: 0 230px !important;
    background-size: contain;
}

.innerpages-header .innerpages-left h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #022068;
    margin-bottom: 30px;
}

.innerpages-header .innerpages-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
}

.innerpages-header .back-link a {
    font-size: 16px;
    color: #1C44D6;
    font-weight: 600;
    text-decoration: none;
}

.innerpages-header .back-link a i {
    margin-right: 15px;
}

.inner-right {
    position: relative;
    z-index: 9999;
}

.innerpages-header .inner-right:before {
    content: '';
    position: absolute;
    left: 80px;
    top: 0;
    width: 129px;
    height: 129px;
    background: url(../images/header-ellipse.png) no-repeat;
    z-index: -1;
}

.inner-services .all-services ul li img {
    width: 80px;
}

.inner-services .all-services ul li p {
    letter-spacing: .2px;
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4f5b6a;
    min-height: 105px;
}

p.colm-2,
p.colm-1 {
    max-width: 230px;
}

.inner-services .all-services ul li h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding: 0 20px 10px;
    margin-top: -15px;
}

.inner-services .all-services ul li {
    border: none;
}

.inner-services .all-services ul li:nth-child(2),
.inner-services .all-services ul li:nth-child(3) {
    background: url(../images/inner-services-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px -1px;
}

.inner-services .all-services ul li:nth-child(3) {
    background-position: -2px -1px;
}

.inner-twocol-section img.inner-img {
    max-width: 475px;
    float: left;
}

.inner-twocol-reverse img.inner-img {
    float: right;
}

.inner-twocol-section .inner-twocol-txt h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-bottom: 5px;
    margin-top: -15px;
}

.inner-twocol-section .inner-twocol-txt ul li h5 {
    margin-top: 10px;
}

.inner-twocol-section .inner-twocol-txt h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px;
}

.inner-twocol-section .inner-twocol-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    margin-bottom: 25px;
}

.inner-twocol-section .check-list li {
    margin-bottom: 15px;
}

.inner-twocol-section .inner-twocol-txt p strong {
    color: #1C2C40;
}

.inner-twocol-section .inner-twocol-txt p:last-child {
    margin-bottom: 0 !important;
}

.apply-header-section {
    /*  background: #f6f9ff;
    padding: 30px 0*/
}

.saof-section {
    background: #f6f9ff;
}

.saof-section .ent-acc h2 {
    max-width: 572px;
    width: 100%
}

.saof-section .col-md-4 {
    float: left;
}

.other-services {
    background: #fff;
    box-shadow: 0 30px 30px rgb(196 209 254 / 10%);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.other-services h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-bottom: 10px;
    margin-top: 20px;
}

.other-services p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4f5b6a;
}

.other-services svg {
    border-radius: 50%;
    /* margin-left: -20px;*/
}

.blue-svg svg {
    box-shadow: 0px 15px 20px 0px #1C44D64D;
}

.red-svg svg {
    box-shadow: 0px 15px 20px 0px #E8505B4D;
}

.sky-svg svg {
    box-shadow: 0px 15px 20px 0px #6EC6C44D;
}

.green-svg svg {
    box-shadow: 0px 15px 20px 0px #29D68B4D;
}

.yellow-svg svg {
    box-shadow: 0px 15px 20px 0px #FFC0004D;
}

.gry-svg svg {
    box-shadow: 0px 15px 20px 0px #8296BC4D;
}

.pl-zero {
    padding: 0;
}

.usefull-features-section.features-section {
    background: 0 0;
}

.usefull-features-section.features-section .custom-container:after,
.usefull-features-section.features-section .right:after {
    display: none;
}

.usefull-features-section .inner-img {
    max-width: 475px;
    float: left;
}

.usefull-features-section ul li div {
    /* height: 150px;
     min-height: 150px;
     padding: 20px;*/
}

.features-section ul li .dashboard-reports svg {
    margin-left: 3px;
}

.usefull-features-section .ent-acc a {
    display: inline-block;
}

.remote-audio-call-section {
    padding-top: 150px;
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .other-services h3 {
        min-height: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .other-services h3 {
        min-height: 50px;
    }

    .other-services p {
        min-height: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .remote-audio-call-section {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 990px) {
    .innerpages-header .innerpages-left h1 {
        font-size: 27px;
        line-height: 37px;
    }

    .innerpages-header .innerpages-left p {
        font-size: 15px;
        line-height: 25px;
    }

    .inner-services .all-services ul li h5 {
        min-height: 90px;
        font-size: 15px;
        line-height: 20px;
    }

    .inner-services .all-services ul li p {
        font-size: 14px;
        line-height: 21px;
    }

    .inner-services .all-services ul li:nth-child(3) {
        background-position: -1px -1px;
        background-size: contain;
    }

    .inner-services .all-services ul li:nth-child(2),
    .inner-services .all-services ul li:nth-child(3) {
        background-size: contain;
        background-position: -1px -1px;
    }

    .inner-twocol-section .inner-twocol-txt h2 {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .inner-twocol-section .inner-twocol-txt p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .check-list li {
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }
}

@media (min-width: 990px) and (max-width: 1024px) {
    .other-services h3 {
        min-height: 50px;
    }

    .other-services p {
        min-height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .other-services h3 {
        min-height: 55px;
    }

    .other-services p {
        min-height: 150px;
    }

    .features-section ul li p {
        font-size: 14px;
        line-height: 19px;
    }

    .check-list li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .innerpages-header .inner-right-img {
        float: none;
    }

    .inner-right {
        text-align: center;
    }

    .inner-twocol-section img.inner-img {
        float: none;
    }

    .inner-twocol-section .col-md-6 {
        text-align: center;
    }

    .inner-twocol-txt {
        text-align: left;
    }

    .features-section .left .ent-acc {
        max-width: 100%;
        float: none;
    }

    .usefull-features-section .inner-img {
        float: none;
    }

    .usefull-features-section .col-md-6.right {
        text-align: center;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-twocol-section img.inner-img {
        margin-top: 50px;
    }

    .inner-services .all-services ul li {
        border-bottom: 1px solid #e4eaff;
        background: 0 0 !important;
    }

    .all-services ul li:nth-child(4) {
        border-bottom: none;
    }

    .lang-services ul li:nth-child(4) {
        border-bottom: 1px solid #e0f7ff;
    }

    .lang-services ul li:nth-child(8),
    .lang-services ul li:nth-child(9) {
        border-right: none;
        border-bottom: 1px solid #e0f7ff;
    }

    .inner-services .all-services ul li h5,
    .inner-services .all-services ul li p {
        min-height: 100%
    }

    .innerpages-header {
        padding: 50px 0 50px !important;
    }

    .inner-twocol-reverse img.inner-img,
    .innerpages-header .inner-right-img {
        float: none;
    }

    .inner-right {
        margin-top: 50px;
        text-align: center;
    }

    .remote-audio-call-section {
        padding-top: 50px;
    }

    .inner-twocol-txt {
        margin-bottom: 0;
    }

    .other-services:nth-child(6) {
        margin-bottom: 0;
    }

    .res-details-bg .inner-right-img,
    .res-middle-section .res-mid-right {
        margin: 0 auto;
    }

    .your-photo-services .yph:after, .your-photo-services .yph:before {
        display: none;
    }
}

@media (min-width: 1140px) {
    .quote-section .custom-container {
        max-width: 1300px;
    }
}

.quote-section .custom-container {
    background: #003cd3;
    border-radius: 10px;
    padding: 100px 15px 200px;
    position: relative;
}

.quote-section .custom-container:after {
    position: absolute;
    content: '';
    bottom: -71px;
    left: 0;
    width: 170px;
    height: 191px;
    background: url(../images/newsletter-patrun-left.png) no-repeat;
    pointer-events: none;
}

.quote-section .custom-container:before {
    position: absolute;
    content: '';
    bottom: -71px;
    right: 0;
    width: 170px;
    height: 191px;
    background: url(../images/newsleter-patrn-right.png) no-repeat;
    pointer-events: none;
}

.quote-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.quote-section a.btn {
    background: #f7b422;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #1c44d6;
    width: 220px;
    height: 50px;
    line-height: 37px;
}

.quote-section a.btn.yellow-btn:hover {
    box-shadow: 0 20px 40px rgb(28 68 214 / 30%);
}

.quote-section a.btn.blue-btn {
    background: #4285f4;
    color: #fff;
}

.quote-section a.btn.blue-btn:hover {
    box-shadow: 0 20px 40px rgba(28, 68, 214, .3);
}

.global-btn,
.large-project-btn {
    text-align: center;
}

.newsletter-section {
    max-width: 920px;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 50px rgb(9 40 108 / 5%);
    border-radius: 16px;
    margin: 0 auto;
    margin-top: -200px;
    padding: 50px;
    position: relative;
}

.news-litter-txt h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #1c2c40;
    margin-bottom: 17px;
}

.news-litter-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4f5b6a;
}

form#mailchimpform {
    display: inline-flex;
}

div#mc_embed_signup_scroll {
    width: 180px;
    height: 50px;
}

.mc-field-group {
    width: 380px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

div#mce-responses {
    width: auto;
}

.submitbtn {
    width: 150px;
    height: 50px;
}

form#mailchimpform button,
form#mailchimpform input,
form#mailchimpform optgroup,
form#mailchimpform select,
form#mailchimpform textarea {
    width: 100%;
    height: 100%;
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #e4eaff;
    border-radius: 8px;
    outline: 0;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 17px;
    color: #4F5B6A;
}

form#mailchimpform input#mc-embedded-subscribe {
    background: #003cd3 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .3px;
    color: #fff;
}

form#mailchimpform select {
    background: url(../images/select-arrow-2x.png) no-repeat 92% 50% #fff;
    left: 0;
    top: 0;
    z-index: 10;
    background-size: 13px;
    cursor: pointer;
}

form#mailchimpform .email {
    background: url(../images/form-email-icon.png) no-repeat 4% 50% #fff;
    /*background: url(../images/blue-email-icon.svg) no-repeat 4% 50% #fff;*/
    left: 0;
    top: 0;
    z-index: 10;
    padding-left: 50px;
    color: #4f5b6a;
}

form#mailchimpform input#mc-embedded-subscribe:hover {
    box-shadow: 0 20px 40px rgb(28 68 214 / 30%);
}

.asfeature h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #1c2c40;
    opacity: .8;
    margin-bottom: 50px;
}

#as-featured-in {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    z-index: 1;
}

form#mailchimpform input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #9ea2a7;
}

form#mailchimpform input::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #9ea2a7;
}

form#mailchimpform input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #9ea2a7;
}

form#mailchimpform input:-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #9ea2a7;
}

@media only screen and (max-width: 1024px) {
    .news-litter-txt h2 {
        font-size: 20px;
    }

    .news-litter-txt p {
        font-size: 15px;
    }

    .quote-section p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1000px) {
    .newsletter-section {
        max-width: 100%;
        padding: 30px 20px;
    }

    .mc-field-group {
        width: 310px;
    }

    .quote-section .custom-container:after,
    .quote-section .custom-container:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #as-featured-in div img {
        width: 80%
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .quote-section .custom-container {
        padding: 50px 15px 200px;
    }
}

@media only screen and (max-width: 767px) {
    #mailchimpform {
        display: block !important;
    }

    #mc_embed_signup_scroll,
    .mc-field-group,
    .submitbtn {
        width: 100% !important;
        margin: 0;
        margin-top: 15px;
    }

    .quote-section .custom-container {
        padding: 50px 15px;
    }

    .quote-section {
        padding-bottom: 0;
    }

    .newsletter-section {
        margin: 0;
    }

    .large-project-btn {
        margin-top: 50px;
    }

    .as-fet-logos img {
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .as-fet-logos > div {
        display: inline-block;
        max-width: 48%;
        padding: 10px 20px;
    }

    .as-fet-logos {
        overflow: hidden;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .lang-services {
        margin-top: -127px;
    }
}

.lang-services ul li {
    padding: 20px;
}

.lang-services ul li img,
.lang-services ul li svg {
    max-width: 25px;
}

.lang-services ul li p .lang-arrow img {
    max-width: 16px;
    float: right;
}

.lang-services ul li p {
    padding-left: 0;
    margin-top: 0;
    padding-right: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.lang-services ul li h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1c2c40;
    margin-top: 17px;
    margin-bottom: 5px;
}

span.lang-arrow {
    float: right;
}

.diverse-lang-section ul li img {
    max-width: 20px;
}

.diverse-lang-section ul li {
    background: #fff;
    border: 2px solid rgba(28, 68, 214, .2);
    border-radius: 16px;
    width: 22%;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 14px 15px;
    position: relative;
}

.diverse-lang-section ul li:after {
    content: '1';
    position: absolute;
    width: 36px;
    height: 30px;
    top: -1px;
    right: -1px;
    background: #d2daf7;
    border: 2px solid transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #4f5b6a;
}

.diverse-lang-section ul li:nth-child(2):after {
    content: '2'
}

.diverse-lang-section ul li:nth-child(3):after {
    content: '3'
}

.diverse-lang-section ul li:nth-child(4):after {
    content: '4'
}

.diverse-lang-section ul li:nth-child(1) {
    margin-left: 0;
}

.diverse-lang-section ul li:nth-child(4) {
    margin-right: 0;
}

.diverse-lang-section ul li h5 {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: .2px !important;
    color: #1c2c40 !important;
    padding-bottom: 0 !important;
    padding-top: 0px;
}

.diverse-lang-section ul li p {
    line-height: 20px !important;
}

.we-support-section {
    background: url(../images/we-supoort-more-than-100-lang-bg.png) no-repeat;
    padding: 250px 0;
    background-size: cover;
}

.we-support-lang-section .custom-container {
    max-width: 1110px;
    min-height: 380px;
    background: url(../images/sun-pattrn.png) no-repeat 50% 0 #fff;
    box-shadow: 0 20px 100px rgb(9 40 108 / 3%);
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: -250px;
}

.we-support-lang-section .custom-container .col-md-12 {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.we-support-lang-section .custom-container .col-md-12 p {
    padding: 30px 0;
}

.we-support-lang-section .custom-container .col-md-12 img {
    width: 100%;
    max-width: 411px;
}

.di-services .show-more-services {
    margin-top: 0;
}

.di-services p.show-more {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .3px;
    color: #1c2c40;
    margin-top: 23px;
}

.di-services p.show-more svg {
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .we-support-section {
        padding: 150px 0;
    }

    .we-support-lang-section .custom-container {
        margin-top: -150px;
        min-height: 100%
    }

    .diverse-lang-section ul li p {
        font-size: 12px;
    }

    .diverse-lang-section ul li h5 {
        font-size: 15px !important;
    }

    .diverse-lang-section ul li {
        width: 21%
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .diverse-lang-section ul li {
        width: 44%;
        margin: 0 10px 10px !important;
    }

    .lang-services ul li p {
        min-height: 100%
    }
}

@media (min-width: 767px) and (max-width: 769px) {
    .half-list li {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .we-support-section {
        padding: 100px 0;
    }

    .we-support-lang-section .custom-container {
        margin-top: -100px;
    }

    .half-list li {
        width: 100%
    }

    .diverse-lang-section ul li {
        width: 44%;
        margin: 10px;
        margin-bottom: 20px;
    }

    .diverse-lang-section ul li:nth-child(1) {
        margin-left: 10px;
    }

    .diverse-lang-section ul li:nth-child(4) {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .diverse-lang-section ul li {
        width: 43% !important;
        box-sizing: border-box;
        margin: 10px !important;
    }
}

.flexible-pricing {
    padding: 69px 0 100px !important;
}

.flexible-pricing h1 {
    max-width: 811px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
    position: relative;
    z-index: 1;
}

.flexible-pricing p {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.right-plan-section {
    /*  background: #f6f9ff;	
    overflow: hidden;*/
}

.right-plan-section h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 10px;
}

.right-plan-section h2 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 50px;
}

.right-plan-section .txt-div {
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}

.right-plan-section .txt-div h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px;
}

.right-plan-section .txt-div ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4f5b6a;
    margin-bottom: 15px;
    width: 100%;
}

.right-plan-section .txt-div ul li:last-child {
    margin-bottom: 0px;
}

.net30-section {
    position: relative;
    z-index: 0;
}

.flexible-pricing h1:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 48px;
    top: -13px;
    width: 129px;
    height: 129px;
    background: linear-gradient(158.29deg, #E1E8FF 13.73%, rgba(225, 232, 255, 0) 85.76%);
    border-radius: 50%;
}

.net30-section:after {
    /*  z-index: -1;	
    position: absolute;	
    content: '';	
    right: -79px;	
    bottom: -39px;	
    width: 350px;	
    height: 350px;	
    background: url(../images/pattern.png) no-repeat;	
    transform: rotate(180deg);*/
}

.our-features-list li {
    background: #fff;
    border: 2px solid #e4eaff;
    box-sizing: border-box;
    box-shadow: 0 15px 15px rgb(196 209 254 / 10%);
    border-radius: 15px;
    padding: 30px 20px;
    width: 47%;
    float: left;
    height: 170px;
    margin-bottom: 20px;
}

.our-features-list li:nth-child(even) {
    margin-left: 15px;
}

.our-features-list li:nth-child(odd) {
    margin-right: 15px;
}

.our-features-list li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-top: 20px;
}

.join-future-section .inner-twocol-txt {
    max-width: 475px;
    float: right;
}

.join-future-section .inner-twocol-txt p.ent-acc {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .right-plan-section h2 {
        font-size: 27px;
        line-height: 37px;
        text-align: center;
        margin-bottom: 30px;
    }

    .our-features-list li {
        padding: 15px 15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .our-features-list li {
        padding: 15px 15px;
        width: 44%;
        text-align: left;
    }

    .our-features-list li p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .net30-section {
        margin-top: 20px;
    }

    .right-plan-section h2 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
        margin-bottom: 30px;
    }

    .our-features-list li:nth-child(even) {
        margin-left: 10px;
    }

    .our-features-list li:nth-child(odd) {
        margin-right: 10px;
    }

    .join-future-section .inner-twocol-txt {
        max-width: 100%;
        float: none;
    }

    .our-features-list li {
        padding: 15px 15px;
        width: 46%;
        text-align: left;
    }

    .our-features-list li p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px;
    }

    .our-features-list li svg {
        width: 25%
    }

    .join-future-section .inner-twocol-txt p.ent-acc {
        margin-top: 20px;
        margin-bottom: 50px !important;
    }
}

.resources-features-section {
    padding-bottom: 130px;
}

.resources-features-section .ent-acc h2 {
    margin: 10px 0 50px 0;
}

.res-box div h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 10px;
}

.res-box div p {
    line-height: 26px;
}

.res-box div a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    color: #1c44d6;
    text-decoration: none;
    margin-top: 30px;
}

.botm-share {
    padding: 0px !important;
    margin-top: 30px;
}

.botm-share a.view-res {
    margin-top: 0px;
}

.botm-share .share-res {
    padding: 0;
}

.res-box div a svg {
    margin-left: 10px;
}

.res-box div {
    padding: 20px;
}

.res-box {
    padding: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 0px;
}

.res-box:after {
    top: 0;
    background: linear-gradient(180deg, #e4eaff 41%, rgba(228, 234, 255, 0) 100%);
}

.res-box:hover {
    box-shadow: 0 30px 40px rgb(28 68 214 / 10%);
}

.res-box:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.res-box .share-res {
    float: right;
}

.res-box .share-res {
    float: right;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    /*display: flex!important;
    align-items: center!important;*/
    color: #4f5b6a !important;
    position: relative;
    cursor: pointer;
}

.res-box .share-res:hover .social_sharing {
    display: block !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social_sharing {
    bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(31, 65, 190, 0.1);
    border-radius: 10px;
    position: absolute;
    width: 130px;
    right: 0;
    overflow: hidden;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.social_sharing .share-on-txt li {
    margin-bottom: 10px;
}

.social_sharing .share-on-txt li img {
    max-width: 25px;
    margin-right: 10px;
    box-shadow: 0px 4px 4px 0px #1C44D626;
    border-radius: 50%;
}

.res-box .share-res:after {
    content: '';
    position: absolute;
    top: -11px;
    right: 15px;
    background: url('../images/polygon.png');
    width: 17px;
    height: 10px;
}

.social_sharing .share-on-txt li:last-child {
    /*margin-bottom: 0px !important;*/
}

.social_sharing .share-on-txt li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #4F5B6A;
    margin: 0px;
    display: flex;
    align-items: center;
}

.res-box .share-res svg {
    margin-right: 5px;
}

.res-details-bg .innerpages-left {
    max-width: 540px;
    width: 100%
}

.res-details-bg {
    padding: 50px 0 0 !important;
}

.res-details-bg .contact-form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.res-details-bg a.backtores {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #1c44d6;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.res-details-bg a.backtores svg {
    margin-right: 10px;
}

.res-details-bg .inner-right:before {
    right: -68px;
    top: 31px;
    left: auto;
}

.res-details-bg .contact-form:before {
    display: none;
}

.res-details-bg {
    background-size: 100% 70%
}

.res-details-bg .res-details-form .downloadbtn {
    margin-top: 10px;
}

.res-details-bg .res-details-form .downloadbtn svg {
    margin-right: 10px;
}

.res-details-bg .res-details-form label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #1c2c40;
    /* text-transform: uppercase; */
}

.res-mid-left h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 30px;
    padding-top: 80px;
}

.res-mid-left .res-details-img,
.res-mid-left p,
.res-mid-left ul.res-details-list {
    margin-bottom: 30px;
}

.res-mid-left p:last-child {
    margin-bottom: 0;
}

.res-mid-left .res-details-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    margin: 0;
}

.res-mid-right {
    background: rgba(255, 214, 87, .3);
    max-width: 445px;
    float: right;
    padding: 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 20px 50px rgb(28 68 214 / 5%);
}

.res-mid-right h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px;
}

.res-mid-right .check-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4f5b6a;
    width: 100%
}

.res-det-txt-box h2 {
    margin: 10px 0 30px 0 !important;
}

@media only screen and (max-width: 1024px) {
    .res-box div {
        padding: 20px 15px;
    }

    .resources-features-section {
        padding-bottom: 30px;
    }

    .res-middle-section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .ext-feature {
        min-height: 250px;
    }

    .res-box div h3 {
        min-height: 45px;
    }

    .res-box div a {
        font-size: 14px;
        line-height: 19px;
    }

    .res-box .share-res {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .resources-features-section {
        padding-bottom: 0;
    }

    .res-box {
        padding: 0;
        margin-bottom: 30px !important;
        margin: 0;
    }

    .res-middle-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .res-mid-left h3 {
        padding-top: 50px;
        font-size: 22px;
        line-height: 37px;
    }

    .res-mid-right {
        float: none;
    }
}

@media only screen and (max-width: 475px) {
    .res-mid-right {
        padding: 30px 15px;
    }
}

.carrer-btn {
    width: 250px !important;
}

#workwithus ul.carousel-indicators li {
    list-style: none;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    transition: opacity .6s ease 0s;
    background: #ffc000;
    opacity: .4;
    margin: 0 6px;
    border-radius: 50%
}

#workwithus ul.carousel-indicators li.active {
    opacity: 1;
}

#workwithus .carousel-item h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #09286c;
    margin-bottom: 0;
}

#workwithus .carousel-indicators {
    justify-content: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: -30px;
    margin-left: -6px;
    list-style: none;
}

.jobs-list h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 30px;
}

.jobs p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #1c2c40;
}

.jobs p span.jobs-att {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4f5b6a;
    display: block;
    margin-top: 10px;
}

.jobs a.apply-btn {
    background: #09286c;
    border-radius: 6px;
    width: 130px;
    height: 50px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    float: right;
}

.jobs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 2px solid #e4eaff;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0 30px 0 30px;
    height: 140px;
    margin-bottom: 30px;
}

.jobs:hover {
    box-shadow: 0 30px 30px rgb(196 209 254 / 10%);
}

.newsletter-section.career-newsletter {
    max-width: 1110px;
    margin-top: 45px;
    background: #1c44d6;
    border-radius: 16px;
    text-align: center;
}

.newsletter-section.career-newsletter form#mailchimpform .email {
    background: url(../images/blue-email-icon.svg) no-repeat 4% 50% #fff;
    left: 0;
    top: 0;
    z-index: 10;
    padding-left: 50px;
    color: #4f5b6a;
}

.newsletter-section.career-newsletter form#mailchimpform input#mc-embedded-subscribe {
    background: #4285f4 !important;
    border-color: #4285f4;
    border-radius: 8px;
}

.newsletter-section.career-newsletter .news-litter-txt h2,
.newsletter-section.career-newsletter .news-litter-txt p {
    color: #fff;
}

.exten-features-section.career-prointerp-section:after {
    display: none;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .exten-features-section h3 {
        min-height: 86px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .exten-features-section h3 {
        min-height: 98px;
    }
}

@media only screen and (max-width: 990px) {
    .jobs {
        padding: 0 20px 0 20px;
        height: 100px;
    }

    .jobs p {
        font-size: 16px;
        line-height: 20px;
    }

    .jobs p span.jobs-att {
        font-size: 14px;
        line-height: 17px;
        margin-top: 5px;
    }

    .jobs a.apply-btn {
        width: 100px;
        height: 45px;
        font-size: 14px;
    }
}

.nav-item a.btn.btn-get-top.blue-color {
    color: #1c44d6 !important;
}

.book-a-demo-banner .contact-us-left ul li {
    max-width: 100%;
    width: 100%;
    padding-bottom: 32px;
}

.contact-us-left p {
    margin-bottom: 0;
}

.request-free-video p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1c44d6;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.request-free-video p a svg {
    margin-right: 7px;
    float: left;
}

.book-a-demo-banner .contact-form label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1c2c40;
}

.book-a-demo-banner .contact-us-left ul li p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1c2c40;
}

.book-a-demo-banner .contact-us-left ul li span {
    padding-top: 10px;
    line-height: 19px;
}

.book-a-demo-banner .contact-form {
    padding: 30px 27px;
}

.book-a-demo-banner .contact-us-left .request-free-video p {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
}

.bad-enterprise-section .book-a-demo-btn {
    margin-top: 35px;
}

.bad-enterprise-section .inner-img {
    max-width: 475px;
    width: 100%;
    float: right;
}

.bad-cust-exp-sec .wrapper {
    margin-top: 0;
    filter: drop-shadow(0px 15px 40px rgba(28, 68, 214, .1));
    border-radius: 10px;
}

.bad-cust-exp-sec .customer-video:after,
.bad-cust-exp-sec .customer-video:before {
    display: none;
}

.bad-cust-exp-sec .customer-video {
    overflow: hidden;
}

.bad-cust-exp-sec .wrapper .play-btn:after {
    content: '';
    position: absolute;
    right: -194%;
    top: -81%;
    width: 399px;
    height: 343px;
    background: url(../images/cust-exp-video.png) no-repeat;
    z-index: -1;
    border-radius: 15px;
}

.bad-cust-exp-sec .ent-acc {
    max-width: 475px;
    float: right;
    width: 100%
}

ul.bad-cust-exp-list li {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1c44d6;
    margin-right: 35px;
}

ul.bad-cust-exp-list li:last-child {
    margin-right: 0;
}

ul.bad-cust-exp-list li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #4f5b6a;
    padding: 10px 0;
    border-bottom: 2px solid #f7af22;
}

.bad-exten-features-section h2 {
    max-width: 572px;
    width: 100%
}

.bad-exten-features-section .steps {
    display: inline-flex;
    align-items: center;
}

.bad-exten-features-section .steps img {
    max-width: 40px;
    margin-left: 20px;
    border-radius: 50%;
}

.bad-exten-features-section .steps .stepp-1 {
    box-shadow: 0px 15px 20px 0px #1C44D64D;
}

.bad-exten-features-section .steps .stepp-2 {
    box-shadow: 0px 15px 20px 0px #E8505B4D;
}

.bad-exten-features-section .steps .stepp-3 {
    box-shadow: 0px 15px 20px 0px #6EC6C44D;
}

.bad-exten-features-section .steps h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-left: 10px;
}

.bad-exten-features-section .ext-feature p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4f5b6a;
    padding: 0 20px;
    /* margin-top: -20px; */
}

.bad-exten-features-section .ext-feature {
    background: #fff;
    border: 2px solid #e4eaff;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0;
    min-height: 0 !important;
}

.bad-exten-features-section .ext-feature:hover {
    box-shadow: 0 30px 30px rgba(196, 209, 254, .1);
}

.bad-exten-features-section .col-md-12 .col-md-4 {
    max-width: 31.33%;
    width: 100%
}

.bad-exten-features-section .col-md-12 {
    justify-content: space-between;
    display: flex;
}

.step2 {
    position: relative;
}

.step2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: -100px;
    background: url(../images/line-indicator.png) no-repeat;
    z-index: -1;
}

.step2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 160%;
    background: url(../images/line-indicator-right) no-repeat;
    z-index: -1;
}

.book-a-demo-banner .contact-form .form-control {
    border: 1px solid #e3ebf5;
}

.selected-dial-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9EA2A7;
    position: relative;
    margin: 0;
    padding: 0px 5px 0px 5px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bad-exten-features-section .ext-feature {
        min-height: 0;
    }

    .bad-exten-features-section .col-md-12 .col-md-4 {
        max-width: 31.33%
    }

}

@media (min-width: 768px) and (max-width: 990px) {
    ul.bad-cust-exp-list li {
        font-size: 22px;
        line-height: 29px;
        margin-right: 15px;
    }

    ul.bad-cust-exp-list li span {
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .step2:after {
        /*  display: none;*/
    }

    .bad-enterprise-section .inner-img {
        margin-top: 50px;
        float: none;
    }

    .bad-enterprise-section .col-md-6.right {
        text-align: center;
    }

    .bad-cust-exp-sec .ent-acc {
        max-width: 100%;
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .bad-exten-features-section .col-md-12 {
        display: block;
    }

    .bad-exten-features-section .ext-feature {
        margin-bottom: 30px;
    }

    .bad-exten-features-section .col-md-12 .col-md-4 {
        max-width: 100%;
        width: 100%
    }
}

header.sign-in-header {
    background: #fff;
    box-shadow: 0 20px 50px rgb(9 40 108 / 5%);
}

.sign_in-page footer.footer-area {
    background: #fff;
}

.signin-header {
    background: #f6f9ff;
}

.sign-in-left {
    max-width: 445px;
    width: 100%;
    float: left;
}

.sign-in-right {
    max-width: 475px;
    width: 100%;
    float: right;
}

.sign-in-right .tab-content {
    margin-top: -10px;
}

.sign-in-left h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .2px;
    color: #1c2c40;
    text-align: center;
    margin-top: 40px;
}

.sign-in-left p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .2px;
    color: #4f5b6a;
    margin-top: 10px;
}

.sign-in-left a.nav-link.active {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1c44d6;
    border: none;
    background: #fff;
    padding: 10px 10px;
}

.sign-in-right .Signin-tab {
    border-bottom: none;
    overflow: hidden;
    background: #e9f1ff;
    box-shadow: 0 20px 50px rgb(9 40 108 / 5%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sign-in-right .Signin-tab .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4f5b6a;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 237.4px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.sign-in-right .Signin-tab .nav-link.active {
    color: #1c44d6 !important;
    background: #fff;
    position: relative;
}

.Signin-tab .nav-link.active:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: -20px;
    bottom: 0;
    background: url(../images/tab-bg.png) no-repeat;
    background-position: right;
}

.tab-content > .tab-pane {
    background: #fff;
    box-shadow: 0 20px 50px 0 #09286c0d;
    box-sizing: border-box;
    border-radius: 15px;
}

.btn:disabled {
    opacity: 0.3;
}

#tabs-1.active {
    border-top-left-radius: 0;
}

#tabs-2.active {
    border-top-right-radius: 0;
}

.sign-in-right .Signin-tab .interp-tab .nav-link.active {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
}

.Signin-tab .interp-tab .nav-link.active:after {
    left: -45px;
    bottom: -26px;
    transform: rotate(270deg);
}

.signin-form {
    float: none;
    max-width: 100%
}

.signin-form h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1c2c40;
    margin-bottom: 10px;
}

.signin-form label {
    font-size: 13px;
    line-height: 16px;
    color: #1c2c40;
    /* text-transform: capitalize; */
}

.signin-form input::-webkit-input-placeholder,
.signin-form select::-webkit-input-placeholder,
.signin-form textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9ea2a7;
}

.signin-form input::-moz-placeholder,
.signin-form select::-webkit-input-placeholder,
.signin-form textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9ea2a7;
}

.signin-form input:-ms-input-placeholder,
.signin-form select::-webkit-input-placeholder,
.signin-form textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9ea2a7;
}

.signin-form input:-moz-placeholder,
.signin-form select::-webkit-input-placeholder,
.signin-form textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9ea2a7;
}

.signin-form select,
.signin-form select option {
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9ea2a7;
}

.signin-form .form-group .rememble-me-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a;
    text-transform: capitalize;
}

.signin-form .form-group .rememble-me-label .form-check-input {
    margin-right: 10px;
    margin-top: -1px;
    /* background: #F7FAFC; */
    border: 1px solid #E8E8E8;
    width: 20px;
    height: 20px;
}

.form-check-input:checked[type=radio] {
    background-image: url("../images/radio-btn-checked.png") !important;
    background-size: cover !important;
}

.form-check-input.form-check-input:focus {
    box-shadow: none !important;
}

.res-details-form .form-group input[type="password" i] {
    box-sizing: border-box;
    /* background-image: url(../images/eye-icon.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 24px; */
}

.modal.confirmemail .modal-content {
    width: 500px;
    height: 100%;
}

.modal.confirmemail .modal-header .close {
    margin: -2rem -2rem -2rem auto;
}

.modal.confirmemail .modal-header .close span {
    display: block;
    margin: -13px;
}

.thankyou p.request-link {
    background: #F3F9FF;
    border: 2px dashed #BED8FF;
    border-radius: 5px;
    padding: 11px 0px;
    margin-bottom: 0px;
    width: 100%;
}

.thankyou p.request-link a {
    cursor: pointer;
    color: #1C44D6;
    text-decoration: none;
}

.confirmemail p.request-link {
    background: #F3F9FF;
    border: 2px dashed #BED8FF;
    border-radius: 5px;
    padding: 11px 0px;
    margin-bottom: 0px;
    width: 100%;
}

.confirmemail p.request-link a {
    cursor: pointer;
    color: #1C44D6;
    text-decoration: none;
}

.forgot-pwd-section {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
}

.forgot-pwd-section h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1C2C40;
}

.forgot-pwd-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4F5B6A;
    margin-top: 10px;
    margin-bottom: 30px;
}

.forgot-pwd-section p.signup-link {
    text-align: center;
}

.forgot-pwd .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    /* text-transform: uppercase; */
    color: #1C2C40;
    margin-bottom: 10px;
}

.forgot-pwd .form-group input.form-control {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9EA2A7;
    height: 50px;
    box-sizing: border-box;
}

.forgot-pwd input.send-verification-code {
    background: #1C44D6;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 50px;
    margin: 30px 0px;
    text-align: center;
}

.forgot-pwd input.send-verification-code:hover {
    box-shadow: 0px 15px 40px rgba(121, 159, 243, 0.4);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.signin-form .form-group a.forgot-pwd {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #1c44d6;
    float: right;
    text-decoration: none;
}

.signin-form p.signup-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #4f5b6a;
    margin-top: 30px;
}

.sign-in-header .navbar-collapse ul li.nav-item.mob a.btn-get-top {
    font-weight: 600 !important;
    text-align: right;
    color: #1c44d6 !important;
}

.sign-in-header .navbar-collapse > ul > li > a.btn-get-top:after {
    background: #1c44d6 !important;
}

.res-details-form .form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a !important;
    height: 50px;
}

.phone-number .intl-tel-input {
    display: block;
}

.info-box {
    background: #F3F9FF;
    border: 2px dashed #BED8FF;
    border-radius: 15px;
    padding: 0 20px;
    margin-top: 30px;
}

.info-box p:first-child {
    border-bottom: 2px dashed #BED8FF;
}

.info-box p {
    padding: 20px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4F5B6A;
}

.info-box a {
    color: #1C44D6;
    text-decoration: none;
}

.phone-number .intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 0px;
}

.contact-form.signin-form:before {
    display: none;
}

.signup-left h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    text-align: left !important;
    margin-bottom: 30px;
}

.signup-left h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #1c2c40;
    text-align: left;
}

.signup-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #4f5b6a;
    text-align: left;
}

.signup-left ul li svg {
    float: left;
    margin-left: -20px;
    margin-top: -5px;
}

.signup-left ul li {
    margin-bottom: 25px;
}

.signup-left ul li:last-child {
    margin-bottom: 0;
}

.fname-lname-col .form-group {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.fname-lname-col .form-group:last-child {
    padding-right: 0;
}

.signin-form p.signup-link.signup-term-link {
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.signup-stories {
    background: 0 0;
}

.signup-entr-acc-section {
    padding-top: 0 !important;
}

.signup-entr-acc-section .ent-acc .blue-btn {
    margin-top: 50px;
}

.signup-entr-acc-section .col-md-6.right:after {
    display: none !important;
}

.signup-stories .ent-acc {
    max-width: 374px;
    width: 100%
}

.signup-stories {
    position: relative;
    overflow: hidden;
}

.signup-stories:after {
    content: '';
    position: absolute;
    right: -15%;
    top: 5%;
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

p.invalid-pwd-msg,
p.invlid-emai-msg {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ff294d;
    padding-top: 3px;
}

.modal-open .finger-main.improve-exp:after {
    z-index: 99;
}

@media only screen and (max-width: 1024px) {
    .signin-header {
        padding: 50px 0;
    }

    .sign-in-right .Signin-tab .nav-link {
        width: 228px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .sign-in-right .Signin-tab .nav-link {
        font-size: 13px;
        line-height: 17px;
        height: 60px;
        width: 168px;
        opacity: 1;
    }

    .signin-form {
        padding: 20px 15px;
    }

    .sign-in-left h1 {
        font-size: 20px;
    }

    .sign-in-left p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #workwithus .carousel-indicators {
        margin-bottom: -30px;
        margin-left: 0px;
    }

    .signin-form {
        margin-top: 0;
    }

    .sign-in-right {
        margin-top: 50px;
    }

    .sign-in-left,
    .sign-in-right {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .sign-in-right .Signin-tab .nav-link {
        opacity: 1;
    }
}

@media only screen and (max-width: 475px) {
    .thankyou.modal .modal-content {
        height: 465px;
    }

    .sign-in-right .Signin-tab .nav-link {
        font-size: 13px;
        line-height: 17px;
        height: 60px;
        width: 163px;
        opacity: 1;
    }

    .sign-in-left h1 {
        font-size: 20px;
    }

    .sign-in-left p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .sign-in-right .Signin-tab .nav-link {
        font-size: 12px;
        line-height: 17px;
        height: 50px;
        width: 150px;
    }
}

#verfiy .modal-content {
    width: 500px;
    height: 100%;
}

.verfiy-section img {
    max-width: 235px;
    width: 100%;
}

.verfiy-section h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1C2C40;
    padding-top: 30px;
    padding-bottom: 15px;
}

.verfiy-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #4F5B6A;
    margin-bottom: 30px;
}

.verfiy-section {
    box-sizing: border-box;
    padding: 0px 20px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

a.verfy-btn {
    background: #1C44D6;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

a.verfy-btn:hover {
    box-shadow: 0px 15px 40px rgba(121, 159, 243, 0.5);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media only screen and (max-width: 600px) {
    .verfiy-section {
        padding: 0px 20px 20px;
    }

    #verfiy .modal-content {
        width: 100%;
        height: 100%;
    }
}

.forgot-pwd-section {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
}


span.small-free-credit {
    display: block;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .2px
}

p.no-credit {
    margin-right: 10px
}

.free-act {
    margin-right: 20px
}

.finger-main.improve-exp {
    position: relative
}

.finger-main.improve-exp:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 370px;
    width: 280px;
    height: 60px;
    background: url(../images/header-call-pop-new-img.png) no-repeat;
    background-size: contain;
    opacity: 1
}

#launch_video_modal .video-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 129px;
    height: 129px;
    background: url(../images/header-ellipse.png) no-repeat
}

.img-fluid,
#launch_video_modal {
    position: relative;
    z-index: 0
}

#launch_video_modal {
    position: relative;
    z-index: 0
}

#launch_video_modal .video-img:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: 96px;
    width: 180px;
    height: 180px;
    background: url(../images/header-rectangle.png) no-repeat;
    z-index: -1
}

.active {
    color: #f69120 !important
}

.modal {
    background: rgba(0, 0, 0, .5);
    cursor: not-allowed;
}

.loginModel,
.popup-logo {
    text-align: center
}

.popup-logo img {
    width: 215px
}

.loginModel .modal-header {
    border-bottom: 0
}

.modal-backdrop.show {
    z-index: 1020;
}

.modal-content-area {
    margin-top: 40px !important;
    padding-bottom: 30px;
    max-width: 350px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto
}

.modal-content-area a,
.modal-content-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #1c2c40;
    text-decoration: none !important;
    padding: 0
}

.modal-content-area a {
    text-decoration: none;
    margin-top: 15px !important;
}

.modal .modal-content {
    /* cursor: pointer; */
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    outline: 0;
    width: 480px;
    height: 398px;
    background: #fff;
    border: 1px solid rgba(79, 91, 106, .15);
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgb(9 40 108 / 5%);
    border-radius: 15px
}

#term-of-service.modal .modal-dialog {
    max-width: 850px;
}

#term-of-service.modal .modal-content {
    width: 100%;
    height: auto;
}

#term-of-service.modal .modal-body {
    overflow: auto;
    height: 900px;
    padding: 1rem;
}

.middle-line {
    width: 30px;
    float: left
}

.middle-line span {
    width: 2px;
    height: 30px;
    background: rgba(38, 44, 100, .15);
    border-radius: 100px;
    margin: 0 15px
}

.sign-up-client,
.sign-up-interpreter {
    align-items: center;
}

@media only screen and (max-width: 385px) {
    .sign-up span {
        left: 53% !important;
    }
}

.sign-up-client,
.sign-up-interpreter {
    position: relative;
}

a.section-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0;
}

a#navbarDropdownResources {
    padding: 0 !important;
}

.loginModel .modal-header .close {
    /* margin: -2rem -2rem -2rem auto; */
    padding: 0px;
}

p.without_hover {
    padding-top: 30px !important;
}

a.sign-in-link {
    color: #1c44d6 !important;
    text-decoration: none;
    cursor: pointer;

}

/*----career page----*/
.career-banner {
    padding: 50px 0px 60px !important;
    background: #f6f9ff url(../images/inner-bg-2x.png);
}

.career-prointerp-section .col-md-3 .ext-feature {
    margin-top: 3px;
    margin-bottom: 3px;
}

.working-with-us .inner-twocol-txt p {
    margin-bottom: 53px;
    font-style: italic;
}

.working-with-us .inner-twocol-txt h2 {
    margin-bottom: 30px;
}

.working-with-us .inner-twocol-txt h5 {
    margin-top: 2px;

}

.working-with-us #workwithus .inner-twocol-txt h5 {
    padding-bottom: 10px;
}

.c-txt {
    background: #fff;
    z-index: 1;
}

.newsletter-carrer-btn {
    background: #4285F4;
    /*box-shadow: 0px 20px 40px rgba(28, 68, 214, 0.3);*/
    border-radius: 8px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

.newsletter-carrer-btn:hover {
    box-shadow: 0px 20px 40px rgba(28, 68, 214, 0.3);
}

.newsletter-carrer-btn a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    width: 250px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.newsletter-section.career-newsletter .news-litter-txt h2 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.newsletter-section.career-newsletter .news-litter-txt p {
    margin-bottom: 40px;
}

.career-asfeature-section {
    padding: 100px 0px;
}

/*----career page----*/
.flexible-resources-sec {
    padding: 50px 0px 60px !important;
}

.news-litter-txt {
    margin-bottom: 20px;
}

.modal {
    cursor: not-allowed;
    pointer-events: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .pricing-faq-tab-detail {
        width: 110%;
    }

    .pricing-faq-tab-list {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .newsletter-section.career-newsletter .news-litter-txt h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .career-asfeature-section {
        padding: 50px 0px;
    }

    .newsletter-section.career-newsletter {
        margin-top: 0;
        margin: 0 auto;
        max-width: 90%;
    }
}

@media only screen and (min-width: 1000px) {
    .details-content {
        min-height: 412px;
    }

    .tab-no-break {
        display: block;
    }

}

@media only screen and (max-width: 767px) {
    .career-banner .free-act.carrer-btn {
        width: 100% !important;
        margin-bottom: 0px;
    }

    .working-with-us .inner-twocol-txt p {
        margin-bottom: 30px;
    }

    .jobs-list.section-padding {
        padding-bottom: 20px;
    }

    .newsletter-section.career-newsletter {
        margin-top: 0;
    }

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

#workwithus .carousel-item {
    background: #fff;
}

@media (min-width: 768px) and (max-width: 850px) {
    .top-header {
        flex-wrap: unset;
    }

    .email > a {
        margin-right: 15px;
    }
}

.innerpages-header .col-md-6, .innerpages-header .col-md-5 {
    z-index: 0;
}

.free-act.carrer-btn, .free-act.carrer-btn a {
    display: flex;
    width: 250px !important;
    align-items: center;
    justify-content: center;
}

@media (min-width: 320px) and (max-width: 575px) {
    .email > a {
        margin: 0;
        text-align: left;
        display: block;
        margin-bottom: 10px;
    }
}

.right-top {
    display: flex;
    align-items: center;
    width: 325px;
    height: 35px;
    justify-content: flex-end;
}

.search-box.search-for-mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    section.enterprise-account-section.section-padding.padding-top-zero.short-content {
        margin-top: 50px;
    }

    .card.card-body {
        max-width: 100%;
        width: 100% !important;
        padding: 20px !important;
        border-radius: 10px;
        border: 1px solid #1c44d61a !important;
    }
}

/******************404 Page********************/
.page-not-found {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.page-not-found .error-head {
    font-size: 2.5rem;
    text-align: center;
}

.page-not-found .btn-info {
    color: #fff;
    margin-top: 20px;
    background: #0d6efd;
}

.page-not-found .page-panel-main {
    padding-left: 80px;
    padding-right: 80px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .page-not-found .page-panel-main {
        padding-left: 30px;
        padding-right: 30px;
    }
}