.coun_points {
    margin-bottom: 15px;
    font-weight: 700;
    color: #000;
}
.tr-choose-left .tr-visa-details-list ul li {
    color: #fffffff2;
    font-weight: 400;
}

/* nav li a  */

.tr-menu-content ul li a span svg{
    transform: rotate(180deg);
    
}
/* Vision Mision */
.vm{
    background: #d3d1d245;
    padding:4.5rem 0 3rem  0;
}
.vm-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.vm-content{
    background: #d3d1d245;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border-left: 5px solid #448468;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.vm-content h3{
    padding-bottom: 0.5rem;
}
.vm-content .vm-icon{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #448468;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    text-align: center;
    padding: 1.5rem;
}
.vm-content .vm-icon .fa-solid{
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.4s linear;
}
.vm-content:hover .vm-icon .fa-solid{
    transform: scale(1.1);
}
.vm-content .tr-visa-details-list ul li{
    font-size: 0.9rem;
    font-weight: 400;
}
.tr-visa-details-wrap .tr-visa-details-list ul li{
    font-size: 0.9rem;
}
.postbox-title.branch-title{
    font-size: 1.5rem;
}
.postbox-title.headng-title{
    font-size: 0.9rem;
}
.tr-visa-details-list.blog ul li{
    font-size: 0.8rem;
}
.submenu li{
   display: flex !important;
   align-items: center !important;
}
.submenu li img{
    width: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.blog-ul  li{
    display: flex !important;
    align-items: center !important;
}
/* Contact icons */
.contact-icons{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40%;
    right: 20px;   
}
.contact-icons .w-ap svg {
    width: 50px;
    height: 50px;
}
.contact-icons .call {
    background: #3583f5;
    border-radius: 50%;
    display: flex;
box-shadow: 0px 0px 1px 1px #0000001a;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
    margin-top: 20px;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.contact-icons a i{
    color: #fff;
    font-size: 1.3rem;
}
@media (max-width: 767px){
    .contact-icons a{
        width: 30px;
        height: 30px;
        padding: 1rem;
        
    }
    .contact-icons a.call{
        transform: translateY(10px);
    }
    .contact-icons a i{
        color: #fff;
        font-size: 1rem;
    }
    .lftSec {
    display: none!important;
}
.delayedPopupWindow {
    width: 90%!important;
}
.RitSec {
    background: #fff;
    padding: 45px 20px !important;
}
.modalHead{
    display:block!important;
}
}


/*popup*/
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 999999;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 800px;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    padding: 10px 20px;
    transform: translate(-50% ,-50%);
}
.lftSec {
    background-color: #448468;
    padding: 45px 40px 50px!important;
    width: 40%!important;
}
.delayedPopupWindow {
    padding: 0;
}
.modal_popup_close {
    position: absolute;
    right: 6px;
    font-size: 28px;
    color: #00000070;
    top: 0px;
}
.modal_popup_close:hover{
	color:#fbc82a;
}
.RitSec {
    background: #fff;
    padding: 45px 40px;
}
.lftSec .formTop .form_head {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 36px;
    text-transform: capitalize;
}
.lftSec .formTop .form_info {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    font-weight: 300;
    margin: 10px 0px 40px;
}
.lftSec .talkTOExp .title {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    margin-bottom: 18px;
}
.lftSec .talkTOExp ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.lftSec .talkTOExp ul li {
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
}
.lftSec .talkTOExp ul li .icon {
    color: #fff;
    display: inline-flex;
    margin-right: 10px;
    font-size: 20px;
}
.talkTOExp ul {
    padding: 0;
}
.talkTOExp ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.formTop .icon {
    color: #fff;
    font-size: 44px;
}
.RitSec form .form-control {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0);
    background-clip: padding-box;
    margin-bottom: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #dfdfdf;
    color: #2b2b2b;
    padding-bottom: 18px;
	font-size:14px;
}
.RitSec form .submit_btn {
    height: 55px;
    color: #0a0a0a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    background: #ecb31f;
	border-radius: 0;
    font-size: 15px;
	margin-top:15px;
}
.whatsapplink {
    font-size: 37px;
}
.RitSec form .submit_btn iconify-icon {
    font-size: 25px;
    margin-left: 13px;
}
.modalHead {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
	margin-bottom: 30px;
	display:none;
}
.logoicon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
    margin-bottom: 15px;
}
.inputbox {
    margin-bottom: 15px;
}
.inputboxbtn {
    background: #2f8569;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
}

.thankyou-icon-div h1{
  font-size:40px;
    color: #212529;
    margin: 0 0 18px;
}
.thankyou-main-div{
  text-align: center;
  
}
.thanks-para p{
  color: #676767;
  font-size: 14px;
}
.thankyou-content-div {
    height: 100vh;
    display: flex;
    align-items: center;
}
.thankyou-icon-div svg {
    background: #00866a;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 40px 0;
}
.thanks-btn button {
  
  background: #2f8569;
  border: none;
  padding: 10px;
    font-size: 16px;
    border-radius: 0px;
    

}
.thanks-btn button a{
  text-decoration: none;
  color: #fff;
}
.thanks-logo {
  margin-bottom: 10px;
}


@media(min-width:768px) and (max-width:991px){
    .delayedPopupWindow {
    width: 90%;
}
}