/*
  Author: Satish
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #333333;
    font-family: "Open Sans", sans-serif;
  }
  
  a {
    color: #007bff;
    transition: 0.5s;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  /* Back to top button */
  
  .back-to-top {
    position: fixed;
    display: none;
    background: #223c75;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
  }
  
  .back-to-top i {
    padding-top: 12px;
    color: #fff;
  }
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #223c75;
    border-bottom: 10px solid #d81f2d;
  }
  
  #header.header-scrolled,
  #header.header-pages {
    height: 70px;
    position: fixed;
  }
  
  #header.header-scrolled .desk-logo,
  #header.header-pages .desk-logo {
      width: 300px;
      transition: all 0.5s;	
  }
  
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      padding: 12px 95px;
      transition: all 0.5s;
  }
  #header.header-scrolled .main-nav > ul > li:last-child,
  #header.header-pages .main-nav > ul > li :last-child{
      padding-right: 0;
  }
  
  #header .desk-logo {
      position: absolute;
      width: 324px;
      float: left;
      z-index: 99999;
      left: 0px;
      top: 0px;
      clip-path: polygon(80% 0%, 0% 0%, 0% 100%, 100% 100%);
      -webkit-clip-path: polygon(80% 0%, 0% 0%, 0% 100%, 100% 100%);
      background: rgb(255, 255, 255);
      padding: 10px 122px 10px 60px;
      transition: all 0.5s;	
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  .container {
      max-width: 960px;
      width: 100%;
  }
  .about-pad {
      padding-top: 44px;
  }
  
  #intro {
    width: 100%;
    position: relative;
    background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/my_ucl-landing-top-image-27-oct.jpg") left center no-repeat;
    background-size: cover;
    margin-top: 70px;
    min-height: 526px;
  }
  
  #intro .intro-info {
      width: 44%;
      float: right;
      margin: 2% 0 0;
  }
  .intro-info h2 {
      color: #fff;
      font-size: 30px;
      font-weight: 500;
      text-shadow: 0 0px 10px #000;
      font-size: 27px;
  }
  
  .intro-info .contactForm{
      background: rgba(255,255,255, 0.8 );
  }
  .intro-info .contactForm input, .intro-info .contactForm select {
      border-radius: 0;
      box-shadow: none;
      font-size: 13px;
      font-weight: 600;
  }
  .intro-info .contactForm button[type="submit"] {
      background: #da1f2e;
      border: 0;
      border-radius: 5px;
      padding: 5px 40px;
      color: #fff;
      transition: 0.3s;
      cursor: pointer;
  }
  .section-header h3, #about .about-container .title {
      font-size: 24px;
  }
  #about .about-container .icon-box .icon {
      width: 150px;
      height: 150px;
  }
  #about .about-container .icon-box .icon i {
      font-size: 100px;
  }
  .t-text h2{
      color: #0b3777;
      text-shadow: none;
  }
  .t-text p {
      color: #58595b;
      line-height: 28px;
      text-align: center;
      font-weight: bold;
  }
  .t-text p i{
      color: #189d0e;
      font-size:18px;
      font-weight: 600;
  }
  #intro .up-arrow {
      position: absolute;
      bottom: -45px;
      margin: 0 418px;
      text-align: center;
      z-index: 99;
      background: #fff;
      padding: 0px 20px 15px;
      box-shadow: 0 -2px 2px #666;
      border-radius: 50%;
  }
  #intro .up-arrow a {
      color: #dbdbdb;
      font-size: 54px;
      transition: all 0.5s ease;
  }
  .phoneerror {
      font-size: 10px;
      position: absolute;
      white-space: nowrap;
  }
  .font-small {
      font-size: 11px;
      font-weight: bold;
      line-height: 20px;
      color: #58595b;
  }
  .section-header .do-registration {
      background: #223c75;
      border: 0;
      color: #fff;
      cursor: pointer;
      margin: 0 auto;
      transition: all 0.6s ease;
      font-size: 20px;
      font-weight: 400;
      padding: .375rem .75rem;
      border: 1px solid #223c75;
  }
  
  .section-header .do-registration:hover {
      background-color: #fff;
      border: 1px solid #223c75;
      color: #223c75;
      transition: all 0.5s ease;
  }
  
  .section-header .btn-at-sec {
    margin: 15px 0px 0px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  /* Desktop Navigation */
  
  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav > ul > li:first-child {
      padding-left: 0;
      padding-right: 110px;
  }
  .main-nav > ul > li {
      position: relative;
      white-space: nowrap;
      float: left;
      color: #fff;
      font-size: 24px;
      padding: 18px 80px;
      transition: all 0.5s;  
      font-weight: 300;
  }
  
  .main-nav > ul > li:last-child {
      padding-right:0;
  }
  
  .main-nav a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  
  .main-nav a:hover,
  .main-nav .active > a,
  .main-nav li:hover > a {
    color: #fff;
    text-decoration: underline;
  }
  
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  
  /* Sections Header
  --------------------------------*/
  
  .section-header h3 {
    font-size: 30px;
    color: #0b3777;
    text-align: center;
    font-weight: 500;
    position: relative;
  }
  
  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 40px;
    color: #333333;
  }
  
  /* Section with background
  --------------------------------*/
  
  .section-bg {
    background: #ecf5ff;
  }
  
  /* About Us Section
  --------------------------------*/
  
  #about {
    background: #fff;
  }
  
  #about .about-container .background {
    margin: 20px 0;
  }
  
  #about .about-container .content {
    background: #fff;
  }
  
  #about .about-container .title {
      font-size: 28px;
      color: #0b3777;
      font-weight: 500;
      text-align: center;
  }
  
  #about .about-container p {
    line-height: 26px;
  }
  
  #about .about-container p:last-child {
    margin-bottom: 0;
  }
  
  #about .about-container .icon-box {
      background: #fff;
      background-size: cover;
      padding: 0 0 30px 0;
      float: left;
  }
  
  #about .about-container .icon-box .icon {
    margin: 0 auto;
    color: #fff;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    background: #e2aa34;
    border: 2px solid #e2aa34;
    transition: all 0.3s ease-in-out;
  }
  
  #about .about-container .icon-box .icon i {
    color: #fff;
    font-size: 100px;
  }
  
  #about .about-container .icon-box:hover .icon {
      border: 2px solid #e2aa34;
      background: #fff;
  }
  
  #about .about-container .icon-box:hover .icon i {
    color: #e2aa34;
  }
  
  #about .about-container .icon-box .description {
      line-height: 24px;
      font-size: 16px;
      text-align: center;
  }
  
  #about .boxed-md.boxed-padded figure img{
      padding: 1.5rem;
  }
  #about .boxed-md.boxed-padded {
      padding-bottom: 13px;
      padding-left: 20px;
      padding-right: 20px;
      display: table;
  }
  #about .boxed-md {
      border: 2px solid #0b3777;
      margin-bottom: 14px;
      margin: 35px 0 20px;
  }
  
  #about .boxed-md>.text-center .h3 {
      background-color: #fff;
      padding-left: 10px;
      padding-right: 10px;
      color: #0b3777;
  }
  
  #about .boxed-md>.text-center {
      margin-top: -18px;
      margin-bottom: 12px;
  }
  #about .boxed-md.boxed-padded li.p-2 {
      padding: 0.3rem !important;
  }
  
  
  #about .about-container .icon-box:hover .touch{
      background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/touch-01.png") no-repeat;
      border: 0px;
      width: 160px;
      height: 160px;
    }
    
    
    #about .about-container .icon-box .touch{
      background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/touch.png") no-repeat;
      border: 0px;
      width: 160px;
      height: 160px;
    }
  /* Testimonials Section
  --------------------------------*/
  
  #testimonials {
      padding: 40px 0;
      background: #dbe1eb;
      margin: 70px 0 0;
  }
  .sec  {	
      position: relative
  }
  .sec .testi-img {
      position: absolute;
      background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/muhammad-aqsad.png) no-repeat right bottom;
      height: 420px;
      width: 530px;
      bottom: 0;
      right: 180px;
  }
  
  #testimonials .section-header {
    margin-bottom: 40px;
  }
  
  #testimonials .testimonial-text {
      padding-top: 25px;
      line-height: 34px;
  }
  
  #testimonials .title {
      padding:  20px 0;
  }
  
  #testimonials .title h4 {
      font-size: 28px;
      font-weight: bold;
      line-height: 32px;
      margin: 0;
  }
  
  #testimonials .title h4 span {
      font-size: 20px;
      font-weight: 500;
      display: block;
      font-style: italic;
  }
  
  /* Clients Section
  --------------------------------*/
  
  
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  
  footer {
    background: #223c75;
    padding: 30px 0 1px;
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
  }
  
  footer a {
      color: #fff;
  }
  
  footer a:hover {
      color: #fff;
      text-decoration: underline;
  }
  .font-12{
      font-size:12px;
  }
  .font-12 span{
      display: block;
  }
  /*--------------------------------------------------------------
  # Responsive Media Queries
  --------------------------------------------------------------*/
  
  @media (min-width: 992px) and (max-width: 1024.98px) { 
      .main-nav {
          width: 70%;
      }
      .main-nav > ul > li:first-child , #header.header-scrolled .main-nav > ul > li:first-child,
      #header.header-pages .main-nav > ul > li :first-child{
          padding-left: 0;
          padding-right: 0;
      }
      .main-nav > ul > li:last-child , #header.header-scrolled .main-nav > ul > li:last-child,
      #header.header-pages .main-nav > ul > li :last-child{
          padding-left: 60px;
          padding-right: 0;
      }
      .sec .testi-img {	
          right: 0px;
      }

      .main-nav > ul > li{
        font-size: 20px;
      }

      .ucl-logo-dt img {
        top: 91px !important;
    }
      
  }
  
  @media (max-width: 991px) {

    .ucl-logo-dt img {
        top: 97px !important;
    }

    #testimonials {
        margin: 30px 0 0;
    }
  
  #header .desk-logo {
      width: 262px;
      padding: 10px 80px 10px 40px;
  }
  #header.header-scrolled .desk-logo, #header.header-pages .desk-logo {
      width: 262px;
      padding: 10px 80px 10px 40px;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 80px;
    position: fixed;
  }
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      font-size: 18px;
      padding: 18px 40px;
  }
  #header.header-scrolled .main-nav > ul > li:first-child,
  #header.header-pages .main-nav > ul > li :first-child{
      padding-left: 0;
      padding-right: 0;
  }
  
  .main-nav > ul > li:first-child {
      padding-left: 0;
      padding-right: 0;
  }
  .main-nav > ul > li {
      font-size: 18px;
      padding: 18px 40px;
  }
  .main-nav > ul > li:last-child {
      padding-right: 0;
  }
  .main-nav a {
      font-size: 18px;
  }
  #intro {
      /* margin-top: 80px; */
      min-height: 556px;
  }
  .intro-info h2 {
      font-size: 15px;
      margin: 0;
      padding: 10px 0;
  }
  .sec .testi-img {
      right: 0;
      background-position: 30px 9px;
      max-width: 428px;
  }
  #about .boxed-md.boxed-padded figure img{
      padding: 1.2rem 0;	
      width: 100%;
  }
  
  #about .boxed-md.boxed-padded li.p-2 {
      padding: 0.1rem !important;
  }
  #intro .up-arrow  {
      margin: 0 320px;
  }
  #intro .up-arrow  a {
      font-size: 40px;
  }
  
  }
  
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }
  }
  
  @media (max-width: 767px) {
    .about-pad {
      padding-top: 0;
    }
  /* #intro>div>div img {
      width: 100% !important;
      height: 100% !important;
  }	 */
  #header {
      height: 58px;
      border-bottom: 5px solid #d81f2d;
  }
  #header .desk-logo {
      width: 152px;
      padding: 10px 40px 10px 20px;
  }
  #intro .up-arrow {
      display: none;
  }
  .main-nav {
      width: 61%;
      margin-top: 2%;
  }
  .main-nav > ul > li:first-child {
      padding-left: 0;
      padding-right: 0;
  }
  .main-nav > ul > li {
      font-size: 14px;
      padding: 0 0;
  }
  .main-nav a {
      font-size: 14px;
      font-weight: 600;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 58px;
    position: fixed;
  }
  #header.header-scrolled .desk-logo, #header.header-pages .desk-logo {
      width: 152px;
      padding: 10px 40px 10px 20px;
  }
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      font-size: 14px;
      padding: 0 0;
  }
  #header.header-scrolled .main-nav > ul > li:first-child,
  #header.header-pages .main-nav > ul > li :first-child{
      padding-left: 0;
      padding-right: 0;
  }
  #intro {
      padding: 0;
      background: none;
      margin-top: 58px;
      min-height: auto;
  }
  #intro .intro-info {
      width: 100%;
      margin: 2% 0;
  }
  
  .banner-text{
      position: absolute;
      top: 109px;
      right: 50px;
      left: 50px;
  }
  .banner-text span{
      display: block;
  }
  .section-header h3, #about .about-container .title, #about .boxed-md>.text-center .h3 {
      font-size: 16px;
      font-weight: 550;
      top: 3px;
    position: relative;
  }
  .section-header h3 span{
      display: block;
  }
  #about .boxed-md.boxed-padded li.p-2 {
      font-size: 14px;
      padding: 0.3rem !important;
  }
  #about .boxed-md.boxed-padded figure img{
      padding: 0;
  }
  #testimonials {
      padding: 20px 0;
      margin: 40px 0 0;
  }
  #testimonials .section-header {
      margin-bottom: 0;
  }
  #testimonials .testimonial-text {
      padding: 0;
      line-height: 20px;
      clear: both;
      font-size: 14px;
      text-align: center;
  }
  #testimonials .title {
      text-align: center;
      padding: 20px 0 0;
  }
  #testimonials .title h4 {
      font-size: 24px;
  }
  #testimonials .title h4 span {
      font-size: 14px;
      line-height: 20px;
  }
  .sec .float-left, .sec .float-right {
      text-align: center;
      width: 100%;
      margin: 10px 0;
  }
  .sec .testi-img {
      position: absolute;
      background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/muhammad-aqsad.png) no-repeat 140px bottom;
      height: 478px;
      width: 390px;
      bottom: 0;
  }
  .intro-info .contactForm {
      background: #d6d7d9;
      box-shadow: 0 0 2px 0px #999;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .about-container {
      padding-top: 20px;
  }
  #about .boxed-md>.text-center {
      margin-bottom: 25px;
  }
  }
  @media (min-width: 800px) and (max-width: 990.98px) { 
      .main-nav {
          width: 66%;
      }
  }
  @media (min-width: 576px) and (max-width: 767.98px) { 
      .sec .testi-img {
        background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/muhammad-aqsad.png) 73px 90px no-repeat;
          height: 478px;
          width: 500px;
      }
      .main-nav {
          width: 75%;
          margin-top: 2.5%;
      }
      .main-nav > ul > li:first-child, #header.header-scrolled .main-nav > ul > li:first-child, #header.header-pages .main-nav > ul > li :first-child {
          padding-left: 0px;
          padding-right: 115px;
      }
      .banner-text {
          top: 85px;
          right: 50px;
      }
  }
  @media (min-width: 568px) and (max-width: 575.98px) { 
      .main-nav {
          width: 72%;
          margin-top: 2.8%;
      }
      .main-nav > ul > li:first-child, #header.header-scrolled .main-nav > ul > li:first-child, #header.header-pages .main-nav > ul > li :first-child {
          padding-left: 0px;
          padding-right: 50px;
      }
      .sec .testi-img {
        background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/muhammad-aqsad.png) 118px 80px no-repeat;
          height: 478px;
          width: 500px;
      }
      .banner-text {
          right: 40px;
      }
  }
  @media (max-width: 379px){
  .main-nav > ul > li, .main-nav a {
      font-size: 13px;
  }
  #header.header-scrolled .main-nav > ul > li, #header.header-pages .main-nav > ul > li{
      font-size: 13px;
  }
  .banner-text {
      right: 20px;
      left: 20px;
  }
  
  }
  @media (max-width: 349px){
  .main-nav {
      width: 56%;
      margin-top: 4%;
  }
  .main-nav > ul > li, .main-nav a {
      font-size: 10px;
  }
  #header.header-scrolled .main-nav > ul > li, #header.header-pages .main-nav > ul > li {
      font-size: 10px;
  }
  #testimonials .title h4 {
      font-size: 20px;
  }
  #testimonials .title h4 span {
      font-size: 12px;
  }
  
  .banner-text {
  
    right: 20px;
    top: 92px;
  }
  }
  /*================================= For IE ==============================*/
  @supports (-ms-ime-align: auto) {
     .header-scrolled#header, .header-pages#header{height: 80px}
      #header .desk-logo {
          width:300px;
          padding-top:15px;
          padding-bottom: 15px;
      }
      #header .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 68px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      #header .header-scrolled .desk-logo, #header.header-pages .desk-logo {
          width: 286px;
          padding-top:10px;
          padding-bottom: 10px;
      }
      #header .header-scrolled .desk-logo::after, #header .header-pages .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 54px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      .header-scrolled#header .main-nav > ul > li, .header-pages#header .main-nav > ul > li{
          padding-top:18px;
      }
  }
  
  
  @media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
     .header-scrolled#header, .header-pages#header{height: 80px}
     #header .desk-logo {
          width:300px;
          padding-top:15px;
          padding-bottom: 15px;
      }
      #header .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 80px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      #header .header-scrolled .desk-logo, #header.header-pages .desk-logo {
          width: 286px;
          padding-top:10px;
          padding-bottom: 10px;
      }
      #header .header-scrolled .desk-logo::after, #header .header-pages .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 54px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      .header-scrolled#header .main-nav > ul > li, .header-pages#header .main-nav > ul > li{
          padding-top:18px;
      }
  }
  
  /*================================= End IE ==============================*/
  
  .mb-10{
      margin-bottom: 2px;
  }
  
  .form-group input[type="checkbox"] {
      position: relative;
      top: 3px;
  }

  .ucl ul{
    padding-inline-start: 0px;
    list-style: none;
    padding-left: 0px;
  }

  .landing-gallery h3{
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  color: #0b3777;
  text-align: center;
}


