
/*--pravicy-policy-section-css--*/

.privacy-heading-section {
    background: url(../img/visa-requirements.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 320px;
}
.page-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.page-heading .heading-section-heading>* {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

.content_card_default_text h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme2);
}

/*--pravicy-policy-section-css--*/
/***** error section start *****/
.error-section {
    background-color: var(--theme1);
    padding-top: 120px;
    padding-bottom: 120px;
}
.error-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/circles-set.png) no-repeat;
    background-position: bottom center;
    opacity: 0.3;
    z-index: 0;
    background-size: contain;
}
.error-section .error-heading {
    font-size: 110px;
    color: #fff;
    line-height: normal;
}
.error-section .error-title {
    font-size: 27px;
    color: #fff;
    margin-top: 15px;
}
.error-section .error-para {
    margin-top: 10px;
    color: #fff;
    line-height: 27px;
    font-size: 15px;
}
.error-section .error-btn {
    background-color: #fff;
    color: #000;
    font-size: 15.5px;
    padding: 16px 40px;
    border-radius: 30px;
    gap: 12px;
    transition: all 0.3s ease-in-out;
}
.error-section .error-btn:hover {
    transform: translateY(-10px);
}
/***** error section end *****/
/***** track section start *****/
.track-section {
    background: url(../img/visa-requirements.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 30px;
    height: 400px;
}
.track-section .track-heading-main {
    gap: 8px;
    margin-bottom: 15px;
}
.track-section .track-heading-main img {
    filter: brightness(10);
}
.track-section .track-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.track-section .track-title {
    line-height: 28px;
    color: #ffff;
    margin-bottom: 18px;
    font-size: 15px;
}
.track-section .track-title i {
    margin-right: 5px;
    margin-top: 2px;
}
.track-section .track-inner-card {
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, .3) 0px 1px 2px 0px, rgba(60, 64, 67, .15) 0px 1px 3px 1px;
}
.track-section .track-group {
    border-radius: 8px;
    height: 48px;
    margin-top: 8px;
}
.track-section .track-group .track-input {
    font-size: 15px;
    font-weight: 500;
}
.track-section .track-group .track-btn {
    font-size: 15px;
    font-weight: 500;
    background-color: var(--theme1);
    padding-inline: 20px;
    color: #fff;
}
/***** track section end *****/
/***** payment section start *****/

.payment-main-sec {
  padding: 20px 15px;
  box-shadow: 0 0 4px #d2d2d2;
  border-radius: 8px;
  background-color: #fff;
}
.payment-main-sec h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--theming1);
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid var(--theming1);
}
.payment-main-sec h2 strong {
  color: var(--theming2);
}
.payment-image {
  width: 350px;
  margin: 0 auto;
}
.payment-main-sec .form-group {
  display: block;
  margin-bottom: 16px;
}
.payment-main-sec .form-group .form-input {
    height: 46px;
    font-size: 15px;
    background-color: #fff;
    width: 100%;
}
.payment-main-sec .form-group .form-input:focus {
    border: 1px solid var(--theme1);
}
.payment-main-sec .form-group .form-label {
  padding-left: 4px;
  font-size: 14px;
  padding-inline: 8px;
  z-index: 1;
  width: 100%;
}

.payment-main-sec .form-group .frm-check-view {
  outline: none;
  box-shadow: none;
  border: 0px;
  background-color: transparent;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--theming1);
  text-decoration: underline;
}
.payment-main-sec .form-group .form-check-label {
  font-size: 16px;
  color: var(--theming4);
  margin-left: 6px;
}
.payment-main-sec .form-group .frm-check-view:focus {
  outline: none;
  box-shadow: none;
  border: 0px;
}
.payment-main-sec .form-group .form-check-input {
  box-shadow: none;
  outline: none;
}
.payment-main-sec .form-group .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

/***** payment section end *****/
/***** blog slider section start *****/

