@media (max-width:1199.98px){
    .header_sec .navbar .nav-item:not(:last-child) {
        padding-right: 20px;
    }
    .header_sec .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
    .header_sec .navbar-nav .nav-item .plus_icon {
        right: 5px;
        width: 25px;
        height: 38px;
    }
	.bnr_sec .carousel {
		margin-top: 30px;
	}
	.testiTab_name h3 {
		font-size: 20px;
	}
}

@media (max-width:991.98px){
    .header_sec .navbar-collapse {
        padding: 10px 0 0;
    }
    .header_sec .navbar-nav {
        position: relative;
        margin-bottom: 15px;
    }
    .header_sec .navbar .nav-item:not(:last-child) {
        padding-right: 0;
    }
    .header_sec .navbar .nav-item {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .header_sec .navbar-nav {
        padding: 5px;
        border-radius: 10px;
        margin-bottom: 20px !important;
    }
    .header_sec .navbar-light .navbar-toggler {
        padding: 8px 12px;
        background: #16a8b8;
    }
    .paddTB_70, .inr_bnr {
        padding: 50px 0;
    }
	.inr_bnr~.gray_bg .work_box, .inr_bnr~.container .work_box{
		margin-top: 50px;
	}
	.work_box {
		flex-wrap: wrap;
		gap: 20px;
	}
	.work_box > div:not(:last-child) {
		border-right: none;
		padding-right: 0;
	}
	
	.clientSignImg {
		margin-top: 30px;
	}
	
	.aboutimg_box {
		padding: 0 10px 0 0px;
		margin-bottom: 40px;
	}
	.testiTab .nav {
        margin: 0 0 10px !important;
        flex-direction: row !important;
        justify-content: space-between;
    }
	.testiTab .nav-pills .nav-link {
        display: block;
        text-align: center;
        width: 25%;
        padding: 10px;
    }
	.testiTab_name h3 {
		font-size: 16px;
	}
	.testiTab_img {
		display: block;
		margin: 0 auto 10px;
	}
	.bnr_video img {
		object-position: top left;
	}
	.btn_group .custom_btn:not(:last-child) {
		margin-bottom: 12px;
	}
	.inr_bnr .bnr_video {
		margin-top: 20px;
	}
	.ourMV_row {
		row-gap: 20px;
	}
	.ourMV_box {
		display: block;
	}
	.ourMV_text {
		text-align: center;
	}
	.step_inr {
		padding: 30px 20px 70px;
	}
	.web_process {
		margin-top: 12px;
	}
	.award_img {
        padding: 0;
        margin: 20px 0 0;
    }
}

@media (min-width:768px) {
.tab_box {
    height: 100%;
    align-items: center;
    display: flex;
}   
.blog-card {
    display: flex;
    flex-direction: row;
}
.blog-card img {
    width: 42%;
}
.blog-card.d-block img {
    width: 100%;
    height: 215px;
}
}
@media (min-width:992px) {
    .header_sec .navbar-nav > .nav-item:not(:last-child) {
        margin-right: 10px;
    }
    .header_sec .dropdown-menu {
        transform: scale(0);
        display: block;
        position: absolute;
        top: 100%;
        transition: ease-in-out .5s;
    }
    .header_sec .navbar-nav .nav-item li > .dropdown-menu {
        left: 100%;
        top: 0;
        opacity: 0;
    }
    .header_sec .navbar-nav .nav-item:hover > .dropdown-menu, .header_sec .navbar-nav .nav-item li:hover .dropdown-menu {
        transform: scaleX(1);
        opacity: inherit;
    }
    .header_sec .dropdown .dropdown-menu .plus_icon {
        top: -3px;
        right: -3px;
        width: 25px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90deg);
    }
    .header_sec .navbar-nav .nav-item > .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 11px solid #2391cb;
        position: absolute;
        bottom: 100%;
        left: 15px;
        right: 0;
    }
    /* === Header css end === */ 
    .testiTab {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    .testiTab .nav {
        width: calc(38% - 10px);
        margin: 0 !important;
    }
    .testiTab .tab-content {
        width: 62%;
    }
    .process-wrapper {
        position: relative;
    }
    .process-card::after {
        content: "→";
        position: absolute;
        right: -26px;
        top: 45%;
        font-size: 32px;
        font-weight: 700;
        color: #2391cb;
		        z-index: 9;
    }
    .process-wrapper >div:nth-child(4) .process-card::after {
        top: 98%;
        right: 45%;
        transform: rotate(90deg);
    }
    .process-wrapper >div:last-child .process-card::after {
        display: none;
    }
	.ourMV_icon {
		margin: 0;
	}
	.award_sec .container > .row:nth-child(even) > div:first-child {
		order: 1;
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
.header_sec .navbar-nav > .nav-item:not(:last-child) {
	margin-right: 10px;
}
.navbar-brand {
    max-width: 180px;
}
.container {
    max-width: 100%;
}
.header_sec .navbar .navbar-nav .nav-link {
	font-size: 13px;
}
.header_sec .navbar-nav .nav-item .plus_icon {
	right: 2px;
	width: 15px;
	height: 45px;
}
}

@media (max-width:767.98px){
.home_bnr {
    padding: 50px 0 20px;
}
.home_bnr .small_head {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}
.heading_h1, .bnr_txt h1 {
    font-size: 36px;
}
.custom_btn {
    width: 100%;
}
.btn_group .custom_btn:not(:last-child) {
    margin: 0 0 12px;
}
.mrStephen {
    max-width: 150px;
    height: 230px;
    min-width: 150px;
}
img.active-img {
    height: 220px;
    bottom: -52px !important;
}
.mrStephen img.inactive-img {
    left: 0;
}
.about_txt h3 {
    font-size: 24px;
}
.sec_head, .head_box h2 {
    font-size: 28px;
}
.testiTab_img {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.youtube_btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 36px;
}
.tab_box {
    padding: 20px 15px 20px 15px;
}
.testimage {
    padding: 55px 20px 0;
    max-width: 190px;
    min-width: 190px;
    height: 295px;
    margin: 0 auto;
}
.testi_img {
    width: 150px;
    height: 150px;
}
.testiTab_name h3 {
	font-size: 9px;
}
.testi_box p {
    font-size: 16px;
}
.quote {
    width: 50px;
    height: 50px;;
    font-size: 28px;
}
.testi_name {
    margin-top: 20px;
}
.contact_sec .contact_form {
    padding: 30px 20px 25px;
}
#myBtn {
    bottom: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 1.1;
    width: 40px;
    height: 40px;
}
.work_box > div {
    width: 46%;
    display: block;
    text-align: center;
}
.work_icon {
    margin: 0 auto 10px;
}
.choice_box {
    display: block;
}
.choice_txt {
    margin-top: 35px;
}
#lightgallery li {
    width: 50%;
}
	
.process-title {
    font-size: 30px;
}
.process-card {
    padding: 30px 20px;
}
}