.ucl-logo-dt img{
 position: absolute;
left: 60px;
top: 89px;
}

.ucl-logo-mb img{
    position: absolute;
    left: 24px;
    top: 13px;
    max-width: 129px;
    min-height: 51px;
   }
   

  .five strong{
      color: #333333;
  } 


  .slick-slide {
    margin: 0px 0px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider
  {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus
  {
    outline: none;
  }
  .slick-list.dragging
  {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
    display: table;
    content: '';
  }
  .slick-track:after
  {
    clear: both;
  }
  .slick-loading .slick-track
  {
    visibility: hidden;
  }
  
  .slick-slide
  {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
    float: right;
  }
  .slick-slide img
  {
    display: block;
  }
  .slick-slide.slick-loading img
  {
    display: none;
  }
  .slick-slide.dragging img
  {
    pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
    display: block;
  }
  .slick-loading .slick-slide
  {
    visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }

  .enq{
      text-align: center;
      margin-top: 6px;
  }

  .enq a{

    font-size: 16px;
    font-weight: 500;
    background: #da1f2e;
    border: 0;
    border-radius: 5px;
    padding: 5px 16px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }

  /* .enq a:hover {
    text-decoration: underline !important;
  } */

  .video-section {
    padding: 0;
}

#about .boxed-md.vid {
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.lb-data .lb-number{
    display: none !important;
}


.cons {
    text-align: left;
    margin: 0px 6px 10px;
}


.cons a {
    font-size: 16px;
    font-weight: 500;
    background: #da1f2e;
    border: 0;
    border-radius: 5px;
    padding: 5px 16px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}


@media (min-width: 481px) and (max-width: 767px) {
  
    .cons a {
        font-size: 11px;}

}




@media (min-width: 320px) and (max-width: 480px) {
  
    .cons a {
        font-size: 11px;}

}



@media (min-width: 411px) and (max-width: 823px){
.banner-text {
    top: 130px;
}

}

.intl-tel-input {
    position: relative;
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px !important;
    margin-left: 0;
    transition: background-color 100ms ease-out
}

.intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #FFC7C7
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px
}

.intl-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover,
.intl-tel-input input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list .flag {
    display: inline-block;
    width: 20px
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/static/original_images/flags-phone.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://static.studyin-uk.in/assets/img/flags@2x-phone.png");
    }
}