.common-gap {
    padding: 50px 0px;
}
.blog-slider-section {
    height: 650px;
}
.blog-slider-thumbnail-section {
    bottom: 15px;
}
.blog-slider-main .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.blog-slider-main .blog-slider-btn-group {
    gap: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.blog-slider-main .blog-slider-btn{
    height: 38px;
    width: 38px;
    background-color: var(--theme1);
    border-radius: 5px;
    border: 1px solid var(--theme1);
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    color: #fff;
}
.blog-slider-main .blog-slider-btn:hover {
    background-color: transparent;
}
.blog-slider-main-content {
    top: 50%;
    transform: translateY(-50%);
}
.blog-slider-main-content .blog-slider-main-heading,
.blog-slider-main-content .blog-slider-main-heading >* {
    font-size: 28px;
    color: #fff;
    line-height: 44px;
    transition: all 0.3s ease-in-out;
}
.blog-slider-main-content .blog-slider-main-heading >*:hover {
    color: var(--theme1);
}
.blog-slider-main-content .blog-slider-main-date {
    font-size: 15px;
    color: #fff;
}
.blog-slider-main-content .blog-slider-main-date i {
    margin-right: 3px;
}
.blog-slider-main-content .blog-slider-main-btn {
    background-color: var(--theme1);
    color: #fff;
    font-size: 14px;
    padding: 9.5px 28px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.blog-slider-main-content .blog-slider-main-btn::before {
    content: '';
    position: absolute;
    background-color: var(--theme2);
    height: 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(130deg);
    width: 150%;
    transition: all 0.4s ease-in-out;
}
.blog-slider-main-content .blog-slider-main-btn:hover::before {
    height: 320%;
}
.blog-slider-thumb-content {
    gap: 10px;
    border-top: 1px solid #999797;
    padding-top: 20px;
    cursor: pointer;
}
.blog-slider-thumb-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background-color: var(--theme1);
    width: 0;
    transition: all 0.3s ease-in-out;
}
.blog-slider-thumb-content .blog-slider-thumb-img{
    min-width: 110px;
    max-width: 110px;
    height: 75px ;
    border-radius: 5px;
    filter: blur(1px);
}
.blog-slider-thumb-content .blog-slider-thumb-title {
    font-size: 14px;
    color: #dddddd ;
    transition: all 0.3s ease-in-out;
    line-height: 23px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-slider-thumb-content .blog-slider-thumb-date {
    font-size: 13px;
    color: #dddddd ;
    margin-top: 4px;
}
.blog-slider-thumb-content .blog-slider-thumb-date::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1.6px;
    width: 60px;
    background-color: var(--theme1);
    border-radius: 4px;
}
.blog-slider-thumb-content .blog-slider-thumb-date i {
    color: #fff;
    font-size: 12px;
    margin-right: 7px;
}
.blog-slider-thumbnail-section .swiper-slide-thumb-active .blog-slider-thumb-img {
    filter: unset;
}
.blog-slider-thumbnail-section .swiper-slide-thumb-active .blog-slider-thumb-content::before {
    width: 100%;
}
.blog-slider-section .swiper-dots {
    bottom: 135px !important;
    left: 60px !important;
    z-index: 1;
    gap: 6px;
}
.blog-slider-section .swiper-pagination-bullet {
    width: 6px;
    background-color: #fff;
    opacity: 1;
    height: 6px;
    position: relative;
}
.blog-slider-section .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border: 1px solid rgba(255,255,255,0.4);
    height: 18px;
    width: 18px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.blog-slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme1);
}
.blog-slider-section .swiper-pagination-bullet-active::before {
    transform: translate(-50%, -50%) scale(1);
}
/***** blog slider section end *****/

/***** blog sidebar start *****/
.blog-sidebar-main {
    position: sticky;
    top: 70px;
}
.blog-sidebar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.blog-sidebar .blog-sidebar-tab {
    background-color: var(--theme2);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px;
}
.blog-sidebar .blog-sidebar-tab.active {
    background-color: var(--theme1);
    color: #fff;
}
.blog-sidebar .blog-sidebar-body {
    padding: 18px;
}
.blog-sidebar .blog-sidebar-item-list {
    gap: 18px;
}
.blog-sidebar .blog-sidebar-item-list .col-12:last-child .blog-sidebar-item {
    padding-bottom: 0;
    border: 0;
}
.blog-sidebar .blog-sidebar-item {
    gap: 11px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 18px;
}
.blog-sidebar .blog-sidebar-item-img {
    height: 68px;
    max-width: 105px;
    min-width: 105px;
    border-radius: 5px;
}
.blog-sidebar .blog-sidebar-item-title {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
    transition: all 0.3s ease-in-out;
    line-height: 20.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-sidebar .blog-sidebar-item-title a {
    color:#000;
}
.blog-sidebar .blog-sidebar-item-title a:hover {
    color: var(--theme1);
}
.blog-sidebar .blog-sidebar-item-details {
    gap: 15px;
    margin-top: 6px;
}
.blog-sidebar .blog-sidebar-item-detail {
    font-size: 11px;
    color: #666;
}
.blog-sidebar .blog-sidebar-item-detail i {
    margin-right: 3px;
    color: var(--theme1);
    font-size: 11px;
}
/***** blog sidebar end *****/

/***** blog main section start *****/
.blog-heading-main .blog-heading {
    font-size: 22px;
}
.blog-heading-main {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
}
.blog-heading-main::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px ;
    width: 80px;
    background-color: var(--theme1);
}
.blog-main-tab {
    background-color:#f1f1f1;
    border: 1px solid #dad7d7;
    border-radius: 5px;
}
.blog-main-tab .nav-link {
    border-right: 1px solid #b4b4b4 !important;
    font-size: 13px;
    color: #000;
    padding: 8px 18px;
}
.blog-main-tab .nav-item:last-child .nav-link {
    border-right: 0 !important;
}
.blog-main-tab .nav-link.active {
    border-color: var(--theme1) !important;
    background-color: var(--theme1);
    color: #fff;
}

