@font-face {
    font-family: Creato Display;
    font-weight: 700;
    src: url("../font/CreatoDisplay-Bold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Creato Display;
    font-weight: 400;
    src: url("../font/CreatoDisplay-Regular.otf") format("opentype");
    font-display: swap;
}

body {
    font-family: Creato Display;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

a {
    text-decoration: none
}

p {
    font-size: 15px;
    color: #101010;
    line-height: 25px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the arrows for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.all_title {
    margin-bottom: 30px;
}

.all_title h2 {
    color: #404040;
    font-size: 35px;
    font-weight: 700;
    position: r;
    position: relative;
}

.title h3,.title h1,.title h2,.title h4,.title h5,.title h6 {
    font-family: Creato Display;
    font-size: 45px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;
    /* text-align: center; */
    text-transform: capitalize;
    text-align: center;
}




.home_pg .main_menu {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 2;
    background: #0000;
}


.menu_togle_btn {
    Display: none
}

.logo_togle {
    Display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_togle .logo {
    width: 280px;
}

.logo_togle .menu_togle_btn {}

.logo_togle .menu_togle_btn i {
    font-size: 30px;
}


.main_menu {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 2;
    /* background-image: linear-gradient(13deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%); */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
  
}

.main_menu .row {
    align-items: center;
}

.main_menu .head_menus {}

.main_menu .head_menus nav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.main_menu .head_menus nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: auto;
}

.main_menu .head_menus nav ul li.active {
    /*font-weight: 700;*/
}

.main_menu .head_menus nav ul li.active a {
    color: #AD945E;
    border-bottom: 5px solid #AD945E;
    padding-bottom: 2px;
}

.main_menu .head_menus nav ul li:hover .drop-drown {
    display: block
}

.main_menu .head_menus nav ul li .drop-drown {
    display: none;
    position: absolute;
    background: #000;
    width: 210px;
    border-radius: 4px;
    overflow: hidden;
}

.main_menu .head_menus nav ul li .drop-drown li {
    border-bottom: 1px solid #ffffff4f;
}

.main_menu .head_menus nav ul li .drop-drown li a {
    color: #fff;
    text-align: left;
    display: block;
    padding: 10px;
}

.main_menu .head_menus nav ul li {
    font-family: Creato Display;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}


.main_menu .head_menus nav ul li a {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_menu .logo {}

/* .main_menu .logo img{width:100%} */

.head_whatsapp {}

.head_whatsapp a {
    display: flex;
    background: #000;
    padding: 5px 6px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.head_whatsapp img {
    width: 35px;
}

.head_whatsapp span {
    font-weight: 600;
}

.page-header.is-sticky {
    /* position: fixed; */
    box-shadow: 0 5px 16px rgb(0 0 0 / 32%);
    padding: 15px 0;
    /* animation: slideDown 0.35s ease-out; */
    z-index: 9;
    /* background-image: linear-gradient(13deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%); */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/*---------------sidebar menu--------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    /* background-image: linear-gradient(13deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%); */
    /* background-image: linear-gradient(13deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%); */
    /* background-image: linear-gradient(13deg, #ff0000 42.41%,rgba(0, 156, 222, 0.7) 82.17%); */
    /* background-image: linear-gradient(13deg, #ff0000 22.41%, #76bee3 51.17%,#fff 80.1%); */
    background-image: linear-gradient(13deg, #ff0000 7.41%, #76bee3 30.17%,#fff 80.1%);
}

.sidenavg {
    padding: 60px 20px 20px 20px;
}

.sidenav .logo {
    margin-bottom: 20px
}

/* .sidenav .logo img {height:75px;} */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 27px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_menu {}

.mobile_menu ul {
    padding: 0;
    list-style: none;
}

.mobile_menu ul li {}

.mobile_menu ul li a {
    display: block;
    font-size: 21px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-wrap: nowrap;
}

.mobile_menu ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

/*---------------sidebar menu--------------------*/


/*---------------banner----------------*/
/* .banner {
    background: url('../img/david-rodrigo.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0 50px;
    margin-top: -100px;
} */

.banner {
    position: relative; /* Ensure the pseudo-element is positioned relative to the .banner */
    padding: 135px 0 50px;
    margin-top: -100px;
    color: white; /* Adjust text color if needed */
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/david-rodrigo.avif') center center / cover no-repeat;
    opacity: 0.5; /* Adjust the opacity value as needed */
    z-index: -1; /* Place the background behind the text */
}


.banner img {
    width: 100%;
    display: none;
}

.banner .ban_content {
    /* position: absolute; */
    top: 140px;
    width: 100%;
}

.banner .ban_content .ban_title {
    width: 622px;
}

.banner .ban_content .ban_title h3 {
    font-family: Creato Display;
    font-size: 60px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #046495;
    margin-top: 20px;
}

.banner .ban_content .ban_title h3 span:nth-child(1) {
    color: #009cde;
}

.banner .ban_content .ban_title h3 span:last-child {
    color: #ff0000;
}

.banner .ban_content .ban_title .green {
    color: rgba(0, 115, 46, 1);
}

.banner .ban_content .ban_title .black {
    color: rgba(16, 16, 16, 1);
}

.banner .ban_content .tit_form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* margin-left: 140px; */
}

.banner_form {
    width: 957px;
    padding: 20px 20px 20px 20px;
    background: #00732e78;
    box-shadow: 0px 0px 10px #000;
    border-radius: 10px;
    position: relative;
    /* -webkit-backdrop-filter: blur(10.6px);
    backdrop-filter: blur(10.6px);
    box-shadow: 5.7px 12.8px 21.3px 0 rgba(0, 0, 0, 0.4);
    background-color: rgba(26, 33, 57, 0.8); */

    -webkit-backdrop-filter: blur(10.6px);
  backdrop-filter: blur(10.6px);
  box-shadow: 3px 12px 22px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(173, 148, 94, 0.9);
}

.banner_form .searchPanelTitle {
    /* width: 56%; */
    font-size: 17px;
    /* background: #eaf6ff; */
    /* line-height: 36px; */
    /* position: absolute; */
    left: -20px;
    top: 25px;
    /* height: 40px; */
    padding: 5px 15px 5px 0px;
    box-sizing: border-box;
    /* border-left: 5px solid #046495; */
    border-radius: 6px 0px 0px 6px;
}

/* .banner_form .searchPanelTitle:before {
    content: "";
    left: 0;
    top: 39px;
    position: absolute;
    border: 10px solid;
    border-color: #424242 #424242 transparent transparent;
} */
/* .banner_form .searchPanelTitle:after {
    right: -40px;
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #eaf6ff;
    top: 0;
} */

.banner_form h3 {
    font-family: Creato Display;
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
    margin-bottom: 0;
    color: #ffffff;
}

.banner_form form {
       
}



.banner_form form .form-group {
    margin-bottom: 15px;
}

.banner_form form .form-group label {
    font-family: Creato Display;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    width: 100%;
    margin-bottom: 6px;
    color: #fff;
    letter-spacing: 0.28px;
    font-weight: 500;
}

.banner_form form .form-group select {
    width: 100%;
    /* padding: 8px; */
    border: navajowhite;
    border-radius: 5px;
    padding: 10px 10px;
    outline: navajowhite;
}

.banner_form form button.btn {
    width: 100%;
    border-radius: 6px;
    background: #544017;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Creato Display;
    padding: 7px;
    height: max-content;
    margin-top: 13px;
    padding-right: 20px;
    position: relative;
}

.banner_form form button.btn .fa.fa-arrow-right{
    position: absolute;
    right: 6px;
    top: 10px;
}

.banner_form form button.btn:disabled {
    background: #9d9d9d;
    opacity: 1;
    color: #cdcdcd;
    pointer-events: auto ! important;
    cursor: not-allowed ! important;
}

/*---------------banner----------------*/

.step_home {
    padding: 57px 0 85px 0;
    /* background: rgba(0, 156, 222, 0.7); */
    position: relative;
    background-image: linear-gradient(to right, #AD945E 18%, #544017 89%);
}

.step_home .title {}

.step_home .title h3,.step_home .title h2 {
    color: #fff;
}

.step_home .all_step {
    display: flex;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.step_home .rect {
    width: 20%;
    background: #fff;
    border-radius: 5px;
    border-left: 7px solid #544017;
    position: relative;
    box-shadow: 0px 0px 10px #ababab;
}

.step_home .rect:nth-child(odd) {
    border-left: 7px solid #AD945E;
}

.step_home .rect:after {
    content: '';
    top: 0;
    position: absolute;
    right: -43px;
    width: 45px;
    z-index: 2;
    margin: auto;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    clip-path: polygon(var(--clipPath));


    --clipPath: 0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 50%, 0% 0%;
    --borderWidrh: 1;
    --color: yellowgreen;
    height: 100%;
    background: white;
    /* box-shadow: 0px 0px 10px #ababab; */
    /* box-shadow: 5px 5px 10px rgb(0 0 0); */
}

.step_home .padd {
    padding: 0px 0px 0 8px;
}

.step_home .padd .d-flex {
    align-items: center;
}

.step_home .padd span {
    font-size: 60px;
    color: #544017;
    font-weight: 700;
    display: block;
    width: 53px;
    text-align: center;
}

.step_home .rect:nth-child(odd) .padd span {
    color: #AD945E;
}

.step_home .padd p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    font-family: Creato Display;
    width: 75%;
}

.step_home .step_img {
    position: absolute;
    width: 28%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.step_home .step_img img {
    width: 100%
}

.visa-why-container{
    background: linear-gradient(rgb(209 195 195 / 50%), rgb(209 197 197 / 50%)), url('../img/visa-detail.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------visa_detail_home--------------------*/
.visa_detail_home {
    /* background: url('../img/visa-detail.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 57px 0 125px 0;
    /* background-image: linear-gradient(192deg, rgba(0, 0, 0, 0.9) 85%, rgba(255, 0, 0, 0.8) 49%, rgba(254, 235, 235, 0.2) 20%); */
}

.visa_detail_home .title {
    text-align: center;
    margin-bottom: 30px;
}

.visa_detail_home .title h3,.visa_detail_home .title h2 {
    color: #fff;
    /* margin-top: 2rem; */
    margin-bottom: 57px;
}

.visa-type-section-text {
    margin-bottom: 40px;
    border: 1px solid black;
    /* padding: 15px 10px 15px 25px; */
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0px 80px 40px 80px;
}

.tab_visa {}

.tab_visa .tabpanel {}

.tab_visa .brand-pills {
    /* gap: 3px; */
    justify-content: center;
}

.tab_visa .brand-pills li {
    width: 30%;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    margin-left: -18px;
    border: 0.5px solid #fff;
}

.tab_visa .brand-pills li:first-child{
    margin-left: 0px;
    /* z-index: 3; */
}


.hv-1{
   z-index:2;
}

.hv-2{
  z-index: 1;
}

.tab_visa .brand-pills li.active{
     z-index: 5;
     border: 1px solid #AD945E;
}

.tab_visa .brand-pills li:last-child  span{
    z-index: 1;
    background: #efe8e8;
}

.tab_visa .brand-pills li.active span {
    background: #AD945E;
    color: #ffffff; 
}

/* .tab_visa .brand-pills li.active span::after {
    right: -40px;
    content: '';
    position: absolute;
    border: 23px solid;
    border-color: transparent transparent #046495 #046495;
    top: 0;
    height: 100%;
} */

.tab_visa .brand-pills li span {
    background: #ddd8d8;
    padding: 9px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    color: #544017;
    cursor: pointer;
    position: relative;
}
.tab_visa .brand-pills li.hv-1 span {
    background: #ddd8d8;
}
.tab_visa .brand-pills li.hv-2 span {
    background: #efe8e8;
}

.tab_visa .tab-content {}

.tab_visa .tab-content .tab-pane {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    padding: 50px;
    border-radius: 32px 32px 32px 32px;
    overflow: hidden;
    opacity: 0.8;
    /* background-color: rgba(0, 0, 0, 0.8); */
}

.tab_visa .tab-content .tab-pane .row {
    justify-content: center;
}

.tab_visa .tab-content .tab-pane .row .col-md-3 {
    padding: 10px;
}

.tab_visa .big_box {
    border-radius: 10px;
    /* overflow: hidden; */
    background: #fff;
}

.tab_visa .big_box .title {
    background:rgba(66, 64, 64, 0.9);
    padding: 10px 40px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab_visa .big_box .title h3 {
    font-family: Creato Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin: 0;
    color: #fff;
    min-height: 65px;
}

.tab_visa .big_box .content {
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.tab_visa .big_box .over_h {
    margin-bottom: 0;
    color: rgba(123, 123, 123, 1);
    /* display: flex; */
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

.pricingTable-header {
    position: relative;
}

.price-value {
    display: block;
    padding: 8px 5px;
    margin: 0px 0px;
    background: #544017;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center;
}

.price-value:after,
.price-value:before {}

.price-value:after {
    left: auto;
    right: -20px;
}

.tab_visa .big_box .over_h .small_name {
    font-family: Creato Display;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;
    /* text-align: left; */
    color: #544017;
    margin-bottom: 5px;
}

.tab_visa .big_box .over_h .large_name {
    font-family: Creato Display;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #101010;
    /* text-align: left; */
}

/*--------------------visa_detail_home--------------------*/


/*-------------------why_us----------------------*/
.why_us {
    /* background: url('../img/saj-shafique.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 0px 0 125px 0px;
    position: relative;
    overflow: hidden;
    /* background-image: linear-gradient(rgb(209 195 195 / 50%), rgb(209 197 197 / 50%)), url(../img/saj-shafique.avif); */
}

.why_us:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0) 71%, rgba(26, 33, 57, 0.71) 17%);; */
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 71%, rgba(26, 33, 57, 0.71) 17%); */
    z-index: 0;
    top: 0;
}

.why_us .container {
    position: relative
}

.why_us .title {}

.why_us .title h3 {
    color: #fff;
    margin-bottom: 42px;
}

.why_us .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.why_us .list .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.why_us .list .row .col-md-4 {
    padding: 15px;
}

.why_us .list .row:nth-child(2) {
    margin-left: 10px;
    margin-right: -10px;
}

.why_us .list .row:nth-child(3) {
    margin-left: -10px;
    margin-right: 0;
}

.why_us .list .green_box {
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    /* background: #00732e78; */
    -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(26, 33, 57, 0.4);
}

.why_us .list .green_box .img {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.why_us .list .green_box .img img {
    width: 100%;
}

.why_us .list .green_box .content {
    width: calc(100% - 115px);
}

.why_us .list .green_box .content p {
    margin: 0;
    font-family: Creato Display;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    line-height: 1.33;
  letter-spacing: 0.24px;
}

/*-------------------why_us----------------------*/

.think_you {
    padding: 0px 0;
    overflow: hidden;
    height: 400px;
}

.think_you .d-flex {
    background: #544017;
    align-items: center;
    overflow: hidden;

}

.think_you .big_s {
    width: 30%;
    height: 100%;
}

.think_you .big_s img {
    width: 100%;
}

.think_you .content {
    margin-top: -200px;
    margin-bottom: 125px;
    margin-left: 20px;
}

.think_you .content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 38px;
}

.think_you .content ul {
    margin: 0;
    width: 90%;
}

.think_you .content ul li {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

/*----------------children_search------------------*/
.children_search {
    background: linear-gradient(rgb(209 195 195 / 50%), rgb(209 197 197 / 50%)), url('../img/b130123009-banner-size.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 57px;
    padding-bottom: 125px;
    position: relative;
}

.children_search:before {
    content: '';
    /* background: linear-gradient(1deg, rgba(148, 148, 148, 0.27) 44%, rgba(255, 255, 255, 0.87) 82%); */
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.children_search .title {
    text-align: center;
    position: relative;
}

.children_search .title h3,.children_search .title h4 {
    color: #000000;
    margin-bottom: 57px;
}

.children_search .search_bar {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 48px;
}

.children_search .form-group {
    width: 100%;
    background: #fff;
    border-radius: 48px;
}

.children_search .form-group form {
    display: flex;
    align-items: baseline;
    padding: 11px 30px;
    gap: 16px;
}

.children_search .form-group .icon {}

.children_search .form-group .icon svg {
    width: 28px;
    height: 28px;
}

.children_search .form-group .innput {
    width: 100%;
}

.children_search .form-group .innput input {
    width: 100%;
    padding: 0;
    border: navajowhite;
    outline: none;
}

.children_search .Bg_green_light {
    /* background: rgb(191 251 215 / 65%); */
    position: relative;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 25px;
    /* box-shadow: 0 4.1px 8.3px 0 rgba(0, 0, 0, 0.15); */
    /* -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(26, 33, 57, 0.2); */
  -webkit-backdrop-filter: blur(8.3px);
  backdrop-filter: blur(8.3px);
  box-shadow: 0 4.1px 8.3px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(26, 33, 57, 0.2);
}

.children_search .Bg_green_light h3 {
    font-family: Creato Display;
    font-size: 34px;
    font-weight: 700;
    line-height: 31px;
    color: #101010;
    margin-bottom: 32px;
    letter-spacing: 1.8px;
}

.children_search .Bg_green_light ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
}

.children_search .Bg_green_light ul li {
    width: auto;
    /* padding: 5px; */
}

.children_search .Bg_green_light ul li a {
    padding: 8px 35px 8px 15px;
    background: #85744F;
    display: block;
    color: #fcfbfb;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
}

.children_search .Bg_green_light ul li img {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(0px, -50%);
}

.Bg_green_light.pd_4 {
    margin-bottom: 15px
}

.children_search .Bg_green_light:last-child {
    margin-bottom: 0px
}

.children_search .explanation {
    max-height: 800px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 1;
    position: relative;
    padding-right: 5px;
}

.children_search .explanation::-webkit-scrollbar,.home-about-web-box::-webkit-scrollbar {
    width: 10px;
}

.children_search .explanation::-webkit-scrollbar-track,.home-about-web-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.children_search .explanation::-webkit-scrollbar-thumb, .home-about-web-box::-webkit-scrollbar-thumb {
    background: #888;
}

.children_search .explanation::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*----------------children_search------------------*/

/*----------------our_happy_customer------------------*/
.our_happy_customer {
    background: url('../img/our_customer.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px 0px 125px 0px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    background-image: linear-gradient(rgb(209 195 195 / 50%), rgb(209 197 197 / 50%)), url('../img/our_customer.avif');
}

.our_happy_customer .title {
    text-align: center;
    position: relative;
}

.our_happy_customer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #ffffffc7; */
    top: 0;
}

.our_happy_customer .title h3,.our_happy_customer .title h5 {
    color: #fff;
    margin-bottom: 57px;
    margin-top: 0px;
}

#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

#pinBoot .white-panel {
    background: #f3fbff;
    box-shadow: 0px 0px 10px #a7a7a7;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}

#pinBoot .white-panel.bG_pink {
    background: #fddada;
}



#pinBoot .white-panel h1 {
    font-size: 1em;
}

#pinBoot .white-panel h1 a {
    color: #A92733;
}

#pinBoot .white-panel:hover {
    /* margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
    background:#000000;
}

#pinBoot .white-panel:hover {
    background: #000000;
}


#pinBoot h4 {
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

#pinBoot h4 a {
    color: #000
}

#pinBoot p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #101010;
    line-height: 1.43;
    text-align: justify;
}

#pinBoot .white-panel:hover h4,
#pinBoot .white-panel:hover p,
#pinBoot .white-panel:hover h3 {
    color:#ffffff !important;
}

#pinBoot h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #363636;
    line-height: 29px;
    text-align: justify;
}


#pinBoot ul {
    color: #eeda29;
    font-size: 15px;
    padding-left: 0;
    display: flex;
    list-style: none;
    gap: 5px;
    margin-bottom: 0
}

#pinBoot ul li {}

/*----------------our_happy_customer------------------*/

/*----------------Faqs------------------*/
.faqs {
    background: url('../img/faq-ezgif.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px  0px  110px 0px;
    position: relative;
    background-image: linear-gradient(rgb(209 195 195 / 50%), rgb(209 197 197 / 50%)), url('../img/faq-ezgif.avif');
}

.faqs .title {
    text-align: center;
    position: relative;
}

.faqs .title h3,.faqs .title h5 {
    color: #ffffff;
    margin-bottom: 57px;
    font-weight: 600;
}

.faqs_list {}

.faqs_list .accordion-item {
    /* background:#fff3f3; */
    border-radius: 10px;
    /* padding: 20px 25px; */
    margin-bottom: 15px;
    overflow: hidden;
}

.faqs_list .accordion-item .accordion-header {}

.faqs_list .accordion-item .accordion-header button {
    display: block;
    font-family: Creato Display;
    font-size: 20px;
    font-weight:bold;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #0000;
    box-shadow: none;
    margin-bottom: 0;
    background: #AD945E;
    padding: 20px 25px;
}

.faqs_list .accordion-item .accordion-header button.collapsed {
    display: block;
    font-family: Creato Display;
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #0000;
    box-shadow: none;
    margin-bottom: 0;
    background: #f3fbff;
    padding: 20px 25px;
}

.faqs_list .accordion-collapse {
    border-top: 0px;
    background: #AD945E;
    /* padding: 0 20px 20px 20px; */
}

.faqs_list .accordion-collapse.show {
    background: #AD945E;
}

.faqs_list .accordion-collapse .accordion-body {
    /* padding: 0px; */
    padding: 0 20px 20px 20px;
    width: 80%;
}

.faqs_list .accordion-collapse .accordion-body p {
    margin: 0;
    font-family: Creato Display;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: left;
    color: #231f20;
}


.faqs_list ul li a {
    display: block;
    font-family: Creato Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqs_list ul li a span:after {
    content: '+';
    font-size: 30px;
    font-weight: 100;
}

.faqs_list ul li p {
    margin: 0;
    font-family: Creato Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: left;
}

.faqs_list .uk-accordion-content {
    width: 80%
}

.faqs_list ul li.uk-open {
    background: #fddada
}

.faqs_list ul li.uk-open a {
    margin-bottom: 15px;
    font-weight: 800;
    color: #000;
}

.faqs_list ul li.uk-open a span:after {
    content: '-'
}

/*----------------Faqs------------------*/

.footer_des {
    /* background: rgb(13 13 13); */
    padding: 40px 0;
    overflow: hidden;

    /* -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: 16px 16px 20px 0 rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(circle at 32% 81%, #009cde 40%, #0a608c 97%); */
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: 16px 16px 20px 0 rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(circle at 26% 60%, #AD945E 59%, #E5C683 113%);
}

.footer_des .logo_addres {
    /* display: flex; */
    /* justify-content: space-between; */
    /* gap: 80px; */
    /* align-items: center; */
    /* padding: 0 40px; */
}

.footer_des .logo_ftr {
    /* width: 30%; */
    position: relative;
}

.footer_des .logo_ftr img {
    width: 60%;
    margin-bottom: 20px;
}

.footer_des .ftr_add {
    /* width: 70%; */
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    /* padding-right: 20px; */
}

.ftr_add.mb-pr{
    padding-right: 30px;
}

.ftr_add.mb-pl{
    padding-left: 30px;
}

.footer_des .ftr_title {
    margin-bottom: 20px;
}

.footer_des .ftr_title h3 {
    font-size: 25px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    position: relative;
}

.footer_des .ftr_title h3:before {
    content: '';
    width: 50px;
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -4px;
}

.footer_des .ftr_add ul.ftr_links {
    list-style: none;
    padding: 0;
}

.footer_des .ftr_add ul.ftr_links li {
    position: relative;
    /* margin-bottom: 10px; */
    /* border-bottom: solid 1px #b1b1b1; */
}

.footer_des .ftr_add ul.ftr_links li:last-child {
    border-bottom: none
}

.footer_des .ftr_add ul.ftr_links li a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px;
    padding-left: 22px;
    display: block;
    border-bottom: solid 1px #ffffff;
}

.footer_des .ftr_add ul.ftr_links li a:before {
    content: '';
    position: absolute;
    content: "\f105";
    top: 7px;
    left: 0;
    font-size: 16px;
    font-family: 'FontAwesome';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer_des .ftr_add ul.ftr_links li a:after {
    content: '';
    position: absolute;
    content: "\f101";
    top: 7px;
    left: 0;
    font-size: 16px;
    font-family: 'FontAwesome';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.footer_des .ftr_add ul.ftr_links li a:hover:after {
    opacity: 1;
}

.footer_des .ftr_add .ad {
    display: flex;
    color: #fff;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
}

.footer_des .ftr_add .ad:nth-child(1) {
    width: 38%;
}

.footer_des .ftr_add .icon {
    width: 25px;
}

.footer_des .ftr_add .icon img {
    width: 25px;
}

.footer_des .ftr_add .addres {}

.footer_des .ftr_add .addres p {
    margin: 0;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer_des .ftr_add .social-links {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
}

.footer_des .ftr_add .social-links li {
    position: relative;
    display: inline-block;
}

.footer_des .ftr_add .social-links li a {
    position: relative;
    display: block;
    color:#ffffff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgb(0, 0, 0);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ftr_pay{
    /* display: flex;
    align-items: center;
    padding-left: 20px; */
}

.ftr_pay > img{
    /* width: 70px; */
}


.logo_content p {
    line-height: 1.4;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
    padding-right: 50px;
}

.footer_des .logo_ftr:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    /* background: rgb(145 145 145); */
    right: -23px;
    top: 0;
}


.copy_right {
    padding: 6px 0;
    /* background: #000; */
    -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: 16px 16px 20px 0 rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(circle at 26% 60%, #AD945E 59%, #E5C683 113%);
}

.copy_right p {
    font-family: Creato Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0;
    text-align: center;
}

.tab_visa .big_box .over_h:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.tab_visa .brand-pills li.busine_s.active a {
    background: #fe1616;
}

.tab_visa .tab-content .tab-pane#tab2 {
    background: #fe161640;
}

.tab_visa .tab-pane#tab2 .big_box .title {
    background: #fddada;
}

.tab_visa .tab-pane#tab2 .big_box .title h3 {
    color: #fe0000;
}

.tab_visa .tab-pane#tab2 .big_box .price-value {
    background: #fe1616;
}

.tab_visa .tab-pane#tab2 .big_box .over_h .small_name {
    color: #fe1616;
}

.tab_visa .brand-pills li.black.active a {
    background: #000
}

.tab_visa .tab-content .tab-pane#tab3 {
    background: #00000082;
}

.tab_visa .tab-pane#tab3 .big_box .title {
    background: #ddd8d8;
}

.tab_visa .tab-pane#tab3 .big_box .title h3 {
    color: #000000;
}

.tab_visa .tab-pane#tab3 .big_box .price-value {
    background: #000000;
}

.tab_visa .tab-pane#tab3 .big_box .over_h .small_name {
    color: #000;
}

/*-----------------------------------------*/
.test_monial_slider .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    height: 100%;
    display: flex;
}

.test_monial_slider .item {
    padding: 10px;
    height: 100%
}

.test_monial_slider .owl-prev {
    left: -15px;
}

.test_monial_slider .owl-next {
    right: -15px;
}

.test_monial_slider button {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 40px;
    height: 40px;
    background: #000 !important;
    display: block;
    color: #fff !important;
    border-radius: 45px !important;
}

.test_monial_slider button.disabled {
    Display: none
}

.test_monial_slider button span {
    font-size: 38px;
    line-height: 29px;
}

/*----------breadcrumb------------*/
.breadcrumb-spacing {
    padding: 30px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.breadcrumb-spacing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #544017;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: .6;
}

.breadcrumb_title .page-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.breadcrumb_menu {}

.breadcrumb_menu .trail_items {
    margin: 0;
    padding: 0;
    gap: 25px;
    display: flex;
}

.breadcrumb_menu .trail_items li {
    display: inline-block;
    position: relative;
}

.breadcrumb_menu .trail_items li:before {
    display: inline-block;
    color: #fff;
    content: "\f105";
    position: absolute;
    right: -18px;
    top: 0;
    font-family: 'FontAwesome';
    font-weight: 100;
}

.breadcrumb_menu .trail_items li:last-child:before {
    display: none
}

.breadcrumb_menu .trail_items li a {
    color: #ffffff;
}

.breadcrumb_menu .trail_items li.active {
    color: white;
}

/*----------breadcrumb------------*/

/*----------apply_now_form------------*/
.apply_now_form {
    padding: 50px 0;
    overflow: hidden;
}

.apply_now_form .form_start {}

.apply_now_form .box_shadow {
    padding: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;

    --tw-shadow: 0 0 1remrgba(0, 0, 0, .1);
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e5e5e5;
}

.apply_now_form .box_shadow .box_shadow_pd {
    padding: 15px
}

.apply_now_form .box_shadow .form-group {
    margin-bottom: 16px;
}

.apply_now_form .box_shadow .form-group .iti {
    width: 100%
}

.apply_now_form .box_shadow .form-group label {
    color: #121212;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 600;
}

.apply_now_form .box_shadow .form-group input,
.apply_now_form .box_shadow .form-group select {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
}

.apply_now_form .box_shadow .form-group .radio_btn {
    display: flex;
    gap: 13px;
}

.apply_now_form .box_shadow .form-group .radio_btn label {
    display: flex;
    gap: 5px;
    font-weight: 500;
}

.apply_now_form .box_shadow .form-group .radio_btn label input {
    width: auto;
    height: auto;
}

.apply_now_form .box_shadow .title {
    background: #544017;
    padding: 12px 15px;
    text-align: left;
    opacity: 0.8;
    color: #ffffff;
}

.apply_now_form .box_shadow .title h3 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.date_gap {
    display: flex;
    gap: 8px;
}

.apply_now_form .box_shadow .form-group.pic label {
    width: 100%;
    display: block;
    text-align: center;
}

.apply_now_form .box_shadow .form-group.pic img {
    width: 100%;
    height: 145px;
    object-fit: contain;
}

.apply_now_form .box_shadow .form-group.pic .set {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 4px;
}

.apply_now_form .box_shadow .form-group .big_price {
    font-size: 30px;
    font-weight: 600;
    color: #107c3b;
}

.apply_now_form .box_shadow .form-group .btn_d_flex {}

.apply_now_form .box_shadow .btn_d_flex {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.apply_now_form .box_shadow .btn_d_flex button {
    background: #544017;
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    border: navajowhite;
}

.apply_now_form .box_shadow .btn_d_flex button.teal {
    background: teal;
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    border: navajowhite;
}

.apply_now_form .box_shadow .btn_d_flex button.logo_red {
    background: #3c3b3b57;
    color: #000000;
    padding: 7px 15px;
    border-radius: 6px;
    border: 1px solid #3B3C3C;
}

.apply_now_form .box_shadow .btn_d_flex button.red {
    /* background: #fe0000; */
}

.apply_now_form .box_shadow .btn_d_flex button.green {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

.apply_now_form .box_shadow .form-group .note p {
    color: #fe0000;
    font-size: 14px;
}

.apply_now_form .title h3 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 40px;
}

/*----------apply_now_form------------*/

/*--------------step_format----------------*/
.step_format {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.step_format .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    padding: 30px 0;
}

.step_format .content .step_cont_pd {
    padding: 20px 25px;
    /* background-image: linear-gradient(13deg, rgb(255 223 212 / 50%) 42.41%, rgb(129 161 157 / 48%) 82.17%); */
    background: #AD945E;


}

.step_format .cir_steps {
    width: 20%;
    display: flex;
    justify-content: center;
}

.step_format .cir_step {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #fe464370, #00732e6b) border-box;
    /* background: #ff0000; */
    border-radius: 50em;
    border: 8px solid #544017;
}

.step_format .cir_steps span {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
}

.step_format:nth-child(odd) .row {}

.step_format:nth-child(odd) .row .col-md-6:first-child {
    order: 2;
}


.step_format .step_cont {
    width: 40%;
    padding: 0;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.step_format .step_cont .title {
    padding: 10px 12px;
    background: #000000;
}

.step_format .step_cont .title h3 {
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    text-align: left;
    padding: 0;
}

.step_format .step_cont .title h3:after {
    content: '';
}

.step_format .step_cont p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.step_format .Step_img {
    width: 40%;
    box-shadow: 0px 0px 10px #adadad;
    border-radius: 9px;
    overflow: hidden;
}

.step_format .Step_img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.step_format .content:last-child {
    padding-bottom: 0px;
    border-bottom: navajowhite;
}

.step_format .content:nth-child(even) .Step_img {
    order: 1
}

.step_format .content:nth-child(even) .step_cont {
    order: 3;
}

.step_format .content:nth-child(even) .cir_steps {
    order: 2;
}

.step_format .All_heading {
    margin-bottom: 0px
}

/*--------------step_format----------------*/

.All_heading {
    text-align: center;
    margin-bottom: 40px;
}

.All_heading h3,.All_heading h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 5px;
}

.All_heading span {
    width: 150px;
    position: relative;
    display: block;
    background: #544017;
    height: 3px;
    margin: 0 auto;
}

.pad_fix_50 {
    padding: 40px 0;
}

/*--------------------------------------------------------------*/
.track_status {}

.track_status .tack_form {
    box-shadow: 0px 0px 10px #d5d5d5;
    padding: 30px;
    border-radius: 10px;
}

.track_status .tack_forms {
    text-align: center;
}

.track_status .tack_forms h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.track_status .tack_forms .form-group {
    margin-bottom: 15px;
}

.track_status .tack_forms .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #000;
}

.track_status .tack_forms .form-group input {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    outline: none;
}

.track_btn {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.track_btn .btn {
    color: #fff;
    padding: 7px 15px;
    outline: none;
}

.track_btn .btn.green {
    background: #544017;
}

.track_btn .btn.blue {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.track_img {
    width: 100%
}

.track_img img {
    width: 100%
}

.track_status_cnt .content h3 {
    font-size: 20px;
    color: #fe3230;
    font-weight: 600;
    margin-bottom: 15px;
}

.track_status_cnt .content ul {}

.track_status_cnt .content ul li {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
    margin-bottom: 10px;
}

.track_status_cnt .content p {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
}

/*--------------------------------------------------------------*/

.policy_css {}

.policy_css .content {}

.policy_css .content p {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
}

.policy_css .content h3 {
    font-size: 20px;
    color: #fe3230;
    font-weight: 600;
    margin-bottom: 15px;
}

.policy_css .content ul {}

.policy_css .content ul li {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
    margin-bottom: 10px;
}

/*-----------------faq------------------*/

.faq_css {}

.faq_css .content {}

.faq_css .content h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.faq_css .content ul {
    display: block;
    list-style: none;
    padding: 0;
}

.faq_css .content ul li {}

.faq_css .content ul li a.uk-accordion-title {
    border: 1px solid #e9e9e9;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    margin: 0 0 10px;
    font-weight: 600;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    border-bottom: solid 1px #e9e9e9;
    position: relative;
    text-align: left;
    display: block;
    background-image: linear-gradient(4deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%);
}

.faq_css .content ul li .uk-accordion-content {
    padding: 15px 20px;
    text-align: justify;
    border: solid #eee;
    border-width: 0 1px 1px;
    margin: -10px 0 10px;
}

.faq_css .content ul li .uk-accordion-content p {
    margin-bottom: 0px;
}

.faq_css .content ul li a.uk-accordion-title:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.faq_css .content ul li.uk-open a.uk-accordion-title:before {
    content: "\f106";
}

/*-----------------faq------------------*/
/*-----------------aboutus------------------*/
.aboutus {}

.aboutus .prt_single_image-wrapper {
    margin-bottom: 25px;
}

.aboutus .prt_single_image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutus .content_ab {}

.aboutus .content_ab span.why {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    color: #747474;
}

.aboutus .content_ab span.why:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    background-color: #747474;
}

.aboutus .content_ab h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}

.aboutus .content_ab h3 span {
    color: #fe0000;
}

.aboutus .content_ab h3 span:before {
    display: none
}

.aboutus .content_ab p {
    font-size: 17px;
    line-height: 30px;
}

.aboutus .content_ab .text_start_n h3 {}


/*-----------------aboutus------------------*/
/*-----------------contact uS------------------*/
.whole-div {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 19px;
    border-radius: 5px;
    height: 100%;
}

.whole-div .right {
    width: 100%;
    display: flex;
    gap: 13px;
    align-items: center;
}

.whole-div .right h3 {
    margin: 0 0;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.whole-div .right p {
    font-size: 17px;
    color: #333;
    margin: 0;
    line-height: 25px;
}

.whole-div .right p a {
    font-size: 17px;
    color: #333;
    margin: 0;
    text-decoration: none;
}

.whole-div .right ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
}

.whole-div .right ul li {
    margin-bottom: 0px;
}

.whole-div .right ul li a {
    display: block;
    width: 35px;
}

.whole-div .right ul li img {
    width: 100%
}


.contact-details h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #544017, #0d793700);
    content: "";
}

