@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

@font-face {
    font-family: "Futura Bk BT";
    src: url("../fonts/FuturaBT-Book.eot");
    src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
    font-weight: normal;
    font-style: normal
}
html{
    scroll-behavior: smooth;
}
.transition-5ms {
    transition: all 500ms ease-in-out
}

.transition-3ms,
a {
    transition: all 300ms ease-in-out
}

::-moz-selection {
    background-color: #0194f1;
    color: #fff
}

::selection {
    background-color: #0194f1;
    color: #fff
}

::-moz-selection {
    background-color: #0194f1;
    color: #fff
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font: normal 14px "Lato", sans-serif, "Font Awesome 5 Pro";
    color: #2a2a2a
}

a:hover {
    text-decoration: none
}

h2,
.h2 {
    font-weight: bold;
    font-size: 44px;
    color: #0194f1
}

@media (max-width: 991.98px) {

    h2,
    .h2 {
        font-size: 23px
    }
}

h3 {
    font-size: 27px;
    color: #075993;
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 20px
    }
}

p {
    font-size: 20px
}

figure {
    margin: 0
}

.title {
    font: bold 44px "Lato", sans-serif;
    position: relative;
}

.title.seperator:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #0194f1;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    margin: auto
}

.title.seperator.left {
    text-align: left
}

.title.seperator.left:after {
    left: 0
}

.title.seperator.center {
    text-align: center
}

.title.seperator.center:after {
    left: 0;
    right: 0
}

.title.seperator.right {
    text-align: right
}

.title.seperator.right:after {
    right: 0
}

@media (max-width: 767.98px) {
    .title {
        font-size: 23px!important;
    }
}

.general-sec {
    padding: 50px 0
}

ul.alternate-sec {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.alternate-sec li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

ul.alternate-sec li figure {
    margin-right: 30px;
    flex-shrink: 0
}

ul.alternate-sec li .content .title {
    color: #075993
}

ul.alternate-sec li .content .h3 {
    color: #075993;
    margin-bottom: 30px
}

ul.alternate-sec li:nth-child(2n) figure {
    margin-left: 30px;
    margin-right: 0;
    order: 2
}

@media (max-width: 991.98px) {
    ul.alternate-sec li {
        flex-direction: column
    }

    ul.alternate-sec li figure {
        margin: 0
    }

    ul.alternate-sec li:nth-child(2n) figure {
        margin: 0;
        order: 1
    }

    ul.alternate-sec li:nth-child(2n) .content {
        order: 2
    }
}

.info-box {
    display: flex
}

.info-box.icon-top {
    flex-direction: column
}

.info-box.icon-top figure {
    margin-bottom: 20px
}

.info-box.icon-left figure {
    margin-right: 20px
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 3rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font: normal 1.42857em "Futura Bk BT"
}

.btn-primary {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-primary:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary:after {
    content: "";
    background: url("../images/spirit.png") 0 -100px no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-left: 6px
}

.btn-outline-primary {
    color: #0194f1;
    border-color: #0194f1
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 104, 149, 0.5)
}

.form-control {
    font-size: 16px;
    border-radius: 15px;
    height: 40px
}

textarea {
    resize: none
}

.scrollTop {
    width: 50px;
    height: 50px;
    background: #075993;
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 1px 2px #fff;
    border-radius: 50px
}

.scrollTop:after {
    content: "\f077"
}

.scrollTop:hover {
    color: #fff
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

header .container {
    position: relative
}

header .brand-logo {
    position: absolute;
    top: 30px;
    z-index: 100;
    width: 330px
}

header .brand-logo img {
    max-width: 100%;
    height: auto
}

@media (max-width: 991.98px) {
    header .brand-logo {
        position: unset
    }

    header .brand-logo img {
        max-width: 100px;
        height: auto
    }
}

@media (max-width: 767.98px) {
    header {
        position: unset;
        background: #019a9f;
        padding: 15px 0;
        text-align: center
    }
}

.banner {
    background: url("../images/banner.jpg") center 0 no-repeat;
    background-size: cover;
    position: relative
}

.banner::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.banner .container h1 {
    color: #4dfffd;
    margin-bottom: 30px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 28px;
}

.banner .container h2 {
    color: #fff;
    text-transform: uppercase
}

.banner .container p {
    color: #fff;
    font-size: 27px;
}
.banner .container p strong{
    font-size: 48px;;
    display: block;
    text-transform: none;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 20px;
}
.banner .container ul {
    padding-left: 25px;
    list-style-type: square;
    color: #4dfffd
}

.banner .container ul li {
    font-size: 28px
}

.banner img {
    width: 100%
}

.banner .form-sec {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 15px;
    text-align: center
}

.banner .form-sec h2 {
    text-transform: none;
    color: #075993
}

.banner .form-sec .form-group {
    text-align: left
}

.banner .form-sec .form-control {
    /*background: #b7b7b7*/
}

.banner .form-sec label {
    font-size: 18px;
    color: #6c6c6c
}

@media (min-width: 768px) {
    .banner h1 {
        font-size: 40px;
        margin-top: 200px
    }

    .banner h2 {
        font-size: 33px;
        font-weight: bold
    }

    .banner .form-sec {
        margin-top: 100px
    }
}

@media (max-width: 767.98px) {
    .banner .container {
        position: unset;
        padding: 30px 15px
    }

    .banner .container br {
        display: none
    }

    .banner .container h1 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 15px;
        text-align: center;
    }
    .banner .container p{text-align: center;}
    .reg-com h4{text-align: center;}
    .reg-com a{margin: 0 auto;}
    .have-question .btn{ 
    margin: 0 auto;
    display: table;}
    .banner .container h2 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .banner .container ul li {
        font-size: 18px
    }
}

.key-sec {
    padding-bottom: 0
}

.key-sec h2 {
    font-weight: bold;
    color: #075993
}

.key-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.key-sec ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.key-sec ul li::before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 5px;
    color: #075993;
    font-size: 15px;
    font-weight: bold
}

