html{
    overflow-x: hidden !important;
}
body {
    background: #fff;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family:  Open Sans,Arial,Helvetica,sans-serif;
    overflow-x: hidden !important;
}

.btn {
    color: #ffffff;
    background: #cf2258;
    border-radius: 0;
    padding: 8px 17px;
    width: auto;
    border-radius: 8px;    
    outline: 0;
    box-shadow: none;
    transition: 0.4s all;
}
.btn:focus {
    box-shadow: none;
}
a {
    text-decoration: none;
}
a.active {
    background: #ed1f81;
    text-decoration: none;
}
.navbar .navbar-collapse a{
    transition: 0.4s all;
}
.navbar .navbar-collapse a:hover{
    background: #ed1f81;
}
.navbar .navbar-collapse .btn{
   transition: 0.4s all; 
}
.navbar .navbar-collapse .btn:hover{
    background: #0098db;
    color: #fff;
}
.navbar-toggler span.navbar-toggler-icon {
    background-image: url("../images/menu-bars.png");
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu.dropdown-multicol2 {
    display: block;
}
.top-bar {
    background: #cf2258;
    color: #ffffff;
    padding: 10px;
}
.top-bar .contact-info img {
    width: 18px;
    height: 18px;
}
.top-bar .contact-info .social-icons {
    margin-bottom: 0;
}
.top-bar .contact-info .social-icons li {
    display: inline-block;
    margin: 0 4px;
}
.top-bar .contact-info .contact p a {
    color: #ffffff;
}
.top-bar .contact-info p {
    margin-bottom: 0;
}
.logo-section {
    padding: 10px;
}
.logo-section .certificate-images {
    align-items: center;
    display: flex;
    justify-content: end;
}
.top-bar .contact-info img:hover {
    filter: invert(78%) sepia(32%) saturate(5710%) hue-rotate(191deg) brightness(91%) contrast(96%);
}
.logo-section .brand-image img {
    height: 98px;
    width: auto;
}
nav.navbar.navbar-expand-lg {
    background: #06477f;
    padding: 0;
}
.navbar .navbar-nav li .nav-link {
    color: #ffffff;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
}
.owl-nav .owl-prev span {
    top: 50%;
    position: absolute;
    left: 2%;
    font-size: 44px;
    font-weight: 500;
    color: #ffffff;
}
.owl-nav .owl-next span {
    top: 50%;
    position: absolute;
    right: 2%;
    font-size: 44px;
    font-weight: 500;
    color: #ffffff;
}
.counter-section {
    padding: 30px 0;
}
.main-section .owl-slider .owl-nav {
    height: 0;
}
.owl-stage-outer.owl-height {
    height: 80vh !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100vh;
}
.main-section .owl-slider .owl-dots {
    display: none;
}
.about-us-section {
    padding: 24px 0;
}
.about-us-section .img-box img {
    width: 100%;
}
.about-us-section .text-box h2 {
    color: #ce2257;
    font-size: 26px;    
    margin-bottom: 20px;
}
.about-us-section .text-box p {  
    margin-bottom: 20px;
}
.about-us-section .text-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 3%;
}
.about-us-section .text-box ul {
    margin-bottom: 10px;
}
.about-us-section .text-box a.btn{
    transition: 0.4s all;
}
.about-us-section .text-box a.btn:hover{
    background: #0098db;
    color: #fff;
}
.our-services-section {
    padding: 40px 0;
}
.our-services-section .heading h2 {
    position: relative;
    margin-bottom: 30px;
    color: #366c95;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
}
.our-services-section .heading h2:after {
    content: "";
    background-image: url("../images/icon.png") !important;
    height: 25px;
    width: 25px;
    left: 49%;
    top: 85%;
    position: absolute;
    background-size: contain;
}
.our-services-section .heading h2 span {
    color: #b8394b;
}
.our-services-section .heading .sub-heading.text-center {
    margin-bottom: 18px;
    color: #b8394b;
    font-size: 18px;
}
.our-services-section .box {
    min-height: 160px;
    text-align: center;
    padding: 24px;
    margin-bottom: 24px;
    border: 5px solid #2a638e;
    border-radius: 20px;
}
.our-services-section .box .img-box img {
    margin-bottom: 18px;
}
.our-services-section .box .text-box h4 {
    color: #b8394b;
    font-size: 20px;
    min-height: 52px;
    margin-bottom: 0;
}
.why-choose-section {
    padding: 40px 0;
}
.why-choose-section .heading h2 {
    position: relative;
    margin-bottom: 30px;
    color: #366c95;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 8px;
}
.why-choose-section .heading h2 span {
    color: #b8394b;
}
.why-choose-section .heading h2:after {
    content: "";
    background-image: url("../images/icon.png") !important;
    height: 36px;
    width: 36px;
    left: 49%;
    top: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.why-choose-section .box .img-box img {
    margin-bottom: 18px;
}
.why-choose-section .box .text-box h4 {
    color: #b8394b;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.why-choose-section .box .text-box p span {
    color: #b8394b;
}
.why-choose-section .box {
    padding: 6px;
    margin-bottom: 18px;
}
.google-reviews-section {
    padding: 40px 0;
}
.google-reviews-section .heading h2 {
    position: relative;
    margin-bottom: 40px;
    color: #366c95;
    font-size: 34px;
    font-weight: 700;
}
.google-reviews-section .heading h2 span {
    color: #b8394b;
}
.google-reviews-section .heading h2:after {
    content: "";
    background-image: url("../images/icon.png") !important;
    height: 36px;
    width: 36px;
    left: 49%;
    top: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial {
    background: #f9f9f9;
    padding: 40px 0px;
	position:relative;
}
.testimonial .heading h2 {
    position: relative;
    margin-bottom: 27px;
    color: #b8394b;
    font-size: 34px;
    font-weight: 700;
}
.testimonial .heading h2:after {
    content: "";
    background-image: url("../images/icon.png") !important;
    height: 36px;
    width: 36px;
    left: 49%;
    top: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial .row {
    margin-left: auto;
}
.testimonialslider {
    width: 100% !important;
}
.testimonial .item .text-box {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 4px solid #bcbcbc;
    margin: 24px 0;
    padding: 15px 0 13px 14px;
    position: relative;
}
.testimonial .item .margin-left {
    margin-left: -50px;
}
.testimonial .box:hover .box-hover > a::after {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    right: 20px;
    top: 20px;
}
.testimonial .box-hover > a::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
}
.testimonial .item .client-image {
    position: relative;
}
.testimonial .item .text-box::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-6deg);
    width: 30px;
    z-index: -1;
}
.testimonial .item .text-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ff006f;
}
.testimonial .item .text-box p {
    text-transform: capitalize;
    color: #969696;
}
.testimonial .item .text-box .btn:hover {
    background: #0098db;
    color: #fff;
    border-color: #0099cc;
}
.testimonial .item .text-box .btn {
    background: #ff006f;
    padding: 2px 15px;
    color: #fff;
    border: 1px solid #ff006f;
    border-radius: 0;
}
.appointment-section {
    padding: 40px 0;
}
.appointment-section .row {
    align-items: center;
}
.appointment-section .container {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    z-index: 20;
    min-height: 300px;
    overflow: hidden;
}
.appointment-section .text-box {
    text-align: center;
    padding: 35px;
}
.appointment-section .text-box h3 {
    margin-bottom: 20px;
}
.appointment-section .map-area p {
    margin-bottom: 0;
    line-height: 0;
}
.appointment-section .map-area p iframe {
    width: 100%;
    height: 320px;
}
.appointment-section .text-box a.appointment-btn {
    background: #ed1f81;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s all;
}
.appointment-section .text-box a.appointment-btn:hover{
    background: #0098db;
    color: #fff;
}
.appointment-section .text-box h5 {
    margin-bottom: 20px;
}

