/**
 * Pulled in from style.css since website wasn't taking the changes in style.css
 * 
 */
 * {
      touch-action: manipulation;
  }
 html {
  scroll-behavior: smooth;
}
/* pagination css */
  .navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
a:focus, [tabindex="0"]:focus {
    outline: none !important;
}
 
.navigation li {
    display: inline;
}

.font700 {
    font-weight: 700;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
.ajax-navigation{display:none;}
/* end pagination css */

.navpagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.navpagination li a {
    background-color: rgb(8 24 51 / 80%);
}
.navpagination li.active a, .navpagination li a:hover {
    background-color: rgb(8 24 51 / 100%);
}
ul.phys-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    background: #c2f9ca;
    padding: 15px;
}
ul.phys-breadcrumb li a:hover {
    text-decoration: underline;
    color: #4282c3;
}

.mobileView h4 {
    color: #fff;
    font-size: 12px;
}
.mobileView h4.mt-4 {
    margin-top: 20px;
}

.article_category {
    margin: 15px 0;
}
.article_category h3 {
    font-size: 24px;
    font-weight: 700;
    color: #081833;
}
.articlesView {
    border: none;
    border-radius: 0;
    margin: 10px 0;
    background-color: #fff;
}
.articlesView h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
}
.authorDetail {
    color: #A8AAB2;
    font-weight: 500;
    font-size: .875rem;
    text-transform: none;
}
.articlesView img {
    border-radius: 0;
    height: 225px;
    object-fit: cover;
    object-position: center;
}
.articlesView .authorDetail span {
    color: #000;
    font-weight: 600;
}
.articlesView p {
    padding: 5px 0px;
    margin-bottom: 0;
}
.articlesView p:last-child {
    color: #66676D;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.articlesView p a {
    color: #000;
    font-weight: 600;
}
.articleImg {
    position: relative;
}
.articleImg a {
    display: block;
}
.articleImg .read {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #0000008f;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255 255 255 / 75%);
    display: none;
    transition: all 0.2s linear;
}
.articleImg:hover .read {
    display: flex;
}
.meta-category a .char {
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewallBtn {
    margin: 0;
    border: 1px solid #2e073b;
    padding: 9px 20px;
    border-radius: 0;
    background-color: #2e073b;
    transition: all 0.2s linear;
}
.viewallBtn a {
    color: #fff;
}
.viewallBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 10px -15px #111;
}
.viewallBtn a:hover {
    color: #fff;
}
footer.customFooter .innerBlock p:first-child {
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 20px;
}

.headingtext h1 {
    font-size: 36px;
    margin: 2rem 0 1rem;
    color: #081833;
    font-weight: 600;
    text-align: center;
}

/**
 * End Copy
*/

/**
 * Actual blog_main.css starts
*/



footer.customFooter .innerBlock p:first-child {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.parahead {
	font-size: 12px !important;
	font-weight: 600;
	color: #fff !important;
}
.parahead.mt-4 {
	margin-top: 20px;
}
ul.phys-breadcrumb {
	padding: 8px 0px !important;
	background-color: #fff !important;
}
ul.phys-breadcrumb li span {
	width:10px;
	text-align: center;
	display: inline-block;
}
.loadcontent {
	text-align: center;
}
/*.loadcontent button {
	background-color: #4182c3;
	margin-top: 0 !important;
	animation: pulse 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 2em rgba(255,255,255,0)
}
@keyframes pulse {
  	0% { box-shadow: 0 0 0 0 #4182c3; }
}*/
.loadcontent button {
    color: #fff !important;
    background-color: #2e073b!important;
    position: relative;
    padding: 7px 25px 5px;
    display: inline-block;
}
.loadcontent button:after {
    content: '';
    display: block;
    border-bottom: solid 3px #2e073b;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}
.loadcontent button:hover:after {
    transform: scaleX(1); 
    transform-origin:   0% 50%;
}
.ebookurl {
    text-align: center;
}
.ebookurl a {
    display: inline-block;
    padding: 11px 35px;
    font-weight: 600;
    background-color: #2e073b;
    color: #fff !important;
    border-radius: 30px;
    transition: all 0.2s linear;
}
.ebookurl a:hover {
    transform: translateY(-2px);
}
.excerpt {
    position: relative;
}
.excerpt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    bottom: 0;
    left: 0;
}


.post-comments-show {
	text-align: left !important;
}
.articlesView {
	margin: 10px 10px !important;
    flex-direction: column;
    text-align: left !important;
    align-items: flex-start !important;
}
.mt-50 {
	margin-top: 30px;
}
.padding10 {
	padding: 0 10px;
}
.articlesView img {
	width: 100%;
}
.articlesView .more-link:focus {
    outline: none;
}
ul.phys-breadcrumb li a {	
    color: #4282c3 !important;
    font-weight: 600;
}
ul.phys-breadcrumb li a:hover {
	text-decoration: underline;
}
ul.phys-breadcrumb li:last-child {
    font-weight: 600;
}

.navpagination li a {
    display: inline-block;
    margin: 5px 0;
}
.navpagination ul {
    padding: 0;
}
.slick-prev, .slick-next {
	width: 32px !important;
	height: 32px !important;
}
.slick-prev:before, .slick-next:before {
	color: #081934 !important;
	opacity: 1 !important;
	font-size: 32px !important;
}
.actionBtn {
    position: fixed;
     bottom: 201px;
    right: 25px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    z-index: 9;
    transition: all 0.2s linear;
}
.entry-header-inner .post-meta {
    display: inline-flex !important;
}
.ratingarea .rmp-results-widget {
    margin-left: 0;
}
.ratingarea {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: capitalize;
    font-size: 0.875rem;
}
.ratingarea .js-rmp-avg-rating, .ratingarea .rmp-results-widget__vote-count {
    display: none;
}



/*------------------- modal design -------------------*/

.modal, .expertmodal, .expertTalkFreeModel, .Otpmodal,.Helpmodal,.uniconnectmodal,.Countrymodal,.Englishmodal,.Academicmodal,.Takeexammodal,.Degreemodal,.Studymodal,.Budgetmodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index:99999;
}
.popupenglish h1
{
    line-height: normal !important;
}
.hidebox{display: none}
.modal-content, .expertmodal .modal-content, .expertTalkFreeModel .modal-content,.Helpmodal .modal-content,.uniconnectmodal .modal-content,.Countrymodal .modal-content,.Englishmodal .modal-content,.Academicmodal .modal-content,.Takeexammodal .modal-content,.Budgetmodal .modal-content  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.3rem;
}
.close-button,.otpclose-button,.helpclose-button,.uniconnectclose-button,.countryclose-button,.englishclose-button,.academicclose-button,.takeexamclose-button,.degreeclose-button,.studyclose-button,.budgetclose-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover, .exptclose-button:hover, .exptclosefree-button:hover,.otpclose-button:hover,.helpclose-button:hover ,.countryclose-button:hover,.englishclose-button:hover,.academicclose-button:hover,.takeexamclose-button:hover,.studyclose-button:hover,.degreeclose-button:hover {
    background-color: darkgray;
}


