* {
    /*transition: .25s ease-in-out;*/
    box-sizing: border-box;
}


:root {
    --roboto: 'Roboto', sans-serif;

}

body {
    font-family: var(--roboto);
}

.container {
    max-width: 1280px;
}

a {
    text-decoration: none !important;
}

button {
    text-decoration: none;
    border         : 0 !important;
    outline        : 0 !important;
}

.mainwrap .container-fluid {
    padding: 0;
}

.header {
    position       : fixed;
    display        : flex;
    width          : 83.3%;
    right          : 0;
    top            : -27px;
    justify-content: space-between;
    padding        : 45px 18px 0 18px;
    background     : #F8F8F8;
    z-index        : 999;
    transition     : 0.5s;

}

.header.stickmenu {
    box-shadow: 5px 2px 8px #00000029;
}

.header-col2 {
    position   : relative;
    display    : flex;
    align-items: flex-start;
}


.menuwrapper ul {
    list-style: none;
    padding   : 0;
}

.menuwrapper ul li a {
    font-size  : 13px;
    font-weight: 500;
    color      : #82809F;
    display    : block;
    padding    : 13px 14px;
    background : transparent linear-gradient(90deg, #fff 0%, #fff 100%) 0% 0% no-repeat padding-box;

    border-radius: 5px;
}

.menuwrapper ul li {
    border-bottom: 1px solid #E8E8E8;
    transition   : 0.5s;
}

.menuwrapper ul li a:hover {
    background: transparent linear-gradient(90deg, #41398E 0%, #20167A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px #00000029;
    color     : #fff;

}

.mobilemenu {
    display: none;
}


/* Icon 1 */

.animated-icon1 {
    width             : 30px;
    height            : 20px;
    position          : relative;
    margin            : 0px;
    -webkit-transform : rotate(0deg);
    -moz-transform    : rotate(0deg);
    -o-transform      : rotate(0deg);
    transform         : rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition   : .5s ease-in-out;
    -o-transition     : .5s ease-in-out;
    transition        : .5s ease-in-out;
    cursor            : pointer;
}

.animated-icon1 span {
    display           : block;
    position          : absolute;
    height            : 3px;
    width             : 100%;
    border-radius     : 9px;
    opacity           : 1;
    left              : 0;
    -webkit-transform : rotate(0deg);
    -moz-transform    : rotate(0deg);
    -o-transform      : rotate(0deg);
    transform         : rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition   : .25s ease-in-out;
    -o-transition     : .25s ease-in-out;
    transition        : .25s ease-in-out;
}

.animated-icon1 span {
    background: #CF2D46;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top              : 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform   : rotate(135deg);
    -o-transform     : rotate(135deg);
    transform        : rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left   : -60px;
}

.animated-icon1.open span:nth-child(3) {
    top              : 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform   : rotate(-135deg);
    -o-transform     : rotate(-135deg);
    transform        : rotate(-135deg);
}

/* end menu */


section.mainwrapper {
    position: relative;
    display : block;
}

.hm-login-wrap {
    position: relative;
    display: block;
    max-height: 766px;
    height: 770px;
    overflow: hidden;
    background: #323B40;
}

a.slogo {
    position  : relative;
    display   : inline-block;
    margin-top: 60px;
    z-index   : 9;
}

.loginwrap-col1 {
    background-size: contain;
    position: relative;
    display: block;
    background-image: url(../img/magulsakwala.jpg);
    background-repeat: no-repeat;
    background-position: left 158px;
    min-height: 773px;
    height: 100%;
    background-size: 107%;
}
.hm-image {
    position  : relative;
    display   : block;
    margin-top: -47px;
}

.app-wrap {
    position: absolute;
    display : block;
    bottom  : 65px;
}
.app-wrap a {
    position: relative;
    display: block;
}

.app-wrap h3 {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.loginwrap-col2 {
    position  : relative;
    display   : block;
    margin-top: 46px;
}

.nav-tabs .nav-link {
    border                 : 1px solid transparent;
    border-top-left-radius : 0;
    border-top-right-radius: 0;
}

.loginwrap-col2 .nav-tabs {
    justify-content: center;
}

.loginwrap-col2 .nav-tabs .nav-link {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.34px;
    color: #120E3B;
    background: #E0E1E2;
    border: 0;
}

.loginwrap-col2 .nav-tabs .nav-link.active {
    background: #fff;
}

.loginwrap-col2 .nav-tabs .nav-item {
    width        : 50%;
    margin-bottom: -1px;
    text-align   : center;
}

.loginwrap-col2 .tab-content {
    background  : #fff;
    border      : 1px solid #e9e9e9 !important;
    position    : relative;
    display     : block;
    border-top  : 0;
    border-left : 0;
    border-right: 0;
    padding     : 20px 10px;
}

.loginbox h3 {
    font-size    : 21px;
    font-weight  : 500;
    color        : #707070;
    margin-bottom: 26px;
}

.login-btn-wrap {
    position      : relative;
    display       : flex;
    flex-direction: column;
}

.logbtn {
    position         : relative;
    display          : block;
    border-radius    : 21px;
    font-size        : 17px;
    font-weight      : 500;
    color            : #FFFEFE;
    max-width        : 300px;
    width            : 300px;
    margin           : 0 auto 18px auto;
    padding          : 10px 0px;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.logbtn:hover {
    opacity: 0.5;
}

.signmoblie {
    background-color   : #CF2D46;
    background-image   : url(../img/iconmoblie.png);
    background-position: 51px center;
    background-repeat: no-repeat;
}

.signfacebook {
    background-color   : #4562C6;
    background-image   : url(../img/iconfb.png);
    background-position: 27px center;
    background-repeat: no-repeat;
}

.signgoogle {
    background-color   : #fff;
    box-shadow         : 3px 3px 6px #00000029;
    background-image   : url(../img/icongoogle.png);
    color              : #000000 !important;
    font-weight        : 500;
    background-position: 46px center;
    background-repeat: no-repeat;
}

.logmail-wrap {
    position   : relative;
    display    : block;
    border-top : 1px solid #ccc;
    margin-top : 20px;
    padding-top: 11px;
}

.logmail-wrap p {
    font-size  : 19px;
    font-weight: 500;
    color      : #707070;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.logmail-wrap .form-control {
    font-size    : 15px;
    background   : #FFFEFE 0% 0% no-repeat padding-box;
    border       : 0.5px solid #641b2696;
    border-radius: 25px;
    color        : #707070;
    width        : 300px;
    margin       : 0 auto;
    height       : 46px;
}

a.forgotpw {
    position : relative;
    display  : block;
    margin   : 12px 0;
    font-size: 12px;
    color    : #2D2482;
}

/* .btn-login {
    position     : relative;
    display      : block;
    font-size    : 22px;
    font-weight  : 500;
    background   : #08BF26 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color        : #FFFEFE;
    width        : 300px;
    margin       : 0 auto 17px auto;
    transition: 0.5s;
} */
.btn-login {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    background: #08BF26 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #FFFEFE;
    width: 300px;
    margin: 10px auto 17px auto;
    transition: 0.5s;
    padding: 10px 0px;
    border: none;
}
.btn-login:hover{
    opacity: 0.5;
}

.form-text {
    position   : relative;
    display    : block;
    font-size  : 15px;
    color      : #2D2482;
    font-weight: 500;
}

a.signuplink {
    color: #D32E48;
}

.intro {
    position   : relative;
    display    : block;
    background : #FFF9F9;
    padding-top: 80px;
}

.pagecontents {
    position: relative;
    display : block;
}

.introtitle {
    font-family: Georgia;
    font-size: 42px;
    color: #D32E48;
    padding-left: 150px;
}

.introtext p {
    font-size     : 17px;
    line-height   : 27px;
    letter-spacing: 0.2px;
    color         : #707070;
}

.introtext {
    position: relative;
    display: block;
    padding-right: 130px;
    margin-top: 20px;
}

.success-box:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/photoframe.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.proposal-block {
    position     : relative;
    display      : block;
    background   : #FFFFFF;
    box-shadow   : 0px 2px 9px #00000017;
    border-radius: 5px;
    padding      : 14px 14px 5px 14px;
    border       : 1px solid transparent;
    max-width    : 350px;
}

.feature-title {
    position     : relative;
    display      : block;
    text-align   : center;
    margin-top   : 90px;
    margin-bottom: 45px;
}

.foreign-profile {
    position: absolute;
    top: -28px;
    right: -114px;
    background-position: 7px center;
    display: inline-block;
    background-image: url(../img/foreign-icon.png);
    background-color: #706D8B;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 10px;
    border-radius: 12px;
    padding: 4px 16px 4px 24px;
}

.dropdown-menu.show {
    right     : 10px;
    text-align: right;
}

.proposal-block-info {
    position: relative;
    display : flex;
}

.proposal-image {
    position : relative;
    display  : block;
    min-width: 130px;
    border   : 4px solid transparent;
}

.proposal-image-wrap {
    position: relative;
    display: block;
    margin-right: 11px;
    min-height: 140px;
}

.proposal-image img {
    border-radius: 6px;
    width: 100%;
    max-width: 130px;
}

.p-infor-col1 h5,
.p-infor-col2 h5 {
    font-size    : 10px;
    color        : #9E99C9;
    margin-bottom: 1px;
    font-weight  : 400;
}

.services .p-infor-col1 h5,
.services .p-infor-col2 h5 {
    font-size    : 12px;
    color        : #9E99C9;
    margin-bottom: 1px;
    font-weight  : 400;
}

.feature-profiles-wrap {
    position: relative;
    display : block;
    padding : 0 85px;
}


.p-infor-col1 h6,
.p-infor-col2 h6 {
    font-size  : 12px;
    font-weight: 600;
    color      : #22187B;
}

.modal .p-infor-col1 h6,
.modal .p-infor-col2 h6 {
    font-size  : 16px;
    font-weight: 600;
    color      : #22187B;
}

.proposal-info-row {
    position: relative;
    display : flex;
}

.p-infor-col1 {
    position    : relative;
    display     : block;
    margin-right: 18px;
}

.proposal-quick-info {
    position: relative;
}

.proposal-info-row {
    position     : relative;
    display      : flex;
    margin-bottom: 4px;
}

.profile-quick-info {
    position: absolute;
    display: flex;
    width: 100%;
    top: 104px;
    justify-content: space-between;
    padding: 0 8px;
}

.posted-date {
    font-size    : 9px;
    background   : #2D2E3B;
    border-radius: 12px;
    color        : #f8f8f8c4;
    width        : 57px;
    text-align   : center;
    height       : 17px;
    line-height  : 17px;
}

span.verify-small {
    height             : 17px;
    background-color   : #08BF26;
    background-image   : url(../img/verify-small-tick.png);
    background-repeat  : no-repeat;
    background-position: 10px center;
    border-radius      : 12px;
    font-size          : 9px;
    color              : #FFFFFF;
    width              : 60px;
    text-align         : center;
    padding            : 0 0 0 15px;
    line-height        : 17px;
}

.profile-action-wrap {
    position       : relative;
    display        : flex;
    justify-content: space-between;
    margin-top     : 6px;
}

.actionlinks a {
    position     : relative;
    font-size    : 10px;
    color        : #4b4b4d8c;
    display      : inline-block;
    border-right : 1px solid #ccc;
    margin-right : 6px;
    padding-right: 11px;
    padding-left : 14px;
    transition   : 0.5s;
}

.actionlinks a:hover {
    color: #ec0a0a;
}

a.pview {
    padding-left: 0;
}

.pmatch {
    background-image   : url(../img/match-icon.png);
    background-repeat  : no-repeat;
    background-position: 0px center;

}

.pbookmark {
    background-image   : url(../img/bookmark.png);
    background-repeat  : no-repeat;
    background-position: 0px center;
    border             : 0 !important;
    ;

}

.pinvite {
    display      : block;
    font-size    : 12px;
    font-weight  : 600;
    box-shadow   : 0px 1px 8px #b1aeae7d;
    border-radius: 4px;
    color        : #4B4B4D;
    padding      : 6px 28px;
    transition   : 0.5s;
}

.pinvite:hover {
    color: #ec0a0a;
}

.proposal-info-row:last-child {
    margin-bottom: 0;
}

.invite-wrap {
    position: relative;
    display : block;
    top     : -8px;
}

.proposal-block-wrap {
    position       : relative;
    display        : block;
    margin-top     : 30px;
    float          : left;
    width          : 100%;
    /* padding-left: 8px; */
}

.matchpercentage {
    width     : 35px;
    height    : 31px;
    position  : relative;
    display   : block;
    background: #756F70;
}

span.matchrate {
    position       : absolute;
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 39px;
    top            : 5px;
    z-index        : 9;
    font-size      : 12px;
    font-weight    : 400;
}

span.match-fill {
    position  : absolute;
    display   : block;
    background: #CF2D46;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    max-height: 30px;
}

.proposal-block.bestmatch {
    border: 1px solid #CF2D46;
}

.bestmatch .proposal-image {
    border       : 4px solid #CF2D46;
    border-radius: 10px;
}

.bestmatch .profile-quick-info {
    padding: 0 8px;
}

.proposal-pop .modal-dialog {
    max-width: 630px;
}

.feature-title h2 {
    font-size     : 30px;
    font-weight   : 400;
    font-family   : Georgia, serif;
    letter-spacing: 0.3px;
    color         : #641B26;
}

/* .feature-title:before {
    position        : absolute;
    content         : '';
    display         : block;
    top             : -100px;
    left            : -55px;
    background-image: url(../img/bgimage1.png);
    width           : 277px;
    height          : 465px;
} */

.intro:before {
    position: absolute;
    content: '';
    display: block;
    top: 281px;
    left: 0;
    background-image: url(../img/bgimage1.png);
    width: 277px;
    height: 465px;
}

.singmore {
    position: relative;
    display: block;
    border: 1px solid #724047;
    border-radius: 5px;
    font-size: 15px;
    color: #816c70!important;
    margin: 45px auto;
    width: 225px;
    padding: 10px 15px;
}

a.singmore:after {
    position     : absolute;
    content      : '';
    top          : 50%;
    transform    : translate(-40px, -50%) rotate(-45deg);
    right        : 0;
    width        : 8px;
    height       : 8px;
    border-bottom: 2px solid #724047;
    border-right : 2px solid #724047;
}

.success-box {
    position: relative;
    display: flex;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0px 3px 6px #00000029;
    border: 16px solid #FFFFFF;
    transition: 0.5s;
}
.success-box:hover .story-texts{
    opacity: 0;
}



.success-box:hover .storyhover h6, .success-box:hover .storyhover p, .success-box:hover .storyhover h4 {
    opacity: 1;
    transition: 0.5s;
}

.success-story {
    background: transparent linear-gradient(180deg, #FBEEEE 0%, #FBEFEF 100%, #FFF9F9 100%) 0% 0% no-repeat padding-box;
    padding-top: 60px;
    padding-bottom: 110px;
}

.story-texts {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.story-texts h3 {
    font-size  : 25px;
    font-weight: 700;
    font-family: Georgia, serif;
    color      : #FFFEFE;
}

.story-texts h5 {
    font-size  : 15px;
    display    : block;
    font-weight: 400;
    font-family: Georgia, serif;

}

.success-story h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.45px;
    color: #641B26;
    font-family: Georgia, serif;
    margin-bottom: 50px;
}


.story-texts h5 a {
    color: #FFFEFE;
    text-decoration: underline !important;
}

.storyhover {
    position: absolute;
    top: 0;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3D1C21;
    opacity: 0.4;
    color: #fff;
    display: flex;
    height: 100%;
    padding: 57px 66px 20px 20px;
}

.storyhover h6 {
    font-size    : 22px;
    font-family  : Georgia, serif;
    margin-bottom: 25px;
}

.storyhover p {
    font-size: 14px;
}

.storyhover h4 {
    font-family: Georgia, serif;
    font-size: 17px;
    margin-top: 10px;
}

.storyhover h6, .storyhover p, .storyhover h4 {
    opacity: 0;
    transition: 0.5s;
}

.success-box:hover .storyhover{
    opacity: 0.8;
    padding: 57px 66px 60px 20px;
}

.advertisements-wrap {
    position: relative;
    display: block;
    padding-top: 55px;
}

.advertisements-wrap h4 {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #641B26;
    margin-bottom: 60px;
}

.advertisements-wrap:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 253px;
    height: 266px;
    background: url(../img/addbg1.png);
    background-repeat: no-repeat;
}

.advertisements-wrap:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 538px;
    height: 197px;
    background: url(../img/addbg2.png);
    background-repeat: no-repeat;
}

.proposal-ad-block{
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px #00000017;
    border-radius: 5px;
    padding: 14px 14px 5px 14px;
    border: 1px solid transparent;  
}
.advertisment-wrapper {
    position: relative;
    display: block;
    max-width: 77%;
    margin: 0 auto;
}
.service-image {
    position: relative;
    display: block;
    min-width: 150px;
    border: 0;
}

.serivice-quick-info {
    position: relative;
    padding-top: 7px;
}
.service-image-wrap {
    position: relative;
    display: block;
    margin-right: 11px;
}
.service-image img {
    border-radius: 6px;
    width: 100%;
    max-width: 150px;
}
.service-block-info {
    position: relative;
    display: flex;
}
.p-infor-col1.institute h6 {
    font-size: 16px;
}
h3.service-category {
    position: absolute;
    right: 0;
    color: #9E99C9;
    font-size: 10px;
    font-weight: 400;
    top: 6px;
}
.p-infor-col1.institute {
    margin-bottom: 3px;
}
.serivice-quick-info .p-infor-col1 {
    min-width: 130px;
}

.pemail {
    display: block;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 1px 8px #b1aeae7d;
    border-radius: 4px;
    color: #4B4B4D;
    padding: 6px 23px 6px 32px;
    transition: 0.5s;
    background-image: url(../img/mail-icon.jpg);
    background-position: 12px center;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.pemail:hover {
    color: #ec0a0a;
}
.advertisment-wrapper .col-xl-6.col-lg-6.col-md-6.mb-3 {
    padding: 0 10px;
}
.logmail-wrap .form-group {
    margin-bottom: 15px;
}
.form-cont label.help-block.m-b-none {
    margin-bottom: 0;
    position: absolute;
    display: block;
    text-align: center;
    width: 250px;
    margin: auto;
    font-size: 12px;
    color: #c00;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}
footer {
    position: relative;
    display: block;
    background-image: url(../img/footerbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-wrap {
    position: relative;
    display: block;
    color: #fff;
}

.footer-wrap:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    color: #fff;
    background-color: #641b26f5;
}

.footer-cols {
    position: relative;
    display: flex;
    align-items: center;
    padding: 37px 58px;
    border-right: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    height: 100%;
}
.footer-cols.c1 {
    padding-left: 102px;
}


.footer-cols.c3 {
    border-right: 0;
}
.f-contacts h4{
    font-size:14px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0.14px;
    color: #FFFEFE;
    text-transform: uppercase;
}

.f-contacts {
    position: relative;
    display: block;
    margin-left: 17px;
}
.f-contacts a{
    font-size:25px;
    display: block;
    font-weight: 500;
    color: #FFFEFE;
    transition: 0.5s;
}
.f-contacts a:hover {
    opacity: 0.5;
}
a.whatsapp-link.mobile {
    display: none;
}

.c3 .f-contacts a {
    font-size: 24px;
}
a.logo-flink {
    position: relative;
    display: block;
    padding: 34px 27px 30px 94px;
}

.footer-cols.c2 {
    padding-left: 95px;
}

.storyhover:before {
    position: absolute;
    content: '';
    display: block;
    top: 19px;
    left: 14px;
    width: 82px;
    height: 61px;
    background: url(../img/quote.png);
    opacity: 0;
    transition: 0.5s;
}

.success-box:hover .storyhover:before {
    opacity: 0.4;
}

.f-social {
    position: relative;
    display: flex;
    width: 169px;
    margin-left: 102px;
    justify-content: center;
}
.f-social a {
    position: relative;
    display: block;
    border: 1px solid #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
    margin: 0 16px;
    transition: 0.5s;
    opacity: 0.6;
}

.f-social a:hover{
    opacity: 1;
}

.footer-wrap h5 {
    position: relative;
    display: block;
    color: #FFFEFE;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
}

.addwrap p {
    font-size: 15px;
    line-height: 23px;
    color: #CEB9B9;
    margin-left: 15px;
}
.addwrap {
    position: relative;
    display: flex;
    align-items: flex-start;
}

ul.f-links {
    padding: 0;
    list-style: none;
}

ul.f-links li {
    font-size: 15px;
    margin-bottom: 5px;
}
ul.f-links li a{
    color: #CEB9B9;
    transition: 0.5s;
}
ul.f-links li a:hover{
    color: #fff;
}

.fwrap {
    position: relative;
    display: block;
    padding-left: 51px;
}
.copyrights p {
    margin-bottom: 0;
}
.copyrights {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fffefe14;
    padding: 25px 0 20px;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #DFB4B4;
}

.copyrights a{
    color: #DFB4B4;
    display: inline-block;
    transition: 0.5s;
}
.copyrights a:hover{
    color: #fff;
}
.inner-header-col2 p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.19px;
    color: #120E3B;
    margin-right: 28px;
}

.inner-header-col2 a {
    display: block;
    color: #120E3B;
    font-size: 19px;
    margin: 0 15px;
}
.inner-header-col2 {
    position: relative;
    display: flex;
    float: right;
    padding-top: 40px;
}
.inner-header-col2 a img {
    position: relative;
    display: inline-block;
    margin: 0 11px 0 0;
}
header {
    background: #F5F5F5;
}
.service-login-wrap {
    position: relative;
    display: block;
    background: #F5F5F5;
    padding-bottom: 90px;
}
a.inner-logo {
    position: relative;
    display: block;
    margin-top: 25px;
}
.headercol2 {
    position: relative;
    display: flex;
}
a.inner-whatsapp-link.mobile {
    display: none;
}
.loginwrap-col2.service {
    margin-top: 0;
}
.service-loginbg {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 0 11px 11px 0;
    background-size: cover;
}
.service-login-wrap h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: Georgia, serif;
    letter-spacing: 0.32px;
    color: #641B26;
    text-align: center;
    margin: 25px 0 50px;
}
.hidden {
    display: none!important;
    visibility: hidden;
}
