.iti-flag.np {
    background-color: transparent
}







/* form validation code start */

label.error {
    color: red;
    font-weight: normal;
    font-size: 10px;
    padding: 0;
    /* margin-left: 16px; */
    display: block;
    position: absolute;
    /* margin-top: -10px; */
    margin-bottom: -10px;
}

#chkConsent {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    float: left;
}

.firstcheckbox>label#chkConsent-error {
    margin-top: -1px;

}

.secoundcheckbox>label#chkConsent-error {
    margin-top: -35px;

}

.font-small input.error {
    margin-top: 12px;
}

.font-small {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}

 /* .form-group.font-small {
    margin-top: 15px;

}  */

@media (max-width: 767px){
    .secoundcheckbox>label#chkConsent-error {
        bottom: 9.2rem;
    
    }
    .firstcheckbox>label#chkConsent-error {
        bottom: 12rem;
    
    }
}

@media (max-width: 415px){
    .secoundcheckbox>label#chkConsent-error {
        bottom: 9.2rem;
    
    }
    .firstcheckbox>label#chkConsent-error {
        bottom: 11.9rem;
    
    }
}

@media (max-width: 360px){
   

    .secoundcheckbox>label#chkConsent-error {
        bottom:  10.2rem;

    }
    /* .firstcheckbox>label#chkConsent-error {
        bottom: 13.9rem;

    } */
}


#intro{
    min-height: 680px !important;
}

@media (max-width: 991px){
#intro {
    min-height: 721px !important;
}
}
/* form validation code stop */