.blog-main-section .blog-main-list {
    gap: 18px;
}
.blog-main-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}
.blog-main-card .blog-main-card-img {
    height: 240px;
}
.blog-main-card .blog-main-card-body {
    padding: 15px 15px 15px 0;
}
.blog-main-card .blog-main-card-title {
    font-size: 19px;
}
.blog-main-card .blog-main-card-title a {
    color: #000;
    transition: all 0.3s ease-in-out;
}
.blog-main-card .blog-main-card-title a:hover {
    color: var(--theme1);
}
.blog-main-card .blog-main-card-content {
    font-size: 14px;
    color: #575757;
    line-height: 26px;
    margin-block: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-main-card .blog-main-card-content p {
    margin-bottom: 0;
}
.blog-main-card .blog-main-card-details {
    gap: 15px;
}
.blog-main-card .blog-main-card-detail {
    font-size: 14px;
    color: #666;
}
.blog-main-card .blog-main-card-detail i {
    font-size: 13px;
    color: var(--theme1);
    margin-right: 3px;
}
.blog-main-card .blog-main-card-link {
    font-size: 15px;
    line-height: normal;
    color: var(--theme1);
    transition: all 0.3s ease-in-out;
}
.blog-main-card .blog-main-card-link:hover {
    color: var(--theme2);
}
/***** blog main section end *****/

/***** blog detail section start *****/
.blog-detail-section .blog-detail-img {
    border-radius: 8px;
    height: 450px;
}
.blog-detail-section .blog-detail-heading {
    font-size: 25px;
    margin-top: 18px;
}
.blog-detail-section .blog-detail-data-list {
    gap: 20px;
    margin-top: 20px;
}
.blog-detail-section .blog-detail-data {
    font-size: 14px;
}
.blog-detail-section .blog-detail-data i {
    margin-right: 6px;
    color: var(--theme1);
}
.blog-detail-section .blog-detail-content {
    margin-top: 15px;
}
.blog-detail-section .blog-detail-content p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 27px;
    color: #3f3f3f;
}
.blog-detail-section .blog-detail-content strong ,
.blog-detail-section .blog-detail-content b {
    color: #000;
}
.blog-detail-section .blog-detail-content ul {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blog-detail-section .blog-detail-content li {
    font-size: 14px;
    color: #3f3f3f;
}
.blog-detail-section .blog-detail-content li p{
    margin-bottom: 0;
}
.blog-detail-section .blog-detail-content img {
    width: 100%;
    border-radius: 8px;
}
.blog-detail-section .blog-detail-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-detail-section .blog-detail-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-detail-section .blog-detail-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
/***** blog detail section end *****/

/***** payment action section start *****/
.payment-action-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 40px;
    border-radius: 14px;
}

.payment-action-card .payment-action-icon {
    width: 112px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.payment-action-card .payment-action-heading {
    font-size: 28px;
    margin-top: 10px;
    color: var(--theme1);
}
.payment-action-card .payment-action-title {
    color: #726f6f;
    margin-top: 8px;
    line-height: 29px;
}
.payment-action-card::before {
	display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #009739;
}
.payment-action-card .payment-action-btn {
    background-color: #009739;
    color: #fff;
    padding: 12.5px 25px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    gap: 9px;
    line-height: normal;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #009739;
}
.payment-action-card .payment-action-btn i {
    margin-top: -1px;
}
.payment-action-card .payment-action-btn:hover {
    background-color: transparent;
    color: #009739;
}
.payment-faild-card .payment-action-icon {
    color: #cc0000;
}
.payment-faild-card .payment-action-btn {
    background-color: #cc0000;
    border-color: #cc0000;
}
.payment-faild-card .payment-action-btn:hover {
    color: #cc0000;
    border-color: #cc0000;
}
.payment-faild-card::before {
    background-color: #cc0000;
}

.payment-action-card .payment-action-btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: var(--theme1);
    border-radius: 10px;
    border: 2px solid var(--theme1);
    transition: all .3s ease-in-out;
    outline: none;
    box-shadow: none;
    width: 230px;
	padding: 10px 20px;
	margin: 0 auto;
    letter-spacing: 0.5px;
}
.payment-action-card .payment-action-btn:hover {
    color: var(--theme1);
    background-color: #fff;
    border: 2px solid var(--theme1);
}
/***** payment action section end *****/