.contact-details .all_title {}

.contact-details .all_title h2 {
    margin-bottom: 38px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.contact-details .sub-title {
    font-size: 14px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-details .form-control,
.contact-details .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.contact-details textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.contact-details__info li .icon {
    height: 80px;
    min-width: 80px;
    background-color: #544017;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: #646464;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text {
    margin-left: 30px;
    margin-top: 0;
}

.contact-details__info li .text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 0;
}

.contact-details__info li .text a,
.contact-details__info li .text span {
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    line-height: 30px;
}

.contact-details button.btn_cont {
    background: #544017;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*-----------------contact uS------------------*/

/*-----------------blog_grid_section------------------*/
.blog_grid_section {
    padding: 50px 0
}

.blog_grid_section .featured-imagebox-post {
    margin: 15px 0px;
    position: relative;
    overflow: hidden;
}

.blog_grid_section .featured-imagebox-post .featured-thumbnail {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.blog_grid_section .featured-content {
    padding: 25px 15px 20px 30px;
    margin-right: 40px;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    transition: all .4s;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 27%);
    margin-left: 10px;
    margin-bottom: 10px;
}

.blog_grid_section .featured-content .post-header {
    position: relative;
    margin-bottom: 15px;
}

.blog_grid_section .featured-content .post-header:before {
    position: absolute;
    background-color: #fe0000;
    content: "";
    height: 100%;
    width: 4px;
    left: -30px;
}

.blog_grid_section .featured-content .featured-title h3,.blog_grid_section .featured-content .featured-title h1 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}

.blog_grid_section .featured-content .featured-title h3 a {
    color: #1d2143;
}

.blog_grid_section .post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.blog_grid_section .post-meta span {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 13px;
}

.blog_grid_section .post-desc {}

.blog_grid_section .post-desc p {}

.blog_grid_section .post-meta span:not(:last-child):after {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 16px;
    right: -15px;
}

.blog_grid_section .post-meta span i {
    color: #d70000;
    padding-right: 5px;
    font-size: 12px;
}

.blog_grid_section .cmt-btn-size-sm {
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #ff0000;
}

.blog_grid_section .cmt-btn-size-sm i {
    margin-right: 7px;
    transition: ease-in-out .3s;
}

.blog_grid_section .cmt-btn-size-sm i:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    content: "";
    height: 2px;
    width: 20px;
    background-color: currentColor;
}

