/**********Default Property*************/
/****************************************/

/*# sourceMappingURL=main.css.map */

body {
    font-family: 'Avenir Next';     
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Avenir Next';     
}
a:focus {
    outline: none;
    text-decoration: none;
}
/* Loader Style Start */
.loader-cover {
    background: #ffffff;
    width: 100%;
}
.loader-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.loader-logo {
    margin-bottom: 15px;
}
.loader {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    font-size: 50px;
    color: #f2f2f2;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #19598d;
    border-bottom: 10px solid #19598d;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-content{
    min-height: calc(100vh - 92px - 226px);
}
/* Loader Style end */
.entry-bg {
    display: block;
    /* height: 100%; */
    width: 100%;
    min-height: calc(100vh - 157px);
}
.signin-wrap{
    padding-bottom: 88px;
    position: relative;
}
.signin-wrap footer.footer-section{
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    top: auto; 
}
.entry-modal-dialogue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: calc(100vh - 40px); */
    height: calc(100vh - 100%);
    min-height: calc(100vh - 100px);
    padding-bottom: 50px;
    padding-top: 50px;
}
.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: auto;
    padding: 0 0;
}
.login-form .btn.btn-theme-blue.btn-lg {
    padding: 10px 37px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
}
.login-form.forgot-form .btn.btn-theme-blue.btn-lg{
    width: 80%;
}
.login-form .new-signup{
    padding: 0;
    color:#333333;
    text-align: center;
    margin-bottom: 0;
}
.login-form .new-signup > p > a {
    color: #373F41;
    font-size: 15px;
    font-weight: 600;
}
.login-form .new-signup > p > a:hover,
.login-form .forget-link:hover{
    color: #ff7f27;
}
.login-form textarea:focus,.login-form input:focus {
    border-color: transparent !important;
}
.login-form .inner-wrapper{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
    padding: 80px 50px 80px 50px;
    background: #fff;
    /* border: 1px solid #dfe0eb; */
    border-radius: 8px;
    box-shadow: 0px 2px 20px 0 rgb(0 0 0 / 10%);
}
.login-form .input100{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #f5f5f5;
    height: 45px;
    border-radius: 0;
    padding: 0 8px 0 40px;
    border-left: 3px solid #373F41;
}
.login-form .input100:focus{
    border-left: 3px solid #373F41 !important;
    background: transparent !important;
    box-shadow: 0 0 6px rgb(55 63 65) !important; 
}
.login-form .symbol-input100 {
    font-size: 15px;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    top: 13px;
}
.input100:focus + .symbol-input100 {
    color: #182f56;
    padding-left: 20px;
}
.login-form .validate-input {
    position: relative;
}
.login-form .symbol-input100.lock-symbol{
    bottom: 14px;
}
.login-form  input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
.header-heading {
    font-size: 24px;
    color: #373F41;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
}
.login-form h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.login-form .form-fields {
    /* padding: 0px 40px; */
    width: 290px;
}
.login-form.signup-form .form-fields {
    width: 300px;
}
.main-head .user-icon-holder {
    display: inline-block ;
    position: relative;
}
.main-head .user-icon-holder i {
    padding: 9px;
    border: 2px solid #182F56;
    border-radius: 100px;
    color: #182F56;
}
.main-head .user-icon-holder::before {
    content: '';
    position: absolute;
    top: -23px;
    right: 33px;
    height: 30px;
    width: 3px;
    background-color: #182F56;
}


.login-form .login100-pic{
    width: 440px;
}
.new-signup{
    margin-bottom: 20px;
}
.login-form .form-fields label {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}
.profile-button-des input[type=file] {
    display: block;
    background: none;
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b506d;
    background-color: #fcfdfe;
    background-image: none;
    border: 1px solid #f0f1f7;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    letter-spacing: 0.3px;
    outline: none;
}
.form-control:focus {
    border-color: #3875ba;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-style {
    font-size: 14px;
    padding: 6px 16px;
    outline: none;
}
.btn-style-md {
    font-size: 16px;
    padding: 8px 22px;
    outline: none;
}
.btn-style-lg {
    font-size: 18px;
    padding: 10px 30px;
    outline: none;
}
.btn-blue {
    background: #3875ba;
    border: none;
    border-radius: 8px;
    color: #f2f2f2;
    transition: all 0.2s ease-in-out;
}
.btn-blue:hover {
    background: #046e8e;
}
.btn-blue-outline {
    background: transparent;
    border: 1px solid #3875ba;
    border-radius: 8px;
    color: #3875ba;
    transition: all 0.2s ease-in-out;
}
.btn-blue-outline:hover {
    background: #3875ba;
    border: 1px solid #3875ba;
    color: #f2f2f2;
}
.btn-line > button {
    margin-left: 10px;
}
.btn-line > button:first-child {
    margin-left: 0;
}
.btn-login {
    padding: 8px 50px;
    font-size: 18px;
}
.forget-link {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}
.new-signup > p > a {
    color: #182F56;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
}
.new-signup > p > a:hover {
    text-decoration: underline;
}
/* Signup page style */
.signup-agreed > p {
    display: block;
    margin: 0;
}
.signup-agreed > p > a {
    color: #3875ba;
}
.signup-agreed > p > a:hover {
    text-decoration: underline;
}

