 
.owl-carousel .owl-nav{
    display:flex;
    justify-content: center;
    align-items:center;
    gap: 30px;
    margin-top:15px;
} 


.owl-carousel .owl-nav button{
    width: 40px;
    height: 40px;
    background: #c8102e!important;
    font-size: 25px!important;
    color: #fff!important;
    border-radius: 50%;
}
.review-box-height {
    height: 160px;
    overflow: auto;
}

.scrollbar {
    height: 410px !important;
    overflow-y: auto !important;
}
.review-scrollbar {
    height: 600px !important;
    overflow-y: auto !important;
}
.wp-bg{
	background-color: #11a70e;
}
.bg-gradient {
  background: linear-gradient(to top, #c8102e, #012169) !important;
}
.university-img {
  filter: grayscale(1);
  height: 135px;
}
.university-img {
  filter: grayscale(1);
  height: 135px;
}
.services-top-img {
  top: -45px;
  left: 40%;
  z-index: 2;
  width: 80px;
  height: 80px;
}
  .services-box {
        height: 300px;
        overflow-y: auto;
    }
.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}


.button {
	text-decoration: none;
	color: #131313;
	text-transform: capitalize;
	border: 1px solid transparent;
	display: inline-block;
	padding: 12px 29px;
	font-weight: 600;
	transition: background-color 0.4s ease;
}

.button:hover{
	background-color: #012169!important;
}
.ctas .button:hover{
  border:1px solid #c8102e;
  background-color:#fff!important;
  color:#c8102e!important;
}


.btn-main {
	background-color: #c8102e;
	color: #fff;
	border-color: #c8102e;
	text-transform: capitalize;
	transition: all 0.5s;
}

.btn-main:hover {
	color: #fff;
}

.btn-main {
	position: relative;
	overflow: hidden;

}

.btn-main:before {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	content: '';
	width: 50%;
	background: rgba(255, 255, 255, 0.05);
}

.btn-main span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #0c002b, #1779ff);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.btn-main span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, #0c002b, #1779ff);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

.btn-main span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #0c002b, #1779ff);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.btn-main span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(to top, #0c002b, #1779ff);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}

.side-nav .nav-item .nav-link {
	padding: 20px 14px;
	color: #131313;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.side-nav .nav-item .nav-link:hover {
	color: #c8102e;
}

.side-nav .nav-item .nav-link:hover .badge {
	background-color: #012169
}

.navbar-brand img {
	height: 50px;
}
.bg-main {
  background-color: #c8102e !important;
}


.bg-main-2 {
	background-color: #012169 !important;
}

.text-main {
	color: #c8102e;
}

.text-main-2 {
	color: #012169;
}