.blog_grid_section .featured-imagebox-post .featured-thumbnail img {
    max-width: none;
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.blog_grid_section .featured-imagebox-post:hover .featured-thumbnail img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}

.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 6px;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination-block .page-numbers {
    background-color: #f5f8fb;
}

.pagination-block .page-numbers.current {
    background-color: #fe0808;
    color: #fff;
}

/*-----------------blog_grid_section------------------*/
.all_content_blog {
    border-bottom: 1px solid #eee;
}

.all_content_blog .cmt-post-featured {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.all_content_blog .cmt-post-featured img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.all_content_blog .cmt-box-post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(13deg, rgb(255 223 212) 42.41%, rgb(129 161 157) 82.17%);
}

.all_content_blog .cmt-box-post-date .entry-date {
    font-weight: 600;
    font-size: 24px;
    line-height: 17px;
}

.all_content_blog .cmt-box-post-date .entry-month {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

.all_content_blog .cmt-post-entry-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.all_content_blog .cmt-post-entry-header .post-meta {
    margin-bottom: 0;
}

.all_content_blog .cmt-post-entry-header .post-meta span {
    font-size: 15px;
    color: #818181;
}

.all_content_blog .cmt-post-entry-header .post-meta span i {
    font-size: 15px;
}

.all_content_blog .cmt_post_content {}

.all_content_blog .cmt_post_content h3 {
    font-size: 20px;
    font-weight: 600;
}

.all_content_blog .cmt_post_content p {
    line-height: 29px;
    font-size: 15px;
}


.sidebar-right .widget-recent-post {
    padding: 30px 20px 30px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    border-radius: 6px;
}

.sidebar-right .widget-recent-post h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    padding-left: 20px;
}

