@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');


@font-face 
{
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.otf');
}

@font-face 
{
    font-family: 'AvenirNext-Boldcn';
    src: url('../fonts/AvenirNextLTPro-BoldCn.otf');
}
@font-face 
{
    font-family: 'AvenirNext-pro';
    src: url('../fonts/AvenirNextLTPro-Demi.otf');
}

@font-face 
{
    font-family: 'AvenirNext-Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.otf');
}

@font-face 
{
    font-family: 'AvenirNext-proitelic';
    src: url('../fonts/AvenirNextLTPro-It.otf');
}

@font-face {
    font-family: "SFProText-Bold";
    src: url("../fonts/SFProText-Bold.ttf");
}

@font-face {
    font-family: "SFProText-Medium";
    src: url("../fonts/SFProText-Medium.ttf");
}

@font-face {
    font-family: "SFProText-Regular";
    src: url("../fonts/SFProText-Regular.ttf");
}

@font-face {
    font-family: "SFProText-Semibold";
    src: url("../fonts/SFProText-Semibold.ttf");
}

@font-face {
    font-family: "SF Pro Display-Bold";
    src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}

@font-face {
    font-family: "SF Pro Display-Medium";
    src: url("../fonts/SFPRODISPLAYMEDIUM.OTF");
}

@font-face {
    font-family: "SF Pro Display-Regular";
    src: url("../fonts/SFPRODISPLAYREGULAR.OTF");
}

body
{
    margin: 0;
    font-family:'AvenirNext-Regular', sans-serif; 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #718096;
    background-color: #ffffff;
}

.font-bold
{
    font-family: 'AvenirNext-Bold' !important ;
}

@media (min-width: 576px)
{
    .container, .container-sm 
    {
        max-width: 540px;
    }
}

@media (min-width: 768px)
{
    .container, .container-sm, .container-md 
    {
        max-width: 720px;
    }
}

@media (min-width: 992px)
{
    .container, .container-sm, .container-md, .container-lg 
    {
        max-width: 960px;
    }
}
@media (max-width: 1399px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl 
    {
        max-width: 1170px;
    }
}

@media (min-width: 1400px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl 
    {
        max-width: 1320px;
    }
}

.min-vh-100 
{
    min-height: 100vh !important;
}

.fixed-top 
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.mt-295
{
    margin-top:295px;
}

.mb-200
{
    margin-bottom: 200px;
}
.mb-30-scientificReport{
  margin-bottom: 30px;
}
.mt-n200
{
    margin-top:-200px;
}
.mt-n100
{
    margin-top:-100px;
}
.pb_30{
    padding-bottom: 30px;
}
.mb-25{
    margin-bottom: 25px !important;
}
.mb-9
{
    margin-bottom: 90px;
}

.mb-10
{
    margin-bottom: 10px;
}

.mb-30
{
    margin-bottom: 30px !important;
}
.mb-50
{
    margin-bottom: 50px !important;
}
.mb_65{
    margin-bottom: 65px !important;
}

.mb-50
{
    margin-bottom: 50px !important;
}

.mb-60
{
    margin-bottom: 60px !important;
}

.mb-80
{
    margin-bottom: 80px !important;
}

.pb_50{
    padding-bottom: 50px !important;
}

.scroll-top
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* font-size: 18px;  */
    font-size: 12px; 
    line-height: 34px;
    color:#294962;
    font-family: 'AvenirNext-Regular', sans-serif;
    text-decoration: none;
    visibility: hidden;
    z-index: 999;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
  }

.arrow
{
    height: 40px;
    width:40px;
    display: block;
    line-height: 40px;
    border-radius: 100%;
    background: #F1F1FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #DCDCDC7A;
    text-align: center;
    margin: 0 auto;
    color:#000;
    font-size: 18px;
}



/* footer css */

.mp-footer
{
    padding: 90px 0 0;
}

.mp-footer-bg
{
    background: #CFCFFF;
}

.mp-footer-bottom
{
    border-top: 1px solid #fff;
    padding: 25px 0;
    margin-top: 90px;
}

.mp-copyright p
{
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-family: 'AvenirNext-Regular';
    margin: 0;
}

.mp-quick-links ul li a
{
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-family: 'AvenirNext-pro', sans-serif;
}

p.mp-footer-tagline
{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'AvenirNext-proitelic', sans-serif;
}

.mp-footer-logo
{
    max-width: 150px;
    margin: 0 0 20px 0;
    /* margin-bottom: 20px; */
}

h3.mp-footer-heading
{
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-family: 'AvenirNext-pro', sans-serif;
    text-transform: uppercase;
}

h3.mp-footer-heading::before
{
    content: '';
    position: absolute;
    bottom: 0;
    width:152px;
    border-bottom: 1px solid #fff;
}

.mp-footer-link ul li a
{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: 'AvenirNext-Regular', sans-serif;
    text-decoration: none;
}

