/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@font-face {
  font-family: 'proxima_novaregular';
  src: url('../asset/Fonts/proximanova/proximanova-regular-webfont.woff2') format('woff2'),
  url('../asset/Fonts/proximanova/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Handscript';
    src: url('../asset/Fonts/handscript/Handscript.woff2') format('woff2'),
    url('../asset/Fonts/handscript/Handscript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: 'Montserrat', sans-serif;

}

.container-fluid{
  padding: 0 !important;

}

header .container-fluid{
  position: relative;
}


.masthead {
    height: 50vh;
    min-height: 200px;
    background-image: url('../img/seendomain.png');
    background-size: cover;
    background-position: center 14%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.show-desktop{
    display: flex;
}

.show-mobile{
    display: none;
}


.header-title-font{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: Normal;
    text-align: center;

}

.header-title-font-big{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

.header-title-font-description{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.breadcrumb {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 100px;
}

.breadcrumb .black-text{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.breadcrumb-item.active {
    color: #249ca7;
    font-size: 16px;
    font-weight: bold;
}

.img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rect-img-wrapper .img-container {
    width: 100%;
    padding-bottom: 62%;
}

.seendo-img-size{
    width: 100%;
    height: 60vh;
    object-fit: fill;
}

.seendo-main-title-font{
    font-family: 'handscript';
    font-size: 70px;
    font-weight: normal;
    font-style: normal;
    color: #249CA7;
}

.seendo-main-normal-font{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.card-title{
    font-family: 'Montserrat', sans-serif;
    color: #249CA7;
    font-size: 60px;
    font-weight: bold;
    line-height: 95%;
}

.card-text-big-title{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.card-text-small{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.card-text-smaller-green{
    font-family: 'Montserrat', sans-serif;
    color: #249CA7;
    font-size: 18px;
    font-weight: bold;
}

.card-text-smaller-green:hover{
    color: #FBAD18;
}

.seeanddo-line-red {
    background-color: #EF3E2D;
    width: 30%;
    height: 3px;
    border: 2px;
    text-align: center;
}

.seeanddo-line-orange {
    background-color: #FBAD18;
    width: 30%;
    height: 3px;
    border: 2px;
    text-align: center;
}

.seeanddo-line-blue {
    background-color: #283A97;
    width: 30%;
    height: 3px;
    border: 2px;
    text-align: center;
}

.seeanddo-line-green {
    background-color: #249CA7;
    width: 20%;
    height: 2px;
    border: 2px;
    float: left;
    position: relative;
    top: 10px;
}

.seeanddo-bg-color{
    background-color: #F4F4F4;
}





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


    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: flex;
    }

    .masthead {
        height: 50vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 10px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 30vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 26px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 50%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 50%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 50%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

    .seendo-findout-line-green{
        background-color: #249CA7;
        width: 14%;
        height: 3px;
        border: 2px;
        position: absolute;
        left: 23%;
        top: 40%;
    }

    .seendo-text-findout{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

}

@media only screen and (max-width: 413px) and (min-width: 321px)  {

    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: flex;
    }

    .masthead {
        height: 50vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 10px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 30vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        line-height: 80%;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

    .seendo-findout-line-green{
        background-color: #249CA7;
        width: 12%;
        height: 3px;
        border: 2px;
        position: absolute;
        left: 25%;
        top: 40%;
    }

    .seendo-text-findout{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

}



@media only screen and (max-width: 549px) and (min-width: 414px){
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: flex;
    }

    .masthead {
        height: 50vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 10px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 30vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        line-height: 90%;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 22px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: normal;
        line-height: 110%;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 40%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

    .seendo-findout-line-green{
        background-color: #249CA7;
        width: 14%;
        height: 3px;
        border: 2px;
        position: absolute;
        left: 23%;
        top: 40%;
    }

    .seendo-text-findout{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
    }

}

@media only screen and (max-width: 717px) and (min-width: 550px){

    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: flex;
    }

    .masthead {
        height: 50vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 10px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 40vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        line-height: 90%;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 26px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: normal;
        line-height: 110%;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

    .seendo-findout-line-green{
        background-color: #249CA7;
        width: 12%;
        height: 3px;
        border: 2px;
        position: absolute;
        left: 30%;
        top: 40%;
    }

    .seendo-text-findout{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
    }
}


@media only screen and (max-width: 992px) and (min-width: 718px){

    .masthead {
        height: 30vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 30px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 28vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 30px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

}



@media only screen and (max-width: 1200px) and (min-width: 993px){

    .masthead {
        height: 30vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 30px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 28vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 30px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 14px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }



}

@media only screen and (max-width: 1350px) and (min-width: 1201px) {

    .masthead {
        height: 40vh;
        min-height: 200px;
        background-image: url('../img/seendomain.png');
        background-size: cover;
        background-position: center 14%;
        background-repeat: no-repeat;
    }


    .header-title-font{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: Normal;
        text-align: center;
    }

    .header-title-font-big{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 58px;
        font-weight: bold;
        text-align: center;
    }

    .header-title-font-description{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }

    .breadcrumb {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 30px;
    }

    .breadcrumb .black-text{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }


    .breadcrumb-item.active {
        color: #249ca7;
        font-size: 16px;
        font-weight: bold;
    }

    .seendo-img-size{
        width: 100%;
        height: 50vh;
        object-fit: fill;
    }

    .seendo-main-title-font{
        font-family: 'handscript';
        font-size: 56px;
        font-weight: normal;
        font-style: normal;
        color: #249CA7;
    }

    .seendo-main-normal-font{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
    }

    .card-title{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 40px;
        font-weight: bold;
        line-height: 95%;
    }

    .card-text-big-title{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-text-small{
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: normal;
    }

    .card-text-smaller-green{
        font-family: 'Montserrat', sans-serif;
        color: #249CA7;
        font-size: 18px;
        font-weight: bold;
    }

    .seeanddo-line-red {
        background-color: #EF3E2D;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-orange {
        background-color: #FBAD18;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-blue {
        background-color: #283A97;
        width: 30%;
        height: 3px;
        border: 2px;
        text-align: center;
    }

    .seeanddo-line-green {
        background-color: #249CA7;
        width: 20%;
        height: 2px;
        border: 2px;
        float: left;
        position: relative;
        top: 10px;
    }

    .seeanddo-bg-color{
        background-color: #F4F4F4;
    }

}

@media only screen and (max-width: 1480px) and (min-width: 1351px) {


    .seendo-img-size{
        width: 100%;
        height: 50vh;
        object-fit: fill;
    }

}

@media only screen and (max-width: 2880px) and (min-width: 1920px) {

    .seendo-img-size{
        width: 100%;
        height: 40vh;
        object-fit: fill;
    }
}

@media only screen and (max-width: 3300px) and (min-width: 2881px) {

}

@media only screen and (max-width: 4096px) and (min-width: 3301px) {
    .seendo-img-size{
        width: 100%;
        height: 20vh;
        object-fit: fill;
    }
}

@media only screen and (max-width: 4700px) and (min-width: 4097px) {

}

@media only screen and (max-width: 5120px) and (min-width: 4701px) {

    .seendo-img-size{
        width: 100%;
        height: 15vh;
        object-fit: fill;
    }
}

@media only screen and (max-width: 5600px) and (min-width: 4701px) {

}

@media only screen  and (min-width: 5601px) {

}