.sidebar-right .widget-recent-post h3:before {
    display: block;
    height: 100%;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0;
    width: 3px;
    background: #d70000;
}

.sidebar-right ul {
    margin: 0;
    padding: 0;
}

.sidebar-right ul>li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar-right li {
    padding: 20px 0;
    border-top: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
    list-style: none;
    position: relative;
}

.sidebar-right li a {
    font-size: 15px;
}

.sidebar-right li img {
    display: block;
    width: 70px;
    height: 65px;
    float: left;
    margin-right: 18px;
    border-radius: 6px;
}

.sidebar-right li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #7f7f7f;
}

.sidebar-right li .post-detail a {
    color: #363636;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.sidebar-right li .post-date i {
    margin-right: 5px;
    font-size: 11px;
}

.sidebar-right li :last-child {
    padding-bottom: 0;
}

/*-------------------------------------------*/
.big_order_summy {
    border: 1px solid #eee;
    padding: 25px 20px;
    border-radius: 5px;
    /* background-image: linear-gradient(0deg, rgb(255 223 212 / 45%) 42.41%, rgb(255 223 212 / 12%) 82.17%); */
    overflow: hidden;
    margin-bottom: 40px;
    background: #000000;
    color: #ffffff;
    opacity: 0.8;
}

.big_order_summy h2 {
    font-size: 20px;
    font-weight: 600;
}