.show-modal, .exptshow-modal, .exptshowfree-modal,.optshow-modal, .help-modal,.unicode-modal,.country-modal,.english-modal,.academic-modal,.takeexam-modal,.degree-modal,.study-modal,.budget-modal{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 100;
}

#commentform .form-submit {
    padding: 0 !important;
}
#reply-title {
    font-size: 20px;
    margin-top: 35px;
}

.modalActions {
    margin-top: 25px;
    border-radius: 0.3rem;
}
.expertmodal .modalActions {
    margin-top: 0;
}
.likeDislike {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.likeDislike .col-6 {
    text-align: center;
    padding: 15px;
}
.js-rmp-vote-count {
    display: none !important;
}
.likeDislike .col-6:last-child {
    border-right: none;
}
.modalActions .col-12 {
    padding: 15px;
    text-align: center;
}
.modalActions a {
    padding: 7px 25px;
    display: inline-block;
    background-color: #2e073b;
    border-radius: 0.3rem;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s linear;
}
.modalActions a:hover {
    box-shadow: 0 4px 4px #2e073b;
    transform: translateY(-2px);
    color: #fff;
}
.popular-posts {
    display: none;
}

.enrollDiv {
    margin-top: 25px;
}
.enrollDiv h5 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}
.enrollDiv p {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
}
.enrollDiv .enrollLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.enrollDiv .enrollLinks a, .enrollDiv .enrollLinks button {
    border: 1px solid #0487F3;
    background-color: #0487F3;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.2s linear;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: inherit;
}
.enrollDiv .enrollLinks a {
    margin-right: 10px;
}
.enrollDiv .enrollLinks a:hover, .enrollDiv .enrollLinks button:hover {
    background-color: #fff;
    color: #0487F3;
}


/*------------------ // modal design -------------------*/

/* ----------- OTP popup modal ---------------*/
.optshow-modal .modal-content,.help-modal .modal-content, .unicode-modal .modal-content,.country-modal .modal-content,.english-modal .modal-content,.academic-modal .modal-content,.takeexam-modal .modal-content,.degree-modal .modal-content,.study-modal .modal-content,.budget-modal .modal-content {
    width: 800px;
    padding: 0;
    border-radius: 15px;
}

.specialCard{
     height: 79px !important;
    width: 115px !important;
    margin: 4px !important;
}
.specialCard2{
    height: 72px !important;
    width: 84px !important;
    margin: 4px !important;
}