footer{
    background-color: #0099dc;
    padding: 50px 0; 
    color: #fff;
}
footer h5{
    color: #fff;
}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style: none;
    padding-top: 8px;
}
footer ul li a{
    color: #fff;
    transition: .4s;
}
footer ul li a:hover{
    color: #ed1f81;
}
footer .footer-contact img{
    width: 18px;
}

.copyright {
    background: #06477f;
    padding: 20px;
    color: #ffffff;
}
.copyright p {
    margin-bottom: 0;
    text-align: center;
}
.copyright p a {
    color: #ffffff;
    text-decoration: none;
}
.copyright p a:hover {
    color: #ed1f81;
}

.counter-section #counter .box .text-box {
    text-align: left;
    padding-left: 8px;
}
.counter-section #counter .box .text-box h5 {
    font-size: 18px;
    color: #a83e62;
}
.counter-section #counter .mobile {
    font-size: 18px;
    color: #a83e62;
}
.counter-section #counter .mobile a {
    font-size: 18px;
    color: #a83e62;
}
.counter-section #counter .mobile img {
    height: 18px;
    width: 18px;
    filter: invert(65%) sepia(15%) saturate(3935%) hue-rotate(297deg) brightness(92%) contrast(84%);
}
.slick-slide img {
    display: block;
    width: 96%;
    margin: auto;
}
.about-us-section .text-box ul li::marker {
    color: #05467c;
}
.navbar button.navbar-toggler {
    margin: 6px 0;
    margin-left: auto;
}
.counter-box1 .counter-value:after, .counter-box2 .counter-value:after {
    content: "+";
}
.counter-box3 .counter-value:before {
    content: "#";
}
.banner-section {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-section .text-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section:before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
}
.banner-section .text-box h2 {
    color: #ffffff;
    z-index: 9;
    font-size: 48px;
    font-weight: 900;
    text-shadow: 1px 4px black;
    margin-bottom: 0;
}
.contact-section {
    padding: 40px 0;
}
.contact-section h2 {
    margin-bottom: 20px;
    color: #b8394b;
}
.contact-section #getconnected .form-group {
    margin-bottom: 10px;
}
.contact-section #getconnected .form-control {
    margin-bottom: 14px;
}
.contact-section #getconnected .form-control:focus {
    box-shadow: none;
}
.contact-section #getconnected button#LeftCallBackSubmit {
    margin-left: 13px;
    border-radius: 0;
}
.contact-section #getconnected button#LeftCallBackSubmit:hover {
    background: #233468;
    color:#fff;
}
.contact-section .container {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    z-index: 20;
    min-height: 300px;
    overflow: hidden;
}
.contact-section .contact-details .text-box h5 {
    color: #366c95;
    margin-bottom: 20px;
}
.contact-section .contact-details .text-box p span {
    color: #cf2258;
    font-size: 15px;
    font-weight: 700;
}
.contact-details .text-box p a {
    color: #000000;
    text-decoration: none;
    transition: .2;
}
.contact-details .text-box p a:hover{
    color: #ed1f81;
}
.contact-section #getconnected button#LeftCallBackSubmit:focus {
    box-shadow: none;
}
.about-section {
    padding: 40px 0;
}
.about-section .text-box h2 {
    font-size: 32px;
    font-weight: 650;
    margin-bottom: 16px;
    color: #cf2258;
}