.big_order_summy .column-three-dflex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.big_order_summy .column-three {}

.big_order_summy .column-three .data {
    font-size: 14px;
    font-weight: 600;
}

.big_order_summy .column-three .data span {
    font-weight: 100;
}

.big_order_summy .column-three .data.bg_set {
    background: #23844747;
    font-weight: 500;
    padding: 7px;
}

.detail_table {
    border: 1px solid #eee;
    border-radius: 5px;
}

.detail_table .title {
    background: #ff0000;
    text-align: left;
    padding: 10px 15px;
    background: #000000;
    color: #ffffff;
    opacity: 0.8;

}

.detail_table .title h3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
}

.note_check {}

.note_check p {
    color: red;
    margin: 0;
    margin-top: 15px;
}

.detail_table .tab_set {
    padding: 25px;
}

.detail_table .table-responsive {}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 15px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #544017;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

#customers td a {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    text-align: center;
}

.side_table_s {}

.side_table_s .tableStyle1 {}

.tableStyle1 {
    border-collapse: collapse;
    border: 1px solid #adcfdd;
}

#payment_box {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#payment_box td,
#payment_box th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 15px;
}

#payment_box tr:nth-child(even) {}

#payment_box tr:hover {}

#payment_box th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: #212529;
    color: #ffffff;
    /* opacity: 0.8; */
}

