.rolescard {
    margin: 42px 0 0 0;
    padding: 0 0 33px 0;
    position: relative;
    width: 93%;
    border-bottom: #f0f0f0 1px solid;
}
.rolescard h6 {
    margin: 0 0;
    font-size: 50px;
    font-weight: 400;
    color: #071952;
    text-align: left;
    padding: 0 0;
    line-height: 25px;
}
.rolescard h6 span {
    font-size: 18px;
    font-weight: 300;
    color: #657378;
}

.crowneplaza h4 {
    margin: 0 0 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #071952;
    text-align: left;
    padding: 0 0;
    line-height: 25px;
}
.crowneplaza h3 {
    margin: 0 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #071952;
    text-align: left;
    padding: 0 0;
    line-height: 25px;
}
.crowneplaza h3 span {
    font-size: 20px;
    color: #f68712;
    font-weight: 500;
}
.crowneplaza p {
    color: #454d5d;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 94%;
    margin: 10px 0;
}
.crowneplaza ul {
    margin: 0 0;
    padding: 0 16px;
    position: relative;
    width: 100%;
}
.crowneplaza li {
    color: #454d5d;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0 0 6px 0;
}

.packages-section {
    margin: 0 0;
    padding: 45px 0;
    background: #fff;
    width: 100%;
    position: relative;
}

.packages-section h2 {
    margin: 35px 0;
    font-size: 23px;
    font-weight: 600;
    color: #071952;
    text-align: center;
    padding: 0 22%;
    line-height: 32px;
}
.packages-section h3 {
    margin: 24px 0;
    font-size: 32px;
    font-weight: 600;
    color: #071952;
    text-align: center;
    padding: 0 22%;
    line-height: 32px;
}
.packages-section h3 span {
    font-size: 24px;
    color: #f68712;
}
.packagescard {
    margin: 24px 0 0 0;
    padding: 53px 9px 5px 9px;
    position: relative;
    width: 100%;
    border: #d3d6d9 1px solid;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    min-height: 296px;
}

.packages-section h3 span {
    font-size: 24px;
    color: #f68712;
}

.casemanagercard {
    margin: 15px 0 10px 0;
    padding: 15px 20px;
    position: relative;
    background: #fff;
    width: 100%;
    border: #eff3f6 3px solid;
    border-radius: 14px;
}
.casemanagercard h4 {
    margin: 0 0 10px 0;
    padding: 0 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: #071952;
    text-align: left;
}
.casemanagercard p {
    margin: 0 0 7px 0;
    padding: 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #657378;
    text-align: left;
    line-height: 24px;
}
.casemanagercard p a {
    font-weight: 600;
    color: #0a2e72;
    text-decoration: none;
    font-size: 16px;
}
.casemanagercard p a:hover {
    color: #0a2e72;
    text-decoration: underline;
}
.casemanagercard ul {
    margin: 0 0;
    padding: 9px 0 16px 0;
    position: relative;
    width: 100%;
}
.casemanagercard li {
    margin: 0 0 9px 0;
    padding: 0 0;
    color: #0a2e72;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    text-align: left;
    width: 100%;
    line-height: 23px;
    gap: 6px;
    display: flex;
    align-items: baseline;
    justify-self: start;
}
.casemanagercard li span {
    height: 100%;
}
.casemanagercard li span img {
    max-width: 23px;
}
.applybtn {
    color: rgb(249 249 249);
    background-color: rgb(246 135 18);
    width: 200px;
    font-weight: 500;
    border: unset;
    border-radius: 44px;
    font-size: 17px;
    margin: 2px 0;
    position: relative;
    padding: 10px;
    display: block;
    text-decoration: none;
}
.applybtn:hover {
    color: rgb(249 249 249);
    background-color: #f69b12;
}

.term-use h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 27px;
    color: #0a2e72;
}
.term-use h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 27px;
    color: #0a2e72;
}
.term-use h5 {
    color: #000;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
}
.term-use p {
    color: #000;
    padding-bottom: 22px;
    font-size: .9rem;
}
.term-use p span {
    font-weight: 600;
}
.term-use p a {
    text-decoration: underline;
}

.term-use > h3 {
    font-size: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /* border: none !important; */
}
.special .select2-container .select2-selection--single .select2-selection__rendered{
    border: none !important;
    width: 100% !important;
}
.select2-container--open .select2-dropdown{
    min-width: 200px !important;
}