.modalActions.otp_modal,.modalActions.help_modal,.modalActions.uniconnect_modal,.modalActions.country_modal,.modalActions.english_modal,.modalActions.academic_modal,.modalActions.takeexam_modal,.modalActions.degree_modal,.modalActions.study_modal,.modalActions.budget_modal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
}
.padding0 {
    padding: 0 !important;
}
.left_aside {
    background: linear-gradient(30.82deg, #0487F3 0%, #58B4FF 50.52%, #0487F3 100%);
    border-radius: 15px 0 0 15px;
    padding: 50px 25px;
    position: relative;
}
.left_aside h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}
span.otpclose-button {
    color: #999;
    background: #fff;
    width: 2.5rem;
    font-size: 1.85rem;
    z-index: 5;
}
.optshow-modal .modal-content .otp_modal .padding0 ,.help-modal .modal-content .help_modal .padding0 ,.unicode-modal .modal-content .uniconnect_modal .padding0,.country-modal .modal-content .country_modal .padding0,.english-modal .modal-content .english_modal .padding0,.academic-modal .modal-content .academic_modal .padding0,.takeexam-modal .modal-content .takeexam_modal .padding0,.degree-modal .modal-content .degree_modal .padding0,.study-modal .modal-content .study_modal .padding0,.budget-modal .modal-content .budget_modal .padding0{
    max-width: 350px;
}
.modalActions .text-left {
    text-align: left;
    margin-left: 25px;
}
.popupotp label {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.popupotp small {
    color: #909090;
    margin-bottom: 10px;
    display: inline-block;
}
.popupotp small span {
    color: #333;
}
.popupotp input {
    border: 1px solid #999;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 10px;
}
.resend_otp {
    color: #999;
    font-size: 12px;
    margin-bottom: 30px;
}
.resend_otp span {
    color: #0487F3;
}
button.btn.requestOtpBtn:disabled {
    opacity: 0.6;
    border-radius: 10px;
    padding: 15px 25px;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.2s linear;
}
button.btn.requestOtpBtn {
    background-color: #0487F3;
    border-radius: 10px;
    padding: 15px 25px;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.2s linear;
}
button.btn.requestOtpBtn:disabled:hover {
    background-color: rgba(0 0 0 / 48%);
    opacity: 1;
}
button.btn.requestOtpBtn:hover {
    background-color: rgba(0 0 0 / 100%);
    opacity: 1;
}
button.btn.requestOtpBtn img {
    margin-left: 8px;
}
a#resend {
    color: #0487F3;
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
    font-size: 12px;
    cursor: pointer;
}
a#resend:hover {
    box-shadow: none !important;
    transform: translateY(0) !important;
}
.otpclose-button:hover {
    background: transparent !important;
}
.popupotp .form__group {
    position: relative;
}
.popupotp .form__group span {
    position: absolute;
    top: 13px;
    left: 20px;
    margin: auto;    
    pointer-events: none;
    transition: all 0.2s ease;
    color: #999;
}
.otp_input:focus {
    border: 1px solid #333;
}
.otp_input:focus + span, .otp_input:valid + span {
    top: -10px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}
.optshow-modal {
    z-index: 10000;
}
.clickToClose {
    cursor: pointer;
}