.free-counseling .link-block-38 {
	position: fixed;
	left: -44px;
	top: auto;
	right: auto;
	bottom: 43%;
	z-index: 999999;
	border-style: none solid solid;
	border-width: 1px;
	border-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #cf2258;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: color .5s,background-color .5s;
	transition: color .5s,background-color .5s;
	text-decoration: none;
}
.free-counseling .link-block-38 .text-block-374 {
	margin: 10px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
    font-size: 14px;
}
.modal.show {
	display: block;
}
.request-a-callback .link-block-37 {
	position: fixed;
	left: -60px;
	top: auto;
	right: auto;
	bottom: 21%;
	z-index: 999999;
	border-style: none solid solid;
	border-width: 1px;
	border-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #cf2258;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: color .5s,background-color .5s;
	transition: color .5s,background-color .5s;
	color: #fff;
	text-decoration: none;
}
.request-a-callback .text-block-374 {
	margin: 10px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
    font-size: 14px;
}
.modal-dialog {
	max-width: 700px;
}
.modal {
	top: 100px;
}
.modal-header {
	border-bottom: none;
	padding: 16px 24px 0;
}
.modal-header .close span {
	/* background: #ababab; */
	padding: 2px 3px;
}
.modal-body {
	padding: 30px;
	padding-top: 10px;
}
.modal-body .heading {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.modal-body .sub-heading {
	margin-bottom: 30px;
}
.modal-footer {
	border-top: none;
}
body.modal-open{
    padding-right: 0 !important;
}
.form-control {
	border-radius: 0;
	font-size: 14px;
	height: 38px;
	border: 1px solid #ccc;
}
.form-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: .375rem .75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#side_popup_request_a_callback .form-group {
	position: relative;
    margin-bottom: 12px;
}
#side_popup_request_a_callback .form-group label.error {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	color: red;
	font-size: .8rem;
	padding-right: .6rem;
	margin-bottom: 0;
	transform: translateY(-50%);
}
#RightPopupCallabackForm .form-group {
	position: relative;
}
#RightPopupCallabackForm .form-group label.error {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	color: red;
	font-size: .8rem;
	padding-right: .6rem;
	margin-bottom: 0;
	transform: translateY(-50%);
}
.modal-footer {
	float: left;
	padding: 0;
}
.modal-footer button {
	width: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 7px;
	background-color: #305b9a;
	border: none;
	margin: 0px !important;
	color: #fff;
}
.modal-footer button:hover {
	background-color: #233468;
	color: #fff;
}
.content-box {
    padding: 40px 0;
}
.content-box h2, .content-box h3 {
    color: #ce2257;
}
#requestPopup .modal-dialog {
	max-width: 550px;
}
#requestPopup .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ed1f81;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 50%;
	outline: 0;
	padding: 42px 56px;
	text-align: center;
	/*background-image: url('../images/onload-form-bg.png');*/
	width: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 550px;
}
#requestPopup .modal-header {
	border-bottom: none;
	padding: 16px 0px 0;
}
#requestPopup .modal-body {
	padding: 30px;
	border-radius: 50%;
	padding-top: 0 !important;
}
#requestPopup .modal-body .sub-heading {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 26px;
}
#requestPopup .form-control {
	font-size: 18px;
	height: 47px;
	border: 1px solid #ccc;
	border-radius: 2px;
    margin-top: 15px;
}
#requestPopup .form-select {
	display: block;
	width: 100%;
	height: 47px;
	padding: .375rem .75rem;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#requestPopup .modal-footer {
	padding: 0;
	justify-content: center;
	float: none;
}
#requestPopup .modal-footer button {
	width: 230px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 7px;
	background-color: #cf2258;
	border: none;
	margin-top: 15px !important;
	color: #fff;
	font-size: 18px;
}
#requestPopup #closePopup {
	transform: translate(60%, -60%);
	opacity: 1;
    background: transparent;
    border: none;
}
#requestPopup .modal-header .close span {
	background: #ed1f81;
	padding: 5px 10px;
	color: #ffff;
	border-radius: 50%;
	line-height: 20px;
	font-size: 22px;
}
#requestPopup #CenterPopupCallabackForm .form-group{
    position: relative;
}
#requestPopup #CenterPopupCallabackForm .form-group label{
    position: absolute;
    top: 10px;
    right: 5px;
    color: #FF0000;
}
.modal-header {
    justify-content: flex-end;
}
#form_mss {
    background-color: #005bad;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#form_mss h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 0;
    color: #ffffff;
}
form#getconnected {
    padding: 15px;
    background-color: #01a4e4;
    border: 1px solid #01a4e4;
}
.contact-section form#getconnected {
    padding: unset;
    background-color: unset;
    border: unset;
}
#getconnected .form-group {
    position: relative;
    margin-bottom: 1rem;
}
#getconnected .message-box{
    position: relative;
}
#getconnected button#LeftCallBackSubmit {
    color: #fff;
    background: #305b9a;
    margin-left: 13px;
    padding: 10px 36px;
    border-radius: 0;
    margin-top: 8px;
}
#getconnected button#LeftCallBackSubmit:hover {
    color: #fff;
    background: #074784;
}
#getconnected label.error {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #ff0000;
}
.form-control:focus {
    box-shadow: none;
}
.dropdown-menu .dropdown-col-3 li .dropdown-item {
    clear: both;
    color: #233468;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 30px;
    white-space: nowrap;
    font-size: 14px;
}
.dropdown-menu .dropdown-col-3 li:hover .dropdown-item {
    color: #0098db;
    background: transparent;
}
.dropdown-menu .dropdown-col-3 li .dropdown-item svg {
    margin-right: 6px;
    fill: #233468;
}