.bg-gradients {
    background: linear-gradient(to Right, #012169, #791a70, #c8102e);
}

.inneroverlay {
	opacity: 0.4;
	z-index: 1;
}



 .text-gradients {
            background: linear-gradient(to right, #012169, #791a70, #c8102e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }






.bg-white {
	background-color: #fff;
}

.rounded-12 {
	border-radius: 12px;
}

.imgFet {
	height: 50px;
	width: 50px;
	background-color: #ebeffd;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: all 2s ease;

}


.fetContent p{
	line-height:inherit;
	font-size:13px;
}

.fetBox:hover .imgFet {
	transform: rotate(360deg);
}

.fetBox:hover {
	background-color: #c8102e !important;
	color:#fff;
}

.button:focus {
	box-shadow: unset;

}

.form-control:focus {
	box-shadow: unset;
	border-color: #c8102e;
}

.form-select:focus {
	box-shadow: unset;
	border-color: #c8102e;

}

.sidezindex {
	z-index: 1;
	bottom:-0.5px!important;
}

.zindex-2 {
	z-index: 2;
	position: relative;
}

.text-justify {
	text-align: justify;
}

.ilustratoe {
	position: absolute;
	top: -60px;
	right: 0px;
	width: 60%;
	background: linear-gradient(to Right, #012169, #c8102e);
	color: #fff;
}

.side-abt>img {
	width: 90%;
}

.bg-shape {
	background-image: url(../images/path-137.webp), url(../images/price-right.webp);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
}

.bg-shape-3 {
	background-image: url(../images/price-right.webp), url(../images/path-228.webp);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}

.box-shadow {
	box-shadow: 0 0 20px #1313132d;
}

.serviceline {
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c8102e;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	position: absolute;
	right: 27px;
	bottom: -23px;
}

.serviceline:hover {
	color: #fff;
}

.serviceBox:hover .serviceline {
	background-color: #012169;
}

.serviceBox img {
	transition: all 2s ease;
}

.serviceBox:hover img {
	transform: rotate(360deg);
}

.serviceBox i {
	transition: all 2s ease;
}

.serviceBox:hover i {
	transform: rotate(360deg);
}






.navbar-toggler:focus {
	box-shadow: unset;
}

.navbar-toggler {
    display: block;
    padding: 15px 7px 15px 0;
    line-height: inherit;
}

.navbar-toggler-icon {
	height: 4px;
	width: 30px;
	background-color: #131313;
	border-radius: 4px;
	position: relative;
}

.navbar-toggler-icon::after {
	content: "";
	height: 4px;
	width: 34px;
	background-color: #131313;
	border-radius: 4px;
	position: absolute;
	right: 0;
	bottom: -9px;
}

.navbar-toggler-icon::before {
	content: "";
	height: 4px;
	width: 34px;
	background-color: #131313;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: -9px;
}

.ctabox {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process {
	background-image: url(../images/path-213.webp);
	background-repeat: no-repeat;
	background-position: center;
}

.place {
	z-index: 100;
}

.place::before {
	font-size: 80px;
	font-weight: 700;
	color: rgba(128, 128, 128, 0.562);
	position: absolute;
	right: 0;
	z-index: -1;
	top: 0;

}

.place-1::before {
	content: "01";
}

.place-1 {
	top: -50px;
}

.place-2::before {
	content: "02";
}

.place-3::before {
	content: "03";
}

.place-3 {
	bottom: -50px;
}

.gridExp {
	display: grid;
	grid-template-columns: 1fr 8fr;
	gap: 20px;
}

.expInfo {
	display: grid;
	grid-template-columns: 4fr 4fr 3fr;
}

h2 {
	font-weight: 700;
}

.lang {
	margin: 13px;
	background-color: #fff;
	width: 160px
}

.reviewImg {
	width: 56px !important;
}

.bg-shape-2 {
	background-image: url(../images/vector-copy-34.webp);
	background-repeat: no-repeat;
	background-position: top -20% right -20%;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #c8102e;
	outline: 0;
	box-shadow: unset;
}

 
 

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.accordion-item:first-of-type {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

/*.accordion-button:not(.collapsed)::after {*/
/*	background-image: url(../images/faq-up-arrow.svg);*/
/*}*/

.border-sep {
	border-bottom: 1px solid #fff;
}

.footerLink li a {
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block
}

.footerLink li::before {
	content: "┗";
	color: #fff;
	margin-right: 7px;
	display: inline-block;
	transform: rotate(-135deg);
	font-size: 15px;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.button {
	border-radius: 8px;
}

.navbar-nav .button {
	border-radius: unset;
}

.bg-inner {
	background-image: url(../images/uk-dissertation-helper-top-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #01216961;
	background-blend-mode: overlay;
}

.input-group .form-control,
.sel .form-select {
	padding: 10px;
}

.innerban {
	margin-top: -86px;
	bottom: -0.5px !important;
}

.breadcrumb-item {
	font-weight: 500;

}

.breadcrumb-item a {
	text-decoration: none;
	font-weight: 500;
	color: #c8102e;
}

.styicky {
	position: sticky;
	top: 80px;
}

.container.zindex-2 {
	z-index: 10;
}

.vjtable thead {
	background-color: #c8102e;
	color: #fff;
}

.vjtable th,
.vjtable td {
	padding: 10px 20px;
	border-bottom-color: #c8102e;
	text-align: center;
	vertical-align: middle;
}

.vjtable img {
	height: 60px;
}

.vjtable img {
	height: 60px;
}

.star img {
	height: 20px;
}

.questionList li::before {
	content: "";
	height: 12px;
	width: 12px;
	margin-right: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #c8102e;

}

.blog-shadow {
	transition: all 0.5s ease;
}

.blog-shadow:hover {
	box-shadow: 0 0 20px #13131341;

}

.blg-img {
	margin-bottom: 20px;
}

.h-fit-content {
	height: fit-content;
}

.navtabs .nav-link {
	text-align: left;
	background-color: #fff;
	color: #131313;
	min-height: 61px;
	border-radius: 12px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.navtabs .nav-link::before {
	content: " ";
	height: 30px;
	width: 30px;
	min-height: 30px;
	min-width: 30px;
	background-image: url(../images/pdf-icon-2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}

.navtabs .nav-link.active {
	text-align: left;
	background-color: #c8102e;
	color: #fff;
}

.tabgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.navDrop {
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 1000;
	width: max-content;

	border: 1px solid #ebebeb;
	padding: 10px;
	display: none;


}

.menui {
	list-style: none;
	padding-left: 0;
}

.menui li a {
	text-decoration: none;
	color: #131313;
	padding: 9px 15px;
	display: inline-block;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	font-size: 14px;
}

.arrowMake {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid;
	display: inline-block;
	margin-left: 5px;
}

.fixed-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	background-color: #fff;
}
.cta-side{
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

}


 
 .pagination-container {
    text-align: center;
    margin: 20px 0;
}

.pagination-container .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 16px;
    color: #012169; /* Blue color */
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
}

.pagination-container .page-numbers:hover {
    background-color: #012169; /* Blue color on hover */
    color: #fff;
    border-color: #012169; /* Blue border on hover */
}

.pagination-container .page-numbers.current {
    background-color: #c8102e; /* Red color for current page */
    color: #fff;
    border-color: #c8102e; /* Red border for current page */
    pointer-events: none;
}

           
.content h1, .content h2, .content h3, .content h4{
    text-align: left;
    color: #012169;
    letter-spacing: -0.8px;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #012169;
    padding: 0 0 10px;
    font-weight: 600;
}

.content h1 span, .content h2 span, .content h3 span, .content h4 span {
  font-weight:600!important;
}

 
 .text-blue{
     color:#012169!important;
 }



.content a span , .content a , body p a{
    color:#c8102e;
    text-decoration:none!important;
    font-weight:600!important;
}


.content .bg-main-2 a span , .content .bg-main-2 a , body .bg-main-2 p a{
    color:#fffc00;
    text-decoration:none!important;
    font-weight:600!important;
}


.content .bg-main-2 a:hover span , .content .bg-main-2 a:hover , body .bg-main-2 p a:hover{
    color:#ff1b00;
    text-decoration:none!important;
    font-weight:600!important;
}



.breadcrumb-item.active {
    text-overflow: ellipsis;
    overflow: hidden;
}


.breadcrumb {
    display: flex;
    flex-wrap: initial;
    padding: 0 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
}



.breadcrumb-item+.breadcrumb-item::before {
    float: none;
}


    .sidebar-panel ul {
    margin-top: 10px;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    height: 320px;
    overflow: auto;
}

.sidebar-panel ul li {
    margin-left: 0px!important;
    width: 100%;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-right: 10px
}


.sidebar-panel ul li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    height: 21px;
    width: 21px;
}

 

.sidebar-panel ul>li>a {
    margin-top: 5px;
    list-style-type: none;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 10px
}

 
.related-profile .realted-writers {
    overflow-y: auto;
    height: 350px
}

.related-profile {
    background: #fff;
    box-shadow: rgba(149,157,165,.2) 0 0 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.related-profile .related-headline {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    background: #cf142b;
    padding: 12px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff
}

.related-profile .related-headline span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff
}

.related-profile .realted-writers {
    margin-bottom: 15px;
    padding: 20px 20px 5px 20px
}

.related-profile .hire-btn {
    background: #00247d;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    text-transform: capitalize
}

.related-profile .hire-button {
    margin: 7px 0 17px 0
}

.related-profile .writer-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center top;
    border-radius: 3px;
    color: #2c2c2c
}

.related-profile .writer-data {
    margin-left: 5px
}

.related-profile .writer-bio {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
    border-bottom: 1px solid #ddd
}

.related-profile .writer-bio:last-child {
    margin-bottom: 0
}

.related-profile .writer-headline {
    padding-bottom: 4px;
    display: block;
    text-transform: capitalize;
    color: #2c2c2c
}

.related-profile .view-all {
    background: #cf142b;
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px
}

.related-profile .completed-order {
    font-size: 12px;
    line-height: 20px
}


.sidebar-features {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.sidebar-features .heading {
    color: #00247d;
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.sidebar-features ul {
    list-style-type: none;
    padding: 0
}

.sidebar-features li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 8px 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0
}

.sidebar-features li strong {
    font-weight: 600;
    color: #c8102e;
    font-size: 12px
}

.sidebar-features .free-feature {
    text-align: center;
    margin: 10px 0 15px 0
}

.sidebar-features .free-feature p {
    padding-bottom: 5px;
    text-align: center
}

.sidebar-features p {
    color: #444;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    margin: 0
}

.sidebar-features span {
    font-size: 18px;
    font-weight: 600
}

.sidebar-features a {
    display: block;
    text-align: center;
    color: #fff!important;
    background: #00247d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0 0 0
}

.sidebar-features ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 10px;
    font-size: 15px;
    color: #cf142b;
    position: absolute;
    left: -5px
}

.owl-carousel .owl-item img{
	height:auto;
	-webkit-transform: scale(1); /* Initial scale */
    transform: scale(1);
    -webkit-transition: transform 0.3s ease-in-out; /* Add smooth transition */
    transition: transform 0.3s ease-in-out;
}

 
.slider-title{
	display: -webkit-box;
     box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item-slider-releated{
  box-shadow: 0 0 6px #e5eafa;
	}


 
.about_authors h6 {
    border-bottom: solid 1px #1E448D;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.author_thumb {
    width: 150px;
}

.author_thumb img {
    width: 100px;
	height:100px;
	border-radius:50%
}


.paragraph_section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin: 1.3rem 0;
}


.paragraph_section .authorname a {
    font-size: 14px;
    color:  #131313;
}

.authorname h5 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    word-spacing: 0;
    margin-right: 5px;
	color:#012169;
}

.authorname h5 span {
    color: #545454;
    font-weight: 400;
}
 

.share-blog h5 {
    font-size: 14px;
    margin-bottom: 0;
	display: inline-block;
	text-transform: uppercase;
    font-weight: 700;
	color:#012169;
}
 

.authorname h5, .list-inline>li, .share-blog h5, .share-blog ul {
    display: inline-block;
}

.authorname h5 span, .share-blog ul li a {
    color: #545454;
    font-weight: 400;
	font-size: 15px !important;
    line-height: 25px;
}

.authorname a:first-child:after {
    content: '/';
    font-size: 92%;
    margin: 0 9px;
}

div#ez-toc-container ul.ez-toc-list a {
    align-items: start;
}


div#ez-toc-container ul li {
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 6px;
	font-size:100%;
	text-align: left;
}



.item-slider-releated .box {
    position: relative; /* Ensure the parent has a positioning context */
    overflow: hidden; /* Prevent the image from overflowing outside the box */
}

.item-slider-releated .box:hover .thumbnnail-blog-single img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
     -webkit-transition: transform 0.3s ease-in-out; /* Add smooth transition */
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    object-position: top;
}

.item-slider-releated .box:hover a, .item-slider-releated .box:hover .head-recent-blog{
	color:#012169!important; 
}
 


.about_authors_social li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #1878f1;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 12px;
    transition: 0.5s;
    color: #fff;
}

.about_authors_social li > a:hover {
    transform: rotate(360deg);
}
.about_authors_social li > .twitter {
    background-color: #000;
}
.about_authors_social li > .youtube {
    background-color: #ff0033;
}
.about_authors_social li > .quora {
    background-color: #b92b27;
}
.about_authors_social li > .pinterest {
    background-color: #e60023;
}

.about_authors_social li > .tumblr {
    background-color: #001833;
}

.about_authors_social li > .medium {
    background-color: #000000;
}

.about_authors_social li > .linkedin {
    background-color: #0a63bc;
}

.contact-part a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #c8102e;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.5s;
    color: #fff;
}		