/***** profile section start *****/

.profile_main_mid_Sec {
	padding: 16px;
    border-radius: 14px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #fff;
}

.profile_main_top_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.profile_main_top_area .profile_text {
    font-size: 26px;
    font-weight: 600;
    color: #001532;
    padding-top: 8px;
    margin-bottom: 0;
}
.profile-main-left-side .nav-pills .nav-link {
    color: #001532;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: 0 0 4px #343434;
}
.profile-main-left-side .nav-pills .nav-link.active {
	background-color: var(--theme1) !important;
	color: #fff;
	border: 1px solid var(--theme1);
}
.profile-main-left-side .nav-pills .nav-link:hover {
	background-color: var(--theme1) !important;
	color: #fff;
	border: 1px solid var(--theme1);
}
.profile_left_side_top_txt {
    font-size: 20px;
    font-weight: 600;
    color: #001532;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.def_profile_image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.profile_right_side_top_txt {
    font-size: 20px;
    font-weight: 600;
    color: #001532;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.def_main_information_bx.mt-4 .submit_btn {
    text-transform: capitalize;
    width: 200px !important;
    text-align: center;
    display: block;
    margin-left: auto;
}

.profile_modal_main_bx .submit_btn {
	width: 100% !important;
	text-align: center;
	text-transform: capitalize;
}
.profile_modal .modal-title {
	font-size: 20px;
    font-weight: 600;
    color: #001532;
}
.profile_modal .btn-close {
	outline: none;
	box-shadow: none;
}
.profile_modal .btn-close:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-toggle-link {
    text-transform: capitalize;
}
.custom-dropdown {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-radius: 4px;
    margin-top: 8px;
    z-index: 1000;
}

.custom-dropdown ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.custom-dropdown ul li a {
    margin-left: 0 !important;
    display: block;
    width: 100%;
}
.custom-dropdown ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

.custom-dropdown ul li a:hover {
  background: #f5f5f5;
}
.custom-dropdown ul li .dropdown-btn {
    outline: none;
    box-shadow: none;
    border: 0px;
    background: transparent;
    display: block;
    padding: 10px 15px;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    color: #555555;
	border-radius: 4px;
}
.custom-dropdown ul li .dropdown-btn i {
	color: var(--theme1);
}
.custom-dropdown ul li .dropdown-btn:focus {
	outline: none;
    box-shadow: none;
}
.custom-dropdown ul li .dropdown-btn:hover {
	background: #f5f5f5;
}

/***** profile section end *****/

