#hero{
    padding: 40px 0;
    background: #152C36;
}

#hero h1{
    color: #fff;
    font-family: 'VAGRoundedLTProLight';
    font-size: 31px;
    line-height: 42px;
    margin-bottom: 30px;
}

#hero .sub{
    color: #fff;
    font-family: 'VAGRoundedLTProLight';
}

#hero .text p{
    color: #fff;
    margin: 0;
}

#hero .content{
    padding-bottom: 30px;
    border-bottom: 1px solid #747474;
    margin-bottom: 30px;
}

#hero .experience{
    display: flex;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: 'VAGRoundedLTProLight';
}

#hero .experience p{
    margin-right: 10px;
    margin-bottom: 0;
}

#hero .experience span{
    color: #FFBAD5
}

#hero .resource{
    display: flex;
}

#hero .resource .type{
    color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 50px;
    font-family: 'VAGRoundedLTProLight';
    padding: 8px 20px 5px 20px;
    margin-right: 15px;         
}

#hero .inner{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#hero .collections{
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#hero img{
    margin: 0 auto 15px;
    display: block;
    max-height: 100px;
    max-width: 100%;
}

#hero .inner p{
    text-align: center;
    margin: 0;
    font-family: 'VAGRoundedLTProLight';
}

#hero .inner p span{
    color: #A7204F;
}

#hero h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

#hero select{
    border: 1px solid #FFFFFF;
    background: transparent;
}

#hero select{
    color: #fff
}

#hero .inner .click{
    width: 100%;
    margin-top: 15px;
}

#hero .inner .btn{
    max-width: 100%!important;
}

#hero .wrap{
    padding-left: 50px;
}

#hero .row{
    align-items: center;
}

#hero .left{
    padding-right: 50px;
}

@media(max-width:1200px){
    #hero .left,
    #hero .wrap{
        padding: 0;
    }
}

#info{
    padding: 20px 0;
}

#info h2{
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 28px; 
}

#info .wrap{
    border-top: 1px solid #EB6097;
    padding-top: 20px;
    display: flex;
}

#info .wrap .inner{
    border: 1px solid #A7204F;
    border-radius: 25px;
    font-family: 'VAGRoundedLTProLight';;
    font-size: 14px;
    padding: 10px 15px 7px 15px;
    margin-right: 10px;
}

#info .file{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

#info .file p{
    color: #A7204F;
    font-family: 'VAGRoundedLTProLight';
    margin: 0;
}

#info .right .wrap{
    flex-direction: column;
}

#info .right .meta span:first-of-type{
    text-transform: uppercase;
}

#info .right .btn i{
    margin-right: 10px;
    margin-top: -3px;
}

#info .right .btn{
    display: flex;
    align-items: center;
}

#info .left .wrap{
    flex-wrap: wrap;
}

#info .left .wrap .inner{
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
}

@media(max-width:576px){
    #info .right .file{
        flex-direction: column;
    }
    
    #info .right .btn{
        margin-top: 15px;
    }
}

#main_content{
    padding: 20px 0;
}

#main_content .row{
    justify-content: center;
}

#main_content .favourite{
    margin-top: 50px;
}

#main_content .favourite .btn{
    margin: 0 auto;
}

#main_content .favourite .btn i{
    margin-right: 8px;
    margin-top: -4px;
}

#main_content .related{
    margin-top: 50px;
    text-align: center
}

#main_content .related p{
    font-family: 'VAGRoundedLTProLight';
}

#main_content .related a{
    color: #A7204F;
    text-decoration: none
}

#main_content .content h1{
    margin-bottom: 20px;
}

#main_content .content h2 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#main_content .content h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}
.provider a{
    text-decoration: none;
}
#provider{
    background: #152C36;
    padding: 50px 0;
}

#provider .row{
    justify-content: center;
}

#provider .inner p{
    text-align: center;
    margin: 0;
    font-family: 'VAGRoundedLTProLight';
}