/* WhatsApp Button */
#whatsapp-popup {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1000;
    animation: 4s 2s infinite flips;
}


#whatsapp-popup #whatsapp-chat-button img{
    width:180px;
    
}


@keyframes flips {
    5%,50% {
        transform: scale(1)
    }

    10% {
        transform: scale(.9)
    }

    15% {
        transform: scale(1.15)
    }

    20% {
        transform: scale(1.15) rotate(-5deg)
    }

    25% {
        transform: scale(1.15) rotate(5deg)
    }

    30% {
        transform: scale(1.15) rotate(-3deg)
    }

    35% {
        transform: scale(1.15) rotate(2deg)
    }

    40% {
        transform: scale(1.15) rotate(0)
    }
}


.faqs-head {
    background-color: #f6f8ff;
}
.logo-img {
    width: 245px;
    height: 50px;
}

.faq-1 {
    color: #212634;
}

.title-faq {
    color: #58647c;
}

.nav-pills .nav-link {
    color: #6a718a;
    font-size: 15px;
    border-bottom: 1px #ddd solid !important;
    border-radius: 0 !important;
}
.border-line{
    border-bottom: 1px #ddd solid !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    background-color: #f6f6fa !important;
}

.accordion-item {
    border: 1px #c8c8c8 solid !important;
}

 

