*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

html {
    font-size: 15px;
}

body {
    font-size: 100%;
    box-sizing: border-box;
    font-family: 'Dosis';
    color: #333;
    overflow-x: hidden;
    font-size:16px;
}

body p {
    word-break: break-word;
}

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

#profile {
    padding: 3em 2em;
}

#profile .profile-img {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.cke_button_save {
    display: none !important;
}

#profile-btn-box {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#profile-btn-box a {
    padding: 10px;
    background-color: #fff;
    font-size: 95%;
    color: #333;
    margin-right: 5px;
}

#profile-btn-box a i {
    display: inline-block;
    margin-left: 5px;
    color: #1856a3;
}

.col-container {
    display: flex;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;

    background: #fff;
}

.col {
    /*display: table-cell;*/
    display:block;
    padding: 16px;

}

.profile-img {
    border-radius: 50%;
    /*
    -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
*/
}

.col-left {
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/profile-bg.jpg);
    background-position: center;*/
    /*width: 50%;
    position: relative;
    padding-bottom: 50px;
    float:left;*/
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .col-left {
        /*width: 50%;
        position: relative;
        padding-bottom: 60px;*/
        padding-top: 20px;
    }
}

.col-container.free-profile {
    box-shadow: none;
    background: transparent;
}

.col-container.free-profile .col-left {
    margin: 0 auto;
}

.col-right {
    width: 50%;
    position: relative;
    float:left;
}

.text-white {
    color: #fff;
}

/* profile */

.social-media-box {
    /*text-align: center;
    padding: 10px 20px;*/
}

.profile-name {
    font-size: 240%;
    font-weight: 700;
    color: #fff;
}

.profile-desg {
    font-size: 130%;
    color: #f1f1f1;
}


.social-title {
    margin-bottom: 10px;
    font-size: 120%;
}

.icons {
    display: inline-block;
    /*margin-right: 10px;*/
}

.icons i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    font-size: 120%;
}

i.fa-facebook {
    border-color: #3b5998 !important;
    color: #3b5998 !important;
}

i.fa-youtube {
    border-color: #c4302b !important;
    color: #c4302b !important;
}

i.fa-twitter {
    border-color: #55acee !important;
    color: #55acee !important;
}

i.fa-google {
    border-color: #dc4e41 !important;
    color: #dc4e41 !important;
}

i.fa-instagram {
    border-color: #517fa4 !important;
    color: #517fa4 !important;
}

i.fa-linkedin {
    border-color: #0077b5 !important;
    color: #0077b5 !important;
}

i.fa-quora {
    border-color: #bd081c !important;
    color: #bd081c !important;
}

i.fa-whatsapp {
    border-color: #25d366 !important;
    color: #25d366 !important;
}

i.fa-skype {
    border-color: #00aff0 !important;
    color: #00aff0 !important;
}

i.fa-pinterest {
    border-color: #bd081c !important;
    color: #bd081c !important;
}

i.fa-comment {
    border-color: #2196F3 !important;
    color: #2196F3 !important;
}


.icons i::before {
    position: relative;
    top: 10px;
}

.content-title {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

#profile .content-title {
    text-align: left;
    padding-left: 20px;
     margin-bottom: 5px;
}

#profile .icons-content-box {
    text-align: left !important;
}

#profile .icons-content-box p {
    /*text-align: left !important;*/
}

#profile .col-right .social-media-box {
    text-align: left;
    padding-left: 0;
    padding: 0;
}

.content-title p {
    margin-bottom: 0;
}