#payment_box tr.add_Sr td {
    background: #c1d3be;
    font-weight: 600;
}

#payment_box tr td.ftr_l {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

#payment_box tr td.ftr_r {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.check_custom {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.check_custom:hover input~.checkmark {
    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.check_custom input:checked~.checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_custom input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_custom .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main_menu .head_menus nav ul li .drop-drown li a:hover {
    background: #3e3e3e;
}

/*-------------------------------------------*/

.visa_detail_home.bg_remove {
    background: none
}

/*------------------apply_visa_detail----------------------*/
.apply_visa_detail {}

.apply_visa_detail .title_apply {
    border-bottom: 1px solid #eee;
}

.apply_visa_detail .title_apply h3 {
    background: #544017;
    margin: 0;
    width: fit-content;
    padding: 9px 15px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
}

.ApplY_data {
    margin-top: 15px;
}

.ApplY_data .nav {
    gap: 2px;
}

.ApplY_data .nav li {}

.ApplY_data .nav li a {
    background:#8c8c91;
    padding: 7px 11px;
    display: block;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-size: 14px;
}

.ApplY_data .nav li.active a,
.ApplY_data .nav li:hover a {
    background:#212529;
    color: #fff;
}

.ApplY_data .tab-content {
    border: 1px solid #eee;
}

