.personals h2 {
    margin-bottom:16px !important;
    color: #000;
    /* Desktop_Heading/20_H3 */
    font-family: Montserrat-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}    

.feed_content input[type="text"]{
    width:100%;
    border-radius: 3px;
    color:#000;
    font-family: Roboto;
    font-size: 14px;
    width:100%;
    padding:10px 16px;
    min-height:40px;
    font-style: normal;
    font-weight: 400;
    margin-bottom:16px;
    line-height: 20px; /* 142.857% */
    border: 1px solid #DCDCDC;
}    

.feed_content label{
    display: block;
    color: #4F4F4F;
    margin-bottom: 8px;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed_content textarea {
    border-radius: 3px;
    color:#000;
    font-family: Roboto;
    font-size: 14px;
    width:100%;
    padding:5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    border: 1px solid #DCDCDC;
    resize:none;
    height:106px;
    margin-bottom:16px;
}    

.drop-zone {
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:80px;
    padding-top:10px;
    padding-bottom:10px;
    flex-wrap:wrap;
    row-gap: 0;
}

.drop-zone a{
    text-decoration: none;
    color:#1B3B75;
}

.form-upload__hint {
    display: flex;
    column-gap:16px;
    row-gap:8px;
    flex-wrap: wrap;
    padding-left:15px;
    padding-right:15px;
}

.input-file-list-item {
    position:relative;
    padding-top:8px;
    flex: 0 0 10%;
    width:10%;
}

.input-file-list-remove {
    position:absolute;
    top:16px;
    right:8px;
    border-radius:100px;
    background:#fff;
    width:16px;
    height:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-file-list-item img{
    width:100%;
}

.send {
    padding-top:16px;
}

.send button {
    padding:8px 24px;    
    color: #FFF;
    /* Text_16/SemiBold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 3px;
    border:none;
    background: #1B3B75;
}

.send button:hover {
    background: #152D59;
}

.drops {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap:16px;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.form-upload__hint {
    flex:0 0 100%;
    width:100%;
}

.feed_content small{
    display: block;
    color: #4F4F4F;
    /* Text_10/Regular */
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 140% */
}

.feed_content small a{
    color: #1B3B75;
    text-decoration: none;
}

.agree_text2 {
    color: #4F4F4F;
    /* Text_12/Regular */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top:16px;
    line-height: 16px; /* 133.333% */
}

.agree_text2 a{
    
    text-decoration: none;
    color:#1B3B75;
}

.support_icon {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1B3B75;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap:16px;
    border-radius: 3px;
    padding:24px;
    background: #F7F8F9;
    line-height: 20px; /* 142.857% */
}

.support_icons {
    margin-top:8px;
    margin-bottom:40px;
}

.rightsupport {
    margin-left: -10px;
    padding:24px;
    padding-bottom:8px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.rightsupport ul {
    padding-left:1.5rem;
    display: flex;
    flex-direction: column;
    gap:8px;
}

.rightsupport strong{
    display: block;
    color: #000;
    margin-bottom:16px;
    /* Desktop_Heading/16_H4 */
    font-family: Montserrat-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.rightsupportitem {
    display: flex;
    gap:8px;
    margin-bottom:16px;
}

.rightsupportitem a{
    display: block;
    color: #1B3B75;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.righttext {
    padding-top:2px;
}

.righttexticons {
    display: flex;
    align-items: center;
    gap:8px;
    margin-bottom:2px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .rightsupport {
        padding:16px;
        margin-left: -20px;
    }

    .support_icon {
        margin-bottom:16px;
    }

    .support_icons {
        margin-bottom:24px;
    }
}

@media (max-width: 767.98px) {
	
    strong.pb16 {
        max-width:300px;
    }

    .rightsupport {
        padding:0;
        margin:0;
        margin-top:16px;
        border:none;
        font-size:12px;
        line-height:16px;
    }

	.personal_menu_layer{
		display: none;
	}
/*
	.breads {
		display: none;
	}

	h1 {
		display:none
	}

	.personals {
		padding-top:0px !important;
	}*/

    .rightsupport strong {
        display: block;
        color: #000;
        margin-bottom: 8px;
        font-family: Montserrat-Bold;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .rightsupport ul li {
        margin-bottom:8px;
        color: #4F4F4F;
        /* Text_12/Regular */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }

    .feed_content input[type="text"], .feed_content textarea {
        margin-bottom:8px !important;
    }

    .agree_text2 {
        margin-top: 8px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }    

    .feed_content {
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }

    .personals h2 {
        margin-bottom: 16px;
        color: #000;
        font-family: Montserrat-Bold;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }

    .pb16 {
        margin-bottom: 16px !important;
    }

    .support_icons {
        margin-bottom:16px;
    }

    .support_icon {
        margin-bottom:8px;
    }

    .support_icon {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #1B3B75;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 16px;
        border-radius: 3px;
        padding: 16px;
        background: #F7F8F9;
        line-height: 20px;
    }
}

@media (min-width: 767.98px) and (max-width: 1199.98px)  {
    .servrow {
        justify-content: space-between;        
    }
    .servrow .col-md-1 {
        display: none;
    }
}