.icons-content {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.col.col-right .icons-content {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 20px;
}

.col.col-right .icons-content:last-child {
    /*border: none;*/
    padding-bottom:0px;
}

.icons-content-box {
    text-align: center;
    padding: 10px 9px;
}

.icons-content-box .icons {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 9px;
    width: 80px;
    /*height: 65px;*/
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .icons-content-box .icons {
        width: 70px;
        /*height: 65px;*/
    }
}

.icons-content:last-child .icons {
    margin-bottom: 15px;
}

.icons-content-box .icons i {
    margin: 0 auto;
    border: 1px solid #ddd;
    color: #1856a3;
    border-radius: 10px;
    background-color: transparent;
}

.icons-content-box .iconso {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 9px;
    width: 65px;
    /*height: 65px;*/
}

.icons-content:last-child .iconso {
    margin-bottom: 15px;
}

.icons-content-box .iconso i {
    margin: 0 auto;
    border: 1px solid #ddd;
    color: #1856a3;
    border-radius: 10px;
    background-color: transparent;
}

.iconso{
    display:inline-block;
}

.iconso i
{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    font-size: 120%;
}

.icons-content-box .social-media-box .iconso i {
    border-radius: 50%;
}

.iconso i::before {
    position: relative;
    top: 10px;
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .icons-content-box .icons {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
   .icons-content-box .icons i {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

.icons-content-box .social-media-box .icons i {
    border-radius: 50%;
}

.icons-content-box .icons p {
    text-transform: capitalize;
    font-size: 93%;
    margin-top: 5px;
    color: #333;
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .icons-content-box .icons p{
        text-transform: capitalize;
        font-size: 14px;
        margin-top: 5px;
        color: #000;
        font-weight: 500;
        text-align: center !important;
    }
}

#copright p {
    text-align: center;
    color: #fff;
    background-color: #333;
    padding: 10px;
}


.contact-form {
    background: #1856a3;
    padding: 1em;
    box-shadow: 10px 10px 10px #eee;
}

.contact-form label {
    color: #fff;
}

.contact-form button {
    padding: 6px 10px;
    width: 150px;
    text-align: center;
    display: inline-block;
    color: #1856a3 !important;
    background-color: #ffffff !important;
    border: 1px solid #fff !important;
    outline: none !important;
    text-transform: capitalize;
}

.contact-details-box {
    padding: 20px 0 0;
}

.contact-details-box .contact-details {
    /*margin-top: 10px;*/
    padding: 5px 15px;
}

.contact-details-box .contact-details i,
.contact-details-box .contact-details a {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.contact-details-box .contact-details i {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #1856a3;
    border-radius: 10px;
    margin-right: 10px;
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .contact-details-box .contact-details {
        padding:3px;
    }
    .contact-details-box .contact-details i {
        font-size:20px;
        width:40px;
        height:40px;
    }
}

.contact-details-box .contact-details i::before {
    position: relative;
    top: 10px;
}

.contact-details-box.mb-contact {
    text-align: center;
}

.contact-details-box.mb-contact .contact-details {
    display: inline-block;
}

.contact-details-box.mb-contact .contact-details a {
    text-align: center;
}

.contact-details-box.mb-contact .contact-details i {
    margin: 0;
    margin-bottom: 5px;
}

.contact-details-box.mb-contact .contact-details a span {
    display: block;
}


.fixed-social-box {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.fixed-social-box a {
    display: block;
    margin-right: 0;
}

.fixed-social-box a i {
    border-radius: 0;
}

.profile-social-media .social-media-box {
    padding: 0;
    margin-bottom: 10px;
}

.profile-social-media .icons-content {
    border: 0;
}

.profile-social-media .social-media-box .icons {
    margin-bottom: 10px;
}



.profile-social-media .social-media-box i {
    background-color: #fff;
}

/* //profile */

/* popup */

/* text-based popup styling */

.white-popup {
    position: relative;
    background: #f9f9f9;
    /*padding: 25px;*/
    width: auto;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    /*padding-bottom: 20px;*/
    box-shadow: 0 0 20px 0 #ddd;
}

.white-popup p:nth-child(2) {
    padding: .5em 0;
}

.mfp-container {
    background-color: #fff;
}

.popup-title {
    padding: 10px;
    font-size: 150%;
    text-transform: capitalize;
    text-align: center;
    background-color: #1856a3;
    color: #fff;
}

.skill-name {
    margin-bottom: 5px;
}

.progress-bar {
    background-color: #777;
}


.mfp-close-btn-in .mfp-close {
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    left: 50%;
    /* transform: translateX(-50%); */
    /* margin-top: 30px; */
    position: absolute;
    right: 3px;
    left: auto;
    top: 4px;
    opacity: .8;
    /* z-index: 999; */
}

.mfp-content {
    vertical-align: top;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
    background-color: #fff;
}

.milestones-box {
    text-align: center;
    margin-bottom: 15px;
}

.milestones-box i {
    font-size: 150%;
    margin-bottom: 10px;
    color: #fbd400;
}

.milestones-box .count {
    font-size: 150%;
}

.milestones-box .desc {
    color: #777;
}

.testimonials-box {
    padding: 1em;
    position: relative;
    margin-bottom: 15px;
}

.testimonials-box i {
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    font-size: 150%;
    transform: scaleX(-1);
}

.testimonials-box .name {
    font-size: 120%;
    margin-top: 10px;
    font-weight: 700;
    color: #1856a3;
}

.testimonials-box .desg {
    color: #777;
}

.experience-box {
    margin-bottom: 15px;
    /*padding: 1em;*/
}

.experience-box .year {
    font-size: 200%;
    color: #bbb;
    font-weight: 700;
    margin-bottom: 5px;
}

.experience-box .year .timeline {
    font-size: 50%;
    color: #333;
    position: relative;
    top: -4px;
}

.experience-box .position {
    font-size: 120%;
    font-weight: 700;
    color: #1856a3;
}

#share-profile-popup {
    text-align: center;
}

.share-profile-title {
    font-size: 120%;
    font-weight: 700;
    color: #1856a3;
    margin-bottom: 15px;
}

.solutions-box {
    margin-bottom: 15px;
}

.solutions-box .name {
    font-size: 120%;
    font-weight: 700;
    color: #1856a3;
    margin-bottom: 5px;
    padding: 1em;
}

.save-me-title {
    font-size: 120%;
    font-weight: 700;
    color: #1856a3;
    margin-bottom: 5px;
    text-align: center;
}

.qr-code-img-box {
    text-align: center;
}

.qr-code-img img {
    width: 150px;
}

.qr-code-steps {
    padding: 15px 10px;
}

.qr-code-step-box {
    margin-bottom: 10px;
}

.qr-code-step-box span {
    margin-right: 10px;
}

.pay-me-box {
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 20px 0 #ddd;
}

.pay-me-box .method {
    font-size: 120%;
    font-weight: 700;
    color: #1856a3;
    margin-bottom: 15px;
}

.pay-btn a {
    padding: 5px 15px;
    border: 1px solid #74b9ff;
    display: inline-block;
    background-color: #74b9ff;
    color: #fff;
}

/* 

====== Zoom effect ======

*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Newspaper effect ======

*/

.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/

.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Move-from-top effect ======

*/

.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== 3d unfold ======

*/



.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== Zoom-out effect ======

*/

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.mfp-bg {
    background-color: #fff;
}


.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

/* //popup */

/* login page */

#login-box {
    background-color: #fff;
}

#otp-success {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 20px 0 #ddd;
    border: 1px solid #eee;
}

#otp-success i {
    display: inline-block;
    font-size: 400%;
    margin-bottom: 15px;
    color: #27ae60;
}

#otp-success .title {
    font-size: 150%;
    margin-bottom: 5px;
}

#otp-success p {
    font-size: 120%;
    font-weight: 600;
}

.login-form {
    padding: 60px 30px 30px;
    box-shadow: 0 0 20px 0 #ddd;
    position: relative;
    border: 1px solid #eee;
}

.login-form .form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}

.login-form label {
    font-weight: normal;
    margin-bottom: 5px;
}


.form-control {
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #1856a3;
}

label {
    text-transform: capitalize;
}

.error {
    font-weight: normal;
    margin-top: 10px;
    font-size: 90%;
    color: #f00;
}

    
    #enquire-now-popup label.error {
        color: #fff;
    }

.form-head {
    position: absolute;
    text-align: center;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1856a3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    padding-top: 20px;
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .5);
}

.form-head .title {
    text-transform: uppercase;
    font-size: 90%;
}

.form-head i {
    color: #fff;
    font-size: 200%;
    display: block;
    margin-bottom: 10px;
}

.common-btn {
    text-align: center;
}

.common-btn.register-btn {
    text-align: center;
    margin-top: 25px;
}

.common-btn button {
    padding: 15px 29px;
    width: 150px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #1856a3;
    border: none;
    outline: none !important;
    text-transform: capitalize;
}

.common-btn a {
    padding: 10px 15px;
    width: 150px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #1856a3;
    border: none;
    outline: none !important;
    text-transform: capitalize;
}