.ApplY_data .padd_30 {
    padding: 20px;
}

.ApplY_data .content p {
    /* color:#000; */
}

.meetInfobtn {
    float: left;
    position: relative;
}

.meetInfobtn img {
    width: 17px;
    margin: 1px 0 0 7px;
}

.meetInfoBox {
    width: 350px;
    border: solid 1px #e1e1e1;
    background: rgba(255, 255, 255, .95);
    color: #000;
    padding: 15px 10px;
    line-height: 20px;
    position: absolute;
    left: 35px;
    z-index: 1;
    top: -40px;
    display: none;
}

.meetInfobtn:hover .meetInfoBox {
    Display: block
}

.meetInfoBox:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 45px;
    border: solid 10px;
    border-color: transparent #ccc transparent transparent;
}

.meetInfoBox h4 {
    font-size: 18px;
    font-weight: 600;
    color: #00732e;
}

.meetInfoBox p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}

.d_flk {
    display: flex
}

.d_flk .meetInfoBox {
    width: 350px;
    border: solid 1px #e1e1e1;
    background: rgba(255, 255, 255, .95);
    color: #000;
    padding: 15px 10px;
    line-height: 20px;
    position: absolute;
    left: auto;
    z-index: 1;
    top: 0px;
    display: none;
    right: 27px;
}

.d_flk .meetInfoBox:before {
    content: "";
    position: absolute;
    right: -21px;
    left: auto;
    top: 0px;
    border: solid 10px;
    border-color: #00000000 #ccc0 transparent #b5b5b5;
}


.ApplY_data .padd_30 .tb_btn {
    text-align: center;
}

.ApplY_data .padd_30 .tb_btn button.btn {
    outline: navajowhite;
    border: navajowhite;
    padding: 11px 40px;
    font-size: 20px;
    font-weight: 500;
    background: #212529;
    color: #fff;
    width: auto;
}

/*------------------apply_visa_detail----------------------*/

.benifits {
    margin: 20px 0;
    border: 1px dotted #107c3b;
    padding: 20px;
    background-image: linear-gradient(2deg, rgb(255 223 212 / 40%) 42.41%, rgb(255 255 255) 82.17%);
    overflow: hidden;
    border-radius: 6px;
}

.benifits h3 {
    color: #00732f;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benifits ul {}

.benifits ul li {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
    margin-bottom: 8px;
}

.alert_panel_data {
    background: #eee;
    padding: 25px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.alert_panel_data p {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 25px;
    margin-bottom: 8px;
}

.banner_form form .form-group .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 44px;
    user-select: none;
    -webkit-user-select: none;
}

.banner_form form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 44px;
}

.banner_form form .form-group .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}

/*---------------visa Type-----------------*/
.visaBox {
    width: 100%;
    margin: 10px 0% 20px;
    position: relative;
    overflow: hidden;
    height: 370px;
    padding: 0;
}

.visaBox img,
.visaimg {
    width: 100%;
    height: 370px;
}