.mp-footer-link ul li
{
    margin-bottom: 15px;
}


/* signup form modal css */

.modal-custom-width
{
    width: 773px;
    max-width: 773px;
}

.modal-signin-width
{
    width: 498px;
    max-width: 498px;
}

.modal-custom-width .modal-content,
.modal-signin-width .modal-content 
{
    padding: 20px 20px 20px 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 0;
}

.modal-custom-width .modal-content::before,
.modal-signin-width .modal-content::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 26px solid #7B7BFF;
    height: 100%;
    width: 26px;
}

.modal-custom-width .modal-content .modal-body,
.modal-signin-width .modal-content  .modal-body 
{
    padding: 0;
}

.upper-header{
    display: flex;
    justify-content: space-between;
}

.modal-close-btn{
    font-size: 22px;
    line-height: 16px;
    text-decoration: none !important;
    padding: 0;
}

span.already-member
{
    font-size: 14px;
    line-height: 16px;
    color: #676767;
    font-family: 'AvenirNext-Regular', sans-serif;
    margin-bottom: 5px;
}

span.already-member a
{
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #4F4FCD;
}

.select-option ul
{
    margin-bottom: 30px;
}

.select-option ul li a
{
    display: block;
    padding:10px;
    position: relative;
    transition: all .3s ease;
    color: #676767;
    font-size: 16px;
    line-height: 21px;
    font-family: 'AvenirNext-Regular', sans-serif;
    text-decoration: none;
    z-index: 1;
    cursor: pointer;
}

.select-option ul li a::before
{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 0;
    background: #E7E7FF;
    transition: all .3s ease;
    z-index: -1;
}

.select-option ul li a:hover,
.select-option ul li a.active
{
    color: #000;
}

.select-option ul li a:hover::before,
.select-option ul li a.active::before
{
    height: 20px;
    transition: all .3s ease;
}

h3.signup-form-title
{
    font-size: 36px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 18px;
}

h3.signup-form-title
{
    font-size: 36px;
    line-height: 21px;
    color: #000;
    margin-bottom: 18px;
    font-family: 'AvenirNext-Bold', sans-serif;
}

.signup-form .form-group label
{
    font-size: 18px;
    line-height: 34px;
    color: #294962;
    font-family: 'AvenirNext-Regular', sans-serif;
    margin-bottom: 10px;
}

.signup-form .form-group input
{
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #0022A343;
    border: 0.5px solid #A1A1FF;
    border-radius: 8px;
}

.signup-form .form-group button.btn-signup
{
    background: #A1A1FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 191px;
    height: 46px;
    font-size: 16px;
    line-height: 8px;
    color: #000;
    text-transform: uppercase;
    font-family: 'AvenirNext-Regular', sans-serif;
    margin-top:30px;
    margin-bottom: 20px;
}

.login-with-social
{
    width: 320px;
    margin: 0 auto;
}

.choose-login ul li a
{
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-decoration: none;
    transition: all .3s ease;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-family: 'AvenirNext-Regular', sans-serif;
    padding: 0 13px;
}

.choose-login ul li a img
{
    margin-right: 20px;
}

.choose-login ul li a:hover
{
    transition: all .3s ease;
    width:200px;
}

.has-hr label
{
    font-size: 18px !important;
    line-height: 34px !important;
    color: #294962 !important;
    font-family: 'AvenirNext-Bold', sans-serif !important;
}

.has-hr ul li a
{
    display: block;
    width: 65px;
    height: 30px;
    border: 1px solid #A1A1FF;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
}

.has-hr ul li a.active
{
    background: #A1A1FF;
    color: #000;
}

.ca a
{
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    color: #4F4FCD;
    display: inline-block;
    margin-bottom: 15px;
}

.sign-in-form 
{
    max-width: 306px;
    margin: 0 auto;
}

.or 
{
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.or span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: #294962;
    font-family: 'AvenirNext-Regular', sans-serif;
}

.or::after {
    content: '';
    position: absolute;
    left: 0;
    background: #d1d1d1;
    width: 100%;
    top: 50%;
    height: 1px;
    z-index: -1;
}
.pa{
    padding: 10px;
}

/* css for Common TagsInput Component
changes by pragun */
.tags-input {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 4px;
	border: 1px solid rgb(214, 216, 218);
	border-radius: 6px;
}

.tags-input input {
    flex:1 0 80px;
    font-size: 14px;
    width:100%;
    height:36px !important
}

#tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
    margin-bottom: 4px;
}

.tag {
	width: auto;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 8px;
	font-size: 14px;
	list-style: none;
	border-radius: 6px;
    margin: 3px 3px 0 0;
	background: #A1A1FF;
}

.tag .cross{
    font-size: 18px;
    margin-left: 3px;
    cursor: pointer;
    font-weight: 700;
    margin-top: -4px;
}