.login-note {
    margin-top: 10px;
    text-align: center;
}

.login-note p {
    display: inline-block;
    margin-right: 5px;
}

.login-note a {
    color: #1856a3;
    text-transform: capitalize;
}


/* //login page */

/* edit profile */

#edit-profile-box {
    background-color: #fff;
}

.edit-profile-nav {
    text-align: center;
}

.edit-profile-nav .nav-pills {
    display: inline-block;
}

#edit-profile-box .form-head {
    padding: 20px;
    background: linear-gradient(to left, rgba(116, 185, 255, 0.8), rgba(99, 110, 114, 0.8));
    margin-bottom: 20px;
}

#edit-profile-box .form-head .title {
    margin-bottom: 0;
}

#edit-profile-box .form-head i {
    color: #fff;
}

.details-box {
    margin-top: 20px;
}

.details-box .title {
    text-transform: uppercase;
    border-left: 3px solid #1856a3;
    padding: 10px;
    display: inline-block;
    box-shadow: 0 0 20px 0 #ddd;
}

.edit-profile-form {
    padding: 20px;
}

.edit-btn {
    margin-bottom: 15px;
}

textarea.form-control {
    resize: none;
    height: 150px;
}

.multi-fields-box {
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 15px;
}

.multi-fields-box label {
    font-weight: normal;
    font-size: 90%;
}

label.placeholder {
    visibility: hidden;
}

.multi-fields-btn a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    display: block;
    box-shadow: 0 0 20px 0 #ddd;
    text-align: center;
}

.multi-fields-btn.add-btn a {
    background-color: #2ecc71;
}

.multi-fields-btn.remove-btn a {
    background-color: #e74c3c;
}

.multi-fields-btn a span {
    font-weight: bold;
    font-size: 150%;
    position: relative;
    top: 1px;
}

/* arrow steps */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    /*    background-color: transparent;*/
}

.nav-pills > li > a {
    padding: 0;
}

.edit-profile-nav .nav-pills li a {
    display: block;
    float: left;
    font-weight: bold;
    background: #f9f9f9;
    padding-right: 10px;
    height: 30px;
    line-height: 32px;
    margin-right: 33px;
    position: relative;
    text-decoration: none;
    color: #666;
    cursor: default;
}

.edit-profile-nav .nav-pills li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #f9f9f9;
    border-left-color: transparent;
}

.edit-profile-nav .nav-pills li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #f9f9f9;
}

.edit-profile-nav .nav-pills li:first-of-type a {
    border-radius: 2px 0 0 2px;
    padding-left: 15px;
}

.edit-profile-nav .nav-pills li:first-of-type a:before {
    display: none;
}

.edit-profile-nav .nav-pills li:last-of-type a {
    border-radius: 0 2px 2px 0;
    margin-right: 25px;
    padding-right: 15px;
}

.edit-profile-nav .nav-pills li:last-of-type a:after {
    display: none;
}

.edit-profile-nav .nav-pills li.active a {
    background: #1856a3;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.edit-profile-nav .nav-pills li.active a:before {
    border-color: #1856a3;
    border-left-color: transparent;
}

.edit-profile-nav .nav-pills li.active a:after {
    border-left-color: #1856a3;
}

.edit-profile-nav .nav-pills li.active a:hover {
    background: #1856a3;
    border-color: #1856a3;
    color: #fff;
    text-decoration: none;
}

.edit-profile-nav .nav-pills li.active a:hover:before {
    border-color: #1856a3;
    border-left-color: transparent;
}

.edit-profile-nav .nav-pills li.active a:hover:after {
    border-left-color: #1856a3;
}

/* arrow steps */

/* //edit profile */

/* front pages */

/* navbar*/

.navbar {
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .5s;
    min-height: 80px;
}

.nav {
    padding-top: 15px;
}

.navbar a {
    color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-brand {
    color: #1856a3;
    font-weight: 900;
    font-size: 150%;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.menu-login-btn i {
    display: inline-block;
    margin-left: 5px;
    color: #1856a3;
}

/* //navbar*/

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 60px;
    font-size: 200%;
    font-weight: 900;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}


.section-title::after {
    content: '';
    display: block;
    border-top: 3px solid #1856a3;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.section-title::before {
    content: '';
    display: block;
    border-top: 10px solid #1856a3;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    display: none;
}

.section-title.text-left {
    text-align: left;
}

.section-title.text-left::after {
    content: '';
    display: block;
    border-top: 3px solid #1856a3;
    width: 100px;
    position: absolute;
    left: 5%;
    transform: translateX(-50%);
    bottom: -20px;
}

.section-title.text-left::before {
    content: '';
    display: block;
    border-top: 10px solid #1856a3;
    width: 50px;
    position: absolute;
    left: 5%;
    transform: translateX(-50%);
    bottom: -23px;
}


.section-subtitle {
    margin-bottom: 10px;
    font-size: 200%;
    text-transform: capitalize;
    font-weight: 700;
}

.section-smalltitle {
    font-size: 150%;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

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

.bg-grey {
    background-color: #f5f5f5;
}

.cta-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/cta-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}


#home-carousel .item {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding: 200px 0 0;
}

#home-carousel .item1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/home-banner.jpg);
}

#home-carousel .item2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/home-banner.jpg);
}

#home-carousel .item3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/home-banner.jpg);
}

#home-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
}

#home-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
}

#home-carousel.owl-theme .owl-nav .owl-prev::before {
    content: "\f177";
    font-size: 30px;
    color: #fff;
    font-family: fontAwesome;
}

#home-carousel.owl-theme .owl-nav .owl-next::before {
    content: "\f178";
    font-size: 30px;
    color: #fff;
    font-family: fontAwesome;
}

#home-carousel.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 0px;
}

.home-banner-content {
    margin-bottom: 30px;
}

.home-banner-content p.banner-note {
        font-size: 110%;
    margin-top: 15px;
}

.home-banner-img {
    position: relative;
}

.home-banner-img img {
    width: auto !important;
}

.home-banner-img.mobile img {
    height: 450px;
}


.home-banner-content h1 {
    font-size: 280%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 900;
}

.home-banner-content p {
    color: #fff;
    font-size: 150%;
}

.home-banner-content .banner-sign-up-box .common-btn {
    text-align: left;
    margin-top: 15px;
}