#provider .inner p span{
    color: #A7204F;
}

#provider h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

#provider select{
    border: 1px solid #FFFFFF;
    background: transparent;
}

#provider select{
    color: #fff
}

#provider .inner .click{
    width: 100%;
    margin-top: 15px;
}

#provider .inner .btn{
    max-width: 100%!important;
}

#provider .wrap{
    padding-left: 50px;
}

#provider .row{
    align-items: center;
}

#provider .left{
    padding-right: 50px;
}

#provider .inner{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#provider .collections{
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#provider img{
    margin: 0 auto 15px;
    display: block;
    max-height: 100px;
    max-width: 100%;
}

#provider .two{
    margin-bottom: 0;
}

@media(max-width:1200px){
    #provider .left,
    #provider .wrap{
        padding: 0;
    }
}

#registerHeader{
    padding: 50px 0;
}

#registerHeader h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

#registerHeader p{
    margin: 0 auto;
    display: block;
    max-width: 550px;
    text-align: center;
}

#registerHeader .btn{
    margin: 0 auto;
    display: block;
}

#registerHeader p{
    margin-top: 20px;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#registerHeader p a{
    color: #A7204F;
    text-decoration: none;
    margin-left: 10px;
}

#registerHeader .btn{
    width: 440px;
    font-size: 19px;
}

#register{
    background: #EC6097;
    padding: 20px 0;
}

#register .inner{
    background: #F4FAFA;
    border-radius: 20px;
    padding: 30px 50px;
}

#register h3{
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    margin: 0;
}

#register ul{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

#register ul img{
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

#register li{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

#register .btn{
    width: 100%;
}

#register .account{
    text-align: center;
    margin-top: 20px;
}

#register .account p{
    margin: 0;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#register .account a{
    color: #A7204F;
    text-decoration: none;
}

#register .header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

#register .header .btn{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
    text-decoration: underline
}

#register .header .btn:hover{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F!important;
    background: none!important;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
}

@media(max-width:1200px){
    #register{
        padding: 20px 0 0;
    }
}

@media(max-width:767px){
    #register .header{
        flex-direction: column;
    }
}

@media(max-width:576px){
    #register .inner{
        padding: 30px 15px;
    }
    #register li{
        font-size: 16px;
    }
}


#register .row{
    justify-content: center;
}

#register ul{
    margin: 0;
}

#register .btn{
    background: none;
}

#registerHeader .wrap p{
    max-width: 100%;
}

#registerHeader .wrap{
    margin-bottom: 20px;
}

#main_content .wrap p{
    text-align: center;
    color: #676767;
    font-family: 'VAGRoundedLTProLight';
    font-size: 19px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

#main_content .wrap{
    position: relative;
}

#main_content .wrap::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #676767;
    top: 50%;
    z-index: 1;
}

#main_content td{
    border: 1px solid;
    padding: 10px;
}
#main_content th{
    border: 1px solid;
    padding: 10px;
}


/* =======================================================
Sharelinks
=======================================================*/
#hero{
    position: relative;
}
#shareLinks{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
}
#shareLinks a{
    background: #FFF3F8 0% 0% no-repeat padding-box;
    border: 1px solid #A7204F;  
    display: block;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#shareLinks img {
    margin: 0;
    display: block;
    max-height: 20px;
    max-width: 20px;
    height: 20px;
    width: 20px;
}


@media print {
  /* Hide navigation and footer when printing */
  #nav, footer {
    display: none;
  }

  /* Set body text to black and use a serif font */
  body {
    color: #000;
  }

  /* Make links appear as plain text with URLs */
  a::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  /* Ensure content fits on the page */
  .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
    #shareLinks{
        display: none !important;
    }
}
@media(max-width: 767px){
    iframe{
        max-width: 100%;
    }
    #shareLinks{
        position: absolute;
        top: auto;
        bottom: 0;
        transform: translatey(0);
        right: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }
}