@media only screen and (max-width: 850px) {
    .optshow-modal .modal-content, .help-modal .modal-content, .unicode-modal .modal-content,.country-modal .modal-content,.english-modal .modal-content,.academic-modal .modal-content,.takeexam-modal .modal-content,.degree-modal .modal-content,.study-modal .modal-content {
        width: 700px;
    }
    .optshow-modal .modal-content .otp_modal .padding0, .help-modal .modal-content .help_modal .padding0,.unicode-modal .modal-content .uniconnect_modal .padding0,.country-modal .modal-content .country_modal .padding0 ,.english-modal .modal-content .english_modal .padding0 ,.academic-modal .modal-content .academic_modal .padding0 , .takeexam-modal .modal-content .takeexam_modal .padding0,.degree-modal .modal-content .degree_modal .padding0,.study-modal .modal-content .study_modal .padding0,.budget-modal .modal-content .budget_modal .padding0  {
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .optshow-modal .modal-content , .help-modal .modal-content, .unicode-modal .modal-content,.country-modal .modal-content ,.english-modal .modal-content,.academic-modal .modal-content,.takeexam-modal .modal-content,.degree-modal .modal-content,.study-modal .modal-content,.budget-modal .modal-content {
        width: 600px;
    }
    .optshow-modal .modal-content .otp_modal .padding0, .help-modal .modal-content .help_modal .padding0, .unicode-modal .modal-content .uniconnect_modal .padding0,.country-modal .modal-content .country_modal .padding0 ,.english-modal .modal-content .english_modal .padding0 ,.academic-modal .modal-content .academic_modal .padding0 , .takeexam-modal .modal-content .takeexam_modal .padding0,.degree-modal .modal-content .degree_modal .padding0,.study-modal .modal-content .study_modal .padding0,.budget-modal .modal-content .budget_modal .padding0  {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .optshow-modal .modal-content , .help-modal .modal-content,.unicode-modal .modal-content,.country-modal .modal-content ,.english-modal .modal-content,.academic-modal .modal-content,.takeexam-modal .modal-content,.degree-modal .modal-content,.study-modal .modal-content{
        width: 300px;
    }
    .optshow-modal .modal-content .otp_modal .padding0 {
        
    }
    .modalActions .text-left {
        margin-left: 0;
    }
    .left_aside h2{
        font-size: 20px !important;
        text-align: left !important;
    }
    span.otpclose-button {
        color: #fff !important;
        background: transparent !important;
    }
    .otp_modal .text-left{
        padding:20px 17px 25px 17px !important
    }

    
    .requestHelpBtn,.requestCountryBtn,.requestEnglishBtn,.requestAcademicBtn,.requestTakeexamBtn,.requestDegreeBtn{
        width:100%;
    }

    .requestBudgetBtn, .requestStudyBtn{
        width:100%;
    }
}

/*----------- OTP popup Modal ------------- */

.requestHelpBtn,.requestCountryBtn,.requestEnglishBtn,.requestAcademicBtn,.requestTakeexamBtn,.requestDegreeBtn{
    margin-top: 15%;
    padding: 10px;
    border-radius: 5px;
    background: rgba(4, 135, 243, 0.6);
}

.requestBudgetBtn, .requestStudyBtn{
    margin-top: 9%;
    padding: 10px;
    border-radius: 5px;
    background: rgba(4, 135, 243, 0.6);
}
.popuphelp h1,.popuphelp h3
{
    font-size: 23px;
    width:100%;
    font-weight: 1000;
    line-height: 100px;   
}

.popuphelp .wrap
{
 display: flex;
 position: relative;
justify-content: space-between;  
}

.popuphelp .card
{
 width: 120px;
height: 112px;
background: #FFFFFF;
padding:0 5px;
box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
border-radius: 12px;
position: relative;  
}

.popuphelp .card:hover
{
border: 2px solid #0487F3;
}
.popuphelp h6
{
    margin-top: 25px;
    font-family: hg-grotesk,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.popuphelp p
{
margin-top: -7px;
    margin-bottom: -5%;
    font-family: hg-grotesk,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-left: 8px;
    margin-right: 0px;
}

.popuphelp .helpstudy
{
 margin-top: -7px;
    margin-bottom: -5%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-left: 80%;
    appearance:none;
    -webkit-appearance: none !important; -moz-appearance: none !important;
  

}

.popuphelp .countrystudy
{
 margin-top: -7px;
    margin-bottom: -5%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-left: 0;
    appearance:none;
    -webkit-appearance: none !important; -moz-appearance: none !important;
  

}
@supports (-webkit-touch-callout: none) {
    .popuphelp .helpstudy
{
 display: table-row-group;
}

.hidebox {
    display: none !important;
}
.popuphelp .card
{
 
height: 80px;

}

}

input#study{
          border-radius: 15px;
          accent-color: green;
      }

    .popuphelp .helpstudy:checked:before {
     background: #53D86A;
    border-color: #53D86A;
    content: "\2713";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popuphelp .countrystudy:checked:before {
     background: #53D86A;
    border-color: #53D86A;
    content: "\2713";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.popuphelp .countrystudy:before {
    border: 1px solid #999;
    position: absolute;
    background: #fff;
    content: '';
    width: 13px;
    height: 13px;
    bottom: 6%;
    right: 6%;
    border-radius: 50%;
}


.popuphelp .helpstudy:before {
    border: 1px solid #999;
    position: absolute;
    background: #fff;
    content: '';
    width: 15px;
    height: 15px;
    bottom: 9px;
    border-radius: 50%;
}

.helpclose-button {
    z-index: 5;
}


@media only screen and (max-width: 730px) {
    .ratingarea {
        padding: 5px 20px 5px 0 !important;
    }
}

/*---- slider height ----*/
@media only screen and (min-width: 451px) {
	.slick-slider .slick-track {
		height: 96%;
	}
}

/* side bar css */

@media only screen and (min-width: 1025px) {
.sidebar.sidebar-1 {
    position: relative !important;
    top: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.heightIncrease { top: 1335px!important; }
}

@media only screen and (max-width: 767px) {
    .slick-prev, .slick-next {
        width: 25px !important;
        height: 25px !important;
    }
    .slick-prev:before, .slick-next:before {
        color: #081934 !important;
        opacity: 1 !important;
        font-size: 25px !important;
    }
    .slick-prev {
        left: -20px !important;
    }
    .slick-next {
        right: -20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .ratingarea {
        padding: 25px 20px 5px 0 !important;
    }

    /*.whatsappclass {
    bottom: 3rem !important;
   }
 .actionBtn {
    bottom: 125px;
}*/
.show-modal, .exptshow-modal, .exptshowfree-modal {
z-index: 10001;
}
}


.authorData {
    margin: 40px 0 0;
    width: 100%;
}
.authorBio {
    display: flex;
    background-color: #fafafa;
    box-shadow: 0 0 10px #e4e4e4;
    border-radius: 4px;
    padding: 15px;
}
.authorBio .authorImg img {
    width: 75px;
    max-width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}
.authorsocial {
    margin-bottom: 10px;
}
.authorsocial span {
    display: inline-block;
    margin-right: 10px;
    background: #e3e3e3;
    border-radius: 50%;
}
.authorsocial span i {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
}
.authorsocial span i.fab.fa-facebook-f {
    color: #3B5998;
}
.authorsocial span i.fab.fa-twitter {
    color: #00ACED;
}
.authorsocial span i.fab.fa-pinterest-p {
    color: #CB2027;
}
.authorsocial span:hover i.fab.fa-facebook-f {
    background-color: #3B5998;
    color: #fff;
}
.authorsocial span:hover i.fab.fa-twitter {
    background-color: #00ACED;
    color: #fff;
}
.authorsocial span:hover i.fab.fa-pinterest-p {
    background-color: #CB2027;
    color: #fff;
}
.authordetail h4 span .fab.fa-linkedin-in {
    font-size: 14px;
    color: #007bb6;
    margin-left: 5px;
}
#commentdata {
    width: 100%;
}


.category-style span.label {
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
}
.meta-category a:before {
    content: none !important;
}

.header-large .navbar-topbar .navbar-brand img {
    height: 50px !important;
    margin-right: 20px;
}
.navbar-container .navbar-content .navbar-col {
    flex: auto !important;
}
.notranslate {
    width: 110px;
    font-size: 12px;
    padding: 5px 0;
    margin-right: 15px;
    border: none;
}
/* .navbar-follow .navbar-follow-btn {
    background-color: #2e073b;
    border-radius: 0px;
    font-size: 16px;
    text-transform: capitalize;
} */

/*.navbar-container .navbar-content .navbar-col:nth-child(1), .navbar-container .navbar-content .navbar-col:nth-child(3) {
    width: 20%;
}*/
.navbar-primary .navbar-nav > li > a > span:after {
    background-color: #0487F3;
    top: 198%;
}
p.indiacenter {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
}
.blogLink h3 {
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
}
.blogLink a.blogBtn {
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 25px !important;
    display: inline-block !important;
    background-color: #0487F3 !important;
    border-color: #0487F3 !important;
}
.blogLink p {
    text-align: center;
}
.blogLink .blogdata, .blogLink .blogImg {
    border-radius: 8px;
}

.modalTitle {
    color: #012541;
    font-size: 22px;
    font-weight: 800;
}
.exptclose-button {
    position: absolute;
    top: 18px;
    right: 20px;
    width: auto;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #5A7184;
    font-size: 24px;
}
.exptclose-button:hover {
    background-color: #fff;
}
.popupexpert form label {
    color: #5A7184;
    font-size: 12px;
    margin-bottom: 4px;
}
.popupexpert form label span {
    color: #ff0000;
}
.popupexpert form .form-group {
    margin-bottom: 16px;
}
.popupexpert form input, .popupexpert form select {
    border: 1px solid rgba(90, 113, 132, 0.5);
    padding: 10px 15px;
    font-size: 12px;
    border-radius : 8px;
    height: 40px;
    width: 100%;
    color: rgba(90, 113, 132, 1);
}
.popupexpert form input:focus, .popupexpert form select:focus {
    border: 1px solid rgba(90, 113, 132, 1);
    outline: none;
    box-shadow: none;
}
.popupexpert button.btn.requestBtn, .requestBtnfree {
    background-color: rgba(3, 165, 246, 1);
    width: 100%;
    border-radius: 8px;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
        height: 100%;
        border: 1px solid rgba(3, 165, 246, 1);
}
.margin0 {
    margin-bottom: 0;
}
div#popmake-94854 {
    border-radius: 16px;
}
.position-relative {
            position: relative;
}
.position-relative span.countryCode {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px 0;
    font-size: 12px;
    display: inline-block;
    color: rgba(90, 113, 132, 1);
}
.intl-tel-input {
    width: 100%;
}
input#contact_phones {
    padding: 10px 15px 10px 85px !important;
}


/*------------------- Expert talk -------------------*/
.expertbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    width: 100%;
}

.expertbutton div.toogleArrow {
    display: none;
    /*padding: 3px 8px 8px 11px;*/
    width: 35px;
    position: absolute;
    top: -23px;
    right: 25px;
    z-index: 8;
    background: #fff;
    box-shadow: 0 -2px 4px rgb(0 0 0 / 25%);
    text-align: center;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    height: 24px;
}
.expertbutton div.toogleArrow.rotate {
    background-color: #000;
}
.expertbutton div.toogleArrow.rotate p {
    border: 3px solid #fff;
    top: 8px;
    transform: rotate(135deg);
}
.expertbutton p {
    width: 13px;
    height: 13px;
    border: 3px solid #000;
    border-top: none !important;
    border-right: none !important;
    transform: rotate(-45deg);
    margin: 0 25px 0 auto;
    transition: all 0.2s linear;    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
form#experttalkfree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
form#experttalkfree input {
    margin-right: 25px;
    color: #666;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #666;
    padding: 2px 0;
}
#experttalkfree .countryCode {
    position: absolute;
    left: 275px;
    font-size: 13px !important
}

#experttalkfree .intl-tel-input {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
#experttalkfree .intl-tel-input .selected-flag {
padding: 0 !important;
}
#experttalkfree .intl-tel-input .selected-flag .arrow
{
    right: 12px !important;
}
.expertbutton button.expertTalkFree i {
    transform: rotate(-45deg);
    font-size: 18px;
    margin-right: 10px;
}
.expertbutton button.expertTalkFree.progress100 {
    background-color: #000;
    color: #fff;
}