.short-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/short-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding: 120px 0 70px;
    text-align: center;
}

.short-banner-content .title {
    text-transform: capitalize;
    color: #fff;
    font-size: 250%;
    font-size: 300%;
    font-weight: 900;
}

.home-features-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #bbb;
    text-align: center;
    padding: 15px;
    min-height: 180px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
}


.home-features-box img {
    width: 100px;
    margin-bottom: 20px;
/*    transform: rotate(0);*/
    transition: all .5s;
}

.home-features-box i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    padding: 8px;
    background-color: #1856a3;
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 0 100%, 0% 100%);
    display: none;
}

.home-features-box .title {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    transition: all .5s;
    padding: 10px;
    background: #1856a3;
    color: #fff;
}

.home-features-box:hover .title {
    bottom: -10px;
}

.home-features-box:hover img {
/*    transform: rotate(45deg);*/
}

.home-banner-form {
    margin-top: 30px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.home-banner-form label {
    color: #fff;
}

.home-banner-form .common-btn button {
    width: 100%;
    padding: 14px;
    font-size: 110%;
}

.home-banner-form .form-control {
    /* background-color: transparent;
    color: #fff;*/
    padding: 10px 15px;
    height: 50px;
}

.home-banner-form .form-control:focus {
    border-color: #fff;
}

.flash-btn {
    position: relative;
    margin-top: 20px;
    background: #1856a3;
    padding: 11px 31px;
    font-size: 100%;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(24, 86, 163, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: 500;
}

.flash-btn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    background: #333;
    color: #fff;
}

.flash-btn.menu-flash-btn {
    margin-top: 0;
    color: #fff;
    background-color: #1856a3;
    font-weight: 500;
    box-shadow: 0 0 0 0 #1856a3;
    margin: 0 10px;
}

.flash-btn.menu-flash-btn:hover {
    background: #1856a3;
    color: #fff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

.pricing-types-box {
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 10px 0 #eee;
    text-align: center;
    min-height: 200px;

}

.pricing-profile-preview .title {
        font-size: 120%;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
}


.pricing-types-box i {
    font-size: 300%;
    display: block;
    margin-bottom: 20px;
}

.pricing-types-box .title {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1856a3;
}


.home-types-box {
    margin-bottom: 30px;
    padding: 15px;
    /*box-shadow: 0 0 10px 0 #eee;*/
    text-align: center;
    /*min-height: 200px;*/
    /*background-color: #ddd;*/
}

.home-types-box i {
    font-size: 300%;
    /*display: block;*/
    margin-bottom: 20px;
    background: #1856a3;
    color: #fff;
    padding: 20px;
    border-radius: 10%;
}

.home-types-box .title {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1856a3;
}

.rectangle-list {
    margin-left: 25px;
    padding-top: 30px;
}

.rectangle-list {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

}

.rectangle-list li {
    padding-top: 15px;
}


.rectangle-list p {
    position: relative;
    display: block;
    padding: .6em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list p:hover {
    background: #eee;
}

.rectangle-list p:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #1856a3;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list p:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list p:hover:after {
    left: -.5em;
    border-left-color: #1856a3;
}


#home-cta,
#home-search {
    padding: 50px 0;
}

#home-quote {
    padding: 100px 10px;
    position: relative;
    transform: skewY(-2deg);
}

#home-quote .quote-content {
    text-align: center;
    transform: skewY(2deg);
}

#home-quote .quote-content p {
    text-align: center;
    font-size: 170%;
    font-weight: 500;
    margin-bottom: 25px;
}



/* home cta */

.cta-content .cta-title {
    font-size: 150%;
}

/* //home cta */

#home-search {
    background-color: #f9f9f9;
}

#home-search .search-btn {
    text-align: left;
}

.home-benefits-box {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}


.home-benefits-box .title {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 5px;
}

.home-benefits-box i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 160%;
    color: #fff;
    padding: 10px;
    background-color: #1856a3;
    width: 50px;
    height: 50px;
    text-align: center;
/*
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all .5s;
*/
}

.home-benefits-box i::before {
    position: relative;
    top: 4px;
}
/*


.home-benefits-box:hover i {
    clip-path: none;
}
*/


.short-card-box {
    box-shadow: 0 0 20px 0 #ddd;
    margin-bottom: 30px;
    height: 100%;
}


.short-card-box .card-head {
    height: 100px;
    background-color: #1856a3;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/profile-bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.short-card-box .card-head img {
    width: 96px;
    height: 96px;
    margin-right: 10px;
    border-radius: 50%;
    margin: 0 auto;
}

