:root {
    /* --prime:rgb(213 133 78); */
    --prime: #f1d384;
    --white: #ffffff;
    --body-text: #333333;
    --second: #10534f;
    --third:#1dc4c2;
    --fourth: #2b918b;
    --border: 8px;
    --icon-color:rgb(29, 196, 194, 0.7);
  }
  
  
body{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.text-prime{
    color: var(--prime);
}

.text-third{
    color: var(--third);
}

.thanks-section {
    background-image: url(../images/thanks-2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-bottom:30px;
}

a{
    color: var(--third);
    text-decoration: none;
}

a:hover{
    color: var(--second);
}

label {
    font-size: 14px;
    font-weight: 600;
    line-height: 25PX;
}

.btn-get-trial:hover{
    color: #fff;
    background: #03BCA1;
}

.submit {
    background: var(--prime);
    color:  var(--second);
    font-weight: 700;
    border-radius: 0px;
    padding: 13px 0px;
    border-radius: 0px 0px var(--border) var(--border);
    border:none;
}


.submit:hover{
    background: var(--prime);
    color:  var(--second);
}

.submit:focus{
    background: var(--prime);
}


.form-select:focus{
    box-shadow: none !important;
}
.form-control, .form-select {
    font-size: 13px;
    font-weight: 500;
    border: none;
    padding: 0px 8px 8px 0px;
    border-bottom: solid 1px #adacac;
    border-radius: 0;
    background-color: #fff0;
}

.form-control:focus{
    border-bottom: solid 1px #adacac;
}

.banner{
    background-image: url('https://ratetiger.com/ratetiger-promo/images/europe-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height:100vh;
    position: relative;
}

.form-control:focus{
    background: none;
    box-shadow: none;
}

/* .banner:after{
    content:"";
    background: rgba(255, 255, 255, 0.24);
    width:100%;
    height:100%;
    top:0;
    position: absolute;
} */

.banner h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    text-shadow: 1.5px 1.5px rgb(0 0 0 / 41%);
}   

.banner h2 {
    margin: 49px 0 0 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1.5px 1.5px rgb(0 0 0 / 8%);
}

.banner h2 span.heading{
    margin: 0;
    font-weight: 600;
}

.service-box {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    border-radius: var(--border);
    line-height: 22px;
    display: flex;
    text-shadow: 1.5px 1.5px rgb(0 0 0 / 9%);
}

.main-text span {
    background: var(--prime);
    color:var(--second);
    padding: 9px;
    border-radius: var(--border);
    font-weight: 600;
    font-size: 18px;
    box-shadow: 2px 2px 9px -2px rgb(0 84 166 / 42%);
    -webkit-box-shadow: 2px 2px 9px -2px rgb(0 84 166 / 42%);
    -moz-box-shadow: 2px 2px 9px -2px rgba(133,133,133,0.42);
}

span.bold-text {
    font-weight: bold;
}

span.number-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.form-section {
    border: solid 1px #fff;
    position: absolute;
    right: 0;
    top: 75px;
    box-shadow: 2px 2px 9px -2px rgb(0 84 166 / 42%);
    -webkit-box-shadow: 2px 2px 9px -2px rgb(0 84 166 / 42%);
    -moz-box-shadow: 2px 2px 9px -2px rgba(0,84,166,0.42);
    border-radius: var(--border);
}

.form-inner {
    background: rgba(255, 255, 255, 0.7);
    border-radius: var(--border);
}

.form-section h2 {
    color: #333;
    margin: 7px 0 0px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: var(--borderprime);
    text-shadow: none;
    padding: 8px;
    border-radius: var(--border) var(--border) 0px 0px;
}

.btn-get-trial {
    background: #00A88F;
    border: solid 1px #fff;
    border-radius: var(--border);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
}

section h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}

h3{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

section.features{
    background-color: #F4F7FA;
}

section.features h3{
    margin: 20px 0;
}

.client-logo{
    text-align: center;
}


.you-tube {
    width:100%;
    height:300px;
    border-radius: var(--border);
}

.footer-top{
    background-color: #F4F7FA;
    color: #5193D4;
    font-size: 14px;
    line-height: 20px;
}

.footer{
    background: #2E343A;
}

.footer, footer a{
    color: #707070;
}

.footer a:hover{
    color: #707070;
}

.social-icons li{
    display: inline;
    list-style-type: none;
}

.footer-content{
    display: inline;
}

.footer-text{
    font-size: 14px;
}

.social-icons i{
    font-size: 20px;
}

.center-line{
    position: relative;
}

.center-line:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -1px;
    height: 3px;
    width: 71px;
    content: "";
    background: var(--third);
}


.main_wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-position: right;
    
}


.content_area {
    flex-grow: 1;
}

.banner-section{
    background-image: url(../images/thankyou-bg.jpg);
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-section:after{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.59);
    content:"";
    top: 0;
}

.thankyou-text{
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 1.5px 1.5px rgb(0 0 0 / 41%);
}

.counter-no {
    font-family: 'Montserrat', sans-serif;
    color: var(--third);
    font-size: 46px;
    font-weight: 600;
}

.counter-text {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: var(--fourth);
}

.gradient-bg{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dff9f8+0,ffffff+100 */
background: #dff9f8; /* Old browsers */
background: -moz-linear-gradient(top,  #dff9f8 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dff9f8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dff9f8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff9f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}



.or-spacer {
    margin-top: 100px;
    margin-left: 100px;
    width: 500px;
    position: relative;
    margin: 90px auto 0 auto;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}

.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.20);
}

.form-section  .form-group input[type=text] {
    background-image: none !important;
}

.video-section{
    border-radius: var(--border);
}


.icon {
    width: 105px;
    height: 105px;
    border: solid 4px var(--third);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.38);
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.38);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.38);
    margin: auto;
}

.icon svg{
    fill: var(--icon-color);

}

@media only screen and (max-width: 1200px) {
    .main-text span{
        font-size: 19px;
    }
}


@media only screen and (max-width: 991px) {

.form-section{
    top: 48px;
}
.banner {
        width: 100%;
        height: auto;
  }

  .form-section{
      position: relative;
      right:auto;
      height:auto;
  }

  .logo{
      text-align: center;
      display: block;
  }

  .you-tube {
    height:350px;
    }

    .hotel-tech br{
        display: none;
    }

    .banner:after{
        background-color: rgba(0, 0, 0, 0.1);
    }

    .main-text span {
        font-size: 16px;
    }
}


@media only screen and (max-width: 600px) {

    .main-text {
        background: var(--prime);
        padding: 5px 9px;
        border-radius: var(--border);
        line-height: 22px;
    }

    .main-text span{
        background: none;
        box-shadow: none;
        padding:0;
    }

    .banner h2 br{
        display: none;;
    }
}

@media only screen and (max-width: 500px) {
    .or-spacer{
        width: 100%;
    }
}