.our-team-dropdown{
    width: unset !important;
    left: unset !important;
}
.success-rate-dropdown{
    width: unset !important;
    left: unset !important;
}
/*.modal-backdrop{
    display: none !important;
}*/
/*--------------------Responsive-Part--------------------*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .our-services-section .box{
        min-height: 240px;
    }
    .counter-section #counter .box .text-box{
        text-align: center;
    }
    .counter-section #counter .mobile img{
        float: left;
    }
    .counter-section #counter .mobile a{
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .navbar .navbar-nav li .nav-link{
        font-size: 12px !important;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .top-bar .contact-info {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .top-bar .contact-info .contact {
        display: flex;
    }
    .top-bar .contact-info .contact p {
        display: flex;
        align-items: center;
    }
    .counter-section #counter .box {
        display: flex;
        border-right: 1px solid #e7e7e7;
    }
    .counter-box4 .box {
        border-right: 0 !important;
    }
    .top-bar .contact-info .contact p:last-child{
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 1118px;
        left: -151px;
        margin: 0;
    }
}

@media screen and (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 1300px;
        left: -184px;
        margin: 0;
    }
}

@media screen and (max-width: 1370px){
    .free-counseling .link-block-38 {
        bottom: 48%;
    }
    .navbar .navbar-nav li .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial .item .text-box {
        margin: 20px 0;
    }	
    .testimonial .item .text-box h4 {
        font-size: 15px;
        font-weight: 700;
    }
    .testimonial .item .text-box p {
        font-size: 13px;
    }
    .testimonial .item .text-box .btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial .item .box {
        margin-left: 16.666667%;
    }
    .top-bar .contact-info p {
        margin: 0 !important;
    }
    .top-bar .contact-info .social-icons {
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar .navbar-toggler:focus{
        box-shadow: none;
    }
    .about-us-section .text-box ul {
    grid-template-columns: repeat(1, 1fr);
    }
    .navbar .navbar-nav li .nav-link{
        padding-left: 15px;
    }
    .top-bar{
        text-align: center;
    }
    /*.navbar .nav-link.dropdown-toggle:hover ul.dropdown-menu{
    display: none;
    }*/
}