.short-card-box .card-head .name {
    font-size: 120%;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

.short-card-box .card-details {
    margin-top: 50px;
}

.short-card-box .card-details .card-icon-box {
    margin-bottom: 10px;
    padding: 10px;
}

.short-card-box .card-details .card-icon-box i {
    color: #1856a3;
    width: 25px;
    font-size: 120%;
}

.short-card-box .card-details .card-icon-box a {
    color: #333;
    word-break: break-all;
}

.short-card-box .card-foot {
    margin: 20px 0;
}

/* contact us */

.contact-info {
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 0 20px 0 #ddd;
}

.contact-info-content .title {
    font-size: 110%;
    font-weight: 700;
}

.contact-info i {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 140%;
    color: #1856a3;
    width: 35px;
    margin-bottom: 10px;
}

.contact-country {
    border-bottom: 1px solid #1856a3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-country img {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}

.contact-country .name {
    display: inline-block;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 600;
    color: #1856a3;
}

.contact-info-content {
    margin-bottom: 15px;
}

/* //contact us */

/* features */

.features-box {
    margin-top: 30px;
    display: -webkit-inline-box;
}

.features-box-content {
    padding-left: 15px;
    width: calc(100% - 70px);
    float: left;
    border-top: 1px solid #1856a3;
    padding-top: 10px;
}

.features-box .fa {
    background: #1856a3;
    font-size: 3em;
    padding: 15px;
    color: #fff;
    width: 70px;
    text-align: center;
}


.features-box .title {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 5px;
}


.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}


/* //features */

/* pricing */

.pricing-box {
    /*
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 #ddd;
    background-color: #fff;
*/
}

.pricing-head {
    font-size: 180%;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.pricing-features-box {
    background-color: transparent;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    margin-left: 20px;
    font-size: 110%;
}

.pricing-features-box i {
    display: inline-block;
    margin-right: 10px;
}

.pricing-btn {
    margin-top: 20px;
}

.bg-blue {
    background-color: #1856a3;
    color: #fff;
}

.pricing-box .title {
    font-size: 120%;
    text-align: center;
    font-weight: 500;
}

.pricing-amount {
    text-align: center;
    margin-top: 20px;
}

.pricing-amount p {
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-amount .strike {
    font-size: 120%;
    font-weight: normal;
}

.pricing-box.bg-blue .pricing-btn a {
    color: #1856a3;
    background-color: #fff;
}

.pricing-details {
    min-height: 150px;
    color: #fff;
}

.pricing-front-title {
    color: #fff;
    font-weight: 500;
    font-size: 150%;
    text-transform: capitalize;
}

.pricing-front-title span {
    font-size: 200%;
    font-weight: 800;
    display: block;
    margin-bottom: 25px;
    color: #fff;
    text-transform: capitalize;
}

.pricing-btn a {
    padding: 15px 25px;
    background-color: #fff;
    color: #1856a3;
    font-weight: 600;
}

/* 3d flip */

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    /*  width: 415px;*/
    margin-bottom: 35px;
    max-width: 100%;
    cursor: pointer;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 425px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;

    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box.paid-box .flip-box-back .inner {
    top: 45%;
}

.pricing-see-all {
    color: #fff !important;
    margin-top: 20px;
    display: block;
}

.flip-box.paid-box .flip-box-back .flip-box-overlay {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    background: linear-gradient(to right, #1856a3,#356db4);;
    opacity: 0;
}


/*
.flip-box-header {
  font-size: 34px;
}
*/

/*
.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}
*/

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.profile-powered-by {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    /*padding: 10px;*/
    background: #1856a3;
    color: #fff;
    font-weight: 500;
}

.profile-powered-by a {
    color: #ccc;
    text-transform: capitalize;
}

.profile-powered-by a:hover {
    color: #eee;
}

.no-border {
    border: 0 !important;
}

.taxes-text {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* how to buy */

.experience {
  border-left: 3px solid #1856a3;
  padding: 0 30px;
  margin-left: 50%;
}


.experience .item {
  position: relative;
}


/* promo code */

.promo-code p, .promo-code #havepromo {
    display: inline-block;
}

.promo-code .title {
    font-size: 150%;
    font-weight: 700;
    margin-right: 5px;
}

.promo-code #havepromo {
    color: #1856a3;
    border: 0;
    cursor: pointer;
    font-size: 120%;
    font-weight: 500;
}

#promodiv input[type="text"] {
    border: 1px solid #1856a3 !important;
    margin-bottom: 15px;
}

#promodiv {
    margin-top: 10px;
}

input.promo-btn {
    padding: 11px 31px;
    background-color: #1856a3;
    color: #fff;
    border: 0;
}

.promo-box {
    text-align: center;
}

#inpromo p, #apppromo p {
    margin-top: 10px;
    font-size: 120%;
    font-weight: 500;
}

#inpromo p {
    color: #e74c3c;
}

#apppromo p {
    color: #27ae60;
}


.experience .item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1856a3;
}
.experience .item::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1856a3;
}
.experience .company-name {
    font-size: 180%;
    margin-bottom: 15px;
    font-weight: 900;
    color: #1856a3;
}

.experience .content {
    font-size: 120%;
}
.experience .location {
  position: absolute;
  right: 0;
  top: 2px;
}
.experience .location .fa {
  margin-right: 8px;
}
.experience .job-info {
      position: absolute;
    left: -535px;
    top: 0;
}
.experience .job-info .title {
  color: #1856a3;
}

.resend-btn {
    background-color: #f27474;
    color: white !important;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.mt-15 {
    margin-top: 15px;
}


@media (max-width: 1024px) {
  .experience .job-info {
    position: static;
    margin-bottom: 1rem;
  }
}

.buying-process .job-info {
        font-size: 200%;
    top: -10px;
    padding: 10px;
    /* background-color: #1856a3; */
    color: #fff;
    width: 400px;
    height: 200px;
    /* border-radius: 50%; */
    text-align: center;
}

.buying-process .job-info img {
    width: 100%;
    height: 200px;
        box-shadow: 0 0 20px #ccc;
}


@media (min-width: 1025px) {
    .experience .item {
    padding-top: 20px;
    padding-bottom: 150px;
}
    .experience .company-name, .experience .content {
        margin-left: 60px;
    }
    
    .experience .item-reverse .company-name, .experience .item-reverse .content {
        margin-left: -535px;
        text-align: right;
        width: 70%;
    }
    
     .experience .item-reverse .job-info {
        left: 60px;
    }
    
}

@media (max-width: 1024px) {
  .experience {
    margin-left: 0;
    padding-right: 0;
  }
    
    .experience .item {
    padding-top: 20px;
    padding-bottom: 60px;
}
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .experience .item-reverse .company-name, .experience .item-reverse .content {
        margin-left: -435px;
        text-align: right;
        width: 70%;
    }
}


/* how to buy */



















@media (max-width: 991px) {
    .flip-box .flip-box-front {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .flip-box .flip-box-back {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
}



/* //3d flip */

/* //pricing */

/* new pricing */

.pricing-container {
    display: flex;
}

#pricing .plan-box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 30px;
    background-color: #eee;
}

#pricing .plan-box.premium-plan-box {
    width: 60%;
}

#pricing .plan-box.free-plan-box {
    width: 40%;
}

#pricing .section-subtitle {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 15px;
        text-transform: capitalize;
}

#pricing .plan-box.premium-plan-box {
    color: #fff;
    background-color: #1856a3;
        box-shadow: 0 0 30px 0 #ccc;
    z-index: 2;
}

#pricing .plan-box .title {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 15px;
        text-transform: capitalize;
}

#pricing .plan-box .features {
    text-align: left;
}

#pricing .plan-box .features ul {
    list-style-type: none;
}

#pricing .plan-box .features ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}


#pricing .plan-box .features li::before {
    content: '\f058';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    font-size: 120%;
}

#pricing .plan-box .features-title {
    font-size: 120%;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    width: 90%;
}

#pricing .plan-box .price i {
    font-size: 80%;
}