.accordion-body {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 29px;
}

.accordion-body strong {
    color: black !important;
}

.nav-link.active {
    background-color: #f6f8ff !important;
    border-bottom: 1px #c8102e solid !important;
    color: #c8102e !important;
}

.accordion-body a {
    color: #c8102e;
    text-decoration: none;
    font-weight: 500;
}

.info-text h2 {
    color: #212634;
    letter-spacing: -1px;
}

.info-text h5 {
    color: #58647c;
}

.info-box {
    border: 3px #c8102e solid;
}

.info-box div {
    position: absolute;
    bottom: -80px;
    transition: 0.5s;
    left: 0px;
    background-color: #c8102ecc;
}

.info-box h4 {
    margin-top: 10px;
}

.info-box div:hover {
    bottom: 0px;
    background-color: #c8102e;
}
 

.footer-left {
    background-color: #163674;
    padding: 4% 0% !important;
}

.footer-left p {
    font-size: 15px;
    line-height: 27px;
}

.footer-right {
    background-color: #1e448d;
    padding-top: 5%;
}

.footer-logo-bg {
    background-color: white;
}

.uk-flag {
    width: 13%;
}

.payment-icon small {
    color: #b7b7b7;
}

.footer-right span {
    font-size: 14px;
}

.footer-right p {
    font-size: 15px;
}