#enquiriesForm .select2-container--default .select2-selection--single {
    background: none !important;
}
#enquiriesForm .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 28px !important;
}
.right-fix-sec{
    position: sticky;
    top: 20%;
    margin-bottom: 20px;
}
.doctor-list-new ul{
    padding: 0;
    margin: 0;
}
.patientBox {
    justify-content: normal;
}
.patientBox img {
    min-width: auto !important;
    width: auto !important;
    max-height: 110px !important;
    border-radius: 8px;
}
.featured_btn {
    background-color: #3f9dcd;
    color: white;
    font-weight: 500;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 20px;
    margin: 0 10px;
}


.medicalvisa-section {
    margin: 0 0;
    padding: 60px 0 0 0;
    background: #fff;
    width: 100%;
    position: relative;
}
.medicalvisa-section h2 {
    margin: 0 0 13px 0;
    
    font-size: 30px;
    font-weight: 600;
    color: #071952;
    text-align: center;
    padding: 0 0;
    line-height: 27px;
}
.medicalvisa-section h4 {
    margin: 0 0 23px 0;
    
    font-size: 24px;
    font-weight: 600;
    color: #0a2e72;
    text-align: left;
    padding: 0 0;
}
.medicalvisa-section h6 {
    margin: 0 0;
    
    font-size: 19px;
    font-weight: 400;
    color: #2d1e2c;
    text-align: center;
    padding: 0 22%;
    line-height: 23px;
}
.medicalvisa-selectcategory {
    margin: 19px 0;
    padding: 9px 15px;
    background: #ecf5ff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 18px;
}
.medicalvisa-selectcategory h6 {
    color: #0a2e72;
    
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding: 12px 8px;
}
.medicalvisa-selectcategory .form-select {
    display: block;
    width: 43%;
    
    padding: 9px 43px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a2e72;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 11px;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.medicalvisa-selectcategory button {
    color: rgb(249 249 249);
    background-color: rgb(246 135 18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 180px;
    height: 44px;
    font-weight: 500;
    border: unset;
    
    border-radius: 44px;
    font-size: 16px;
    margin: 0 auto;
}
.visa-requirements {
    margin: 4% auto;
    padding: 10px 10px;
    width: 80%;
    border-radius: 27px;
    border: #f68712 2px solid;
}
.visabtn {
    color: rgb(249 249 249);
    background-color: rgb(246 135 18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 40%;
    height: 47px;
    font-weight: 500;
    border: unset;
    
    border-radius: 44px;
    font-size: 16px;
    margin: 10px auto;
    position: relative;
    padding: 0;
}
.visabtn:hover {
    color: rgb(249 249 249);
    background-color: #0a2e72;
    transition: 0.3s ease-in-out;
}
.visa-requirements h5 {
    margin: 0 0 10px 0;
    
    font-size: 27px;
    font-weight: 600;
    color: #0a2e72;
    text-align: center;
    padding: 0 0;
    line-height: 32px;
}
.visa-requirements h5 span {
    color: #cb1645;
}
.visa-requirements p {
    color: #454d5d;
    text-align: center;
    
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    width: 100%;
    margin: 0 0;
    padding: 0 12%;
}
.visa-requirementtext {
    margin: 0 0 20px 0;
    padding: 0 0;
    display: flex;
    justify-content: start;
}
.visa-requirements h4 {
    margin: 0 0;
    padding: 0 0;
    
    font-size: 19px;
    font-weight: 300;
    color: #454d5d;
    text-align: left;
    line-height: 27px;
    width: 72%;
}
.visa-requirements h3 {
    margin: 0 0;
    padding: 0 0;
    
    font-size: 19px;
    font-weight: 600;
    color: #454d5d;
    text-align: left;
    line-height: 27px;
    width: 23%;
}
.visaassistance-sect {
    margin: 0 0;
    padding: 40px 0 26px 0;
    position: relative;
    background: #0a2e72;
    width: 100%;
    height: 280px;
}
.visaassistance-sectleft {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    width: 100%;
}
.visaassistance-sectleft h3 {
    color: #fff;
    
    font-size: 38px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    margin-bottom: 18px;
}
.visaassistance-sectleft p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    color: #fff;
    width: 90%;
}


.visaassistance-sectright {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    width: 100%;
}
.visaAssistance-img {
    position: absolute;
    width: 415px;
    height: 144px;
    right: 0;
    bottom: 0;
}
.visaAssistance-img img {
    width: 100%;
}
.sectleft-btn {
    color: rgb(249 249 249);
    background-color: rgb(246 135 18);
    width: fit-content;
    font-weight: 500;
    border: unset;
    border-radius: 44px;
    font-size: 17px;
    margin: 23px 0;
    position: relative;
    padding: 17px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sectleft-btn:hover {
    color: rgb(249 249 249);
    background-color: #f69b12;
}
#needHelp .select2-container--default .select2-selection--single{
    padding: 26px !important;
}
#needHelp .select2-container .select2-selection--single .select2-selection__rendered {
    border: none !important;
    width: 100% !important;
    position: absolute;
    top: 5px !important;
    left: 9px !important;
}

#needHelp .select2-container .select2-selection--single .select2-selection__rendered {
    position: absolute !important;
    top: 5px !important;
}
#needHelp .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
.select2-container--open{
    z-index: 9999;
}