#pricing .plan-box .price {
    font-size: 300%;
    font-weight: 700;
    margin-right: 10px;
}

#pricing .plan-box .discounted {
    font-size: 150%;
    margin-bottom: 10px;
}

.dib {
    display: inline-block;
}

.or-divider p {
    display: inline-block;
    margin: 0 15px;
    font-weight: 500;
    font-size: 120%;
}

.price-method {
    margin-right: 10px;
}

.price-method img {
    width: 24px;
}

.price-plan-note {
    margin-top: 20px;
}

#pricing .free-plan-box.plan-box .pricing-btn a, .blue-btn a {
    background-color: #1856a3;
    color: #fff;
}

#pricing .plan-box .pricing-mode {
    font-size: 150%;
}

#pricing .blue-btn {
    margin-bottom: 20px;
}

#pricing .blue-btn a {
    width: auto;
}

/* //new pricing */


/* faq */

.faq-box {
    margin-bottom: 15px;
}

.faq-box .title {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 5px;
}

/* //faq */

/*disclaimer*/

#disclaimer p {
    padding-top: 15px;
    font-size: 110%;
}

#disclaimer .disclaimer-title {
    font-weight: 600;
    font-size: 120%;
}

/*terms and condition*/

/* */

#terms .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#terms .panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
    background-color: #1856a3;
    color: #fff;
}

#terms .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

#terms .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    color: #000;
}

#terms .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#terms .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* footer */

#footer {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}

#footer .navbar-brand {
    display: block;
    color: #fff;
    float: none;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
}

#footer .social-media-box {
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

#footer .icons i {
    color: #fff !important;
}

#footer .icons i.fa-facebook {
    background-color: #3b5998;
    color: #fff;
}

#footer .icons i.fa-google {
    background-color: #dc4e41;
    color: #fff;
}

#footer .icons i.fa-instagram {
    background-color: #517fa4;
    color: #fff;
}

#footer .icons i.fa-linkedin {
    background-color: #0077b5;
    color: #fff;
}

#footer .icons i.fa-youtube {
    background-color: #c4302b;
    color: #fff;
}

.footer-box .title {
    font-size: 130%;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-box ul {
    list-style-type: none;
}

.footer-box p {
    margin-bottom: 10px;
}

.footer-box a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}

#copyright {
    padding: 15px 0;
}

#copyright p {
    margin-top: 8px;
}

.payment-options img {
    display: inline-block;
    height: 32px;
}

/*privacy page*/

.bs-example {
    padding-top: 20px;
}


.bs-example .glyphicon {
    margin-right: 20px;
}

/* //footer */

/* sweet alert */

.sa-button-container {
    display: none !important;
}

.popup-btn-visible + .sweet-overlay + .sweet-alert .sa-button-container {
    display: block !important;
}

.sweet-alert {
    padding: 17px 17px 27px;
}

.sweet-alert h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/* sweet alert */

.no-record {
    text-align: center;
}

.no-record img {
    width: 100px;
}

.no-record .message {
    font-size: 160%;
    font-weight: 700;
    margin-top: 30px;
}

/* //front pages */

/* checkout page */

/*.hidden-box {*/

/*    display: none !important;*/

/*}*/

/*#checkout {*/

/*    padding: 30px;*/

/*    box-shadow: 0 0 20px 0 #ddd;*/

/*}*/

#checkout .placeholder {
    visibility: hidden;
}

.checkout-box .title {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 10px;
}

#checkout input {
    border: 0;
    outline: 0;
}

#checkout input[type="submit"] {
    padding: 11px 31px;
    background-color: #1856a3;
    color: #fff;
    border: 0;
}

#checkout table td {
    width: 50%;
}

/* //checkout page */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-social {
    /*text-align: center;*/
    margin-top: 5px;
}

.contact-social .contact-details {
    display: inline-block;
    text-align: center;
}

.contact-social .contact-details i {
    margin: 0;
}

.contact-social .contact-details span {
    display: block;
    margin-top: 5px;
    font-size: 95%;
}

.popup-content {
    padding: 20px;
}

.login-with-social a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #ddd;
    margin: 0 auto 15px;
    padding: 10px;
    width: 280px;
}

.login-with-social a img {
    width: 32px;
    margin-right: 10px;
}

.login-with-social .login-with-google {
    color: #fff;
    background-color: #dc4e41;
}

.login-with-social .login-with-google span {
    margin-right: 20px;
}

.login-with-social .login-with-facebook {
    color: #fff;
    background-color: #3b5998;
}

.login-with-social.login {
    margin-top: 80px;
    text-align: center;
}

.login-with-social.register {
    margin-top: 20px;
    text-align: center;
}

.login-with-social.register a {
    display: inline-block;
    margin-right: 15px;
}

#checkout table {
    border: 1px solid #eee;
}

#checkout table td {
    border: 1px solid #eee;
    padding: 15px;
}

#checkout table td:first-child {
    background-color: #1856a3;
    color: #fff;
}

#checkout table tr:last-child td:first-child {
    background-color: #fff;
}

/* gallery carousel */

.gallery-box .img-caption {
    background-color: #1856a3;
    padding: 15px;
}

.gallery-box .img-caption p {
    color: #fff;
}


#sync1 .gallery-box img {
    height: 300px;
}

#sync2 .gallery-box img {
    height: 100px;
}

#sync1 .item {
    /*background: #0c83e7;*/
    /*padding: 80px 0px;*/
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    /*background: #C9C9C9;*/
    /*padding: 10px 0px;*/
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: #1856a3;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.owl-theme {
    position: relative;
}

.owl-theme .owl-next,
.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #1856a3;
}

.owl-theme .owl-prev {
    left: -20px;
}

.owl-theme .owl-next {
    right: -20px;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #1856a3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1856a3;
}

#sync2.owl-theme .owl-nav,
#sync2.owl-theme .owl-dots {
    display: none;
}



/* //gallery carousel */

/* clients */

.profile-client-box {
    margin: 5px;
    padding: 10px;
}

.profile-client-box img {
    width: 100%;
    height: 80px;
}

/* //clients */

/* team */