@media (min-width: 768px) {
    .key-sec ul {
        font-size: 0
    }

    .key-sec ul li {
        display: inline-block;
        font-size: 20px;
        margin-right: 30px;
        width: calc((100% - 30px) / 2)
    }

    .key-sec ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .key-sec {
        padding-bottom: 30px
    }

    .key-sec h2 {
        margin-top: 30px
    }

    .key-sec ul li {
        font-size: 20px
    }
}

.get-started {
    background: #075993;
    padding: 50px 0;
    text-align: center
}

.get-started h2 {
    font-weight: bold;
    color: #fff
}

.get-started .btn {
    margin-top: 30px
}

.get-started .form-control {
    border: none
}

@media (max-width: 767.98px) {
    .get-started .col-sm {
        margin-bottom: 15px
    }
}

.productivity-sec h2 {
    font-weight: bold;
    color: #075993;
    text-align: center;
    font-size: 44px
}

.productivity-sec .content h3 {
    color: #4dfffd;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px
}

.productivity-sec .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.productivity-sec .content ul li {
    display: block;
    margin: 0;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    margin-top: 10px
}

.productivity-sec .content ul li::before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 0;
    color: #4dfffd
}

@media (max-width: 991.98px) {
    .productivity-sec h2 {
        font-size: 28px
    }

    .productivity-sec .content h3 {
        font-size: 23px
    }
}

.our-features {
    color: #fff;
    background-image: url('../images/compliance-managemen.jpg')
}

.our-features .title {
    text-align: center;
    font-weight: bold
}

.our-features ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .our-features ul {
        font-size: 0
    }

    .our-features ul li {
        display: inline-block;
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
        margin-bottom: 60px
    }

    .our-features ul li:nth-child(2n) {
        margin-right: 0
    }
}

.our-features .info-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #075993
}

.our-features .info-box p {
    font-size: 15px
}

.our-features .info-box figure {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 135px;
    justify-content: center;
    width: 135px;
    border: 3px solid #075993
}

@media (max-width: 767.98px) {
    .our-features h3 {
        margin-bottom: 5px;
        font-size: 20px
    }

    .our-features .row + .row {
        margin-top: 0
    }

    .our-features .col-sm {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    .our-features {
        padding: 30px 0
    }

    .our-features ul li {
        margin-bottom: 15px
    }

    .our-features .info-box p {
        font-size: 16px
    }
}

.indicative-list {
    background: url("../images/indicative-bg.jpg") center 0 no-repeat;
    background-size: cover;
    color: #fff
}

.indicative-list h2 {
    color: #fff
}

.indicative-list ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0
}

.indicative-list ul li {
    position: relative;
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 15px
}

.indicative-list ul li::before {
    content: '\f45c';
    font-size: 5px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 9px
}

@media (min-width: 768px) {
    .indicative-list img {
        float: right;
        left: -100px;
        position: relative;
        top: 80px
    }
}

.industries-sec {
    background: url("../images/industries-bg.jpg") center 0 no-repeat;
    background-size: cover;
    text-align: center
}

.industries-sec h2 {
    color: #031b64
}