.date-fld {
    position: relative;
}
.date-fld .form-control {
    padding-left: 25px !important;
}
.date-plus {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #8e8e9c;
}

.date-fld .form-control {
    padding-left: 25px !important;
    max-width: 75px;
    padding-right: 0;
}
.mobole .phoneno {
    padding-left: 5px;
}
/* .slides li {
    width: 100% !important;
} */

.doctor-list-new .blue-card .doctor_pp, .doctor-list .doctor_pp {
    width: 100% !important;
    /* height: auto; */
}
.doctor-list-new .imageWrap {
    position: relative;
}
.doctor-list-new .newsWrapper .certificate-tag {
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(-3px, 0px);
}
.doctor-list-new .bottomPortion p span img {
    width: 16px;
}
.doctor-list-new .bottomPortion p {
    display: flex;
    gap: 10px;
}
.float-query-form img {
    display: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden;
}
.search-form-section {
    gap: 10px;
}
.align-center {
    align-items: center;
}
.map iframe {
    width: 100% !important;
    height: 330px !important;
}
.patients {
    width: 100%;
}

#queryModal .form-control:focus {
    box-shadow: none !important;
}

.hospital_det .certificate-tag {
    margin-top: 0;
    padding: 18px 8px;
    top: 10px;
    right: 40px;
}
#enquiriesForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
}

#query-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: none !important;
    line-height: 45px !important;
}
.event_img img {
    width: 100% !important;
}

.faq-category-list .faq-tab-content{
    padding: 10px 0;
}

.custom-faq-accordion .accordion-item .accordion-button{
    padding: 10px 0;
}

.faq-category-list ul{
    margin: 10px 0;
}

.common-button.view_btn.small{
    padding: 6px 10px;
}

.symptoms ul li, .symptoms p {
    font-size: 13px;
    color: #333333;
}
.p-rel {
    position: relative;
}
.page_search_section.r-0 {
    right: 0;
}
.video_box .vivImg{
    position: relative;
}

.video_box .vivImg .play2 a i {
    color: rgb(193, 19, 13);
    font-size: 35px;
}
.feature_sec {
    font-size: 0.6rem;
    font-weight: 400;
    color: var(--white);
    background-color: var(--blue-80);
    border-radius: 20px;
    padding: 4px 7px;
    white-space: nowrap;
    height: 23px;
    margin: 5px;
}
.videos-section, .featured_blog_sec {
    background-color: #FEF7F0;
    padding: 20px;
    border-radius: 20px;
}
.blog_short_desc {
    background-color: #f1f8f9;
    padding: 10px;
    border-radius: 10px;
}

.view_tag a span img{
    width: 13px;
}
.mainStar h1{
    font-size: 2vw;
}

.light-blue-bg {
    background: #CBF2F740;
}
.bottomPortion.cost_btm h5 {
    font-size: 17px;
    color: #071952;
}
.flexContainer .bottomPortion.cost_btm img {
    width: 20px;
}

.doctor-card-details.f-w{
    width: 100%;
}
.new_dr_details_tab nav a {
    font-size: 13px;
}
.bottomPortion p {
    font-size: 16px;
}
.costBox .hospitalDesc p {
    font-size: 14px;
    line-height: 1.3rem;
}
.costBox .hospitalDesc h6 {
    font-size: 14px;
    margin: 10px 0;
}