.profile-team-box {
    background-color: #fff;
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.profile-team-box .team-img {
    height: 200px;
    width: 200px !important;
    margin: 0 auto;
}

.profile-team-box .team-name {
    font-size: 120%;
    font-weight: 500;
    padding: 10px 0 5px !important;
    color: #1856a3;
}

.profile-team-box .team-desg {
    color: #777;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/* team */

/* features */

.features-page-box {
    margin-top: 30px;
    /*    box-shadow: 0 0 10px 0 #eee;*/
        padding-bottom: 30px;
    border-bottom: 1px solid #1856a3;
}

.features-img-box {
    text-align: center;
    margin-bottom: 30px;
}

.features-img-box img {
    height: 150px;
    margin: 0 auto;
}

.features-content-box .title {
    font-size: 140%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1856a3;
}

.features-count::after {
    content: '';
    display: block;
    height: 1px;
    width: 105px;
    background-color: #1856a3;
    transform: rotate(90deg);
    left: 10px;
    top: 50px;
    position: relative;
    z-index: -1;
}

.features-count {
    font-size: 300%;
    font-weight: 900;
    background-color: #fff;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 120px;
    padding-top: 10px;
    margin: 0 auto;
    border: 1px solid #1856a3;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 #ccc;
}

.features-count p {
    position: relative;
    top: 15px;
    color: #1856a3;
}

.home-center-img img {
    width: 250px;
    margin: 0 auto;
}

.desktop-mt30 {
    
}

@media (min-width: 992px) {
    
     #benefits.desktop-npt {
        padding-top: 0;
    }
    
    
    
    .benefits-first .home-benefits-box {
        padding-left: 0;
        padding-right: 70px;
        text-align: right;
    }
    
    .benefits-first .home-benefits-box i {
        right: 0;
        left: auto;
    }

    .desktop-mt30 {
        margin-top: 30px;
    }
    
    #home-carousel .item {
        height: 100vh;
    }

    .home-banner-img.mobile {
        position: relative;
        top: -50px;
        left: 100px;
    }

    .payment-options {
        text-align: right;
    }

    .features-content-box {
        margin-top: 30px;
    }

    #home-cta {
        margin-top: 150px;
        padding: 0;
    }

    .cta-content {
        padding: 100px 50px;
        padding-left: 70px;
        background-color: #fff;
        position: relative;
        top: -120px;
        background-color: #1856a3;
        position: relative;
    }

    .cta-content::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        border: 5px solid #ddd;
        left: 30px;
        top: 30px;
    }
}

/* animation */

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}

/* //animation */

/* //features */

/* sample cards */

.features-list-box {
    margin-top: 30px;
    padding: 10px;
    background-color: #fff;
}

.features-list-box .more-content {
    display: none;
}

.sample-card-box img {
    margin-bottom: 30px;
}

.sample-card-info .title {
    font-size: 140%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1856a3;
}

.features-list-box .features-img-list img {
    height: 60px;
    display: inline-block;
    margin-bottom: 15px;
}

/* //sample cards */

/* media queries */

@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}


@media only screen and (max-width: 991px) {

    .login-with-social.login {
        margin-top: 20px;
    }
    
    .home-features-box .title {
        bottom: 0;
    }

    .col-container {
        display: table;
    }

    .col,
    .col-left {
        width: 100%;
        display: table;
    }

    #profile {
        padding: 1em;
    }

    .home-banner-img.mobile img {
        height: 350px;
    }
}


@media only screen and (min-width: 768px) {
    #pricing .plan-box .features.paid-features ul li {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    
    #sync2 .gallery-box img {
        height: 50px;
    }
    
    #pricing .plan-box {
        padding: 60px 15px;
    }
    
    .or-divider {
        display: block;
    }
    
    #home-carousel.owl-theme .owl-nav .owl-prev {
        left: 0;
    }
    
    #home-carousel.owl-theme .owl-nav .owl-next {
        right: 20px;
    }

    #paid-content {
        display: none;
    }
    

    .mfp-3d-unfold {
        margin: auto;
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 2000;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-y: auto;
    } 

    .mfp-container {
        padding-top: 10px;
    }

    body {
        background: #fff !important;
        padding-bottom: 40px;
    }

    .col-left {
        height: calc(100vh - 58px);
    }

    html {
        font-size: 13px;
    }

    section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 180%;
    }

    .section-subtitle {
        font-size: 150%;
    }

    .section-smalltitle {
        font-size: 110%;
    }

    .home-types-box .title {
        font-size: 120%;
    }

    .edit-profile-nav .nav-pills li a:after,
    .edit-profile-nav .nav-pills li a:before {
        display: none;
    }

    .edit-profile-nav .nav-pills li a {
        margin-right: 0;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 0 10px !important;
    }

    .home-banner-content h1 {
        font-size: 150%;
    }

    #home-carousel .item {
        padding: 100px 0;
    }

    .home-banner-content p {
        font-size: 110%;
    }

    .paid-profile-view {
        text-align: center;
    }

    .paid-profile-view a {
        background-color: #fff;
        color: #333;
        display: inline-block;
        border-radius: 25px;
        margin-top: 15px;
        border: 1px solid #1856a3;
    }
    .paid-profile-view a i {
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        padding: 13px 20px;
        background-color: #1856a3;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .paid-profile-view a span {
        padding: 10px 15px;
        padding-left: 5px;
        display: inline-block;
        letter-spacing: 1.2px;
        font-weight: 600;
        font-size: 13px;
    }

    #profile {
        padding: 0;
        /*margin-right: 25px;*/
        padding-bottom: 1em;
    }

    #profile .container {
        padding: 0;
        /*padding-right: 15px;*/
    }

    .edit-profile-form {
        padding: 0;
    }

    .common-btn button {
        margin-bottom: 5px;
    }

    .multi-fields-btn a {
        margin-bottom: 10px;
    }

    .multi-fields-btn a span {
        top: 3px;
    }

    label.placeholder {
        display: none;
    }

    .white-popup {
        max-width: 100%;
        margin: 0;
            width: 100% !important;
    }

    .mfp-close-btn-in .mfp-close {
        color: #fff;
        border: 1px solid #fff;
        position: relative;
        left: 50%;
        /* transform: translateX(-50%); */
        /* margin-top: 30px; */
        position: absolute;
        right: 4px;
        left: auto;
        top: 5px;
        opacity: .8;
        /* z-index: 999; */
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    #profile-btn-box {
        display: none;
    }

    .fixed-social-box {
        display: none;
    }

    #mobile-bottom-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        transform: translateY(0);
        background-color: #1856a3;
        text-align: center;
        width: 100%;
        border: 1px solid #1856a3;
    }

    #mobile-bottom-fixed .col-xs-4 {
        padding: 0;
    }

    #mobile-bottom-fixed a {
        text-align: center;
        display: block;
        color: #fff;
        padding: 10px 5px;
    }

    #mobile-bottom-fixed a.bordered {
        /*border-right: 1px solid #fff;*/
        /*border-left: 1px solid #fff;*/
        background-color: #fff;
        color: #1856a3;
    }

    #mobile-bottom-fixed a span {
        display: block;
    }

    #mobile-bottom-fixed a i {
        font-size: 120%;
    }

    .mb-social-share-box {
        text-align: center;
        padding: 0 10px;
    }

    .mb-social-share-box a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .share-title {
        font-size: 120%;
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
    }

    .fixed-social-box a {
        display: inline-block;
    }

    .profile-social-media .social-media-box .icons.visible-xs {
        display: inline-block !important;
    }

    #enquire-now-popup .contact-form {
        padding: 0 15px;
    }

    #profile .profile-img {
        width: 200px;
        height: 200px;
    }

    #sync1 .gallery-box img {
        height: 200px;
    }
    
    .pricing-container {
        display: block;
    }
    
    #pricing .plan-box.premium-plan-box, #pricing .plan-box.free-plan-box {
        width: 100%;
    }

}