/* Header Styel */
.header-bg {
    background: #f2f2f2;
    border: none;
}
.header-container {
    padding: 0 2%;
}
.header-navbar {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.head-logo {
    max-width: 180px;
    max-height: 70px;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    padding: 0 0;
    margin: 6px 0;
    line-height: 55px;
    height: auto;
}
.navbar-brand.head-logo:hover {
    color: #3875ba;
}
.head-nav-links {
    float: right;
    margin: 14px 0;
}
.head-nav-links > li {
    margin-left: 10px;
}
.head-nav-links > li:first-child {
    margin-left: 0;
}
.head-nav-links > li > a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    font-weight: 400;
    margin: 0 0;
    padding: 10px 10px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.head-nav-links > li > a:hover,
.head-nav-links > li > a.active,
.head-nav-links > li.open > a {
    background: #3875ba;
    color: #f2f2f2;
}
.head-nav-links > li > a.user-link {
    padding: 0 0;
    background: none;
}
.head-nav-links > li > a.user-link:hover {
    background: transparent;
}
.head-nav-links > li > a > i {
    padding-right: 6px;
}
.head-nav-links > li > a > i.fa.fa-ellipsis-h, .head-nav-links > li > a > i.fa.fa-sign-in{
    padding-left: 6px;
}
.header-navbar button.navbar-toggler {
    background: none;
    border: none;
    outline: none;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    float: right;
    margin: 20px 10px;
}
.head-nav-links > li > a.nav-link-btn {
    background: #e66016;
    color: #f2f2f2;
}
.head-nav-links > li > a.nav-link-btn:hover {
    background: #ff9800;
}

/* User Logged Style */
.user-profile-logged {
    border-left: 1px solid #c3c1c1;
    padding-left: 10px;
}
.user-profile-logged > .user-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.user-profile-logged > .user-picture {
    background: #cccccc;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.user-profile-logged > .user-picture > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* Dropdown Styles Default */
.dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > a {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 5px 15px;
    background: transparent;
}
.dropdown-menu > a:hover,
.dropdown-menu > a.active {
    background: #3875ba;
    color: #f2f2f2 !important;
    font-weight: 500;
}

/* Home page Style */

/* Banner Style */
.banner-wrapper {
    display: block;
    background: url(../images/emailscan.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-wrapper .item > img {
    height: 400px;
    width: 100%;
    margin: auto;
    object-fit: cover;
}
.banner-wrapper .carousel-caption {
    right: auto;
    left: 20%;
    padding: 0 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 700px;
    height: auto;
    text-align: left;
    text-shadow: none;
}
.banner-wrapper .carousel-caption h4 {
    font-size: 42px;
    line-height: normal;
    font-weight: 400;
    margin: auto;
    margin-bottom: 10px;
}
.banner-wrapper .carousel-caption > button {
    font-size: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
/* Inner banner Style */
.banner-wrapper.inner-slider {
    height: 200px;
    position: relative;
}
.inner-caption {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.inner-caption > h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: auto;
}
.inner-caption > span {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    margin-top: 8px;
    display: block;
}

/* Section Heading */
.section-heading > h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin: 15px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

/* Pricing Section Style */
.pricing-wrapper {
    padding: 40px 0;
}
.pricing-packages {
    margin: 50px 0 50px 0;
}
.pricing-packages .generic_content .generic_head_price {
    background-color: #F2F2F2;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    color: #4F4F4F;
}
.pricing-packages .generic_content .generic_feature_list ul li {
    color: #828282;
}
.pricing-packages .generic_content .generic_feature_list ul li span {
    color: #4F4F4F;
}
.pricing-packages .generic_content .generic_feature_list ul li:hover {
    background-color: #f3f2f2;
    border-left: 5px solid #3875ba;
}
.pricing-packages .generic_content .generic_price_btn a {
    /* border: 1px solid #3875ba; */
    color: #fff;
}
.pricing-packages
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head_bg,
.pricing-packages
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #3875ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3875ba;
    color: #f2f2f2;
}
.pricing-packages
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    span,
.pricing-packages
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #f2f2f2;
}
/* .pricing-packages .generic_content:hover .generic_price_btn a,
.pricing-packages .generic_content.active .generic_price_btn a {
    background-color: #3875ba;
    color: #f2f2f2;
} */

/*PRICE BODY CODE START*/

.pricing-packages .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.pricing-packages .generic_feature_list {
    margin-bottom: 90px;
    max-height: 345px;
    overflow-y: auto;
    height: 345px;
}
.pricing-packages .h-100 {
    min-height: 350px;
    margin-bottom: 50px;
}
.pricing-packages .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}
.pricing-packages .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head {
    padding-top: 28px;
    position: relative;
    z-index: 1;
}

.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price {
    display: block;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-packages .generic_content .generic_feature_list ul li {
    font-size: 14px;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out 0s;
}
.pricing-packages .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.pricing-packages .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}
.pricing-packages .generic_content .generic_price_btn {
    margin: 20px 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pricing-packages .generic_content .generic_price_btn a {
    /* border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px; */
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_price_btn .btn-current{
    border: 1px solid #f55d04;
    color: #f55d04;
    /* border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px; */
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    opacity: 1.0 !important;
    border-radius: 0;
}
.pricing-packages .generic_content .generic_price_btn .btn-current:hover{
    background-color: #f55d04;
    color: #fff;
}
#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
#generic_price_table_home li {
    float: left;
}
#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}
#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}
#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}
#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}
.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}
.bottom_btn {
    background-color: #333333;
    color: #f2f2f2;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover {
    background-color: #666;
    color: #f2f2f2;
    text-decoration: none;
}
.bottom_btn:hover {
    background-color: #666;
    color: #f2f2f2;
    text-decoration: none;
}

/* About Section Content */
.about-section {
    padding: 80px 0;
    text-align: center;
    background: #f2f2f2;
}
.about-content > h3 {
    font-size: 28px;
    color: #3875ba;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}
.about-content > p {
    font-size: 16px;
    color: #4F4F4F;
    font-weight: 400;
    margin: 0;
}

/* Migration Section Style */
.migration-section {
    padding: 80px 0;
}
.migrate-bg {
    background: #3875ba;
    display: block;
}
.migrate-block {
    background: #fff;
    margin: 0 0;
    padding: 30px 20px;
    position: relative;
    min-height: 320px;
}
.migrate-block::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    display: block;
    width: 96%;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
.migrate-heading > h5 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
    margin: 0 0 20px 0;
}
.migrate-heading > p {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.migrate-heading > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.migrate-heading > ul > li {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0;
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    line-height: 22px;
}
.migrate-heading > ul > li:last-child {
    margin: 0 0 0 0;
}
.migrate-heading > ul > li > i {
    font-size: 16px;
    color: #dc620f;
    padding-right: 8px;
    display: inline-block;
}
.migrate-heading.prog > ul > li {
    margin: 0 0 5px 0;
    line-height: 18px;
}
.migrate-heading.prog > ul > li:last-child {
    margin: 0 0 0 0;
}
.migrate-heading > ul > li > .progress {
    height: 5px;
    margin: 4px 0;
}
.migrate-heading > ul > li > span {
    display: block;
    text-align: right;
}
.migrate-heading > ul > li .progress-bar.orange {
    background: #dc620f;
}
.migrate-heading > ul > li .progress-bar.blue {
    background: #0590c6;
}
.migrate-heading > ul > li .progress-bar.green {
    background: #10a80f;
}

/* Migrate report selected Page Style */
.add-cloud-icon.selected-report > ul {
    margin: 10px 10px;
    text-align: left;
}
.add-cloud-icon.selected-report > ul > li > a {
    margin: 10px 8px;
}

/* Footer Style */
.footer-holder {
    position: relative;
    /* min-height: 93vh; */
    min-height: 100vh;
}
footer.footer-section {
    position: absolute;
    top: calc(100% - 39px);
    width: 100%;
    overflow: hidden;
    /* margin-top: -39px; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bg {
    background: #333;
    padding: 0 0;
}
.copyright {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 12px 15px 0;
    margin-right: 10px;
    width: 100%;
    text-align: left;
}
.copyright > p {
    font-size: 12px;
    color: #828282;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}
.copyright > p a {
    color: #f2f2f2;
}
.copyright > p a:hover {
    color: #3875ba;
}
.footer-social {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.footer-social > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.footer-social > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 2px;
    padding: 0;
}
.footer-social > ul > li > a {
    font-size: 18px;
    color: #333333;
    margin: 0 0;
    transition: all 0.2s ease-in-out;
    padding: 8px;
    border-radius: 4px;
    width: calc(16px + (2 * (8px)) + 2px);
    text-align: center;
}
.footer-social > ul > li > a:hover {
    opacity: 0.8;
}

/* Profile Setting Page Style */
.profile-setting-wrapper {
    padding: 60px 0;
}
.profile-box {
    display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.profile-setting-form > h3 {
    background: #182f56;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.dropdown-menu > a.active{
    background: #182f56;
    color: #fff !important;
}
.profile-setting-form > .form-fields {
    padding: 0px 15px;
}
.photo-uploader-wrapper > span {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.photo-upload {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #dfe0eb;
    text-align: center;
}
.photo-upload > input {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.photo-upload > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
}
.form-action-btn {
    margin: 30px auto;
}
.migration-form-sty .radio-box-styling{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.migration-form-sty .checkbox.migration-checkbox{
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    /* margin-top: 20px; */
}
.migration-form-sty .checkbox.migration-checkbox a {
    color:#ff7f27;
}
.migration-form-sty .checkbox.migration-checkbox a:hover {
    color:#182f56;
}
.form-action-btn.proceed-btn-padding{
    margin-top: 50px;
}
/* Add Cloud page Style */
.cloud-section {
    padding: 80px 0 90px;
    background: #fff;
}
.add-cloud-icon > h3 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
.add-cloud-icon > ul {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.add-cloud-icon > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.add-cloud-icon > ul > li > a {
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 20px 10px;
    margin: 0 8px;
    display: block;
    width: 160px;
    min-height: 160px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.add-cloud-icon > ul > li > a:hover {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #3875ba;
}
.add-cloud-icon > ul > li > a > .app-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
}
.add-cloud-icon > ul > li > a > .app-icon > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
}
.add-cloud-icon > ul > li > a > p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
    word-break: break-all;
    margin-bottom: 0;
}
.ja .add-cloud-icon > ul > li > a > p {
    font-size: 12px;
}
.es .add-cloud-icon > ul > li > a > p {
    font-size: 14px;
}
.add-cloud-icon > ul > li > a:hover > p {
    color: #3875ba;
}

.payment-methods-icon > ul > li > a > .app-icon {
    display: block;
    width: auto;
    height: 70px;
    margin: auto;
}

.payment-methods-icon > ul > li > a {
    min-height: 120px;
}

/* Manage Cloud Page Style */
.white-box {
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    margin: 40px 0 0 0;
}
.panel-group.cloud-accordion {
    margin: 0;
}
.cloud-accordion .panel-default {
    border: none;
    box-shadow: none;
}
.cloud-accordion .panel.panel-default {
    margin: 0;
}
.cloud-accordion .panel-default:last-child > .panel-heading {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.cloud-accordion .panel-default > .panel-heading {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}
.panel-heading .accordion-toggle[aria-expanded="true"]::before {
    font-family: fontawesome;
    content: "\f068 ";
    color: #333333;
}
.panel-heading .accordion-toggle[aria-expanded="false"]::before {
    font-family: fontawesome;
    content: "\f067 ";
    color: #333333;
}
.cloud-detail {
    display: table;
    width: 100%;
}
.cloud-detail > span {
    display: table-cell;
    vertical-align: middle;
}
.cloud-detail > span:nth-child(1) {
    width: 4%;
}
.cloud-detail > span:nth-child(2) {
    width: 10%;
}
.cloud-detail > span:nth-child(3) {
    width: 22%;
}
.cloud-detail > span:nth-child(4) {
    width: 34%;
}
.cloud-detail > span:nth-child(5) {
    width: 24%;
}
.cloud-detail > span:nth-child(6) {
    width: 6%;
}
.cloud-tab-img > img {
    max-height: 50px;
}
.delet-cloud {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.manage-cloud-body > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 49.7%;
    vertical-align: top;
}
.manage-cloud-body > ul > li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.manage-cloud-body > ul > li:last-child {
    margin-bottom: 0;
}
.manage-cloud-body > ul > li > span {
    display: table-cell;
    width: 50%;
}
.manage-cloud-body > ul > li > span.fw600 {
    font-weight: 600;
}
.manage-cloud-body > ul > li > span {
    font-size: 16px;
    color: #333333;
}
.manage-cloud-body > ul > li > span.sync-icon .btn.btn-primary{
    padding: 1px 8px;
    border-radius: 5px;
    line-height: 23px;
}
.manage-cloud-body > ul > li > span.sync-icon .btn.btn-primary i{
    font-size: 12px;
}
.manage-cloud-body > ul > li{
    line-height: 28px;
}
/* .manage-cloud-body>ul>li>span{} */
.cloud-accordion .panel-body {
    background: #ffffff;
    border-bottom: 1px solid #dfe0eb;
    margin-bottom: 10px;
    padding: 15px 60px;
}
.cloud-accordion .panel-default:last-child .panel-body {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* Icon Spin */
.sync-icon.active > i {
    animation: spin-animation 1.5s linear infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* account page style */
.account-setting-wrapper {
    padding: 60px 20px;
}
.account-box {
    display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.account-setting-form h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
}
.account-setting-form > h3 {
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.account-setting-form > .form-fields {
    padding: 0px 15px;
}
.account-setting-form .address-field-des {
    resize: none;
    height: 80px;
}
.account-setting-form .date-field-des {
    color: rgb(153, 153, 153);
}
.account-setting-form .date-field-des {
    padding: 9px 12px;
}
.account-setting-form .example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.account-setting-form .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.account-setting-form .btn-toggle:focus,
.account-setting-form .btn-toggle.focus,
.account-setting-form .btn-toggle:focus.active,
.account-setting-form .btn-toggle.focus.active {
    outline: none;
}
.account-setting-form .btn-toggle:before,
.account-setting-form .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.account-setting-form .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.active:before {
    opacity: 0.5;
}
.account-setting-form .btn-toggle.active:after {
    opacity: 1;
}

.account-setting-form .btn-toggle.active {
    background-color: #3875ba;
}
.account-setting-form .btn-toggle.btn-lg {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.account-setting-form .btn-toggle.btn-lg:before,
.account-setting-form .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.account-setting-form .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}
.account-setting-form .btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.account-setting-form .setting-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.account-setting-form .setting-sty span {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
/* email migration style */
.migration-setting-wrapper {
    padding-bottom: 60px;
    /* padding-top: 20px */
}
.migration-setting-wrapper .btn-style{
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}
.migration-box {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0;
}
.migration-top-sty .heading-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-top-sty h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}
.migration-top-sty a {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-top: 5px;
}
.migration-top-sty a:hover {
    color: #204d74;
    text-decoration: underline;
}
.migration-top-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 100px;
    margin-bottom: 30px;
}
.migration-box form {
    padding: 0px 100px;
    position: relative;
}
.migration-box .text-box {
    width: 100%;
    margin: 30px auto 40px auto;
    padding: 0 0;
}
.migration-top-sty .text-box p {
    margin: auto;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    padding: 0 2%;
}
.text-box > button {
    margin-top: 20px;
}
.migration-box form .migration-btn {
    padding: 10px 90px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    margin-bottom: 50px;
    min-width: 321px;
    font-size: 18px;
}
.migration-box form .migration-btn.migration-btn-spaceing{
    margin-bottom: 0px;
}
.migration-box .checkbox-migrate-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;    -ms-flex-pack: start;    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-box .checkbox-migrate-contacts .checkbox{
    margin-top: 10px;
    margin-bottom: 10px;
}
.migration-box .checkbox-migrate-contacts .checkbox.checkbox-calender{
    margin-left: 10px;
}
.migration-setting-wrapper .source-box-wrap.info-box-wrap{
    margin-bottom:10px;
}
.btn:active:focus, .btn:focus {
    outline: none !important;
}
.migration-setting-wrapper .jumbotron h1 {
    font-size: 35px;
}
.migration-setting-wrapper .jumbotron p {
    font-size: 14px;
    font-weight: 300;
}
.migration-setting-wrapper .source-box-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0 0 20px -10px #182f56;
}
.migration-setting-wrapper .source-box-wrap.authentication-des{
    width:450px;
    margin: 0 auto;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des a{
    display: inline-block;
    text-align: center;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des a img{
   max-width: 200px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des {
    background: transparent;
    text-align: center;
    padding-top: 30px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b506d;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    letter-spacing: 0.3px;
    outline: none;
    border: 1px solid #dadce0;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-group label {
    font-size: 16px;
    font-weight: 500;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-action-btn.proceed-btn-padding {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-control:focus {
    border-color: #182f56;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.migration-setting-wrapper.authentication-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
.migration-setting-wrapper .source-box-wrap .heading-des {
    color: #182f56;
    padding: 40px 20px 20px 20px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}
.migration-setting-wrapper  form .form-group label {
    font-size: 14px;
    font-weight: 500;
}
.migration-setting-wrapper  form .form-group label span{
    color: #e3342f;
    margin-left: 1px;
}
.migration-setting-wrapper form .form-group label .fa-info-circle{
    margin-left: 5px;
    cursor: pointer;
}
.migration-setting-wrapper  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
.migration-setting-wrapper .source-box-wrap.scan-info{
    position: absolute;
    bottom: 180px;
    right: -15px;
    background: #182f56;
    color: #fff;
    width: 430px;
    padding: 0;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 10px 10px 10px -14px #182f56;
    border: none;
}
.migration-setting-wrapper .source-box-wrap.scan-info .card-body{
    padding: 20px;
}
.migration-setting-wrapper .source-box-wrap.scan-info .form-group{
    width: 100%;
    margin: 0;
}
.migration-setting-wrapper  input, .migration-setting-wrapper  select{
    background: #f5f5f5;
    border-radius: 0;
}
.migration-setting-wrapper .source-box-wrap .form-group {
    width: 47%;
    margin: 0 10px;
    margin-bottom: 20px;
}
.migration-setting-wrapper form .form-control:focus,
.search-input-holder .form-control.input-search-des:focus{
    background-color: #fff;
    border-color: #182f56;
    box-shadow: 0 0 6px rgb(24 47 86) !important;
}
.migration-setting-wrapper .source-box-wrap .card-body {
    padding:20px 20px 80px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-setting-wrapper .source-box-wrap .card-body.card-body-wrap{
    min-height: 277px;
}
.migration-setting-wrapper .source-box-wrap .card-body.card-body-wrap.active{
    min-height: 435px;
}
.migration-setting-wrapper .radio-btn-sty p {
    margin: 0;
}
.migration-setting-wrapper .radio-btn-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 20px 20px 0px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-setting-wrapper .radio-des {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-left: 40px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.migration-setting-wrapper .radio-des input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.migration-setting-wrapper .radio-des .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}
.migration-setting-wrapper .radio-des:hover input ~ .checkmark {
    background-color: #ccc;
}
.migration-setting-wrapper .radio-des input:checked ~ .checkmark {
    background-color: #3875ba;
}
.migration-setting-wrapper .radio-des .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.migration-setting-wrapper .radio-des input:checked ~ .checkmark:after {
    display: block;
}
.migration-setting-wrapper .radio-des .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.migration-setting-wrapper .checkbox-des {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.migration-setting-wrapper .checkbox-des input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.migration-setting-wrapper .checkbox-des .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.migration-setting-wrapper .checkbox-des:hover input ~ .checkmark {
    background-color: #ccc;
}
.migration-setting-wrapper .checkbox-des input:checked ~ .checkmark {
    background-color: #3875ba;
}
.migration-setting-wrapper .checkbox-des .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.migration-setting-wrapper .checkbox-des input:checked ~ .checkmark:after {
    display: block;
}
.migration-setting-wrapper .checkbox-des .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.move .add-cloud-icon .header-heading {
    color: #f2f2f2;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}
.move .add-cloud-icon .header-heading img{
    margin-right: 5px;
}
.cloud-section .add-cloud-icon > h3{
    margin-top: 0;
}
.top-buttons {
    margin-bottom: 5px;
}
.top-buttons .btn {
    font-size: 22px;
    font-weight: 400 !important;
}
.top-buttons .btn.btn-theme-blue {
    font-size: 22px;
    font-weight: 400 !important;
}
.top-buttons .btn:hover {
    color: #f2f2f2;
}
.move .add-cloud-icon .header-heading p {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}
.move .add-cloud-icon .header-heading p img {
    width: 20px;
}
.folders-list {
    padding-left: 50px;
    padding-right: 50px;
}
.back-btn > a {
    font-size: 16px;
    color: #3875ba;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.back-btn > a > i {
    padding-right: 6px;
}
.folders-list .checkbox.checkbox-title {
    background: #0d9cc7;
    color: #f2f2f2;
    padding: 5px 20px;
}
.folders-list .checkbox {
    padding: 1px 20px;
}
.folders-list .checkbox .fa {
    margin-right: 5px;
    margin-left: 5px;
}
.report table th {
    color: #182f56;
    font-size: 16px;
}
.report table.table {
    border: 1px solid #dfe0eb;
}
.report .top-buttons a{
    display: inline-block;
}
.report .top-buttons .btn {
    font-size: 16px;
    margin-left: 10px;
}
.report.view .view-detail {
    padding: 0 15px;
}
.report.view .view-detail {
    padding: 0 60px;
    margin-top: 20px;
}
.report.view .view-detail .bold {
    font-weight: bold;
    text-align: center;
}
.report .report-analysis table th {
    background: transparent;
    color: #333;
}
.cloud-overview {
    display: block;
    margin: 8px 0;
}
.overview-block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.overview-block > h4 {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.overview-block > h3 {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 8px;
}

/* Hover master Style Start */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 7px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
        center,
        ellipse,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/* Hover master Style End */

/* CMS Pages privacy ,term&Condition contact ====== Style start */
.content-section {
    padding: 20px 0 60px;
}
.content-section p {
    font-size: 15px;
}
.content-section ul {
    padding-left: 30px;
}
.content-section ul li {
    list-style: disc;
}
.pl-0 {
    padding-left: 0;
}
.contact-form-info {
    padding: 50px 0 90px;
}
.contact-box {
    background: #fff;
    border: 1px solid #f0f1f7;
    padding: 0px 20px;
    border-radius: 5px;
    /* display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
   
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1); */
}
.contact-box h2{
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.contact-box form, .contact-box p{
    padding: 0px 15px;
}
/* mystyling */
.contact-info{
    background: #3875ba;
    padding: 50px 30px;
    max-width: 440px;
    color: #fff;
    border-radius: 5px;
    margin-top: 90px;
}
.contact-info .info-holder{
    vertical-align: top;
    padding-bottom: 10px;
    margin-left: 40px;
}
.contact-info li{
    margin-bottom: 0;
}
.contact-info .info-holder h3{
    font-size: 18px;
}
.contact-info .info-holder p{
    font-size: 14px;
    color: #fff;
}
.contact-title-des{
    margin-bottom: 30px;
}
.cont-box-wrap .contact-box form{
    margin: 0;
    padding: 0;
}
.cont-box-wrap{
    position: relative;
    padding: 50px 0;
}
.cont-box-wrap .cont-inner-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.cont-box-wrap:before {
    content: '';
    background: #f6fcfe;
    width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
.cont-box-wrap:after {
    content: '';
    background: #3875ba;
    width: 6px;
    height: 85%;
    left: 0;
    top: 45px;
    position: absolute;
}
.contact-title-des h2{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bill-box-wrap{
    height: 100%;
    min-height: 124px;
    max-height: 124px;
}
.card-box-wrap{
    height: 100%;
    max-height: 144px;
    min-height: 144px;
}
.billing-box{
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
}
.billing-box p{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.billing-box ul{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.billing-box span{
    padding-left: 20px;
    padding-right: 20px;
}
.billing-box ul i{
    color: #333333;
    margin-right: 5px;
}
.billing-box a:hover{
    color: #204d74;
    text-decoration: underline;
}
.billing-box h2{
    background: #3875ba;
    font-size: 20px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.billing-box .head-des{
    border-radius: 0;
}
.current-plan-box{
    height: 100%;
    /* max-height: 298px;
    min-height: 298px; */
    overflow: auto;
}
.billing-plan-box .generic_feature_list{
    margin-bottom: 0px;
    height: 100%;
    max-height: 167px;
    overflow: auto;
}
.billing-plan-box h2, .billing-date-box h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.billing-date-box{
    margin: 50px 20px 0 20px;
}
.billing-plan-box .generic_content{
    max-height: 543px;
    min-height: 543px;
}
.billing-box-wrap h2{
    border-bottom: 2px solid #dadada;
    padding-bottom: 20px;
    position: relative;
}
.billing-box-wrap h2:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #182f56;
}
.billing-box-wrap .date-des{
    color:#182f56 ;
}
.billing-box-wrap .subscription-box-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-wrap:wrap;flex-wrap:wrap;
        padding-top: 20px;
        padding-bottom: 10px;
}
.billing-box-wrap .card-box-des{
    border-radius: 10px;
    background: #3875ba;
    padding: 20px;
    /* padding-bottom: 100px; */
    color: #fff;
    width: 100%;
    max-width: 340px;
    margin-top: 40px;
}
.billing-box-wrap .card-box-des p{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.billing-box-wrap .card-box-des .date-name-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
}
.billing-box-wrap .chip-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
}
.billing-box-wrap .chip-holder h3{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
.chip {
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 40px;
    background: #fffcb1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fffcb1), color-stop(100%, #b4a365));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #fffcb1 0%, #b4a365 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcb1", endColorstr="#b4a365", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #322d28;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    -moz-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    overflow: hidden;
  }
  .chip .side {
    position: absolute;
    top: 8px;
    width: 12px;
    height: 24px;
    border: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  }
  .chip .side.left {
    left: 0;
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
  }
  .chip .side.right {
    right: 0;
    border-right: none;
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
  }
  .chip .side:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 0px;
    margin: auto;
    border-top: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .chip .vertical {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8.66666667px;
    height: 12px;
    border: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  }
  .chip .vertical.top {
    top: 0;
    border-top: none;
  }
  .chip .vertical.top:after {
    top: 12px;
    width: 17.33333333px;
  }
  .chip .vertical.bottom {
    bottom: 0;
    border-bottom: none;
  }
  .chip .vertical.bottom:after {
    bottom: 12px;
  }
  .chip .vertical:after {
    content: '';
    position: absolute;
    left: -8.66666667px;
    display: inline-block;
    width: 26px;
    height: 0px;
    margin: 0;
    border-top: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  }
/* .billing-box-wrap .card-box-wrap .bg-blue{
    background-color: ;
} */
.billing-box-wrap .subscription-box-des p{
    margin: 0;
}
.billing-box-wrap .cncl-btn-des{
    border: 1px solid #e66016;
    font-size: 16px;
    color: #e66016;
    line-height: normal;
    font-weight: 500;
    padding: 10px 10px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.billing-box-wrap .cncl-btn-des:hover{
    background: #ff9800;
    border: 1px solid #ff8900;
    color: #fff;
}
.logo-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.logo-des .logo-text-des{
    padding-top: 10px;
}
.contact-info {
    /* border: 2px solid #dfe0eb; */
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 20px;
}
.contact-info ul{
    margin: 0;
}
.contact-info li {
    font-size: 16px;
    /* margin-bottom: 20px; */
    position: relative;
    /* padding: 0 20px; */
}
.contact-info li span.fa {
    float: left;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
}
.contact-box form {
    margin-top: 25px;
}
.contact-box .btn {
    font-size: 16px;
    border-radius: 8px;
}
.contact-box .action {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0 15px;
}
/* CMS Pages privacy ,term&Condition contact ====== Style End */

/**model css*/
.data-ready .modal-header {
    padding: 0;
    position: relative;
}
.data-ready .modal-header .close {
    color: #f2f2f2;
    position: absolute;
    opacity: 1;
    top: 13px;
    right: 15px;
}
.data-ready .modal-header .header-heading {
    border-radius: 0;
    font-size: 20px;
    margin: 0;
    padding: 10px;
}
.data-ready .modal-body p {
    margin-bottom: 20px;
    font-size: 15px;
}
.data-ready .modal-body .table {
    margin-bottom: 0;
}
.data-ready .status {
    /* border: 1px solid #ddd;
    font-size: 15px;
    padding: 10px;
    background: #e1f0fd;
    padding-left: 30px; */
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 0;
    background: #e1f0fd;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.data-ready .status .status-inner-des{
    width: 217px;
    margin: 0;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: center;
}
.data-ready .status p {
    margin: 0;
}
.notify-email .folders-list {
    padding: 0;
}
.checkbox.email label {
    width: 100%;
}
.notify-email .folders-list .checkbox.email input[type="text"] {
    margin-left: 10px;
    min-width: 220px;
    padding: 8px 10px;
    font-size: 14px;
    color: #4b506d;
    background-color: #fcfdfe;
    border: 1px solid #f0f1f7;
    border-radius: 8px;
    margin-top: -7px;
    max-width: 100%;
    width: calc(100% - 110px);
}
.data-ready .add-cloud-icon.selected-report > ul {
    text-align: center;
}
.data-ready .add-cloud-icon > ul > li p {
    margin: 0;
    word-break: break-all;
}
.data-ready .add-cloud-icon > ul > li {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.data-ready .add-cloud-icon > ul > li > a > .app-icon {
    height: 60px;
}
span.fa.fa-check.text-success {
    background: green;
    color: #f2f2f2;
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 10px;
}
.data-ready .table-responsive.report {
    /* max-height: 151px; */
    overflow-y: scroll;
}
/**model css*/

/** Start Form Validation **/

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 14px;
    color: #e3342f;
}
.invalid-feedback strong{
    font-weight: 400;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #f2f2f2;
    background-color: rgba(227, 52, 47, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0em + 0.1885rem) center;
    background-size: calc(0.7em + 0.378rem) calc(0.7em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right
        calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e3342f;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.8em + 0.375rem)
            calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e3342f;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e9605c;
    background-color: #e9605c;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}
form .form-group label {
    font-size: 16px;
    font-weight: bold;
}
/* .swal-button {
    background-color: #3875ba;
} */

/** End Form Validation **/
.btn-primary {
    color: #f2f2f2;
    background-color: #ff7f27;
    border-color: #ff7f27;
}
.btn-primary.btn-lg {
    padding: 10px 37px;
    border-radius: 0px;
}
.btn-primary:hover {
    background-color: #182F56;
    border-color: #182F56;
}
.same-height {
    display: flex;
}
.h-100 {
    flex: 1;
}
.white-box.add-cloud-icon.selected-report {
    height: 470px;
    overflow-y: auto;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 8px;
}
.cloud-section p {
    font-size: 16px;
}
.btn {
    border-radius: 8px;
}
.bg-grey {
    background: #f2f2f2;
}
.question-answer {
    padding: 60px 0 100px;
}
.question-answer h3 {
    color: #3875ba;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
}
.question-answer h2 {
    text-transform: unset;
    text-align: center;
    color: black;
    margin: 0;
}
.question-answer .panel {
    background-color: transparent;
}
.question-answer .cloud-accordion .panel.panel-default .panel-heading {
    background: none;
    padding: 0;
}
.question-answer .panel-title a {
    position: relative;
    padding: 15px 20px 15px 0px;
    font-size: 18px;
    color: #333;
}
.question-answer .panel-title span * {
    display: block;
    width: 100%;
}
.question-answer
    .panel-heading
    .accordion-toggle[aria-expanded="false"]::before,
.question-answer
    .panel-heading
    .accordion-toggle[aria-expanded="true"]::before {
    position: absolute;
    right: 0;
}
.question-answer .panel-body {
    padding: 15px;
    background-color: transparent;
    border-top: none!important;
    font-size: 16px;
    color: #828282;
}
.overflow-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pricing-wrapper .row.overflow-scroll:before{
    display: none;
}
.overflow-scroll .col-sm-6 {
    /* float: none;
    display: inline-block; */
    flex: none;
    margin-bottom: 30px;
}
.profile-setting-form .profile-img {
    width: 120px;
    margin: 10px 0;
}
 .generic_price_tag .price sub{
    bottom: -1.25em;
}
.password-toggle-icon {
    position: relative;
    float: right;
    z-index: 2;
    top: 39px;
    right: 18px;
    cursor: pointer;
}
.cloud-section .add-cloud-icon.personal-cloud-heading h3{
    margin-top: 20px;
}
.btn-cloud-del-s{
    width: 94px;
}
.swal-button {
    background-color: #ff7f27;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 35px;
    margin: 0;
    cursor: pointer;
}
.swal-button:not([disabled]):hover {
    background-color: #182f56;
}
.swal-button:focus {
    outline: none;
    box-shadow: none !important;
}
.swal-button--danger:focus {
    box-shadow: none;
}
.swal-button--cancel:focus {
    box-shadow: none;
}

.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip {
    position: relative;
    opacity: 1;
    text-align: center;
    overflow: visible;
    width: 100%;
    padding: 0 5px;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .month.tooltip-month {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.search-input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.search-input-holder .input-search-des {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-input-holder .btn.btn-success {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    background: #182f56;
    border: none;
}
.cloud-section .desktop-view {
    display: block;
}
.cloud-section .mobile-view {
    display: none;
}
.data-ready .table-responsive.report p{
    margin-bottom:0;
}
.report-table-des tr td{
    white-space: normal !important;
    vertical-align: middle !important;
}

.pagination li.disabled a {
    cursor: not-allowed;
    pointer-events: none;
}
/* New Style FOR Email Scan */
.new-signup {
    padding-left: 40px;
    padding-bottom: 10px;
}
h3.footer-title {
    font-size: 30px;
    font-weight: 600;
    color: #ff7f27;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
h3.footer-title span.small-text {
    color: #fff;
    /* font-size: 22px; */
}
.cloud-section table{
    border-top: 4px solid #182f56 !important;
}
.cloud-section #reports-datatable{
    border-top: none !important;
}
.email-btn-action{
    border: none;
    background: transparent;
    padding: 2px;
}
.email-btn-action i{
    color: #182f56;
    font-size: 16px;
}
.email-profile .profile-box{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    border: none;
    padding: 30px 30px;
    max-width: 960px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
}
.email-profile h3 {
    color: #182f56;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: center;
}
.email-profile form .form-control{
    background: #f5f5f5;
    border-radius: 0;
}
.email-profile input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
.email-profile form .form-group label {
    font-size: 14px;
    font-weight: 500;
}
.email-profile form .form-control:focus{
    background-color: #fff;
    border-color: #182f56;
    box-shadow: 0 0 6px rgb(24 47 86) !important;
}
.email-profile form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.profile-setting-form > .form-fields {
    padding: 0px 15px;
}
.email-profile .column-user-pic {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding: 2rem;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background-color: white;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: 37%;
    margin-right: 30px;
    overflow: hidden;
}
.email-profile .profile-button-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.email-profile form .form-group label.picture-label {
    font-size: 16px;
    font-weight: 700;
}
.email-profile .upload-img-des {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
}
.email-profile p{
    margin-top: 8px;
}
.email-profile .btn-default {
    background: #efefef !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    border-color: #efefef;
    margin-top: 5px;
}
.email-profile .btn-default:hover {
    border-color: #8c8c8c;
}
.email-profile .btn.btn-theme-blue {
    padding: 12px 35px;
    font-size: 16px;
    width: 50%;
    text-transform: uppercase;
}
.email-profile .profile-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    vertical-align: middle;
}
.email-profile .profile-form {
    width: 45%;
    padding-top: 0;
    margin-top: -8px;
}
.email-profile .profile-box:before {
    position: absolute;
    width: 600px;
    height: 600px;
    background-color: #182f56db;
    content: "";
    border-radius: 50%;
    top: -300px;
    left: -300px;
    z-index: -1;
}
.profile-main-content {
    position: relative;
    overflow: hidden;
}
.profile-main-content:before {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #182f56db;
    content: "";
    border-radius: 50%;
    bottom: -300px;
    right: -300px;
}
.profile-main-content:after {
    position: absolute;
    width: 900px;
    height: 900px;
    background-color: #182f56db;
    content: "";
    border-radius: 50%;
    top: -300px;
    left: -300px;
}
/* .cloud-section .table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border: none!important;
}
.cloud-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: #072d4d;
    border: none;
}
.cloud-section .table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none!important;
} */
.email-report-detail table tr td,
.email-report-detail table tr th{
    border: 1px solid #ddd;
}
.email-report-detail label{
    font-size: 14px;
    font-weight: 400;
}
.zone-level-field{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 5px;
}
.zone-level-field label{
    white-space: nowrap;
    margin-right: 10px;
}
.email-report-detail .btn.btn-theme-blue{
    padding: 10px 15px;
    margin-right: 0;
    width: 130px;
}
.email-report-detail .form-control {
    border-radius: 3px;
}
.email-report-detail .form-control:focus {
    background-color: #fff;
    border-color: #182f56;
    box-shadow: 0 0 6px rgb(24 47 86) !important;
}
.email-report-detail .flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.scan-report-tab tbody tr td:nth-child(3){
    text-transform: capitalize;
}
.migrate-modal a{
    color: #ff7f27;
}
.migrate-modal a:hover{
    color: #182f56;
}
.email-container p, .cloud-section table p{
    padding: 10px 10px;
    margin: 0 !important;
    font-size: 14px;
}
/* .cloud-section table a {
    color: #182F56 !important;
} */
/* .cloud-section table a:hover {
    color: #ff7f27 182F56!important;
} */
.email-container table{
    width: 100%;
}
.email-container table td{
    padding: 10px !important;
}
.allEmailContent table td{
    padding: 5px !important;
}
.email-container table td img{
    margin: 0 auto !important;
}
.allEmailContent table{
    border-top: none !important;
    width: 100%;
}
.allEmailContent table h1,
.allEmailContent table h2{
    padding: 8px !important;
}
.allEmailContent .gmail_attr{
    margin-bottom: 5px;
}
.allEmailContent .footer-section{
    padding: 10px 10px !important;
    color: #fff !important;
}
.show-mail-des {
    color: #373F41;
    background: transparent;
    text-decoration: underline !important;
}
.show-mail-des:hover, .show-mail-des:focus{
    color: #ff7f27;
}
/* .show-mail-des:hover{
    background: #ff7f27;
    color: #fff!important;
} */
.mail-collapse-wrap .collapse.in {
    margin-top: 10px;
}
.table.view-scan-report>tbody>tr>td{
    padding: 10px 8px;
}
.no-found-des{
    text-align: center;
}
.table.view-scan-report .allEmailContent{
    margin-bottom: 20px;
}
.table.view-scan-report  th, .table.view-scan-report td{
    white-space: nowrap;
}
.table.view-scan-report{
    margin-bottom: 1rem !important;
}
.report-table-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none!important;
}
.report-table-scrollbar::-webkit-scrollbar-thumb {
    background-color: #182F56;
    border: none;
}
.report-table-scrollbar::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none!important;
}

.report-table-scrollbar .dataTables_scrollHead{
    overflow: visible !important;
}
.pagination>li>a, .pagination>li>span {
    color: #182f56;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ff7f27;
}


.attachemnt-link{
    display: inline-block;
    color: #182f56 !important;
    font-size: 18px;
}
.attachemnt-link:hover, .attachemnt-link:focus{
    color: #ff7f27 !important;
    outline: none;
}
/* .mail-collapse-wrap .collapse:not(.in) {
    display: none;
}
.mail-collapse-wrap .collapse.in {
    display: block;
} */
.detail-report-table .dataTables_scrollHeadInner,
.detail-report-table .dataTables_scrollHeadInner table,
.view-scan-report{
    width: 100% !important;
}

.email-view-content .inner-wrapper.w-view{
    display: flex;
}

.email-view-content .inner-wrapper.m-view{
    display: none;
}



.email-view-content{
    background: #fafafa;
    padding: 50px;
    margin-bottom: 50px;
    min-height: 346px;
}
.email-view-content .inner-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.email-view-content .inner-wrapper h1{
    font-size: 20px;
    font-weight: 600;
    color: #182f56;
    margin: 0;
    width: 225px;
}
.email-view-content .inner-wrapper span{
    font-size: 16px;
    color: #000;
}
.email-view-content .content-holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.email-view-content .inner-wrapper:last-child .content-holder{
    margin-bottom: 0;
}
.email-column.pr-0{
    padding-right: 0;
}
.email-column.pl-0{
    padding-left: 0;
}
.email-view-content.email-border{
    border-right: 2px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.email-view-content{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.email-view-content .btn.btn-theme-orange {
    padding: 8px 15px;
    margin-right: 0;
    width: auto;
    font-size: 16px;
}

.email-view-content .inner-wrapper .mbl-mb{
    margin-bottom: 0;
    margin-right:5px;
}

.email-view-content .email-btn-action i {
    color: #fff;
}
.email-view-content .scan-info.tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: #182f56;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -60px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
    left: -347px
}
.email-view-content .scan-info.tooltip{
    margin-left: 0;
}

.hiddenRow {
    padding: 0 !important;
}
.show-mail-des{
    position: relative;
}
.show-mail-des:after{
    position: absolute;
    left: 30px;
    right: 0;
    margin: 0 auto;
    top: -14px;
    height: 20px;
    width: 20px;
    content: url(../images/details_close.png);
    display: none;
}
.show-mail-des.collapsed:after{
    
    content: url(../images/details_open.png);
    cursor: pointer;
}

tr.shown td.details-control {
    background: url(../images/details_close.png) no-repeat center center;
}
td.details-control {
    background: url(../images/details_open.png) no-repeat center center;
    cursor: pointer;
}
.scan-info.tooltip {
    position: relative;
    opacity: 1;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    padding: 2px;
}
.scan-info.tooltip .info-text{
    font-size: 16px !important;
}
.email-view-content .scan-info.tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: #182f56;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -60px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.email-view-content .scan-info.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 79%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #182f56 transparent transparent transparent;
}
.scan-info.tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: #182f56;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -52px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.scan-info.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 97%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #182f56 transparent transparent transparent;
}
.scan-info.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#reports-datatable_wrapper .dataTables_scrollBody{
    overflow: visible !important;
}


/* account setting responsive */
@media (max-width: 1200px) {
    .header-container {
        padding: 0 1%;
    }
    .head-logo {
        font-size: 16px;
    }
    .head-nav-links > li {
        margin-left: 5px;
    }
    .head-nav-links > li > a {
        padding: 10px 5px;
    }
}
@media (max-width:1199px){
    .email-view-content .btn.btn-theme-orange {
        padding: 8px 8px;
        font-size: 16px;
    }
    .email-view-content .inner-wrapper .content-holder .btn-holder{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .email-view-content {
        background: #fafafa;
        padding: 30px;
        padding-top:0;
    }
    .email-view-content.email-border{
        padding: 30px;
    }
    .email-view-content .inner-wrapper h1 {
        font-size: 18px !important;
        width: 225px;
        padding-bottom: 0 !important;
    }
    .email-view-content .inner-wrapper span {
        font-size: 14px;
    }
    .migration-setting-wrapper .source-box-wrap.scan-info {
        bottom: 210px;
        right: -35px;
        width: 410px;
    }
    .report table th {
        color: #182f56;
        font-size: 16px;
        white-space: nowrap;
    }
    .migration-setting-wrapper.authentication-wrapper {
        padding-bottom: 10px;
    }
    .ru .user-profile-logged, .de .user-profile-logged{
        padding-left: 4px;
    }
    .ru .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .de .main-head .navbar li.nav-item a.btn.btn-theme-blue{
        padding: 10px 5px !important;
    }
    .ru .main-head.page-two-header .nav-lang-drop{
        margin-left: 0px;
    }
    .ru .main-head .nav-lang-drop {
        margin-left: 8px;
    }
    .de .nav-lang-drop {
        margin-left: 5px;
    }
    .de .main-head .navbar li.nav-item a {
        padding: 5px 5px;
    }
    .migration-form-sty .radio-box-styling{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .migration-form-sty .radio-box-styling .radiobox label{
        min-height: 20px;
        padding-left: 20px;
        font-size: 16px;
    }
    .migration-form-sty .radio-box-styling .radiobox input[type=radio]{
        position: absolute;
        margin-left: -20px;
    }
}
@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .pricing-packages .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 22px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .price .currency {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .month {
        font-size: 16px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip {
        position: relative;
        opacity: 1;
        text-align: center;
        overflow: visible;
        width: 100%;
        padding: 0 5px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .month.tooltip-month {
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
   
}
@media (max-width: 991px) {
    .email-view-content .inner-wrapper.w-view{
        display: none;
    }
    
    .email-view-content .inner-wrapper.m-view{
        display: flex;
    }
    .email-view-content{
        min-height: auto;
    }
    #reports-datatable_wrapper .dataTables_scrollBody,
    #reports-datatable_wrapper .dataTables_scrollHead {
        overflow: visible !important;
    }
    .email-btn-action i {
        font-size: 14px;
    }
    .scan-info.tooltip .info-text {
        font-size: 14px !important;
    }
    .email-view-content {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .email-view-content.email-border {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
    }
    .email-view-content{
        width: 570px;
        margin: 0 auto;
    }
    .email-column.pr-0 {
        padding-right: 15px;
    }
    .email-column.pl-0 {
        padding-left: 15px;
    }
    .email-view-content.email-border {
        border-right: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .email-report-detail .top-buttons.top-migrate-btn {
        margin-bottom: 0;
    }
    .email-report-detail .zone-level-field {
        margin-bottom: 0;
    }

    .email-view-content{
        margin-bottom: 30px;
    }
    .top-buttons.top-migrate-btn {
        margin-bottom: 12px;
    }
    .zone-level-field{
        margin-bottom: 0;
    }
    .main-head.page-two-header .navbar li.nav-item a {
        color: #fff;
    }
    .main-head.page-two-header .masthead-des ul li.dropdown {
        border-left: 0px solid #373F41;
        border-right: 0px solid #373F41;
    }
    .main-head.page-two-header .navbar-collapse.collapse.in {
        margin: 20px 0;
        background: #182f56;
        position: absolute;
        width: 100%;
        top: 55px;
        border-bottom: 1px solid #182f56;
        z-index: 99999;
    }
    .main-head .navbar-collapse.collapse.in{
        margin: 20px 0;
        background: #182f56;
        position: absolute;
        width: 100%;
        top: 63px;
        border-bottom: 1px solid #182f56;
    }
    .email-report-detail .top-migrate-btn {
        text-align: right;
    }
    .email-report-detail .flex-row{
        flex-wrap: wrap;
    }
    .migration-setting-wrapper {
        padding-top: 20px;
    }
    .migration-setting-wrapper .source-box-wrap.scan-info {
        bottom: 170px;
        right: 0;
        width: 410px;
        left: 0;
        margin: 0 auto;
    }
    .migration-setting-wrapper .source-box-wrap .card-body {
        padding: 20px 20px 110px 20px;
    }
    .form-action-btn.proceed-btn-padding {
        margin-top: 20px;
    }
    .email-profile .column-user-pic {
        width: 65%;
        margin: 0 auto;
        flex-basis: inherit;
        flex-grow: inherit;
        flex-shrink: inherit;
    }
    .email-profile .profile-form {
        width: 100%;
        margin-top: 30px;
    }
    .email-profile .profile-box:before {
        top: -360px;
        left: -330px;
    }
    .login-form .form-fields {
        /* padding: 0px 40px; */
        width: 45%;
    }
    .login-form .login100-pic{
        width: 45%;
    }
    .login-form .inner-wrapper{
        padding: 80px 20px 80px 20px;
    }
    .cloud-section .mobile-view .pagination>li>a {
        border: none;
    }
    .cloud-section .desktop-view {
        display: none;
    }
    .cloud-section .mobile-view {
        display: block;
    }
    .folders-list .checkbox.checkbox-title{
        text-align: left;
    }
    .folders-list .checkbox-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .folders-list .checkbox-list .radio{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        text-align: left;
    }
    .folders-list .checkbox-list .radio label{
        margin-right: 10px;
    }
    .cloud-overview{
        text-align: center;
    }
    .ru .main-head .navbar li.nav-item a, .fr .main-head .navbar li.nav-item a, .es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a, .pl .main-head .navbar li.nav-item a, .de .main-head .navbar li.nav-item a,.ru .main-head .navbar li.nav-item a, .fr .main-head .navbar li.nav-item a, .es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a, .ja .main-head .navbar li.nav-item a {
        padding: 10px 10px !important;
    }
    .add-cloud-icon.selected-report > ul {
        text-align: center;
    }
    .main-head .navbar li.nav-item.open .btn-des-user {
        padding-bottom: 0 !important;
        padding-left: 10px !important;
    }
    .cloud-detail > span:nth-child(4) {
        width: 45%;
    }
    .cloud-migration-report .h-100 {
        flex: auto;
    }
    .cloud-migration-report .same-height{
        -ms-flex-wrap: wrap;flex-wrap: wrap;
        margin-top: 20px;
    }
    .contact-info{
        margin-top: 0;
    }
    .billing-date-box {
        margin: 40px 20px 0 20px;
    }
    .billing-box-wrap .subscription-box-des p {
        margin-bottom: 20px;
    }
    .current-plan-box{
        max-height: max-content;
        min-height: max-content;
    }
    .billing-plan-box.pricing-packages .generic_content .generic_feature_list ul li {
        font-size: 15px;
        padding: 8px 0;
    }
    .pricing-packages.billing-plan-box {
        margin: 40px 0 50px 0;
    }
    .billing-plan-box.pricing-packages .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 23px;
    }
    .billing-plan-box .generic_content {
        max-height: 443px;
        min-height: 443px;
    }
    .migration-box form,
    .migration-top-sty {
        padding: 0 20px;
    }
    .migration-setting-wrapper .source-box-wrap:first-child {
        margin-bottom: 20px;
    }
    .migration-box .text-box {
        padding: 0;
        margin-top: 10px;
    }
    .white-box {
        margin-bottom: 30px;
    }
    .contact-box {
        margin-bottom: 30px;
        padding: 20px 20px;
    }
    .contact-box .form-group{
        padding-right: 0;
    }
    .cont-box-wrap:before {
        width: 90%;
    }
    .billing-box{
        margin-bottom: 10px;
    }
    .card-box-wrap, .bill-box-wrap{
        margin-bottom: 0;
    }
    .pricing-packages .generic_content {
        margin-bottom: 40px;
    }
    .migrate-block {
        margin-bottom: 30px;
    }
    .white-box.add-cloud-icon.selected-report {
        min-height: auto;
        height: max-content;
    }
    .header-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 1;
        background: #f2f2f2;
        border-top: 1px solid #333333;
        width: 102%;
        margin: 0 0;
        left: -1%;
    }
    .head-nav-links {
        float: none;
        margin: 10px 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow: visible !important;
    }
    .user-profile-logged {
        border-left: none;
        padding-left: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .head-nav-links > li {
        margin: 0;
    }
    .head-nav-links > li > a {
        margin-bottom: 5px;
    }
    .question-answer .col-md-6.br-1 {
        border-right: none;
    }
    .migration-form-sty .radio-box-styling{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .migration-form-sty .radio-box-styling .radiobox label{
        min-height: 20px;
        padding-left: 20px;
    }
    .migration-form-sty .radio-box-styling .radiobox input[type=radio]{
        position: absolute;
        margin-left: -20px;
    }
    
}
@media screen and (max-width: 767px) {
    .login-form .btn.btn-theme-blue.btn-lg {
        width: 40%;
    }
    .login-form .form-group-btn {
        text-align: center;
    }
    .email-report-detail .top-buttons.top-migrate-btn {
        margin-bottom: 10px;
        text-align: center;
    }
    .login-form .inner-wrapper {
        padding: 20px 20px 80px 20px;
    }
    .login-form.signup-form .inner-wrapper{
        -webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;
    }
    .main-head .navbar-collapse.collapse.in {
        top: 55px;
    }
    .migration-setting-wrapper {
        padding-bottom: 0;
    }
    .migration-setting-wrapper .source-box-wrap.scan-info {
        bottom: 140px;
    }
    .migration-setting-wrapper .source-box-wrap.scan-info {
        width: 80%;
    }
    .migration-setting-wrapper .source-box-wrap .form-group {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .email-profile .column-user-pic {
        width: 100%;
    }
    .email-profile .profile-box:before {
        top: -330px;
        left: -110px;
        width: 600px;
        height: 720px;
    }
    .profile-main-content:before {
        width: 640px;
        height: 700px;
    }
    .profile-main-content:after {
        width: 640px;
        height: 700px;
    }
    .email-profile h3 {
        color: #fff;
    }
    .email-profile .profile-box {
        display: block;
        width: 90%;
        padding: 30px 10px;
    }
    .top-buttons {
        margin-top: 10px;
        text-align: center;
    }
    .cloud-section {
        padding: 50px 0 50px;
    }
    .login-form.signup-form .form-fields {
        width: 100%;
    }
    /* .login-form .login100-pic{
        display: none;
    } */
    .login-form .form-fields {
        width: 100%;
    }
    .login-form .inner-wrapper {
        box-shadow: 0px 2px 20px 0 rgb(0 0 0 / 10%);
    }
    .data-ready .table-responsive.report {
        margin-bottom: 0;
    }
    .data-ready .status .status-inner-des {
        width: 282px;
    }
    .data-ready .status .info-status-des{
        width:432px;
    }
    /* .report .top-buttons a {
        width: 30%;
    } */
    /* .report .top-buttons .btn{
        margin-left: 0;
        width: 100%;
    } */
    .cloud-overview{
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_filter{
        text-align: right !important;
    }
    .add-cloud-icon > ul > li{
        width: 100%;
    }
    .add-cloud-icon > ul > li > a{
        width: 90%;
        margin: 0 auto;
    }
    .profile-box {
        width: 90%;
    }
    .cont-box-wrap:before {
        width: 100%;
    }
    /* .header-navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        z-index: 1;
        background: #f2f2f2;
        border-top: 1px solid #333333;
        width: 100%;
        margin: 0 0;
    } */
    .billing-plan-box .generic_content {
        max-height: max-content;
        min-height: max-content;
    }
    .billing-plan-box .generic_feature_list {
        margin-bottom: 20px;
    }
    .billing-box-wrap .chip-holder h3 {
        font-size: 16px;
    }
    .billing-box-wrap .card-box-des p {
        font-size: 18px;
    }
    .billing-plan-box h2, .billing-date-box h2 {
        font-size: 22px;
    }
    .billing-box-wrap h2 {
        padding-bottom: 15px;
    }
    .current-plan-box{
        height: auto;
        max-height: max-content;
        min-height: max-content;
    }
    .head-nav-links {
        float: none;
        margin: 10px 0;
    }
    .head-nav-links > li > a {
        display: block;
        margin-bottom: 5px;
    }
    .head-nav-links > li {
        margin: 0;
    }
    .banner-wrapper .carousel-caption {
        right: auto;
        left: auto;
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    .pricing-packages .generic_content {
        margin-bottom: 20px;
    }
    .migrate-block {
        margin-bottom: 30px;
    }
    .copyright > p {
        text-align: center;
    }
    .footer-social > ul {
        text-align: center;
    }
    .entry-modal-dialogue {
        padding: 40px 0px;
    }
    .entry-bg{
        min-height: 100%;
    }
    .banner-wrapper .carousel-caption h4 {
        font-size: 32px;
    }
    .banner-wrapper .carousel-caption > button {
        font-size: 18px;
    }
    .section-heading > h2 {
        font-size: 30px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        span {
        font-size: 25px;
    }
    .add-cloud-icon > ul > li {
        margin-bottom: 20px;
    }
    .inner-caption {
        top: 35%;
        transform: none;
        left: 0;
        right: 0;
    }
    .cloud-accordion .panel-body {
        padding: 15px 10px;
    }
    .cloud-accordion .panel.panel-default .panel-title,
    .panel-collapse.collapse.in {
        overflow: scroll;
    }
    .cloud-accordion .panel.panel-default .cloud-detail,
    .cloud-accordion .panel-default .panel-body {
        display: block;
        width: 100%;
        min-width: 620px;
    }
    .copyright {
        text-align: center;
    }
    .overflow-scroll .col-sm-4 {
    float: none;
    display: block;
    }
    .overflow-scroll {
        display: block;
    }
    .email-view-content .scan-info.tooltip .tooltiptext {
        width: 300px;
        font-size: 12px;
        top: -68px;
        left: -142px;
    }
}
@media (max-width: 575px){
    
    .email-view-content {
        width: 100%;
    }
    .login-form .login100-pic {
        width: 50%;
    }
    .email-profile .profile-box:before {
        top: -330px;
        left: -200px;
        width: 540px;
        height: 650px;
    }
    .login-form .inner-wrapper {
        padding: 20px 15px 50px 15px;
    }
    .migration-setting-wrapper form .form-group label {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .scan-info.tooltip .tooltiptext{
        width: 250px;
        top: -64px;
        font-size: 11px;
    }
    .scan-info.tooltip .tooltiptext::after{
        margin-left: -11px;
    }
    .email-view-content .inner-wrapper:last-child .content-holder{
        flex-direction: column;
    }

    .email-view-content .btn.btn-theme-orange {
        padding: 8px 15px;
        font-size: 16px;
        width: 220px;
        min-width: 220px;
    }
    .email-view-content .inner-wrapper .content-holder .mbl-btn-holder,
    .email-view-content .inner-wrapper:last-child .content-holder .btn-holder{
        width: 236px;
    }
    .email-view-content .inner-wrapper .mbl-mb{
        margin-bottom: 5px;
        margin-right:0;
    }

    .login-form .btn.btn-theme-blue.btn-lg {
        width: 100%;
    }
    .email-view-content .scan-info.tooltip .tooltiptext {
        width: 300px;
        font-size: 12px;
        top: -72px;
        left: -252px;
    }
    .email-view-content .scan-info.tooltip .tooltiptext::after {
        left: 86%;
    }
    .email-view-content {
        padding: 20px 10px;
        padding-top: 0;
    }
    .email-view-content .inner-wrapper h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .email-view-content .content-holder{
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px;
    }



    .login-form .login100-pic {
        width: 70%;
    }
    .entry-bg {
        min-height: calc(100vh - 250px);
    }
    .entry-modal-dialogue {
        min-height: calc(100vh - 250px);
    }
    .migration-setting-wrapper {
        padding-bottom: 30px;
    }
    .email-report-detail .flex-row{
        -ms-flex-wrap: wrap;flex-wrap: wrap;
    }
    .report .top-buttons.top-migrate-btn a {
        width: 100%;
    }
    .migration-top-sty .text-box p {
        margin: auto;
        color: #333333;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }
    .migration-top-sty {
        margin-bottom: 0;
    }
    .migration-box form .migration-btn {
        margin-bottom: 0;
    }
    .migration-setting-wrapper .source-box-wrap .card-body {
        padding: 20px 20px 90px 20px;
    }
    .migration-form-sty .checkbox.migration-checkbox {
        margin-top: 40px;
    }
    .migration-setting-wrapper form .form-group label {
        font-size: 12px;
        text-align: center;
    }
    .email-profile .btn.btn-theme-blue{
        width: 100%;
    }
    .migration-setting-wrapper .source-box-wrap.authentication-des {
        width: 100%;
        margin: 0 auto;
    }
    .data-ready .status{
        overflow-y: scroll;
        overflow-x: auto;
    }
    .top-buttons .btn.btn-theme-blue {
        width: 100%;
        margin-bottom: 5px;
    }
    .migration-box form .migration-btn {
        padding: 10px 45px;
        text-align: center;
        width: 100%;
        min-width: 100%;
    }
    .account-setting-form .setting-sty span {
        font-size: 12px;
    }
    .pricing-packages.billing-plan-box {
        margin: 0px 0 50px 0;
    }
    .pricing-packages .generic_content .generic_feature_list ul li {
        font-size: 14px;
    padding: 10px 5px;
    }
    .pricing-packages {
        margin: 0;
    }
    .login-form .form-fields {
        padding: 20px 15px;
    }
    .card-box-wrap {
        height: auto;
        max-height: max-content;
        min-height: max-content;
    }
    /* .account-setting-form .setting-sty span:first-child {
        margin-bottom: 10px;
    } */
    .account-setting-form .setting-sty .setting-btn,
    .account-setting-form .setting-sty {
        /* -webkit-box-pack: center;
        -ms-flex-pack: center; */
        /* justify-content: center; */
        /* width: 100%; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .account-setting-form .btn-line > button:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    .account-setting-form .btn-line > button {
        width: 100%;
        margin-left: 0;
    }
    .migration-setting-wrapper .radio-des {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .migration-top-sty h3 {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
    .migration-top-sty a {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .migration-top-sty a button{
        width: 100%;
    }
    .add-cloud-icon.selected-report > ul {
        text-align: center;
    }
    .top-buttons .btn {
        font-size: 18px;
    }
    .banner-wrapper .carousel-caption h4 {
        font-size: 28px;
    }
    .banner-wrapper .carousel-caption > button {
        font-size: 15px;
    }
    .section-heading > h2 {
        font-size: 18px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        span {
        font-size: 20px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price
        .currency {
        font-size: 35px;
    }
    .pricing-packages
 .generic_content
 .generic_head_price
 .generic_price_tag
 .month {
    font-size: 16px;
 }
    .overview-block {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .cloud-overview {
        text-align: center;
    }
    .top-buttons {
        text-align: center;
    }
    .top-buttons > button,
    .btn-line > button {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .notify-email .folders-list .checkbox.email input[type="text"] {
        margin-top: 10px;
    }
    .folders-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .question-answer .card-header button.btn.btn-link {
        font-size: 15px;
    }
    .question-answer .card .card-body {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 375px){
    /* .swal-overlay {
        top: -100px;
    } */
    .main-head .navbar-collapse.collapse.in {
        top: 40px;
    }
    .main-head.page-two-header .logo-img {
        width: 70% !important;
    }
    .main-head.page-two-header .masthead-des .navbar-light .navbar-toggler {
        top: 12px;
    }
    .main-head.page-two-header .navbar-collapse.collapse.in {
        top: 49px;
        margin: 0;
    }
    .migration-setting-wrapper .source-box-wrap.scan-info {
        bottom: 110px;
    }
    .form-action-btn.proceed-btn-padding {
        margin-top: 20px;
    }
    .profile-main-content:before {
        width: 600px;
        height: 600px;
        bottom: -230px;
    }
    .profile-main-content:after {
        width: 600px;
        height: 600px;
        top: -230px;
    }
    .captcha-des {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .captcha-des div {
        margin: 0 auto;
    }
    .captcha-des iframe {
        width: 100%;
    }
}
@media (max-width: 370px){
    .main-head .navbar-collapse.collapse.in {
        top: 37px;
    }
    .main-head.page-two-header .navbar-collapse.collapse.in {
        top: 58px;
    }
    .main-head.page-two-header .masthead-des .navbar-light .navbar-toggler {
        top: 8px;
    }
    /* .main-head.page-two-header .navbar-collapse.collapse.in {
        top: 29px !important;
    } */
    .email-profile .profile-box:before {
        top: -310px;
        left: -340px;
        width: 640px;
        height: 570px;
    }
    .profile-main-content:after {
        width: 560px;
        height: 580px;
        top: -230px;
    }
    .profile-main-content:before {
        width: 560px;
        height: 580px;
        bottom: -230px;
    }
    .account-setting-form .setting-sty span {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }
    .login-form .header-heading {
        font-size: 18px;
    }
    .login-form .inner-wrapper {
        padding: 20px 10px 20px 10px;
    }
    .login-form .new-signup > p > a {
        font-size: 14px;
    }
    .login-form .form-fields {
        padding: 20px 0px;
    }
}
@media (max-width: 320px){
.main-head .navbar-collapse.collapse.in {
    top: 30px;
}
.email-profile .upload-img-des {
    width: 150px ;
    height: 150px;
}

.p0{
    padding: 0px !important;
}