.footer-right .row {
    border-bottom: 1px #2c54a1 solid;
}

.footer-right .heading {
    border-bottom: 1px #2c54a1 solid;
}

.faqs-row span {
    text-align: start;
}

.faqs-row {
    width: 100% !important;
}

 

.contact-text h1 {
    color: #212634;
}

.contact-text p {
    color: #212634;
    font-size: 15px;
    line-height: 28px;
}

.input-group-text {
    width: 18% !important;
}

.input-group-text img {
    width: 40% !important;
}

form .form-label,
.form-control,
.form-select {
    font-size: 14px !important;
}

form .submit-btn {
    background-color: #012169 !important;
    padding: 11px 0px;
    font-size: 15px !important;
}

.get-text {
    background-color: #b80f2a;
}

.form-section form {
    border: 1px dashed #bad7ff;
}

.form-section {
    box-shadow: 0 -5px 24px rgb(0 0 0 / .08);
}

.input-width {
    width: 48% !important;
}

.map {
    background-color: #F3F4FE;
    box-shadow: 0 -5px 24px rgb(0 0 0 / .08);
    margin: 6.3% 0px;
}

.form-control {
    border: #ced4da 1px solid !important;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.form-select {
    border: #ced4da 1px solid !important;
}

.form-select:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

form .add-more {
    background-color: #1C1F23;
}

 
.form-card{
    background-color: #fff0;
    width: 80%;
    box-shadow: 0 0 2.5rem 0 rgb(29 58 83 / .15);
}
.form-card:hover{
    background-color: #fff;
}
.wp{
    background-color: #0cbc87;
    width: 55px;
    height: 55px;
}
.tele-bg{
    background-color: #6f42c1;
    width: 55px;
    height: 55px;
}
.email{
    background-color: #17a2b8;
    width: 55px;
    height: 55px;
}
.tele p{
    line-height: 23px;
}
.tele-num{
    color: #747579 !important;
}
.img-bg{
    background-image: url(../images/sample-text.webp);
    width: 75%;
}
.img-bg .row{
    width: 70%;
}
.sample-form{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.sample-form:nth-last-child(1){
     background-color: #1e448d;
}
.sample-form-left img{
    position: absolute;
    left: 35px;
    top: -12px;
    width: 75%;
}
.sample-form-left p{
   font-size: 15px;
   color: #6f6f6f;
}
.offer-list{
    color: #1e448d;
    margin-left: 25px;
}

.offer-list span{
    transform: rotate(-90deg);
    font-size: 17px;
    height: 10px;
}
.offer-list h1{
    font-size: 50px;
}

.sub-btn{
    color: #1e448d;
}


.btn-outline-primary {
    color: #012169!important;
    border-color: #012169!important;
}


.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #012169!important;
    border-color: #012169!important;
}



