/*@font-face {
       src: url('../Fonts/ .ttf') format('truetype');
}*/

/*@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}*/


/*/* xs < 768 */
/*@media screen and (max-width: 767px) {
    html,body {
        font-size: 0.9em !important;
    }
}*/

/* sm */
/*@media screen and (min-width: 768px) {
    html,body {
        font-size: 1em !important ;
    }

    
}*/

/* md */
/*@media screen and (min-width: 992px) {
    html,body {
        font-size: 1.2em !important;
    }
}*/

/* lg */
/*@media screen and (min-width: 1200px) {
    body {
        font-size: 1.3em !important;
    }
}*/


/*body {
    margin: 0;
}


.header {
    background-color: #2E5187;
    height: 100px;
    display: flex;
    align-items: center;
    color: white;
    /*padding: 0 150px;*/
/* }
*/ */
/*.headerIntro {
    /*background-color: #34578F;*/
/*color: white;*/
/*padding: 0 150px;*/
/* }

*/ */
/*.logo {
    height: 60px !important;
}*/
.features {
    background-color: #EFEFEF;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
    padding-top: 100px;
}

.features > ul {
    list-style: none;
    display: table;
    margin: auto;
}

    .features > ul > li {
        /*float: left;*/
    }

.packages, .whyTagIt {
    text-align: center;
}

.whyTagIt {
    padding-top: 40px;
    padding-bottom: 50px;
}

.appBox {
    text-align: center;
    background-color: #EFEFEF;
    padding-top: 40px;
}

/*.shape {
    height: 300px;
    background-color: #34578F;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 96px, 100% 0, 100% 100%, 0% 100%);
}*/

/*h1 {
    margin: 0;
}

.menu {
    margin-left: auto;
}*/

/*.menu > ul {
        list-style: none;
        display: table;
    }

        .menu > ul > li {
            float: left;
            width: 100px;
            margin: auto;
            vertical-align: middle;
            color: aqua;
        }

            .menu > ul > li > a {
                color: #ffffff;
                text-decoration: none;
            }*/

.featuresItem {
    width: 200px;
    border: 1px solid #e2e2e2;
    margin: 5px;
    padding: 30px 10px;
}

.featuresCircle {
    width: 80px;
    height: 80px;
    background: white;
    margin: 10px auto;
    border-radius: 40px;
    display: table;
}

.featuresIcon {
    font-size: 45px;
    color: #406890;
    vertical-align: middle;
    display: table-cell;
}

.featuresItem:hover {
    background-color: #ffffff;
}

    .featuresItem:hover .featuresCircle {
        background-color: #EFEFEF;
    }

    .featuresItem:hover .featuresIcon {
        color: #000000;
    }

.whyTagItCircle {
    width: 80px !important;
    height: 80px;
    background: white;
    margin: 10px auto;
    border-radius: 40px;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: top;
}

.whyTagItIcons {
    font-size: 45px;
    display: table;
    color: #305791;
    margin: auto;
    margin-top: 10px;
}

.sectionHeader {
    font-weight: lighter;
}

/*.btnDownloadApp {
    font-size: 24px;
    font-family: Roboto-Regular;
    font-weight: normal;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 0px solid #ebebeb;
    padding: 8px 30px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #ebebeb 5%, #ebebeb 100% );
    background: -ms-linear-gradient( top, #ebebeb 5%, #ebebeb 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ebebeb');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ebebeb), color-stop(100%, #ebebeb) );
    background-color: #ebebeb;
    display: inline-block;
    width: 220px;
    text-shadow: 0px 0px 0px #ebebeb;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ebebeb;
    -moz-box-shadow: inset 0px 0px 0px 0px #ebebeb;
    box-shadow: inset 0px 0px 0px 0px #ebebeb;
}

    .btnDownloadApp:hover {
        background-color: #ebebeb;
    }

    .btnDownloadApp:active {
        position: relative;
        top: 1px;
    }*/

