/* Body and General Styles Start 
-------------------------------------------------- */
/*Light 300, Regular 400, Medium 500, Bold 700, Black 900*/
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {scroll-behavior: smooth; }
body { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; color: #343A40; font-size: 16px; line-height: 24px; font-weight: 400; overflow-x: hidden;}
img { max-width: 100%; }

h1 { margin: 0 0 40px 0; font-size: 64px; line-height: 72px; font-weight: 660; color: #212529; font-family: "Poppins", SFProText,Verdana; letter-spacing: -0.5px; }
h2 { margin: 0 0 32px 0; font-size: 48px; line-height: 64px; font-weight: 660; color: #212529; font-family: "Poppins", SFProText, Verdana; letter-spacing: -0.5px; }
h3 { margin: 0 0 24px 0; font-size: 36px; line-height: 48px; font-weight: 660; color: #212529; font-family: "Poppins", SFProText,Verdana; letter-spacing: -0.4px; }
h4 { margin: 0 0 16px 0; font-size: 22px; line-height: 34px; font-weight: 660; color: #212529; font-family: "Poppins", SFProText,Verdana;  letter-spacing: -0.4px;}
h5 { margin: 0 0 12px 0; font-size: 24px; line-height: 32px; font-weight: 660; color: #212529; font-family: "Poppins", SFProText,Verdana; letter-spacing: 0.288px; }
h6 { margin: 0 0 8px 0; font-size: 18px; line-height: 24px; font-weight: 600; color: #212529; font-family: "Poppins", SFProText,Verdana; letter-spacing: 0.36px; }

p { color: #343A40; font-size: 16px; line-height: 24px; font-weight: 400; margin-bottom: 24px; }
p strong { font-weight: 600; }
p:last-child { margin-bottom: 0;}
body.inner_page .section ul { padding: 0; margin: 0 0 24px 0;}
body.inner_page .section ul li { list-style: none; position: relative; padding: 0 0 0 15px; margin: 0 0 8px 0;}
body.inner_page .section ul li:before { content: ''; width: 6px; height: 6px; background-color: #343A40;  position: absolute; left: 0; top: 8px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }
a { color: #8761AA; }
a:hover { text-decoration: none; }
a,
.header,
.white-btn,
.header .nav > li > a:after,
.solution-section .slider-section ul li a:after { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.container { max-width: 1170px; padding: 0 20px;}
.bg-gray {background: #f1ecf5;}
.sections-space { padding: 50px 0;overflow: hidden;}
.sections-space:not(.bg-gray) + .sections-space:not(.bg-gray) { padding-top: 0;}

.header { z-index: 111; position: fixed; left: 0; right: 0; width: 100%; top: 30px; padding: 0 70px; }
.header .nav { justify-content: center; z-index: 1; position: relative; align-items: center; margin: 0 -20px; }
.header .nav > li { padding: 0 20px; position: relative; font-size: 18px; line-height: 22px; font-weight: 600;}
.header .nav > li > a { padding: 24px 0px; color: #212529; display: inline-block; position: relative; font-family: "Poppins", serif;}
.header .nav > li:last-child > a:after { display: none;}
.header .header-row { display: flex; justify-content: space-between; align-items: center; position: relative;}
.header .header-row .logo img { max-width:140px; height:auto; }
.header .dropdown-menu { display: block; opacity: 0; visibility: hidden; top: 100%; width: 100%;}
.header .dropdown-menu ul { padding: 0; margin: 0; position: relative; }
.header .dropdown-menu ul li { list-style: none; padding: 7px 0; }
.header .dropdown-menu ul li a {padding: 0;color: #212529;font-size: 18px;line-height: 24px;font-weight: 600;width: 100%; background-color: transparent !important; white-space: nowrap;  font-family: "Poppins", serif;}
.header .header-row .nav > li > .dropdown-menu > ul > li > a .drc_menu_imag {width: 100%;display: inherit;margin-bottom: 10px;border-radius: 4px;object-fit: cover;}
.header .dropdown-menu ul:before { position: absolute; left: -20px; right: -20px; top: -15px; height: 5px; content: ''; }
/*.header.fixed {position: fixed; top: 0px; }*/
.header.fixed .nav > li > a {padding: 24px 0px;}
.header .header-inner {border: solid 1px #DEE2E6; border-radius: 16px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.61); backdrop-filter: blur(5.3px); -webkit-backdrop-filter: blur(5.3px);}

.header:not(.fixed) { padding: 0; }
.header:not(.fixed) .header-inner { border-radius: 0; border-left: 0; border-right: 0; box-shadow: none; border-top: 0; }
.header:not(.fixed) .header-inner .container { padding:0 70px; }


.job-openrow .columns {background: #ffffff; border-radius:12px; padding: 20px; margin-bottom: 24px; height: calc(100% - 24px); display: flex; flex-flow: row wrap; position: relative;}
.job-openrow .columns .location-details {position: absolute; top: 20px; right:20px; line-height: 32px; }
.job-openrow .columns .location-details img { margin: 10px 5px 0 0; vertical-align: top;}
.job-openrow .columns h5 {padding-right: 120px; font-weight: 500; font-size: 22px; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.job-openrow .columns p {width: 100%;}
.job-openrow .columns .apply-row {display: flex; width:100%; flex-flow:row wrap; margin-top: auto;}
.job-openrow .columns .experience-box {background: #f1ecf5; border-radius: 8px; }
.job-openrow .columns .experience-box span {color: #6A3C8C; line-height: 34px; padding: 0px 10px;}
.job-openrow .columns .apply-row .apply-btn {background: #6A3C8C; border-radius: 20px; color: #fff; font-size: 14px; font-weight: 600; line-height: 34px; margin-left: auto; padding: 0 20px; border: solid 1px transparent;}
.job-openrow .columns .apply-row .apply-btn:hover {border: solid 1px #6A3C8C; background: #fff; color: #6A3C8C;}
.cluture-drc .rating-block {border: solid 1px #A8A8A8; padding: 30px 0px; display: flex; flex-flow: row wrap; border-radius: 30px;}
.cluture-drc .rating-block .block-view {border-right: solid 1px #A8A8A8; text-align: center; width: 33.33%; padding: 0 15px; }
.cluture-drc .rating-block .block-view:last-child {border: none;}
.cluture-drc .about-drc {padding: 100px 0 0 0; }
.cluture-drc .about-drc .row {align-items: center;}
.employees-benefits {background: #6A3C8C;}
.employees-benefits h2 {color: #fff; margin-bottom: 10px; }
.employees-benefits .container > p {color: #fff;}
.text-teaser {padding: 32px; margin-top: 24px; height: calc(100% - 24px); background: #F5F5F7;border-radius: 20px;}
.text-teaser .img {padding-bottom: 10px; }

.employees-review {padding: 100px 0; }
.employees-feedback {padding: 0 0 0 293px; position: relative;}
.employees-feedback h3 {position: absolute; top: 0px; left: 0px; max-width: 250px; }
.employees-feedback .fb-slide {background: #fff; border-radius: 28px; padding: 40px; display: flex; flex-flow: row wrap;}
.employees-feedback .feedback-slider {position: static;}
.employees-feedback .feedback-slider .left-info {width: 30%; padding-right: 30px; display: flex; flex-flow: row wrap;}
.employees-feedback .feedback-slider .details {margin-top: auto;}
.employees-feedback .feedback-slider .details .name {color: #212529; font-size: 25px; line-height: 38px; font-weight: 600; }
.employees-feedback .feedback-slider .details .designation {line-height: 30px; }
.employees-feedback .feedback-slider .left-info .img {width: 160px; border-radius: 50%; overflow: hidden; border: solid 5px #D0D0D0; height: 160px; }
.employees-feedback .feedback-slider .left-info .img img {width: 100%;}
.employees-feedback .feedback-slider .right-info {background: #f1ecf5; width: 70%; border-radius: 10px; padding: 164px 40px 40px 40px; position: relative;}
.employees-feedback .feedback-slider .right-info:after {position: absolute; top: 30px; right: 30px; width: 48px; height: 48px; background: url(../images/quate-01.svg) no-repeat top left; content: ""; }

.employees-feedback .feedback-slider .slick-arrow {position: absolute; bottom: 0px; width: 54px; height: 54px; font-size: 0px; border-radius: 7px; border: solid 1px #000000; }
.employees-feedback .feedback-slider .slick-arrow.slick-prev {background: url(../images/employee-sliderLeft.svg) no-repeat center center; left: 0px;}
.employees-feedback .feedback-slider .slick-arrow.slick-next {background: url(../images/employee-sliderRight.svg) no-repeat center center; left: 64px;}
.inclusive-cluture .cluture-img {  margin-top: 46px; }
.inclusive-cluture .cluture-img img { width:100%; height:auto; }
.gradient-text-blue {background-image: url("../images/gradient-text-blue.webp"); background-repeat: no-repeat; background-size: cover; background-clip: text; -webkit-background-clip: text; color: transparent !important;}
.simple-content ul { padding: 0; margin: 0 0 24px 0; }
.simple-content ul li { list-style: none; position: relative; padding: 0 0 0 15px; margin: 0 0 8px 0;}
.simple-content ul li:before { content: ''; width: 6px; height: 6px; background-color: #343A40;  position: absolute; left: 0; top: 8px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }
.simple-content ol li { margin: 0 0 8px 0; }
#opening,
#joinus,
#lifedrc {scroll-margin-top:100px; }



.footer:after {background: #734198; background: linear-gradient(90deg,rgba(115, 65, 152, 1) 0%, rgba(208, 164, 88, 1) 100%); position: absolute; top: -6px; width: 100%; height: 6px; content: ""; z-index: 1;}
.footer { background-color: #301b40; color: rgba(255,255,255,0.7); position: relative;}
.footer p { color: #ADB5BD; }
.footer .footer-one { padding: 40px 0 32px 0;}
.footer .footer-col { margin-bottom: 30px;}
.footer .bottom-row {padding-bottom: 40px; border-bottom: solid 1px rgba(255, 255, 255, 0.1); margin-bottom: 40px;}
.footer .bottom-row .footer-col {margin: 0px; height: 100%; display: flex; align-items: center;}
.footer .footer-col h5,
.footer .footer-col h6 { color: #ffffff; position: relative; }
.footer .footer-col p { font-size: 14px; line-height: 18px; max-width: 490px; }
.footer .footer-nav { padding: 0; margin: 0; }
.footer .footer-nav li {font-size: 13px; position: relative; list-style: none; line-height: 18px; margin-bottom: 10px;}
.footer .footer-nav li a { color:#ADB5BD; }
.footer .footer-nav li a:hover { color: #fff; }
.footer .contact-info { padding: 0; margin: 0; }
.footer .contact-info li { font-size: 14px; position: relative; padding-left: 35px; list-style: none; margin-bottom: 12px;}
.footer .contact-info li img { position: absolute; left: 0; top: 3px; }
.footer .contact-info li a { color: #ADB5BD; }
.footer .contact-info li a:hover { color: #fff; }
.footer .contact-info li:last-child { margin-bottom: 0;}
.footer .footer-social { display: flex; flex-wrap: wrap; margin: 0; padding: 0; align-items: center;}
.footer .footer-social li { margin-right: 23px; list-style: none; }
.footer .footer-social li:last-child { margin-right: 0; }
.footer .footer-social li img { width:42px; }
.footer .footer-last { padding: 0 0 0 0; }
.footer .footer-last p { font-size: 13px; line-height: 24px; margin: 0; text-align: right; }
.footer .footer-last ul { padding: 0; margin: 0 -12px; display: flex; flex-wrap: wrap; justify-content: right;}
.footer .footer-last ul li { padding: 0 12px; position: relative; list-style: none; font-size: 14px; line-height: 18px; }
.footer .footer-last ul li a { color: #ADB5BD; }
.footer .footer-last ul li a:hover { color: #fff; }
.footer .footer-lastRow {border-top: solid 1px rgba(255, 255, 255, 0.1); padding: 32px 0 0 0;}
.footer .copy-right {text-align: center; padding:20px 0; display: flex; justify-content: space-between;}
.footer .copy-right p {margin: 0px; font-size: 14px;}
.footer .footer-contact {display: flex; justify-content: right; column-gap: 16px;}
.footer .footer-contact .contact-box {background: rgba(255, 255, 255, 0.05); border: solid 1px rgba(255, 255, 255, 0.1); padding: 14px 14px 14px 45px; max-width: 295px; border-radius: 10px; width: 50%; position: relative;}
.footer .footer-contact .contact-box .img {margin-bottom: 12px; position: absolute; top: 16px; left: 10px; }
.footer .footer-contact .contact-box h6 {color: #fff; font-weight: 500; font-size: 14px; margin-bottom: 12px; line-height: 20px;}
.footer .footer-contact .contact-box p {color: #ADB5BD; font-size: 12px; line-height: 20px; }
.footer .footer-contact .contact-box a {color: #ADB5BD; font-size: 12px; line-height: 20px; display: block;}
.footer .footer-contact .contact-box a:hover {color: #fff;}
.footer .social-responsibility {display: flex; align-items: center; flex-flow: row wrap; justify-content: space-between;}
.footer .middle-row { border-bottom: solid 1px rgba(255, 255, 255, 0.1); padding-bottom: 40px; margin-bottom: 40px;}
.footer .middle-row .footer-col {margin: 0px; display: flex; justify-content: space-between; flex-flow: row wrap; align-items: center;}
.user-feedback {display: flex; justify-content: right; }
.user-feedback .feedback-box {padding: 0 14px;}
.user-feedback .feedback-box:last-child {padding-right: 0px;}
.user-feedback .feedback-box .number-count {margin-bottom: 5px; color: #fff; font-size: 14px; }
.user-feedback .feedback-box .number-count img {margin: 0 4px 0 0px;}
.copy-rightRow {background: #3f2354;}
.footer .footer-col .cmmi-info {display: flex; align-items: flex-start;}
.footer .footer-col .cmmi-info .img {width: 100%; padding-right: 10px; max-width: 160px;}
.footer .footer-col .cmmi-info .img:last-child {padding-right: 0; padding-left: 10px;}



.job-detailsection .left-content { padding-right:70px; }
.job-detailsection .left-content ul { padding: 2px;}
.job-detailsection .left-content ul:last-child { margin-bottom: 0; }
.job-detailsection .left-content ul li { list-style: none; position: relative; padding: 0 0 0 15px; margin: 0 0 6px 0;}
.job-detailsection .left-content ul li:before { content: ''; width: 6px; height: 6px; background-color: #343A40; position: absolute; left: 0; top: 8px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }

.job-detailsection .left-content h4 { font-weight:700; }
.job-detailsection .right-content { background-color:#F5F5F7; padding:24px; border-radius:24px; }
.job-detailsection .right-content ul { display:flex; gap:9px 0px; flex-direction:column; padding:0; margin:0; }
.job-detailsection .right-content ul li { display:flex; width:100%; }
.job-detailsection .right-content ul li label { margin-bottom:0; line-height:24px; font-weight:600; padding:10px 0; flex:0 0 120px; }
.job-detailsection .right-content ul li p { padding:10px 0; color:#495057; flex:1; word-break: break-word; }



.job-detailsection .qualification { padding-bottom: 32px;}

.career-form { padding-top:16px; }
.career-form .input-groups { margin-bottom:24px; }
.career-form .input-groups label { font-size:16px; line-height:24px; font-weight:400; color:#212529; margin-bottom:8px; display:block; }
.career-form .input-groups label span { color:#FF0000; }
.career-form .input-groups .form-control { font-size: 14px; color: #6C757D; border-radius:8px; padding: 10px 16px; border:1px solid #CED4DA; height:48px; background-color:#fff; outline:none; box-shadow:none; }
.career-form .input-groups textarea.form-control { height:100px; resize:none; }
.career-form .input-groups p { margin-bottom:0; }
.career-form .btn-row { display:flex; justify-content:flex-end; gap:16px; margin:0; position:relative; align-items:center; }
.career-form .btn-row .clear-btn { color:#693A95; font-size:16px; line-height:22px; font-weight:600; background-color:#fff; border:1px solid #693A95; padding:12px 24px; border-radius:8px; width: 50%;}
.career-form .btn-row .submit-btn { background-color: #693A95; color: #fff; font-weight: 600; font-size: 16px; line-height: 22px; text-align: center; border: 1px solid #693A95; padding:12px 24px; border-radius:8px; outline:none; box-shadow:none; width: 50%;}
.career-form .btn-row p { display:flex; gap:8px; margin:0; width: 100%;}
.career-form .wpcf7-spinner { position:absolute; right: 0; top: 0; }
.career-form .captcha-col {margin-bottom: 24px;}

.career-form .select-groups .select2-container { width:100% !important; }
.career-form .select-groups .select2-container--default .select2-selection--single { border: 1px solid #CED4DA; height:auto; border-radius:8px; }
.career-form .select-groups .select2-container--default .select2-selection--single .select2-selection__rendered { line-height:46px; color: #6C757D; font-weight: 400; font-size: 14px; padding: 0 50px 0 16px; }
.career-form .select-groups .select2-container--default .select2-selection--single .select2-selection__arrow { height:100%; right:16px; }
.career-form .select-groups .select2-container--default .select2-selection--single .select2-selection__arrow b { border:none; width:20px; height:20px; background-image: url(../images/chevron-down-select.svg); background-position:center center; background-repeat:no-repeat; left: 0; top: 50%; margin: -10px 0 0 0; }
.career-form .file-upload-wrapper { position: relative; width: 100%; }
.career-form .file-upload-wrapper:before { content: ''; z-index: 111; pointer-events: none; background-color: transparent; border: none; outline: none; padding: 0; position: absolute; right: 16px; top: 14px; height: 20px; width: 20px; background-image: url(../images/upload-icon2.svg); background-position: center center; background-repeat: no-repeat; }
.career-form .file-upload-wrapper:after { content: attr(data-text); position: absolute; top: 0; left: 0; background: #fff; padding: 10px 60px 10px 20px; display: block; pointer-events: none; z-index: 20; border: 1px solid #CED4DA; width: 100%; font-size: 14px; color: #6C757D; line-height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-radius: 8px; }
.career-form .file-upload-wrapper input[type=file] { width: 100%; cursor: pointer; }


.inner-banner { padding: 170px 0 120px 0; background-size: cover; background-repeat: no-repeat; background-position: top center; position: relative; display: flex; align-items: center; }
.inner-banner .container { position: relative; z-index: 1; }
.inner-banner .innerbanner-content { width: 100%; z-index: 1; text-align: center !important;}
.inner-banner .innerbanner-content h1 { color: #fff;  display: inline-block; position: relative;}
.inner-banner .innerbanner-content h1:last-child { margin-bottom:0; }

.BgGradientStyle1 {background: linear-gradient(90deg, #20BDA9 0.52%, #113282 60.21%, #0E2C73 100%);}
.BgGradientStyle1:before,
.BgGradientStyle1:after{display: none;}

.tab-pane  {padding-top: 20px;}
.vtab-section { display: flex; align-items: flex-start; flex-wrap: wrap; }
.vtab-section .nav-tabs { border: none; display: block; width: 100%; margin: 0;  padding: 0; border-bottom: solid 1px #CED4DA;}
.vtab-section .nav-tabs .nav-item { transition: 0.3s all ease; list-style:none; padding: 12px 30px 12px 0;}
.vtab-section .nav-tabs .nav-item .nav-link { background: none; font-size: 16px; line-height: 24px; color: #343A40; position: relative; border-radius: 0; border: none; padding: 0px 0px 0 0; margin: 0px;}
.vtab-section .nav-tabs .nav-item .nav-link:after {position: absolute; bottom: -13px; left: 0px; width: 100%; height: 2px; background-color: #8761AA; content: ""; display: none;}
.vtab-section .nav-tabs .nav-item .nav-link.active { color: #8761AA;}
.vtab-section .nav-tabs .nav-item .nav-link:hover { color: #8761AA;}
.vtab-section .nav-tabs .nav-item .nav-link.active:after {display: block;}
.vtab-section .nav-tabs .nav-item:last-child { padding-right:0; }
.vtab-section .tab-content { width: 100%; }

.img-gridcol { height: 100%; position: relative; min-height: 430px; border-radius: 16px; overflow: hidden; display: flex; align-items: flex-end; }
.img-gridcol > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.img-gridcol .text { padding: 16px; position: relative; z-index: 1; color: #fff; align-items: flex-start; flex-direction: column; display: flex; width: 100%; }
.img-gridcol .text h5 { margin-bottom: 4px; font-weight: 700; color: #ffffff; }
.img-gridcol .text h5:last-child { margin-bottom: 0; }


.career-video-section .video-wrap { position: relative; padding-bottom: 40%; height: 0; overflow: hidden; max-width: 100%; }
.career-video-section .video-wrap iframe  { height: 100%; width: 100%; border: none; position: absolute; left: 0; top: 0; }
.logo-section { padding: 20px 0 20px 0; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 100%); margin-top: -86px; position: relative;}
.logo-section h6 { text-align: center; margin-bottom: 30px; font-size: 14px; font-weight: 400}
.logo-section .container { max-width: 100%}
.logo-section .logo-slider { position: relative}
.logo-slider { display: none}
.logo-slider.slick-initialized { display: block}
.logo-slider .slick-slide { outline: none!important; border: none!important}
.logo-slider .slick-track { display: flex; align-items: center}
.logo-slider .slick-slide .slider-logocol {outline: none!important; border: none!important; padding: 0 60px; text-align: center; display: flex!important; align-items: center; justify-content: center}
.logo-slider .slick-slide .slider-logocol img { display: inline-block; height: auto; filter: grayscale(1); max-height: 60px; width: auto; max-width: 160px}
.logo-slider .slick-slide .slider-logocol:hover img { filter: grayscale(0) }



@media (min-width: 768px) {
  .footer .footer-nav { display: block !important; }
  .footer .footer-col h6 .fa { display: none; }
  .vtab-select { display: none; }
  .events-section .tab-content .tab-pane .row > .col-md-4 {margin-bottom: 30px;}
}

@media (min-width: 992px) {
	.job-detailsection .right-content { position: sticky; top: 120px; }
	.jobs-template-default.single-jobs .sections-space {overflow: inherit;}
	.vtab-section .nav-tabs { display: flex !important; }
	.header-navigation {transition: all 0.5s ease-in-out 0s;}
	.header .container {max-width: inherit; padding: 0 20px; }
	.header .header-navigation {width: 100%; }
	.header .main-navigation { margin-right:140px;  }
	.header .nav > li.menu-bookappointment  {position: absolute; top: 14px; right: -20px;  }
	.header .nav > li .dropdown-menu > ul {margin: auto; max-width: 1130px;  }
	.header .header-row .dropdown-menu {position: absolute;}
	.header .header-row .nav {display: flex;flex-direction: row; position: inherit;}
	.header .header-row .nav > li {position: inherit;}
	
}

@media (max-width: 1199px) {
  h1 { margin: 0 0 30px 0; font-size: 60px; line-height: 72px; }
  h2 { margin: 0 0 24px 0; font-size: 42px; line-height: 56px; }
  h3 { margin: 0 0 20px 0; font-size: 36px; line-height: 48px; }
  h4 { margin: 0 0 16px 0; font-size: 32px; line-height: 40px; }
  .job-detailsection .left-content { padding-right: 0px; }
  .img-gridcol .text { padding: 20px; }
}

@media (max-width: 991px) {
	.inner-banner { padding: 120px 0 60px 0; min-height: 300px; }
	.vtab-select {width: 100%; display: block;}
	.vtab-select .select-title {border: solid 1px #CED4DA; border-radius: 8px; font-size: 16px; line-height: 24px; padding: 10px 46px 10px 14px; position: relative; cursor: pointer; background: #fff;}
	.vtab-select .select-title:after {background:url(../images/down-arrow.svg) no-repeat center center; width: 46px; height: 46px; content: ""; position: absolute; top: 0px; right: 0px;}
	.vtab-section .nav-tabs .nav-item .nav-link span {display: none;}
	.vtab-section {position: relative;}
	.vtab-section .nav-tabs { display: none; max-width: 100%; border: solid 1px #CED4DA; position: absolute; top: 46px; left: 0px; width: 100%; background-color: #fff; z-index: 2;}
	.vtab-section .nav-tabs .nav-item { width: 100%; padding: 10px; border-bottom: solid 1px #CED4DA;}
	.vtab-section .nav-tabs .nav-item:last-child {border: none;}
	.vtab-section .nav-tabs .nav-item .nav-link:after { display: none; }
	.vtab-section .nav-tabs .nav-item .nav-link.active:after {display: none;}
	.img-gridcol { min-height: 350px; }
  	.header { padding:0 15px; }
    .header:not(.fixed) .header-inner .container { padding:0 20px; }
    .header.fixed { top:15px; }
    .header .header-row { margin-top: 0px; position: static; }
    .header .nav { display: block; margin: 0 auto; }
    .header .nav > li { padding: 0 20px; border-top: 1px solid #ccc;}
    .header .nav > li.menu-bookappointment a { margin-top:12px; }
    .header .dropdown-menu { min-width: 270px; }
    .header .header-rightcol .rightnav { margin-bottom: 15px;}
    .header .header-rightcol .rightnav li { font-size: 16px;}
    .header .header-logo { display: flex; justify-content: space-between; align-items: center; width: 100%; }
    .m-menu { height: 26px; padding: 0px; width: 25px; cursor: pointer; z-index: 99; }
    .m-menu span { background:#4D4E4E; display: block; height: 2px; margin: 5px 0; transition: all 0.3s ease; }
    .header-navigation { display: none; position: absolute; width: 100%; z-index: 11; left: 0; top: 100%; overflow: auto; background-color: #f7f7f7; padding: 0;}
    body.nav-open .m-menu span:first-child { transform: translate(0px, 7px) rotate(45deg); -webkit-transform: translate(0px, 7px) rotate(45deg); -moz-transform: translate(0px, 7px) rotate(45deg); }
    body.nav-open .m-menu span:nth-child(2) { opacity: 0;}
    body.nav-open .m-menu span:last-child { transform: translate(0px, -7px) rotate(-45deg); -webkit-transform: translate(0px, -7px) rotate(-45deg); -moz-transform: translate(0px, -7px) rotate(-45deg); }

    .header .nav { max-width: 100%; }
    
    .header.fixed .nav > li > a,
    .header .nav > li > a {padding: 10px 0;}
    .header .nav > li > a {color: #060E62; font-size: 16px; line-height: 20px; font-weight: 500;}
    .header .nav > li.menu-bookappointment a { padding:10px 40px 10px 16px !important; }
    .header .header-row {padding: 15px 0; }
    .employees-feedback {padding-left: 0px; }
    .employees-feedback h3 {position: static;max-width: inherit; margin-bottom: 24px; }
    .employees-review {padding: 50px 0;}
    .employees-feedback .feedback-slider {padding-bottom: 80px;}
}

@media (max-width: 767px) {
  h1 { margin: 0 0 20px 0; font-size: 48px; line-height: 56px; letter-spacing: -0.144px; }
  h2 { margin: 0 0 20px 0; font-size: 40px; line-height: 48px; letter-spacing: -0.08px; }
  h3 { margin: 0 0 20px 0; font-size: 36px; line-height: 42px; letter-spacing: -0.032px; }
  h4 { margin: 0 0 16px 0; font-size: 28px; line-height: 36px; }
  .container {max-width: 100%;}
  .footer .footer-one { padding: 40px 0 25px 0; }
  .footer .footer-last ul { justify-content: center; margin: 0;}
  .footer .footer-last p { text-align: center;}
  .footer .footer-nav { display: none; }
  .footer .footer-col h6 { margin-bottom: 15px; cursor: pointer; }
  .footer .footer-col h6 .fa { position: absolute; top: 0px; right: 0px; width: 26px; text-align: center; line-height: 26px; font-size: 18px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
  .footer .footer-col { margin-bottom: 0; }
  .footer .footer-col.active h6 .fa { transform: rotate(180deg); }
  .footer .footer-contact {justify-content: left;} 
  .footer .footer-contact .contact-box {margin-top: 30px;}
  .user-feedback {width: 100%; justify-content: center; padding-top: 20px; }
  .user-feedback .feedback-box:first-child {padding-left: 0px; }
  .footer .copy-right {flex-flow: row wrap;}
  .footer .footer-last {width: 100%; padding-top: 20px; }
  .footer .copy-right p {width: 100%;}
  .footer .social-responsibility {justify-content: center;}

  .sections-space { padding: 50px 0; }
  .job-detailsection .right-content { margin-top:30px; }

  .inner-banner { min-height: 250px; }
  .img-gridcol { margin: 10px 0; height: auto; }
  .employees-feedback .feedback-slider .left-info {width: 100%; align-items: center; min-height: 160px; padding-left: 160px; position: relative; padding-right: 0px; }
  .employees-feedback .feedback-slider .left-info .img {position: absolute; top: 0px; left: 0px; }
  .employees-feedback .feedback-slider .details {margin-top: inherit; padding-left: 16px; }
  .employees-feedback .feedback-slider .right-info {width: 100%; margin-top: 20px; padding-top: 94px;}

}
@media (max-width: 575px) {
  .footer .footer-contact .contact-box .img {position: static;}
  .footer .footer-contact .contact-box {padding-left: 14px; }
  .footer .footer-social {justify-content: center;}
  .footer .footer-social li:first-child {margin-right: 0px; margin-bottom: 20px; width: 100%; text-align: center;}

  .inner-banner { min-height: 200px; }
  .employees-feedback .feedback-slider .left-info {padding-left:0px; text-align:center; justify-content: center; }
  .employees-feedback .feedback-slider .left-info .img {position: static; margin-bottom: 16px;}
  .employees-feedback .feedback-slider .details {width: 100%;}
}