.list-group-item-action:focus, .list-group-item-action:hover{
    color:#c8102e!important;
}




.faqs-row .nav {
   
     white-space: normal!important;
     
}



@media (max-width: 400px) {
		.lang {
		width: 210px;
	}
}
@media (min-width: 320px) and (max-width: 767.98px) {

	
	 .info-box div {
     
    bottom: -50px!important;
    
}

.info-box div:hover {
    bottom: 0!important;
}
   .place::before {
    font-size: 30px;
    font-weight: 700;
    color: rgba(128, 128, 128, 0.562);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}
	.hex3 img{
	 width:150px;
	}
	
	.hex3 p{
	line-height: inherit;
    font-size: 14px!important;
	}
	
	.p-img{
		width:25px!important;
	}
	
	
	.place-1 {
    top: 10px;
	}
	.place-3 {
    bottom: 10px;
	}
	
	.expertImg img{
		width:56px!important;
	}
	
	.expertstrImg .str-wrapper{
	 justify-content:center;
	}
	
	.bg-shape-3 {
		background-image:unset;
	}
	
	#whatsapp-popup {
	    left:10px;
	}
	
	#whatsapp-popup #whatsapp-chat-button img{
    width:110px;
    
}

	
	
	
	 .paragraph_section {
        flex-wrap: wrap;
        justify-content: center;
    }

     .flex_author {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

     .author_thumb {
        width: 90px;
    }

	.author_contents p {
        text-align: justify;
    }
    
	
	.about_authors h6{
		text-align:center;
	}
	
	
}


@media (min-width: 992px) {
	.trigger:hover .navDrop {
		display: block;
	}
}

@media (max-width: 992px) {
	.side-nav {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 100000;
		width: 350px;
		height: 100%;
		overflow-y: auto;
		box-shadow: 0 0 20px #13131341;
		transform: translateX(-110%);
		transition: all 0.5s ease;
	}

	.side-nav .nav-item .nav-link {
		justify-content: start;
		padding: 20px 36px;
		border-bottom: 1px solid #ebebeb;
	}

	.showMenu {
		transform: translateX(0);

	}

	.abt-img {
		margin-bottom: 20px;
	}

	.border-sep {
		margin-top: 20px;
	}

	.navDrop {
		position: static;
		border: unset;
		padding-left: 40px;
	}
}



@media (max-width: 575.98px) {
	.gridExp {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.expInfo {
		grid-template-columns: 1fr;
	}

	.expInfo>.d-flex {
		justify-content: center !important;
		margin-bottom: 15px;
	}

	.navbar-brand img {
		height: 36px;
	}

	 .button {
        padding: 10px 7px;
        border-radius: 8px !important;
        font-weight: 600;
    }

	.btn-main span {
		display: none;
	}

	.ffot {
		flex-direction: column;
	}

	h1 {
		font-size: 26px;
		text-align:center;
	}

	h2 {
		font-size: 22px;
		text-align:center;
	}

	h3 {
		font-size: 20px;
		text-align:center;
	}

	.innerban {
		margin-top: unset;
	}

	.tb-none {
		display: none;
	}
	
.py-5.bg-gradients{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.col-lg-6 img{
    margin-bottom:15px;
}

   .button.bg-main {
        display: flex;
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        align-items: center;
        margin: 0 auto;
    }


.serviceBox  {
    text-align:center;
}


	
}

@media (max-width: 400.98px) {
	.navbar-brand img {
		height: 28px;
	}

	.navbar-nav .button {
		padding: 8px 19px;

		font-size: 12px;
	}

	.navbar-toggler-icon {
		width: 30px;
	}
	.navbar-toggler-icon::before {
		width: 30px;
	}
	.navbar-toggler-icon::after {
		width: 30px;
	}
	.btnLi{
		display: flex;
		align-items: center;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.innerban {
		margin-top: -48px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.innerban {
		margin-top: -27px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.side-nav .nav-item .nav-link {
		padding: 20px 10px;
	}

	.ctaImf {
		width: 350px;
	}
}


@media (min-width: 1200px) {}