/* .packages {
    
}  */

.packages > ul {
    list-style: none;
    display: inline-block;
    /*margin: auto;*/
}

    .packages > ul > li {
        float: none;
        width: 270px;
        height: 840px;
        margin: 15px;
        vertical-align: middle;
        border: 1px solid gray;
        position: relative;
    }

        .packages > ul > li:hover {
            -moz-box-shadow: 0 0 50px 10px #ccc;
            -webkit-box-shadow: 0 0 50px 10px #ccc;
            box-shadow: 0 0 50px 10px #ccc;
        }

            .packages > ul > li:hover .packagesTitle {
                background-color: #2E5187;
                color: #2E5187;
            }

            .packages > ul > li:hover .btnPackages {
                background-color: #2E5187;
                color: #2E5187;
            }

            .packages > ul > li:hover .packagesCircle {
                background-color: #E6B006;
                color: #2E5187 !important;
                border-width: 0;
            }

                .packages > ul > li:hover .packagesCircle > div > span {
                }

.packagesCircle {
    font-size: 17px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    color: #04C4F8;
    background: white;
    border-radius: 40px;
    border: 1px solid gray;
    display: table;
    position: absolute;
    left: calc(50% - 40px);
    top: 100px;
}

    .packagesCircle > div > span {
        color: #000000;
    }

.packagesTitle {
    padding: 40px 10px 80px 10px;
    border-bottom: 1px solid gray;
    font-size: 22px;
}

.packagesContent {
    padding: 80px 10px 40px 10px;
    font-size: 13px;
}

    .packagesContent > ul {
        list-style: none;
        padding: 0;
        margin: auto;
    }

        .packagesContent > ul > li {
            margin: 0 0 15px 0;
        }

            .packagesContent > ul > li:hover {
                color: black;
            }

.packages > .list-inline > li {
    padding-left: 0px;
    padding-right: 0px;
}

.backLine {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: gray;
    position: absolute;
    width: 300px;
    top: 71px;
    z-index: -1;
}

.btnPackages {
    font-weight: normal;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid gray;
    padding: 8px 26px;
    text-decoration: none;
    background-color: #2E5187;
    display: inline-block;
    width: 206px;
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 100px);
}

.btnsendMessage {
    font-family: Roboto-Regular;
    font-weight: normal;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid gray;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #34578F;
    display: inline-block;
    color: #ffffff;
}

/*.teamMembers > ul, .shape > ul {
    padding: 0;
    list-style: none;
    margin: auto;
    display: table;
}

    .teamMembers > ul > li, .shape > ul > li {
        float: left;
        margin: 0px 15px;
    }

.teamMembersImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.footer {
    height: 300px;
    background-color: #34578F;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
}

.signUP {
    margin-top: -2%;
    position: relative;
    padding-left: 44%;
}*/
@media all and (max-width: 1920px) {
    .signUP {
        margin-top: 0%;
        position: relative;
        /*padding-left: 32%;*/
    }
}

@media all and (max-width: 600px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 32%;
    }
}

@media all and (max-width: 1680px) {
    .signUP {
        margin-top: 0%;
        position: relative;
        padding-left: 43%;
    }
}

@media all and (max-width: 540px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 21%;
    }
}

@media all and (max-width: 1366px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 42%;
    }
}

@media all and (max-width: 1024px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 39%;
    }
}

@media all and (max-width: 375px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 20%;
    }
}

@media all and (max-width: 414px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 20%;
    }
}

@media all and (max-width: 768px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 36%;
    }
}

@media all and (max-width: 360px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 21%;
    }
}

@media all and (max-width: 375px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 19%;
    }
}

@media all and (max-width: 414px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 18%;
    }
}

@media all and (max-width: 328px) {
    .signUP {
        margin-top: -2%;
        position: relative;
        padding-left: 16%;
    }
}