.industries-sec h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
        color: #031b64; 
}

.industries-sec ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0
}

@media (min-width: 768px) {
    .industries-sec ul {
        font-size: 0
    }

    .industries-sec ul li {
        vertical-align: top;
        font-size: 24px;
        display: inline-block;
        width: calc((100% - 200px) / 5);
        margin-right: 50px
    }

    .industries-sec ul li:nth-child(5n) {
        margin-right: 0
    }
}

.advantage-sec {
   
}

.advantage-sec h2 {
    color: #031b64;
    text-align: center;
    margin-bottom: 30px
}

.advantage-sec h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px
}

.advantage-sec ul {
    list-style: none;
    margin: 30px 0 0;
    padding-left: 20px;
}

.advantage-sec ul li {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
}

.advantage-sec ul li::before {
    color: #075993;
    content: '\f054';
    font-weight: bold;
    left: -5px;
    position: absolute;
    top: 9px
}

.trusted-sec h2 {
    text-align: center;
    color: #075993;
    font-weight: bold;
    font-size: 44px
}

.trusted-sec .owl-theme {
    margin-top: 30px
}

.trusted-sec .owl-theme .item figure {
    width: 218px;
    height: 199px;
    border: 3px solid #c9c9c9;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.trusted-sec .owl-theme .item figure img {
    max-width: 100%;
    height: auto;
    width: unset
}

@media (min-width: 768px) {
    .trusted-sec .owl-theme .owl-nav [class*="owl-"] {
        top: 50%;
        position: absolute;
        font-size: 15px;
        margin-top: -25px;
        background: #26a4fe;
        border-radius: 100px;
        color: #fff;
        width: 30px;
        height: 30px
    }

    .trusted-sec .owl-theme .owl-nav .owl-prev {
        left: -50px
    }

    .trusted-sec .owl-theme .owl-nav .owl-next {
        right: -50px
    }
}

@media (max-width: 991.98px) {
    .trusted-sec h2 {
        font-size: 28px
    }

    .trusted-sec .owl-theme .item figure {
        margin: 0 auto
    }
}

.testimonial-sec {
    background: url("../images/our-features-bg.jpg") center 0 no-repeat;
    background-size: cover;
    text-align: center
}

.testimonial-sec h2 {
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    text-transform: uppercase
}

.testimonial-sec .box {
    background: #fff;
    padding: 30px;
    margin-top: 30px
}

.testimonial-sec .author {
    font-size: 19px
}

.testimonial-sec .author strong {
    color: #075993;
    font-size: 23px;
    font-weight: bold;
    display: block
}

@media (max-width: 991.98px) {
    .testimonial-sec h2 {
        font-size: 28px
    }
}