.whatsappclass {
    transition: all 0.2s linear;
    bottom: 7.4rem;
    z-index: 1 !important;
}
.whatsappclass.new_bottom1 {
    bottom: 6rem !important;
}
.actionBtn.btn.new_bottom {
    bottom: 181px;
}
.texthere {
    display: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 5px 12px;
}
.texthere i {
    margin-right: 5px;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1199px) {
    .actionBtn {
        bottom: 250px;
    }
    .whatsappclass {
        bottom: 10.5rem;
    }
}
@media only screen and (max-width: 575px) {
    form#experttalkfree {
        flex-wrap: wrap;
        margin-top: 0;
    }
    form#experttalkfree input {
        margin: 15px 10px;
        width: 100%;
    }

    #experttalkfree .countryCode {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
    .actionBtn {
        bottom: 290px;
    }
    .whatsappclass {
        bottom: 13rem;
    }
    /* .progress {
        top: auto !important;
        bottom: 0px;
    } */
}

@supports (-webkit-touch-callout: none) {
    .expertbutton button.expertTalkFree, .texthere {
        margin-bottom: 0;
    }
    .progress {
        bottom: 10px;
    }
}

/*.expertbutton button.expertTalkFree:hover, .expertbutton button.expertTalkFree:focus {
    background-color: #000;
    color: #fff;
    opacity: 1;
}*/

span.exptclosefree-button {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}

.popupexpertfree .form-group {
    margin-bottom: 15px;
}

/*.intl-tel-input {
    margin-bottom: 25px;
}*/