@media screen and (max-width: 767px) {
    .testimonial .item .box {
        margin-left: 8.666667%;
    }
    .logo-section .col-md-6.brand-image {
    text-align: center;
    }
    .logo-section .col-md-6.certificate-images {
    justify-content: center;
    }
    .logo-section .brand-image img {
    height: 77px;
    width: auto;
    }
    .navbar .navbar-collapse {
        margin-bottom: 10px;
    }
    .counter-section #counter .box .text-box {
    text-align: center;
    }
    .counter-section #counter .col-md-3{
        margin-top: 20px;
    }
    .owl-carousel .owl-item img{
        height: 40vh;
    }
    .owl-stage-outer.owl-height{
        height: 40vh !important;
    }
    .about-section .text-box h2{
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial .item .box {
        margin-left: 0;
    }
    .testimonial .item .margin-left {
        margin-left: 0;
    }
    .testimonial .item .text-box::after {
        background: none;
    }
    .testimonial .row {
        margin-left: -13px;
    }
    .testimonial .item .text-box h4 {
        font-size: 18px;
    }
    .testimonial .item .text-box p {
        font-size: 14px;
        text-align: unset;
    }
    .testimonial .item .text-box .btn {
        font-size: 15px;
    }
    .owl-carousel .owl-item img{
        height: 50vh;
    }
    .owl-stage-outer.owl-height {
    height: 50vh !important;
    }
    #requestPopup .modal-content {
    padding: 18px 40px;
    width: 460px;
    margin: auto;
    height: 460px;
    }
    #requestPopup .form-control {
    font-size: 14px;
    height: 38px;
    }
    #requestPopup .form-select {
    height: 38px;
    font-size: 14px;
    }
    #requestPopup .modal-footer button {
    width: 180px;
    font-size: 16px;
    }
    .logo-section .col-md-6.certificate-images img{
    width: 50px;
    }
    .logo-section .col-md-6.brand-image img{
    height: 60px;
    }
    .owl-nav .owl-prev span{
    top: 38%;
    }
    .owl-nav .owl-next span {
    top: 38%;
    }
    #requestPopup #CenterPopupCallabackForm .form-group label{
        top: 6px;
    }
}

