@font-face {
    font-family: JFFlat;
    src: url(../fonts/JFFlat.woff);
}

body {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

header {
    background-image: url(../imgs/bg.png);
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

header .top {
    margin-bottom: 20px;
    text-align:right;
}

header .top a.for {
    background-color: #FFF;
    color: #cb2440;
    padding: 5px 11px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 25px;
    font-weight: bold;
}

header ul.social {
    display: flex;
    margin-top: 20px;
}

header ul.social>li {
    margin-right: 10px;
}

header ul.social>li>a.first {
    background-color: #FFF;
    padding: 9px 13px;
    border-radius: 50%;
    line-height: 3;
    font-size: 12px;
    color: #cb2440;
    font-weight: bold;
}

header ul.social>li>a>img {
    background-color: #FFF;
    border-radius: 50%;
    width: 36px;
}

header .navigate {
    background-color: #FFF;
    box-shadow:  0px 2px 13px -4px #888;
    position: relative;
    z-index: 9999;
    border-radius: 3px;
}

header .navigate .navbar {
    min-height:  unset;
}

header .navigate button {
    margin-top: -67px;
}

.lang {
    right: -145%;
    z-index: 99999;
    min-width: 100px;
    margin-top: 7px;
}

.lang::before {
    content: "";
    border-left: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-right: 6px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: 14px;
    top: -5px;
}



/**************     BTNS      ********************/


.btns a {
    background-color: #cb2440;
    color: #FFF;
    padding: 5px 34px;
    font-size: 12px;
    border-radius: 25px;
    box-shadow: 0px 5px 25px -6px #cb2440;
}

.btns a.last {
    padding: 5px 8px;
}

.P_0 {
    padding-left: 0;
    padding-right: 0;
}

.PR_0 {
    padding-right: 0;
}

.PL_0 {
    padding-left: 0;
}

.PL-8 {
    padding-left: 8px;
}

.PR-8 {
    padding-right: 8px;
}

.PR_5 {
    padding-right: 5px
}

.PL_5 {
    padding-left: 5px
}

/**************          TALK      ********************/

.talk {
    margin-top: 30px;
}

.talk .data h3 {
    font-size: 16px;
    color: #cb2440;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}

.talk .data p {
    font-size: 12px;
    text-align: justify;
}

.talk .data a {
    background-color: #7991a1;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 0px 5px 25px -6px #8196a3;
}

/****************      prize     *****************/

.prize {
    margin-top: 20px;
}

.prize h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #4f4f4f;
    font-weight: bold;
}

.prize p {
    color: #b8b8b8;
    text-align: justify;
    padding-bottom: 20px;
}

.prize a {
    color: #cb2440;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration-line: underline;
    display: inherit;
}

.prize .item {
    position: relative;
}

.prize .item img:nth-of-type(2) {
    position: absolute;
    top: 15%;
    right: 40%;
    width: 86px;
    z-index: 1;
}

.choose .item {
    position: relative;
    margin-bottom: 20px;
}

.choose h3,
.says h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0 10px 0;
    color: #4f4f4f;
}

.choose p {
    position: absolute;
    background-color:#cb2440;
    color: #FFF;
    text-align: center;
    width: 85%;
    font-size: 12px;
    padding: 10px 0px;
    margin-right:7%;
    bottom: -20px;
}

.says .item {
    background-color: #cb2440;
    margin-top: 30px;
    padding: 10px;
    position: relative;
}

.says .item h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 60px;
    margin: 0;
    font-size: 11px;
}

.says .item p {
    color: #fff;
    /* text-align: justify; */
    -webkit-line-clamp : 7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 2

}

.says .img {
    border-radius: 50%;
    position: absolute;
    top: -45px;
    width: 72px !important;
    right: 25%;
    border: 1.5px solid #cb2440;
}

hr.says {
    margin-top: 73px;
    margin-bottom: -50px;
}

.owl-prev,
.owl-next {
    position: absolute;
    color: #FFF;
    /* background: #cb2440; */
    left: 1%;
    bottom: -60px;
}

.owl-next i.fa-circle,
.owl-prev i.fa-circle {
    color: #cb2440;
}

.owl-next span,
.owl-prev span {
    font-size: 26px;
}
 .owl-next i.fa-chevron-left,