.progress { position: fixed; top: 0; left: 0; height: 5px; background-color: #0487f3; transition: all linear 0.1s; min-width: 1%; z-index:6; }

span.exptclosefree-button:hover {
    background: none;
}

@media only screen and (max-width: 425px) {
    .footerpopup{
        bottom: 65px !important;
        width:275px !important;
        left:10px !important;
        }
.expertbutton {
    width: 100%;
    background: #fff;
    box-shadow: 0 -4px 8px rgb(0 0 0 / 25%);
    right: 0;
}
.expertbutton div {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.expertbutton button.expertTalkFree {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 0;
}
}

@media only screen and (max-width: 575px) {
    .modal-content, .expertmodal .modal-content, .expertTalkFreeModel .modal-content{
        width:90% !important;
    }
}



/*------------------- Expert talk -------------------*/

@media only screen and (min-width: 768px) {
    div#popmake-94854 {
            max-width: 400px !important;
    }
}


@media only screen and (min-width: 1020px) {
    .navbar-container .navbar-content {
        justify-content: space-between !important;
    }
}

@media only screen and (max-width: 575px) {

.specialCard2{
    height: 60px !important;
    width: 45% !important;
    margin: 4px !important;
}


    .uniModalLeft .calendardata span {
    font-size: 13px;
    display: block;
    text-align: left;
    margin-right: 55px !important;
    margin-top: 9px;
}

.specialCard{
     height: 78px !important;
    width: 90px !important;
    margin: 4px !important;
}
    .popuphelp .wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .popuphelp .card {
        width: 100%;
        position: relative;
        margin: 7px 0;
        
    }
    .popuphelp h1,.popuphelp h3
    {
        font-size: 20px !important;
        width:100%;
        text-align: left;
    }
    @supports not (-webkit-touch-callout: none) {
        .popuphelp .card {
        height: 100%;
          }
    }
    .popuphelp h6, .popuphelp p {
        text-align: center !important;
        margin-left: 0;
    }
    .left_aside.uniModalLeft {
        padding: 20px 15px;
    }
    .left_aside.uniModalLeft img {
        max-width: 125px;
    }
    .uniModalLeft p{
        margin-top: 15px;
    }
    .uniModalLeft h4, .unitext h3 {
        font-size: 20px;
    }
    .left_aside.uniModalLeft {
        border-radius: 15px 15px 0 0;
    }
    .popuphelp .helpstudy::before {
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
    }
    .popuphelp h1, .popuphelp h3 {
        line-height: normal;
    }
    .help-modal .modal-content .help_modal .padding0,.country-modal .modal-content .country_modal .padding0,.english-modal .modal-content .english_modal .padding0,.academic-modal .modal-content .academic_modal .padding0,.takeexam-modal .modal-content .takeexam_modal .padding0,.degree-modal .modal-content .degree_modal .padding0,.study-modal .modal-content .study_modal .padding0,.budget-modal .modal-content .budget_modal .padding0 {
        max-width: 100%;
    }
    .otp_modal .padding0 .left_aside, .help-modal .modal-content .help_modal .padding0 .left_aside,.country-modal .modal-content .country_modal .padding0 .left_aside,.english-modal .modal-content .english_modal .padding0 .left_aside,.academic-modal .modal-content .academic_modal .padding0 .left_aside,.takeexam-modal .modal-content .takeexam_modal .padding0 .left_aside,.degree-modal .modal-content .degree_modal .padding0 .left_aside,.study-modal .modal-content .study_modal .padding0 .left_aside ,.budget-modal .modal-content .budget_modal .padding0 .left_aside {
        border-radius: 15px 15px 0 0;
        display: flex;
        align-items: center;
        padding: 30px 15px;
    }
    .otp_modal .padding0 .left_aside img, .help-modal .modal-content .help_modal .padding0 .left_aside img,.country-modal .modal-content .country_modal .padding0 .left_aside img,.english-modal .modal-content .english_modal .padding0 .left_aside img,.academic-modal .modal-content .academic_modal .padding0 .left_aside img,.takeexam-modal .modal-content .takeexam_modal .padding0 .left_aside img,.degree-modal .modal-content .degree_modal .padding0 .left_aside img,.study-modal .modal-content .study_modal .padding0 .left_aside img,.budget-modal .modal-content .budget_modal .padding0 .left_aside img {
        max-width: 70px;
    }
    .help-modal .modal-content .help_modal .padding0 .left_aside h2,.country-modal .modal-content .country_modal .padding0 .left_aside h2,.english-modal .modal-content .english_modal .padding0 .left_aside h2,.academic-modal .modal-content .academic_modal .padding0 .left_aside h2,.takeexam-modal .modal-content .takeexam_modal .padding0 .left_aside h2,.degree-modal .modal-content .degree_modal .padding0 .left_aside h2,.study-modal .modal-content .study_modal .padding0 .left_aside h2,.budget-modal .modal-content .budget_modal .padding0 .left_aside h2{
        font-size: 20px;
    }
    .uniconnectclose-button,.helpclose-button,.countryclose-button,.englishclose-button,.academicclose-button,.takeexamclose-button,.degreeclose-button,.studyclose-button,.budgetclose-button {
        z-index: 5;
        background-color: transparent;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .requestHelpBtn,.requestCountryBtn,.requestEmglishBtn,.requestAcademicBtn,.requestTakeexamBtn {
        margin-bottom: 25px;
        width:100%;
    }
    img.imgPosition.cloudImg2 {
        width: 50%;
    }
    img.imgPosition.cloudImg3 {
        right: 3%;
        top: auto;
        bottom: 50px;
    }
    img.imgPosition.cloudImg1 {
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .flexdirection {
        flex-direction: column-reverse;
    }
    .flexContent .rightContent a {
        font-size: 14px;
    }
    .footer-subscribe input.form-control {
        margin: 7px 0;
    }
    .footer-subscribe p.pk-subscribe-message {
        margin-bottom: 20px !important;
    }
    .footer-subscribe button.pk-subscribe-submit {
        margin: 10px auto;
    }
    .footer-subscribe .cloudImg3 {
        bottom: 125px !important;
        right: 50px !important;
    }
    .footer-subscribe .cloudImg1 {
        top: 110px !important;
        left: 50px !important;
        bottom: auto !important;
    }
    .hideonDesktop {
        display: block;
    }
}

/* ----------- Unicode modal ---------------*/

.btn.uniBtn {
    color: #fff !important;
    background-color: #04b55a !important;
    position: relative;
    border-radius: 10px;
    padding: 7px 10px 8px;
    text-transform: inherit;
}
.btn.uniBtn span {
    font-weight: 600;
}
.unicode-modal .modal-content {
    width: 850px;
}
.unicode-modal .modal-content .uniconnect_modal .padding0 {
    max-width: 400px;
}
.uniModalLeft h4 {
    color: #fff;
    font-weight: 500;
}
.uniModalLeft h4 span {
    font-weight: 600;
}
.uniModalLeft .unilogo img {
    width: 150px;
}
.uniModalLeft p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}
.uniModalLeft .calendardata {
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    color: #fff;
    border-radius: 6px;
}
.uniModalLeft .calendardata span:first-child {
    margin-right: 30px;
}
.uniModalLeft .calendardata span {
    font-size: 13px;
}
.uniModalLeft .calendardata span img {
    margin-right: 5px;
}
.unitext h3 {
    color: #112641 !important;
    font-weight: 500;
}
.unitext h3 span {
    font-weight: 600;
}

/*-------------------unicode modal -------*/

p.aligner {
    margin-left: 0px;
    text-align: center !important;
    margin-top: 0;
}
.wrap.fixclass1 {
    flex-wrap: wrap;
    justify-content: normal;
    flex-direction: row;
}
.modalheading{line-height: normal !important;}

input[type=range] {
    -webkit-appearance: none;
    margin: 20px -16px;
    width: 110%;
    border: 0px;
} 
@-moz-document url-prefix() {
 input[type=range]{
  -webkit-appearance:auto;
 }
} 

input[type=range]:focus {
    outline: none;
}
@media only screen and (max-width: 575px){
/*p.aligner2 {
    margin-top:12%;
    margin-left:40%;
}*/
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #03a9f4;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}
.rangeContainer {
    padding: 30px 0vh;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.range-wrap{
  
    width: 299px;
    position: relative;
}
.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.float-left{
  float:left;
}
.float-right{
  float: right;
}
@media only screen and (max-width:575px){
.padup{
  padding-top: 15px;
}
.countrymodalwidth{
  width: 350px !important;
  min-height: 429px;
}
.ml {
  margin-left: 15px !important;  
}
.degreemodalml{
  margin-left: 8px !important;
}
.pad {
    padding-left: 14px;
}
.padDegreeCard{
  
}
.h6m {
  margin-top: 19px !important;
}
.studymodalwidth {
    width: 350px !important;
    height: 500px !important;
}
.mobilemodalwidth{
    width: 350px !important;
}
.budgetmobilemodalwidth {
    width: 350px !important;
    height: 446px;
}
.aligner.studymodalfonts{
  font-size: 14px;
  text-align: center;
}
.pnewline{
  display: block;
}
p.aligner.aligner2.englishmodalfont {
  font-size:15px;
}
p.aligner.academicmobilep {
  font-size: 14px;
  text-align: center;
}
p.aligner.takeexammodalcardp {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
  margin-left:5px;
}
}


.essexmodal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.essex-modal{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 100;
}

.essex-modal .modal-content {
    width: 850px;
}

.essexclose-button{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 3.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size:33px;
    color:#999;
    z-index:999 !important;
}

.modalActions.essex_modal{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
}

.essex_left_aside {
    background: linear-gradient(30.82deg, #68006D 0%, #68006D 0.01%, #FF0000 100%);
    border-radius: 24px 0 0 24px;
    padding: 45px 25px;
    position: relative;
}
.essex_left_aside h1 {
    color: #fff;
    font-size: 40px;
    font-weight:400;
}
.essex_left_aside h1 span{
    font-weight:700;
}
.essex-modal .modal-content .essex_modal .padding0 {
    max-width: 400px;
}
.essex_left_aside.essexModalLeft img {
    max-width: 160px;
}
.essexModalLeft p{
    margin-top: 15px;
}
.essexModalLeft h3 {
    color: #fff;
    font-weight: 500;
}
.essexModalLeft h4 span {
    font-weight: 600;
}
.essexModalLeft .unilogo img {
    width: 150px;
}
.essexModalLeft p {
    color: #fff;
    /* font-weight: 600; */
    margin-bottom: 10px;
    margin-top: 25px;
}
.essexModalLeft .calendardata {
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    color: #fff;
    border-radius: 6px;
}
.essexModalLeft .calendardata span:first-child {
    margin-right: 30px;
}
.essexModalLeft .calendardata span {
    font-size: 13px;
}
.essexModalLeft .calendardata span img {
    margin-right: 5px;
}

.essexmodal .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.3rem;
}
.essex-modal .modal-content{
    width: 800px;
    padding: 0;
    border-radius: 24px;
}
.essex-modal .modal-content {
    width: 850px;
}
.essextext h5 {
    color: #000 !important;
    font-weight: 700;
    font-size:24px;
    margin-bottom:2rem;
}
.essextext h5 span {
    font-weight: 600;
}
.essextext p{
    color:#999;
}
.essextext p img{
    margin-right:10px;
}
.modalActions .text-left-essex {
    text-align: left;
    padding-left: 45px;
}
.essex_btn a {
    padding: 14px 25px;
    display: inline-block;
    background-color: #0487F3;
    border-radius: 0.5rem;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s linear;
}
.essex_btn a:hover {
    box-shadow: 0 4px 4px #0487F3;
    transform: translateY(-2px);
    color: #fff;
}
.dontmissp{
    color:#000 !important;
    margin-top:50px;
    margin-bottom:20px;
}
.essex-heading{
    margin:60px 0 100px 0;
}
.essex-schedule div{
    color:#fff;
    margin:7px 0;
    padding:0;
}

@media only screen and (max-width: 575px) {
    .essex-schedule{
        display: flex;
    }
    .essex_left_aside{
        text-align: left;
        border-radius: 20px 20px 0 0 ;
        padding:21px;
    }    
    .essex_left_aside h1{
        font-size:23px;
    }
    .essex-heading{
        margin:21px 0;
    }
    .essex_left_aside.essexModalLeft img{
        max-width:130px;
    }
    .essex-modal .modal-content{
        border-radius: 20px;
    }
    
    .essextext{
        padding:15px 0;
    }
    .modalActions .text-left-essex{
        padding-left:21px !important;
    }
    .dontmissp{
        margin-top:30px;
    }
    .essextext h5 {
        font-size:18px;
        margin-bottom:1.5rem;
    }
    .essextext p{
        font-size:14px;
    }
    .essex-schedule div{
        margin:0;
        font-size: 12px;
    }
    
    .essexclose-button{
        top: 15px;
        width: 2rem;
        font-size:25px;
        color:#fff;
        z-index:999 !important;
    }
    .modalActions .col-12{
        padding:16px;
    }
}

@media only screen and (min-width: 576px){

    .card1 h6, .card2 h6, .card3 h6{
        margin-top:25px !important;
        text-align: center !important;
        font-weight: 700;
    }
    
    .requestHelpBtn,.requestCountryBtn,.requestEnglishBtn,.requestAcademicBtn,.requestTakeexamBtn,.requestDegreeBtn{
        width:157px;
    }

    .requestBudgetBtn, .requestStudyBtn{
        width:157px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .essex-modal .modal-content{
        width:94%;
    }
    .essex_left_aside h1{
        font-size:28px;
    }
    .essex_left_aside {
        padding: 80px 25px;
    }
}

.popuphelp .card{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card1, .card2, .card3{
    display: block !important;
}

.card8{
    padding:0 5px;
}

@media only screen and (max-width: 575px) {
    .card1 h6, .card2 h6, .card3 h6{
        margin-top:15px !important;
        text-align: left !important;
    }
    
    .card1 p, .card2 p, .card3 p{
        text-align: left !important;
    }
}

.popupenglish .wrap.fixclass1{
    width:100%;
}

.card16, .card17, .card18{
    padding:5px;
}

.card4 h6, .card5 h6, .card6 h6{
    margin-bottom:12px;
}

img.imgPosition.cloudImg1 {
    width: 100px;
    object-fit: contain;
    height: auto;
    top: 0;
    left: 30px;
}
img.imgPosition {
    position: absolute;
    z-index: 0;
}
img.imgPosition.cloudImg2 {
    width: 26.3%;
    object-fit: contain;
    height: auto;
    bottom: 0;
    left: 0;
}
img.imgPosition.cloudImg3 {
    width: 80px;
    object-fit: contain;
    height: auto;
    top: 0;
    right: 24%;
    bottom: 0;
    margin: auto;
}
img.imgPosition.cloudImg4 {
    width: 26.3%;
    object-fit: contain;
    height: auto;
    bottom: 0;
    right: 0;
}

.footer-subscribe {
    background-color: rgba(4, 135, 243, 0.08);
    position: relative;
}
.footer-subscribe h3.pk-title {
    color: #333;
    font-weight: 600 !important;
    font-size: 32px !important;
}
.footer-subscribe p.pk-subscribe-message {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}
.footer-subscribe input.form-control {
    border: 1px solid #979797 !important;
    /* border-radius: 25px !important; */
    margin: 10px;
    background-color: transparent;
}
.footer-subscribe button.pk-subscribe-submit {
    background-color: #0487F3;
    border-radius: 25px;
    width: 125px;
    text-transform: capitalize;
    height: 45.6px;
}
.footer-subscribe .pk-subscribe-form-wrap .pk-privacy label {
    color: #666;
}
.pk-subscribe-form-wrap .subscription, .footer-subscribe h3.pk-title, .footer-subscribe p.pk-subscribe-message, .footer-subscribe .pk-subscribe-form-wrap .pk-privacy {
    z-index: 1;
}
.footer-subscribe .cloudImg1 {
    top: 50px !important;
    left: 75px !important;
}
.footer-subscribe .cloudImg3 {
    right: 125px !important;
}
.hideonDesktop {
    display: none;
    color: #333;
    font-weight: 600;
    text-align: center;
}