@media screen and (max-width: 480px) {
    .testimonial .item .client-image {
        width: 100%;
    }
    #requestPopup .modal-content {
    padding: 10px 50px;
    width: 350px;
    height: 350px;
    }   
    #requestPopup .modal-body {
    margin-top: -18px;
    padding: 0px 2px 24px 2px;
    }
    #requestPopup .modal-body .sub-heading {
    font-size: 10px;
    line-height: 16px;
    }
    #requestPopup .form-group {
    margin-bottom: 12px;
    }
    #requestPopup .form-control {
    font-size: 12px;
    height: 30px;
    }
    #requestPopup .form-select {
    height: 30px;
    font-size: 12px;
    }
    #requestPopup .modal-footer button {
    width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    }
    .owl-carousel .owl-item img{
        height: 32vh;
    }
    .owl-stage-outer.owl-height{
        height: 32vh !important;
    }
    .top-bar{
        font-size: 13px;
    }
    #requestPopup #CenterPopupCallabackForm .form-group label {
    top: 5px;
    font-size: 13px;
    }
}

@media screen and (max-width: 379px){
    .owl-carousel .owl-item img{
        height: 37vh;
    }
    .owl-stage-outer.owl-height{
        height: 37vh !important;
    }
    #requestPopup .modal-footer button{
        margin-top: unset !important;
    }
}

@media screen and (max-width: 359px){
    #requestPopup .modal-content {
    padding: 0px 50px;
    width: 300px;
    height: 300px;
    }
    #requestPopup .modal-body .sub-heading {
    font-size: 9px;
    line-height: 15px;
    }
    #requestPopup .form-control {
    font-size: 11px;
    height: 25px;
    }
    #requestPopup .form-select {
    height: 25px;
    font-size: 10px;
    margin-bottom: 10px;
    }
    .owl-carousel .owl-item img{
        height: 42vh;
    }
    .owl-stage-outer.owl-height{
        height: 42vh !important;
    }
    .top-bar{
        font-size: 12px;
    }
    #requestPopup #CenterPopupCallabackForm .form-group label {
    top: 4px;
    font-size: 11px;
    }
    #requestPopup .form-control{
    margin-top: 10px;
    }
    #requestPopup .modal-footer button{
        margin-top: 0px !important;
    }
}