@media (max-width: 480px) {
    #sync1 .gallery-box img {
        height: 150px;
    }
    
    .navbar-brand > img {
        height: 50px;
    }
}

/* //media queries */

/* theme 2 */

/*
#profile-theme2 {
    background: #f9f9f9;
}

#profile-theme2 .paid-profile-view a i {
    background-color: #eee;
}

#profile-theme2 .paid-profile-view a {
    border: 1px solid #fff;
}

#profile-theme2 .col-container {
    box-shadow: 0 0 20px 0 #ddd;
}


#profile-theme2 .contact-details-box .contact-details i,
#profile-theme2 .contact-details-box .contact-details a {
    color: inherit;
}

#profile-theme2 .contact-details-box .contact-details a {
    color: #fff;
}

#profile-theme2 #profile .profile-img {
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
    border-radius: 50%;
}

#profile-theme2 .col-left {
    background-color: #16a085;
}

#profile-theme2 .icons-content-box .icons i {
    border: 1px solid #1abc9c;
    color: #1abc9c;
    border-radius: 50%;
}

#profile-theme2 .contact-details-box .contact-details i {
    border-radius: 50%;
    color: #1abc9c;
}

#profile-theme2 #profile-btn-box a i {
    color: #1abc9c;
}

#profile-theme2 .content-title p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 120%;
    margin-bottom: 30px;
    position: relative;
}

#profile-theme2 .content-title p::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #16a085;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

#profile-theme2 .paid-profile-view a i {
    color: #1abc9c;
}

#profile-theme2 #mobile-bottom-fixed {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

#profile-theme2 #mobile-bottom-fixed a.bordered {
    color: #1abc9c;
}

#profile-theme2 .contact-form {
    background: #1abc9c;
    padding: 1em;
    box-shadow: 10px 10px 10px #eee;
}

#profile-theme2 .popup-title {
    background-color: #1abc9c;
}

#profile-theme2 .common-btn button {
    background-color: #1abc9c;
}

#profile-theme2 .save-me-title,
#profile-theme2 .testimonials-box .name,
#profile-theme2 .experience-box .position {
    color: #16a085;
}

#profile-theme2 #profile-btn-box a,
#profile-theme2 .common-btn button {
    padding: 10px 20px;
    border-radius: 20px;
    transition: all .5s;
}

#profile-theme2 #profile-btn-box a:hover {
    box-shadow: 0 0 20px 0 #ddd;
}

#profile-theme2 .common-btn button:hover {
    box-shadow: 0 0 20px 0 #aaa;
}

@media (min-width: 992px) {
    #profile-theme2 .col-left {
        position: relative;
        left: 25%;
        opacity: 0;
        transition: all 1s;
    }

    #profile-theme2 .col-right {
        position: relative;
        left: -50%;
        opacity: 0;
        transition: all 1s;
    }

    #profile-theme2 .col-container {
        box-shadow: none;
        background-color: transparent;
    }

    #profile-theme2.active .col-left {
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 1s;
    }

    #profile-theme2.active .col-right {
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 1s;
    }

    #profile-theme2 .col-container {
        box-shadow: 0 0 20px 0 #ddd;
        background-color: #fff;
    }
}
*/

/* theme 2 */

.login-msg-box {
    padding: 30px;
    text-align: center;
}

    .login-msg-box .title {
    font-size: 200%;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.login-msg-box .title::after {
      content: '';
      display: block;
      border-top: 3px solid #1856a3;
      width: 100px;
      position: absolute;
      left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.login-msg-box .desc {
    font-size: 110%;
}

.login-msg-box .login-img img {
    width: 100px;
    margin-bottom: 15px;
}

#login-flex .login-form .error {
    color: #fff;
}

#login-flex .login-form input.error {
    color: #333 !important;
}

#login-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
     box-shadow: 0 0 20px 0 #ddd;
    border: 1px solid #eee;
}

#login-flex > div {
    width: 50%;
}

#login-flex .login-form {
    box-shadow: none;
    border: 0;
    position: static;
}

#login-flex #login-box {
    background-color: #1856a3;
    color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(#1856a3, rgba(24, 86, 163, 0.9)), url(../images/short-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#login-flex .login-form .rounded-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #login-flex {
        display: block;
    }

    #login-flex > div:first-child {
        padding-bottom: 60px;
    }

    #login-flex > div {
        width: 100%;
    }

}

.testimonial {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background-color: #bedcf7;
    border-radius: 10px;
    max-width: 600px; /* Limits width on desktop for readability */
    margin: 10px auto; /* Centers each testimonial */
    border: 1px solid #7dbef9;
}

.testimonial-image {
    flex: 0 0 auto; /* Keeps image size fixed */
    margin-right: 15px;
}

.testimonial-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover; /* Ensures the image fits nicely */
}

.testimonial-text {
    flex: 1; /* Allows text to take remaining space */
}

.testimonial h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial p {
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 1.4;
}