.robot-trading {
    background: url("../images/get-started-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px 0 100px
}

.robot-trading .title {
    text-align: center
}

.robot-trading h3 {
    text-align: center;
    margin-bottom: 40px
}

.certified {
    background: url("../images/certified-by-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px
}

.certified .title {
    text-align: center;
    color: #fff
}

.certified ul {
    margin-top: 100px;
    padding: 0;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center
}

.certified ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 100px;
    margin-right: 20px
}

@media (max-width: 767.98px) {
    .certified ul {
        flex-direction: column;
        align-items: center;
        margin-top: 30px
    }

    .certified ul li {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.have-question h3 {
    margin: 30px 0
}

.have-question figure {
    text-align: center
}

.have-question .btn {
    padding: 7px 15px;
    font-size: 23px;
    background-color: #075993;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 14px;
}

.have-question .form-control {
    background: #f3f3f3;
    border: none
}

@media (max-width: 767.98px) {
    .have-question {
        padding: 30px 0 0
    }

    .have-question h3 {
        margin: 15px 0
    }
}

footer {
    background: #2a2a2a;
    padding: 30px 0
}

footer .container [class*="col-"] + [class*="col-"] {
    border-left: 3px solid #656565;
    padding-left: 50px
}

footer h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0194f1
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer ul li {
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

footer ul li::before {
    color: #0194f1;
    content: "\f04d";
    font-size: 6px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 4px
}

@media (max-width: 991.98px) {
    footer .container [class*="col-"] + [class*="col-"] {
        border: none;
        padding: 15px
    }
}

/*# new */
.trusted-comp{
    background-color: #05626b;
    color: #fff;
    padding: 30px 0;}
.trusted-comp .title{
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;}
.trusted-comp .img-sec{}
.trusted-comp .desc strong{display: block;}
.trusted-comp .desc{
    
    padding: 10px 0;
    font-size: 25px;}
.indu-expt .title{
    color: #031b64;
    text-transform: uppercase;}
.indu-expt h4{
    font-weight: bold;
    color: #075993;
    padding: 10px 0;}
.indu-expt ul{list-style: none;
    padding: 0;}
.indu-expt li{
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0; }
.indu-expt li img{
    display: inline-block;
    margin-right: 10px;
    /* margin: auto; */
    margin-top: -4px;}
.reg-com{background-color: #075993;color: #fff;}
.reg-com .title{
    text-transform: uppercase;
    text-align: center;}
.reg-com p{
    text-transform: capitalize;text-align: center;}
.reg-com h4{
    font-size: 30px;}
.reg-com a{
    display: table;
    color: #075993;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 10px;
    margin-left: auto;}
.leadingbusiness{ text-align: center;background-image: url('../images/how-to-payroll-yourself.jpg');color: #fff!important;}

    .leadingbusiness ul{ text-align: center; margin: 0; padding: 0;}

    .leadingbusiness ul li{ display: inline-block;
        text-align: center;
        margin: 10px;
        background: #fff;
        padding: 5px; }

    .leadingbusiness h2{text-align: center;text-transform: uppercase;color: #fff!important;font-weight: bold;}

.lab-regu{background: #075993 url('../images/layer27.jpg') bottom no-repeat;} 
.lab-regu h2{
    color: #fff;} 
.lab-regu ul{
    padding-left: 15px;
    list-style: none;}
.lab-regu li{
    position: relative;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;}
.lab-regu li:before{
    content: '\f138';
    font-weight: bold;
    left: -12px;
    position: absolute;
    top: 7px;}
.our-features .text-box{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    height: 360px;
}
.our-features h3{color: #05626b;font-weight: bold;}
.our-features p{text-align: justify;color: #05626b;
    font-size: 18px;}
.have-question{background-image: url('../images/rectangle11.jpg');color: #fff}
.have-question .title{text-transform: uppercase;}
.have-question h3{color: #55b7fc;}

    .testimonial-ssr{ background: url(../images/testimonial-bg.jpg) center 0 no-repeat;
        background-size: cover; padding: 20px 0; color:#fff;
    }

    .testimonial-ssr .testtxt{ background: #fff; display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10%;
        padding: 20px;
        margin: 0 auto;}

.testimonial-ssr h2{ color: #fff; text-align: center;}

.testimonial-ssr .maintxt{ font-size: 18px; font-weight: 700; color: #2a2a2a; text-align: center;}

.testimonial-ssr p{ color: #2a2a2a; text-align: center;}

.testimonial-ssr h3{ font-size: 18px; font-weight: bold;}
.serve-indu h2{
    color: #064e81;
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 44px;
}
.serve-indu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;}
.serve-indu li{text-align: center;}
.serve-indu li h3{font-weight: bold;color: #064e81;}

/*floating*/
.enquiries {
    position: fixed;
    z-index: 1;
}
   .enquiries {
    background-color: #004c98;
    border-color: #004c98;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    padding: 15px 30px;
    right: -115px;
    top: 50%;
    transform: rotate(-90deg);
     color: #fff;
}
.enquiries img{
    display: none;
}
@media (min-width: 576px){
    .enquiries {

        background-color: #004c98;
        border-color: #004c98;
        border-radius: 5px 5px 0 0;
        font-size: 22px;
        padding: 15px 30px;
        right: -110px;
        top: 50%;
        transform: rotate(-90deg);
        color: #fff;
    }
        .enquiries img{
        display: block;
    }
}
    
    /*floating*/
.enquiries {
    position: fixed;
    z-index: 1;
}
   .enquiries {
    background-color: #004c98;
    border-color: #004c98;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    padding: 15px 30px;
    right: -115px;
    top: 50%;
    transform: rotate(-90deg);
     color: #fff;
}
.enquiries img{
    display: none;
}
   
.enq-btn-mobile{
    display: none;
}    

.employee p{
    font-size: 27px;
}
.enquiries img{
    display: none;
}
@media only screen and (max-width: 600px){
    .enquiries img{
       display: none;
    }
    .enquiries {
        display: none;
     }
      .enq-btn-mobile{
        display: block; 
      }
     .enq-btn-mobile img{
        height: 55px;
        width: 55px;
        float: right;
        position: fixed;
        top: 80%;
        right: 0;
        /*background-color: #0194f1;*/
        /*padding: 10px;*/

     }
     .my-subtitle{
        font-size: 18px;
     }
}
.my-subtitle{
    font-size: 20px;
}