.visaBox img,
.visaimg {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.visaBox .visatextBox {
    width: 100%;
    height: 112px;
    padding-top: 5px;
    padding: 16px;
    padding-top: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.9;
    color: #000000;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.visatextBox:before {}

.column-seven {
    width: 70%;
    float: left;
}

.visaTitleNew {
    width: 100%;
    padding: 7px 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #544017;
    margin: 0;
}

.visaContent {
    width: 100%;
    padding: 0 0px 6px;
    font-weight: 600;
}

.column-three {
    float: right;
    position: relative;
}

.visatextBox .paddingAll .column-three {
    width: 30%;
}

.overflow .column-three{
    float: right;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.yellow {
    color: #000000;
    font-weight: bolder;
}

.paddingFromRight {
    text-align: center;
}

.primary-button {
    background: #63bc29;
    background: -moz-linear-gradient(top, #63bc29 1%, #04903a 100%);
    background: -webkit-linear-gradient(top, #63bc29 1%, #04903a 100%);
    background: linear-gradient(to bottom, #63bc29 1%, #04903a 100%);
    background: #544017;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 7px;
    font-weight: 1000;
}
.visaBox:hover .visatextBox {
    /* height: 100%; */
}

.overflow {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.paddingAll{
    position:relative;
}

.paddingAll p {
    color: #fff;
    line-height: 19px;
    font-size: 13px;
}

/*---------------visa Type-----------------*/

/*---------------detail refrence-----------------*/
.detail_refrence {
    margin-top: 30px;
    box-shadow: 0px 0px 10px #d5d5d5;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(13deg, rgb(255 223 212 / 25%) 42.41%, rgb(129 161 157 / 16%) 82.17%);
}

.detail_refrence #customers {
    border-collapse: collapse;
    width: 100%;
}

.detail_refrence #customers td {
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #555;
    padding: 8px;
    color: #454545;
}

.detail_refrence #customers td:nth-child(1),
.detail_refrence #customers td:nth-child(3) {
    font-weight: 600;
    color: #000000;
}

.detail_refrence #customers tr:last-child td {
    border-bottom: navajowhite;
}

.detail_refrence #customers tr:nth-child(even) {
    background-color: #0000;
}

.detail_refrence #customers tr:hover {
    background-color: #0000;
}

.side_table_s button.btn {
    background: #544017;
    color: #fff;
    width: 100%;
    border: none;
    /* margin: 10px 0 10px; */
    margin-top: 10px;
    outline: none;
    padding: 10px;
}

.tab_set button.btn {
    background: #544017;
    color: #fff;
    width: 50%;
    border: none;
    margin: 10px 0 10px;
    outline: none;
    padding: 10px;
}


/*---------------detail refrence-----------------*/


.followMeBar {
    background: #222;
    border-bottom: solid 1px #111;
    border-top: solid 1px #444;
    padding: 1%;
    position: relative;
    z-index: 1;
}

.followMeBar.fixed {
    position: fixed;
    top: 86px !important;
    width: 1225px;
    z-index: 0;
}

.followMeBar.fixed.absolute {
    position: absolute;
}


.our_happy_customer.bg_rem {
    background: none;
}

#pinBoot .divid_sect {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#pinBoot .divid_sect .item {
    width: 33%;
    padding: 10px;
}

.innear_search {
    padding-top: 40px;
}

.innear_search .width_set {
    display: flex;
    justify-content: center;
}

.innear_search .form_start {
    background: #212529;
    width: 88%;
}

.innear_search .form_starts {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
    position: relative;
}

.innear_search .form_starts .name {
    color: #fff;
    font-size: 18px;
}

.innear_search .form_starts .values {}

.innear_search .form_starts .iner_new {
    width: 190px;
    padding: 10px;
    outline: none;
    box-shadow: none;
    height: 45px;
    border-radius: 5px;
}

.innear_search .form_starts .inear_ser_btn {
    padding: 10px 25px;
    color: #fff;
    box-shadow: none;
    height: 45px;
    outline: none;
    border: none;
    background: #544017;
    border-radius: 5px;
}

/* .innear_search .form_starts:before{
    content: "";
    left: 0;
    top: 75px;
    position: absolute;
    border: 7px solid;
    border-color: #262626 #262626 transparent transparent;
    }

.innear_search .form_starts:after{
    content: "";
    right: 0;
    top: 75px;
    position: absolute;
    border: 7px solid;
    border-color: #262626 #42424200 transparent #262626;
    } */

.main_menu .head_menus nav ul li a img {
    width: 28px;
    height: 28px;
}

.main_menu .head_menus nav ul li a span {
    display: block;
    width: 100%;
    font-weight: bold;
}

.visit_c {
    display: flex;
    justify-content: space-between;
}

.visit_c p {}

.fg_review {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.fg_review h3 {
    font-size: 20px;
    font-weight: 600;
    color: #101010;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}

.error_404 img {
    height: 360px
}

#succ_message {
    background-color: #544017;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #fff;
    display: none;
}

.displayContent1,
.displayContent2,
.displayContent3 {
    display: block !important;
}

.lightGray {
    color: lightgray !important;
}

.doc-down-anchor {
    display: block;
    margin-bottom: 10px;
    min-height: 25px;
}

.api-loader-cont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0px;
}

.api-loader-cont>img {
    width: 100px;
    height: 100px;
}

.payment-redirect-btn {
    background: #171819;
    color: #fff;
    width: 20%;
    border: none;
    margin: 10px 0 10px;
    outline: none;
    padding: 10px;
    border-radius: 12px;
    min-width: max-content;
}

.payment-gateway-cont {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 10px;
}

.payment-gateway-cont>div:first-child {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}

.payment-gateway-cont>div:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 20px;
}

.payment-gateway-cont>div:not(:first-child)>img {
    /* height: 45px; */
    max-width: 130px;
    object-fit: cover;
}

.black-btn {
    background:  #046495;
    color: #fff;
    width: 28%;
    border: none;
    margin: 10px 0 10px;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    min-width: max-content;
}

.green-btn {
    background: #FF0000;
    color: #fff;
    width: 28%;
    border: none;
    margin: 10px 0 10px;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    min-width: max-content;
}

.w100 {
    width: 100% !important;
}

.visa-type-contact {
    padding: 10px 10px;
    font-weight: 600;
}

.corousel-forward-arrow,
.corousel-backward-arrow {
    cursor: pointer;
    font-size: 60px;
    color: white;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.form_starts_mobile {
    display: none !important;
}

.form_starts_desktop {
    display: flex !important;
}

.pagination-btn {
    cursor: pointer;
}

.pagination-btn:disabled {
    color: gray;
    cursor: not-allowed;
}

input.visa-form-input:focus {
    border: 1px solid black !important;
}

/* input:focus {
    background-color: yellow;
  } */

.text-red {
    color: red
}

.cursor-point{
    cursor: pointer;
}

  .faqs .accordion-body {
    transition: max-height 0.5s ease-out, padding 5.5s ease-out;
  }
  
  .form-group select:focus{
    border: 1px solid black !important;
  }

  .form-group input:focus{
    border: 1px solid black !important;
  }

  .wm-content{
    width: max-content;
  }

  .header-logo{
    height: 55px;
  }

  .about_home{
    padding: 40px  0px;
  }

  .home-about-web-box {
    /* background: rgb(191 251 215 / 65%); */
    position: relative;
    /* border-radius: 10px; */
    padding: 40px;
    margin-bottom: 25px;
    /* box-shadow: 0 4.1px 8.3px 0 rgba(0, 0, 0, 0.15); */
    -webkit-backdrop-filter: blur(8.3px);
    backdrop-filter: blur(8.3px);
    box-shadow: 0 4.1px 8.3px 0 rgba(231, 223, 223, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    overflow: auto;
    max-height: 300px;
    border: 1px solid #212529;
}