@media (max-width: 991px) {
    .blog-sidebar .blog-sidebar-item-list {
        gap: 18px 0px;
    }
	.profile_main_top_area .profile_text {
		font-size: 24px;
	}
	.profile_left_side_top_txt {
		font-size: 18px;
	}
	.profile_right_side_top_txt {
		font-size: 18px;
	}
	.input-field input {
		height: 44px;
	}
	.input-field .select2-container--default .select2-selection--single {
		height: 44px !important;
	}


}
@media (max-width: 767px) {
      /***** blog detail section start *****/
    .blog-detail-section .blog-detail-heading {
        font-size: 18px;
        margin-top: 15px;
        line-height: 29px;
    }
    .blog-detail-section .blog-detail-data-list {
        gap: 15px;
        margin-top: 15px;
    }
    .blog-detail-section .blog-detail-data i {
        margin-right: 4px;
    }
    .blog-detail-section .blog-detail-content {
        margin-top: 10px;
    }
    .blog-detail-section .blog-detail-content h2 {
        font-size: 20px;
    }
    .blog-detail-section .blog-detail-content h3 {
        font-size: 18px;
    }
    .blog-detail-section .blog-detail-content h3 {
        font-size: 16px;
    }
    /***** blog detail section end *****/

    /***** blog sidebar start *****/
    .blog-sidebar .blog-sidebar-tab {
        font-size: 12px;
        padding: 12px;
    }
    .blog-sidebar .blog-sidebar-body {
        padding: 12px;
    }
    .blog-sidebar .blog-sidebar-item-list {
        gap: 14px 0px;
    }
    .blog-sidebar .blog-sidebar-item {
        gap: 10px;
        padding-bottom: 14px;
    }
    /***** blog sidebar end *****/

    /***** blog slider section start *****/
    .blog-slider-section {
        height: 370px;
    }
    .blog-slider-main-content .blog-slider-main-heading,
    .blog-slider-main-content .blog-slider-main-heading >* {
        font-size: 20px;
        line-height: 33px;
    }
    .blog-slider-main-content .blog-slider-main-date {
        font-size: 14px;
    }
    .blog-slider-section .swiper-dots {
        bottom: 20px !important;
        left: 20px !important;
        gap: 4px;
    }
    .blog-slider-main-content {
        top: 52%;
    }
    .blog-slider-main-content .blog-slider-main-btn {
        padding: 9px 22px;
        font-size: 13px;
    }
    /***** blog slider section end *****/

    /***** blog main section start *****/
    .blog-heading-main .blog-heading {
        font-size: 19px;
        text-align: center;
    }
    .blog-heading-main {
        padding-bottom: 6px;
    }
    .blog-main-tab {
        margin-top: 10px;
        margin-bottom: 9px;
    }
    .blog-main-tab .nav-link {
        font-size: 12px;
    }
    .blog-main-card .blog-main-card-img {
        height: 190px;
    }
    .blog-main-card .blog-main-card-body {
        padding: 10px;
        padding-left: 22px;
    }
    .blog-main-card .blog-main-card-title {
        font-size: 16px;
        line-height: 28px;
    }
    .blog-main-card .blog-main-card-content {
        margin-block: 9px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-main-card .blog-main-card-details {
        gap: 13px;
        padding-top: 2px;
    }
    .blog-main-card .blog-main-card-detail {
        font-size: 13px;
    }
    .blog-main-card .blog-main-card-link {
        font-size: 14px;
        margin-top: 4px;
    }
    /***** blog main section end *****/
	
	.profile_main_top_area .profile_text {
    font-size: 22px;
}
.profile_left_side_top_txt {
    font-size: 17px;
}
.profile_right_side_top_txt {
    font-size: 17px;
}
.profile-main-left-side {
    margin-bottom: 20px;
}
.col-lg-3.col-md-4.col-12.border-end {
    border: 0px !important;
}
.profile-main-left-side .nav-pills .nav-link {
    font-size: 15px;
}
.input-field .form-label {
    font-size: 15px;
}
.input-field small {
    font-size: 13px;
}
.input-field input {
    height: 44px;
    font-size: 15px;
}
.def_main_information_bx.mt-4 .submit_btn {
    font-size: 16px;
    height: 44px;
} 
	
}


@media (max-width: 767px) {
	.account_success_main {
		padding: 36px 0px !important;
	}
	.check-icon {
		width: 66px !important;
		height: 66px !important;
		font-size: 30px !important;
	}
	.confirmation-card h3 {
		font-size: 18px !important;
	}
	.confirmation-card p {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}
	.confirmation-card .frst_btn_txt {
		font-size: 16px;
	}
	.default_pro_table_bx table thead tr th {
		font-size: 15px;
	}
	.default_pro_table_bx table tbody tr td {
		font-size: 14px;
	}
	.custom-dropdown ul li .dropdown-btn {
		font-size: 15px;
	}
	.def_main_information_bx.mt-4 .submit_btn {
		width: 200px !important;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width: 575px) {
.def_main_information_bx.mt-4 .submit_btn {
	font-size: 16px;
}
.profile_main_top_area .profile_text {
    font-size: 18px;
    width: 50%;
}
.default_pro_table_bx {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
}

.custom-dropdown ul li .dropdown-btn {
	font-size: 14px;
}
.profile_modal .modal-title {
    font-size: 17px;
}
.profile_modal_main_bx .db-form-input-area select {
    height: 46px;
}
.profile_main_top_area .frst_btn_txt {
    font-size: 15px;
    height: 40px;
}
.input-field small {
    font-size: 12px;
}

}

@media (max-width: 480px) {
.default_banner_abtsec {
	margin-top: 20px !important;
	width: 96%;
}
.profile_main_top_area {
    display: block;
}
.profile_main_top_area .profile_text {
    font-size: 17px;
    width: 100%;
	margin-bottom: 12px;
}
.profile_main_top_area .frst_btn_txt {
    display: block;
    margin-left: auto;
}
.custom-dropdown ul li .dropdown-btn {
	font-size: 14px;
}

	
}