.owl-prev i.fa-chevron-right {
    color: #fff;
    font-size: 20px;
}

.owl-next {
    left: 20%;
} 

.partners h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 70px;
}

.partners .item1 {
    overflow: hidden;
}

.partners .item1 p:nth-of-type(1) {
    color: #cd2741;
    text-align: center;
    font-size: 11px;
}

.partners .item1 p:nth-of-type(2) {
    text-align: center;
}

.footer {
    margin-top: 80px;
}

.footer .item {
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.footer img {
   max-width: 40px;
    display: inline-block; 
    padding-right: 5px;   
}

.footer h2 {
   font-size: 12px;
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
}

p.copyright {
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 0;
    margin: 0;
    color: #000000;
}

/***inner***/

h2.header {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
}

h2.header span {
    font-weight: bold;
}

h2.header1 {
    color: #c21b3d;
}

h2.header2 {
    margin-top: 30px;
    line-height: 1.3;
}

h2.header2 span a {
    color: #cb2440;
}

.btns .list-inline>li {
    padding-right: 0;
    padding-left: 0;
}

.btns .list-inline li>a {
    background-color: #cb2440;
    color: #FFF;
    padding: 5px 13px;
    font-size: 11px;
    border-radius: 25px;
    box-shadow: 0px 5px 25px -6px #cb2440;
}

.img {
    margin-top: 15px;
    margin-bottom: 30px;
}

hr.inner {
    margin-top: -5px;
}

p.about {
    font-weight: bold;
    text-align: justify;
    color: #5a5758;
    margin-top: 30px;
}

.points ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
 .points li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 15px;
  }

  .points li.about {
    font-weight: bold;
    text-align: justify;
    color: #5a5758;
  }
  
  .points li:before {
    content: "-";
    padding-right: 5px;
    color: #cd2741;
  }

  div.imglogo {
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      margin-bottom: 50px;
  }

  div.imglogo ul>li>a {
      font-size: 10px;
      padding: 6px 12px;
      background-color: #cb2440;
      border-radius: 25px;
      color: #FFF;
      box-shadow: 0px 5px 25px -6px #cb2440;
  }

  div.imglogo ul>li>a.last {
      background-color: #8196a3;
      box-shadow: 0px 5px 25px -6px #8196a3;
  }

  div.imglogo ul.list {
      margin-bottom: 30px;
  }

  h3.header {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0 10px 0;
    color: #4f4f4f;
    margin-top: -15px;
    line-height: 1.5;
  }

  h3.color {color: #c21b3d;}

.offices .titles .title {
    color: #cb2440;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    margin-right: -12px;
    
}

.offices .titles h2.span {
    color: #231f20;
    font-size: 14px;
}

.offices .phones ul.list {
    margin-top: 30px;
}

.offices .phones ul.list>li {
    margin-bottom: 30px;
}

.offices .phones ul.list li h2,
.offices .phones ul.list li h3,
.offices .phones ul.list li p {
    margin: 0;
    font-size: 16px
}

.offices .phones ul.list li h3 {
    padding-bottom: 10px;
}

.offices .phones ul.list li h2 {
    color: #cb2440;
}

.offices .phones ul.list li p {
    font-size: 14px;
}

.offices .phones ul.list li .data ul li {
    color: #cb2440;
}


/********form******/
.form .title {
    font-size: 17px;
    color: #cd2741;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.form .form-control {
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.form label {
    font-size: 8px;
    padding: 10px 3px;
    color: #ddd;
}

.modal-body {
    padding: 0;
}

.form .send {
    text-align: center;
    padding-bottom: 30px;
    margin-top:7px;
}

.form .send .send-btn {
    background: -moz-linear-gradient( 0deg, rgb(209,43,66) 0%, rgb(191,24,59) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(209,43,66) 0%, rgb(191,24,59) 100%);
    background: -ms-linear-gradient( 0deg, rgb(209,43,66) 0%, rgb(191,24,59) 100%);
    color: #FFF;
    padding: 5px 40px;
    margin-top: 10px;
    border-radius: 35px; 
}

.form-control {
    box-shadow: none;
     border: 0;
     background-color: #f6f6f6;
     text-indent: 10px;
     height: 32px;
     border-radius: 5px;
     font-size: 10px;
     color: #858585;
     outline: none;
 }
 
 .form-control:focus {
     border: 0;
     outline: none;
     box-shadow: none;
 }


#icon1 {
    background-image: url(../imgs/form/user.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon2 {
    background-image: url(../imgs/form/email.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon3 {
    background-image: url(../imgs/form/phone.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon4 {
    background-image: url(../imgs/form/whatsapp.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon5 {
    background-image: url(../imgs/form/voice.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon6 {
    background-image: url(../imgs/form/pin.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon7 {
    background-image: url(../imgs/form/world.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon8 {
    background-image: url(../imgs/form/passport.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }
    
    #icon9 {
    background-image:url(../imgs/f8.png); 
    background-repeat: no-repeat; 
    background-position: 95% 12px;
    text-indent: 15px;
    }
    
    #icon10 {
    background-image: url(../imgs/form/plane.svg); 
    background-repeat: no-repeat; 
    background-size: 22px 24px;
    background-position: 97% 3px;
    text-indent: 20px;
    }



/*******EN*****/
 .en {
     font-size: 16px !important;
 }

 .en_two {
    font-size: 14px !important;
}

 .en_p {
     font-size: 14px !important;
     margin-top: 0px !important;
 }

 .en_offices {
    margin-bottom:  25px;
 }

 .en_offices .phones  h2,
 .en_offices .phones  h3,
 .en_offices .phones  p {
     margin: 0;
     font-size: 16px;
     color: #FFF;
 }

 .en_offices .phones {
     padding: 15px;
 }
 
 .en_offices .phones  h3 {
     padding-bottom: 10px;
 }
 
 
 .en_offices .phones  p {
     font-size: 14px;
     padding-bottom: 10px;
 }
 
 .en_offices .phones  .data ul li {
     color: #FFF;
 }

 .en_offices {
     background-color: #cb2440;
     padding: 20px 0;
 }

 .en_offices .titles {
     padding: 15px;
 }

 .en_offices .titles p {
    color: #FFF;
    font-size: 15px;
    font-weight: bold
 }

 .en_offices .titles p:nth-of-type(2) {
    font-size: 12px;
    margin-right: 30%;
 }

 .en_offices .owl-prev,
 .en_offices .owl-next {
     position: absolute;
     color: #FFF;
     left: 72%;
     top: -72px;
 }

 .en_offices .owl-next {
     left: 88%;
 }

 .black {
     color: #000 !important;
 }

 .border {
    border:  2px solid #c41d3d;
}

.key .title {
    display: flex; 
}

.key .title .name {
    padding-left: 15px
}

.key .title .name h3 {
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
    color: #c41d3d;
}

.key .title .name img {
    margin-right: 5px
}

.key  p.desc {
    text-align: justify;
    margin-bottom: 30px;
}

.key p {
    color: #516776;
}

.unset {
    display: unset !important;
    width: unset !important;
}


.key .owl-prev,
.key .owl-next {
    position: absolute;
    color: #FFF;
    left: 72%;
    bottom: -30px;
}

.key .owl-next {
    left: 88%;
}

.key .titles p {
    margin-right: 30%;
    color: #c41d3d;
    font-weight: bold;
}

.key .titles {
    margin-bottom: 30px;
}

.modal-content{
    border-radius: 4px;
  
  }
  
  .modal-body{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .modal-head-p{
     font-size: 15px;
    color: #7b7b7b;
    text-align: center;
    padding: 5px 0;
  }
  
  .modal-body h3{
    text-align: center;
    color: #0c294b;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .modal-row h4{
    font-size: 15px;
    color: #0c294b;
  }
  
  .modal-tel{
    font-size: 15px;
    color: #7b7b7b;
  }
  .modal-tel a , .modal-head-p a{
    color: #7b7b7b;
  }
  
  
  .modal-row{
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 20px;
    line-height: 30px;
  }
  
  .modal-tel i{
    display: inline-block;
    background: url(../imgs/ui-48px-outline-3_phone-call.svg) no-repeat center;
    width: 16px;
    height: 16px;
    background-size: contain;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }
  
  .modal-btn-yellow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e89325+0,edc25a+100 */
  background: #cb2440; /* Old browsers */
  background: -moz-linear-gradient(left,  #cb2440 0%, #963043 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #cb2440 0%,#963043 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #cb2440 0%,#963043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2440', endColorstr='#cb2440',GradientType=1 ); /* IE6-9 */
  
  
  display: block;
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 49px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  }
  .modal-btn-yellow:hover,.modal-btn-yellow:focus{
    color: #fff;
  }

  .modal {
      z-index: 99999 !important;
  }


 /** Iphone 5 ***/
@media(max-width: 320px) {
    .choose p {
        padding: 5px 0;
    }

    .footer h2 {
        font-size: 12px;
    }


    .btns a {
        padding: 5px 25px;
        font-size: 9px;
    }


    .btns .list-inline li>a {
        padding: 5px 7px;
        font-size: 9px;
    }

    .prize .item img:nth-of-type(2) {
        position: absolute;
        top: 13%;
        right: 41%;
        width: 60px;
        z-index: 1;
    }

    .en_p {
        font-size: 11px !important;
    }

    .black {
        font-size: 12px !important;
    }

    .offices .phones  h2,
    .offices .phones  h3,
    .offices .phones  p {
        margin: 0;
        font-size: 13px;
        color: #000;
    }

    .offices .phones1  h2,
    .offices .phones1  h3,
    .offices .phones1  p {
        color: #FFF;
    }
    
    .offices .phones  p {
        font-size: 12px;
    }

    .en_offices .titles p:nth-of-type(2) {
        font-size: 11px;
    }

    .en_offices .titles p {
        font-size: 13px;
    }

    .key  p.desc {
        font-size: 13px;
    }

    p.about { font-size: 12px;}
    .points li.about {font-size: 12px;}

    .key .title .name h3 {font-size: 18px;}
}
/****Iphone 6*****/
@media(min-width: 321px) and (max-width: 376px) {
.choose p {
    padding: 8px 0;
}

.footer h2 {
    font-size: 12px;
}

.btns a {
    padding: 5px 28px;
    font-size: 12px;
}

.btns .list-inline li>a {
    padding: 5px 11px;
    font-size: 10px;
}

.en_p {
    font-size: 13px !important;
}

.black {
    font-size: 14px !important;
}

.points li.about {font-size: 13px;}
p.about {font-size: 13px;}
.key .title .name h3 {font-size: 20px;}
}

/*****Tablets*******/
@media(min-width: 768px) and (max-width: 1025px) {

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-toggle {
        display: block;
    }

    .prize .item img:nth-of-type(2) {
        top: 25%;
        right: 45%;
    }

    .prize p {
        font-size: 18px;
    }
    .prize h2 {
        font-size: 22px;
    }

    .choose p {
        font-size: 18px;
    }

    .says .img {
        right: 38%;
        width: 90px !important;
    }

    .says .item p {
        font-size: 22px;
    }

    .says .item h3 {font-size: 26px;}
    .owl-next {left:  8%;}
    .footer .item {height: 68px;}
    .footer h2 {font-size: 12px;}
    p.copyright {font-size: 22px;}
    .talk .data p {font-size: 23px;}
    .talk .data h3 {font-size: 26px;}
    .talk .data a {
        padding: 13px 40px;
        font-size: 22px;
    }

    .btns a {
        padding: 5px 50px;
        font-size: 20px;
    }

    .navigate img {
        width: 40%;
    }

    header .top a.for {
        padding: 9px 26px;
        font-size: 18px;
    }

    header { margin-bottom: 100px;}
    .choose h3, .says h3 {font-size: 28px;}

    .btns .list-inline li>a  {
        padding: 6px 28px;
        font-size: 17px;
    }

    h2.header {
        font-size: 24px;
    }

    p.about {font-size: 21px}
    .points li.about {font-size: 22px;}
    div.imglogo ul>li>a {
        font-size: 20px;
        padding: 6px 40px;
    }

    .en {
        font-size: 28px !important;
    }

    .en_two {
        font-size: 24px !important;
    }

    .en_p {
        font-size: 22px !important;
    }

    .en_offices .titles p {
        font-size: 22px;
    }

    .en_offices .phones  h2, .en_offices .phones  h3, .en_offices .phones  p { font-size: 25px}
    .en_offices .phones  .data ul li {font-size: 22px;}

    .en_offices .owl-prev {left: 80%}

    .en_offices .titles p:nth-of-type(2) {
        font-size: 17px;
        margin-right: 22%;
    }

    .key  p.desc {font-size: 20px;}

    .key .owl-prev { left: 80%}
    .key .titles p {
        margin-right: 22%;
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .navbar-nav>li>ul {
        transition: 0.3s ease;
    }
    
    .navbar-nav {
        background-color: #c41d3d;
    }

        .navbar-nav > li > a {
            color: #2f2e2e;
            transition: all 0.2s;
        }
    
    .navbar-nav>li>a:hover {
        color: #000;
        background-color: #FFF;
    }
    
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #FFF;
        font-size: 12px;
    }
    
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #FFF;
        color: #000;
    }
    
    .navbar-nav .open .dropdown-menu>li, .navbar-nav .open .dropdown-menu .dropdown-header {
        transition: all .2s ease-in-out;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    /* header .navigate {
        display: flex;
    } */

    .navbar-nav {
        margin-top: -60px;
    }

    .btns a {
        padding: 5px 45px;
        font-size: 18px;
    }

    .talk .data p {font-size: 24px;}
    .talk .data h3 {font-size: 26px;}
    .talk .data a {
        padding: 11px 45px;
        font-size: 18px;
    }

    .prize .item img:nth-of-type(2) {
        right: 50%;
        top: 36%;
    }

    .says .item p {font-size: 14px;}
    .says .item h3 {font-size: 18px;}

    .says .img {right: 45%;}
    .talk {
        margin-top: 70px;
    }

    .prize p {font-size: 18px;}
    .prize h2 {font-size: 20px}
    .choose h3, .says h3 {font-size: 24px}

    .en {
        font-size: 28px !important;
    }

    .en_two {
        font-size:24px !important;
    }

    .en_p {
        font-size:20px !important;
    }
}

/* Start - All Visa */
.visa-mtitle {
    font-size:18px;
    color: #cb2440;
    font-weight: bold;
}

.countries-visa-video {
    margin-bottom: 30px;
}

    .countries-visa-video i {
        position: absolute;
        bottom: 2%;
        left: 34px;
        display:inline-block;
        border-radius:21%;
        width:52px;
        height:52px;
        padding:14px;
        background: #cd2741;
        -webkit-box-shadow: 2px 2px 8px  #cf243d75;
        -moz-box-shadow: 2px 2px 8px  #cf243d75;
        box-shadow: 2px 2px 8px  #cf243d75;
    }

.choose h2 {
    text-align: center;
    font-size:25px;
    font-weight: bold;
    color: #506676;
    margin-bottom: 0px;
}

.choose h6 {
    text-align: center;
    font-size:14px;
    color: #c4163a;
    margin-bottom: 25px;
    margin-top: 8px;
}

.help-icon-fixed {
    position: fixed;
    bottom: 0;
    background-color: #0f3b6fd6;
    padding: 7px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    z-index: 11;
    font-weight: bold;
    margin-bottom: 0;
    border: 1px solid #385a86;
    border-radius: 0;
}
    .help-icon-fixed .close {
        color: #fff;
        opacity: 0.8;
        font-weight: normal;
        float: right;
        top: -6px;
        z-index: 2;
    }

    .help-icon-fixed a {
        margin-left: 8px;
    }

.visa-mtitle {
    margin-top: -10px;
}
    /* End - All Visa */

.dropdown.lang-drop {
    border: 2px solid #fff;
    border-radius: 25px;
    height: 36px;
    min-width: 112px;
    padding-right: 0px;
    line-height: 30px;
}

.lang-drop .dropdown-toggle {
    color: #fff !important;
    font-size: 13px;
}

.lang-drop .dropdown-menu {
    z-index: 99999 !important;
}

.lang-drop .dropdown-toggle .flag-bg {
    width: 38px;
    height: 32px;
    background-color: #fff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: 0px 2px 13px -4px #848484;
    -webkit-box-shadow: 0px 2px 13px -4px #848484;
    -moz-box-shadow: 0px 2px 13px -4px #848484;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    margin-right: -2px;
}

.lang-drop .dropdown-toggle img {
    width: 22px !important;
}



.lang-drop .dropdown-toggle img {
    width: 22px !important;
}

/*Smart office changes*/
.fa-mobile {
    font-size:23px;
    margin:5px;
}

.modal-head-p {
    padding:15px;
}

.btns .list-inline li > a {
    background-color: #8196a3;
    box-shadow: 0 5px 25px -6px #8196a3;
}

.whatsapp-chat {
    position: fixed;
    z-index: 1;
    bottom: 60px;
    left: 60px;
    padding: 0;
    transform-origin: left bottom;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .whatsapp-chat .panel-default .panel-heading {
        background-color: #128C7E;
        color: #A9D5D0;
        text-align: right;
        border-radius: 10px 10px 0 0;
        border: #A9D5D0;
        padding: 14px;
    }

    .whatsapp-chat .panel-default {
        border-radius: 10px;
        border: rgba(0,0,0,0.00);
        width: 260px;
    }

    .whatsapp-chat .panel-body {
        background-color: #ECE5DD;
        border: #ECE5DD;
        border-radius: 0 0 10px 10px;
    }

        .whatsapp-chat .panel-body .chat-msg {
            background-color: #fff;
            padding: 8px 16px;
            margin-bottom: 14px;
            border-radius: 10px;
        }

    .whatsapp-chat .btn-success {
        background-color: #3AC34C;
        border-color: #3AC34C;
        border-radius: 14px;
        float: right;
    }

        .whatsapp-chat .btn-success:hover, .whatsapp-chat .btn-success:focus, .whatsapp-chat .btn-success:active {
            background-color: #3AC34C;
            border-color: #3AC34C;
        }

    .whatsapp-chat .fa-whatsapp {
        font-size: 18px;
    }

    .whatsapp-chat.chat-open {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.whatsapp-floating a {
    position: fixed;
    z-index: 1;
    bottom: 50px;
    left: 30px;
    padding: 0;
}

.chat-msg a {
    float: left;
    font-weight: 600;
}

.chat-msg img {
    margin-left: 5px;
}

.whatsapp-chat .close {
    float: left;
}

/*v5 design*/
.web-welcome-landing-content h1 {
    font-size: 34px;
    margin-bottom: 14px;
    line-height: 1.3;
}

.landing-hero-v5 .web-welcome-landing-content h2 {
    font-size: 20px;
    margin-bottom: 26px;
}

.web-welcome-landing-content .landing-v5-steps p {
    margin-bottom: 20px !important;
    font-size: 15px;
    font-weight: 600;
}

.landing-v5-partners.v5-partners-web ul li {
    padding: 20px 30px;
}

.landing-v5-numbers-proud, .landiing-v5-partners, .landing-hero-v5, .landing-v5-reasons, .v5-visit-content, .contact-us-office-v5, .v5-fav-destinations, .video-testmonial {
    padding: 30px 0;
}

.v5-main-title {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 700;
}

.landing-v5-numbers-proud .landing-v5-numbers-container {
    background-color: #fff;
    border-radius: 30px;
    padding: 14px 18px;
    height: 106px;
    margin-bottom: 15px;
}

    .landing-v5-numbers-proud .landing-v5-numbers-container .col-xs-4 img {
        margin-top: 12px;
        float: right;
    }

    .landing-v5-numbers-proud .landing-v5-numbers-container h2 {
        font-size: 22px;
        font-weight: 700;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .landing-v5-numbers-proud .landing-v5-numbers-container p {
        font-size: 16px;
    }

.landing-v5-numbers-proud .full-width-num-cont .row:before {
    background-image: url(../../UI2/imgs/v5/hours-num-stars.svg);
    background-repeat: no-repeat;
    background-size: auto;
    top: -20px;
    width: 100%;
    content: " ";
    right: 24px;
    transform: scaleX(-1);
    background-position: center;
    position: absolute;
    bottom: 0px;
    height: 129px;
}

.landing-v5-gurantee .v5-gurantee-container {
    background-image: url("../../UI2/imgs/v5/bg-land-v5-gurantee-1.png");
    background-repeat: round;
    background-size: cover;
    height: 70px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid #eff2f9;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .landing-v5-gurantee .v5-gurantee-container img {
        float: left;
    }

    .landing-v5-gurantee .v5-gurantee-container h2 {
        margin: 4px 46px 6px 0px;
        font-size: 16px;
        font-weight: 700;
        color: #1C1C1E;
    }

    .landing-v5-gurantee .v5-gurantee-container p {
        margin-left: 46px;
        font-size: 12px;
        color: #1C1C1E;
    }

.landing-v5-partners ul li {
    padding: 10px 6px;
}


.f-700 {
    font-weight: 700;
}

.landing-v5-steps p img {
    margin-right: 12px;
    float: left;
}

.landing-v5-reasons p {
    font-size: 15px;
    line-height: 1.7;
    color: #48484A;
}

.v5-visit-content .visit-us-v5 {
    background-image: url("../../UI2/imgs/v5/bg-help-v5.png");
    background-repeat: no-repeat;
    background-size: cover;
        border-radius: 30px;
    padding: 24px;
}

.lighter-blue-bg {
    background-color: #F5F9FF;
}

.visit-us-v5 img {
    float: left;
}

.visit-us-v5 h2 {
    margin: 10px 0;
    font-size: 20px;
}

.visit-us-v5 p {
    font-size: 14px;
    line-height: 1.6;
}

.visit-us-v5 .col-xs-2 span i {
    border-radius: 12px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #27467a;
    color: #27467a;
}

.visit-us-v5 .col-xs-2 {
    padding-left: 0;
    text-align: right;
    padding-top: 12px;
}

.contact-us-office-v5 .v5-contact-us-container {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #eff2f9;
    padding: 16px;
}

    .contact-us-office-v5 .v5-contact-us-container a {
        padding-left: 8px;
        float: right;
    }

    .contact-us-office-v5 .v5-contact-us-container h2 {
        margin-top: 8px;
        font-size: 20px;
    }

.v5-contact-gray-box span {
    padding-left: 5px;
    font-size: 17px;
}

.contact-us-office-v5 .v5-contact-us-container .col-xs-5 {
    text-align: right;
}

.contact-us-office-v5 h1 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.v5-fav-destinations .v5-dest-container {
    padding: 10px 10px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 28px rgb(186 186 186 / 23%) !important;
    -moz-box-shadow: 0 0px 28px rgb(186 186 186 / 23%) !important;
    box-shadow: 0 0px 28px rgb(186 186 186 / 23%) !important;
}

    .v5-fav-destinations .v5-dest-container img {
        border-radius: 12px;
    }

    .v5-fav-destinations .v5-dest-container h3 {
        padding: 16px 0px 8px !important;
        margin: 0;
        font-size: 16px;
        color: #212121;
        font-weight: 700;
    }


.video-card {
    margin: 20px 0;
    border-radius: 15px;
    padding: 18px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ebebeb;
    -webkit-box-shadow: 0 0 10px 0 #ebebeb;
}

.video-thumb {
    border-radius: 15px;
}

.video-card img.video-thumb {
    max-height: 200px;
}

.video-testmonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .video-testmonial .owl-carousel button.owl-dot {
    background-color: #eeeeee !important;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    font-size: 25px !important;
    line-height: 0px;
    color: #666;
    margin-left: 6px;
    margin-right: 6px;
}

.testimonial-text h4 {
    margin-top: 10px;
}

.testimonial-text p {
    color: #444;
    font-size: 13px;
}

.video-testmonial h2 {
    margin-bottom: 20px;
}

.video-testmonial p {
    color: #444;
    font-size: 16px;
}

.contact-us-office-v5 .v5-contact-gray-box {
    background-color: #f2f4f9;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
}

.land-v5-scroll-help {
    position: fixed;
    top: 80%;
    z-index: 99998;
    padding: 27px 18px;
    width: fit-content;
    left: 61%;
    border-radius: 0;
    height: 110px;
    border-bottom: none;
}

    .land-v5-scroll-help .v5-need-help-container {
        width: 515px;
        border: 1px solid #27467a;
        padding: 12px;
        height: auto;
    }

.landing-v5-need-help .v5-need-help-container {
    background-image: url(../../UI2/imgs/v5/bg-red-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.land-v5-scroll-help img {
    float: left;
}

.land-v5-scroll-help h4 {
    margin: 4px 0px 4px 14px !important;
    display: inline-block;
}

.land-v5-scroll-help .v5-need-help-container a {
    padding-left: 4px;
    display: inline-block;
    padding-top: 10px;
}

.land-v5-scroll-help p {
    margin-left: 70px;
}

.all-blue-color {
    background-color: #1a477e !important;
    border-color: #1a477e !important;
}

.contact-us-office-v5 .major-univ-btns .univ-btn-img {
    float: left;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 14px;
    margin-right: 12px;
}
.v5-landing-mob-fixed .course-whatsapp-book {
    background-color: #fff;
    border-top: 1px solid #f2f5f5;
    position: fixed;
    bottom: -1px;
    z-index: 2;
    padding: 27px 18px;
    width: 100%;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    height: 110px;
}

.v5-landing-mob-fixed .v5-whatsapp-link {
    display: block;
    text-align: center;
}


.v5-landing-mob-fixed .course-v5-btn .btn-primary {
    border-radius: 25px;
    font-weight: 700;
    padding: 16px 10px;
    font-size: 14px;
    border: 1px solid #ff9500;
    background: linear-gradient(90deg, #FF9500 0%, #ED6700 100%) !important;
}

/*New Landing*/
.common-questions {
    padding: 30px 0;
}

.faq-list .panel-body p {
    padding: 0 0 20px 0;
    color: #595959;
    font-size: 13px;
    line-height: 1.7
}

.faq-list .panel-title {
    padding-right: 0;
    color: #262626;
    position: relative;
}

.faq-list.reg-subject .panel-body {
    padding: 0px 14px;
}

.faq-list.reg-subject .panel-heading {
    padding: 18px;
}


.reg-subject .panel {
    margin-bottom: 16px;
    margin-top: 16px;
}

.reg-subject .panel-default {
    webkit-box-shadow: 0 0 11px 0px rgb(211 203 203 / 15%);
    -moz-box-shadow: 0 0 11px 0px rgb(211 203 203 / 15%);
    box-shadow: 0 0 11px 0px rgb(211 203 203 / 15%);
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 18px;
    border: 1px solid #f2f2f7;
}


.reg-subject .panel a[aria-expanded=false] .plus-minus-collapse {
    transform: rotate(0deg);
    transition: .3s transform ease-in-out;
}

.common-questions .faq-list.reg-subject .plus-minus-collapse {
    right: 0;
    left: auto;
}

.reg-subject .plus-minus-collapse {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    color: #525252;
}

.common-questions .panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
}
.reg-subject .panel a[aria-expanded="true"] .plus-minus-collapse {
    transform: rotate(90deg);
    transition: .3s transform ease-in-out;
    display: inline-block;
}

.contact-us-office-v5 .v5-contact-us-container.v5-form {
    padding: 40px 30px;
    margin-top: 30px;
    -webkit- box-shadow: 0 0 18px 0 rgb(153 150 150 / 9%);
    box-shadow: 0 0 18px 0 rgb(153 150 150 / 9%);
}

    .contact-us-office-v5 .v5-contact-us-container.v5-form .form-control {
        border: 1px solid #D5D7DA;
        background-color: #ffffff;
        text-indent: 0px;
        border-radius: 8px;
        font-size: 14px;
        color: #acacac;
        padding: 0 13px;
    }


    .contact-us-office-v5 .v5-contact-us-container.v5-form label {
        font-size: 13px;
        margin-bottom: 8px;
        margin-top: 14px;
    }


    .contact-us-office-v5 .v5-contact-us-container.v5-form .v5-button {
        margin-top: 30px;
    }
footer p {
    color: #070707;
    padding: 20px 0;
}

footer {
    background-color: #ffffff;
    border-top: 1px solid #f4f4f4;
}
.landing-hero-v5 .welcome-landing-content p.f-700 {
    font-size: 15px;
    line-height: 1.7;
    color: #484848;
}
.v5-main-title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}
.landing-v5-steps p {
    font-size: 15px;
    font-weight: 600
}

.welcome-landing-content p.text-center {
    font-size: 16px;
    line-height: 1.7;
    color: #212121;
}

.faq-list .panel-title {
    font-weight: 700;
}

.faq-list .panel-body p {
    padding: 0 0 20px 0;
    color: #595959;
    font-size: 16px;
    line-height: 1.7;
}