﻿.agt-register-box {
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.reg_main {
    margin: 77px auto;
    display: inline-block;
    width: 100%;
    padding-top: 0%;
}
.agt-main-text {
    text-transform: capitalize;
    color: #fff;
    height: 781px;
    background: url('/assets/project/img/bg-01.jpg');
    position: relative;
    z-index: 1;
    padding: 22px 57px;
}
.agt-text-label, .lbl {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    position: relative;
    color: #000000 !important;
    left: -31px;
    font-weight: normal;
}
form .form-group {
    margin-bottom: 0px;
}

.agt-main-text h1 {
    font-weight: bold;
    font-size: 28px;
}

.foot {
    margin-top: 0px;
}

.text-blue {
    color: #28b4f2;
}

.agttour_icon {
    background-position: 6px 8px;
    position: absolute;
}

.button_login {
    width: 100%;
    color: #4b4b4b;
    display: block;
    line-height: 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: -23px;
    margin-left: 20px;
}

.tour_icon {
    background: url(/assets/project/img/agent-icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 50px;
    height: 36px;
    position: absolute;
}

#content.img_bg {
    background-image: url(/assets/project/img/reg.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.reg_box {
    background-color: rgba(34,31,32,.6);
    padding: 40px 21px 21px;
    margin-bottom: 30px;
    display: inline-block;
}


option.fa-inr:before {
    content: "\f156";
    font-family: FontAwesome;
}

.font-15 a span:hover {
    color: #dd66a8 !important;
}



.lm0 {
    top: 0;
}

.con-code, .mob-no {
    float: left !important;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

.agt-reg-inpt input.form-control {
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.con-code {
    padding: 5px 10px 5px 10px !important;
    position: absolute;
    left: 5px;
    height: 32px !important;
    top: 5px;
    border: 1px solid #e6e6e6 !important;
    width: 15% !important;
    display: inline-block !important;
    margin: 0 !important;
}


.agttour_icon {
    background-position: 6px 8px;
    position: absolute;
}

.agtadd_icon {
    background-position: -46px 5px;
    position: absolute;
}

.agtweb_icon {
    background-position: 4px -40px;
    position: absolute;
}

.agtcountry_icon {
    background-position: -45px -42px;
}

.agtcity_icon {
    background-position: -92px 7px;
}

.agtzipc_icon {
    background-position: -89px -39px;
    position: absolute;
}

.agtmob_icon {
    background-position: -45px -93px;
}

.agttele_icon {
    background-position: -93px -93px;
}

.agtemail_icon {
    background-position: 4px -145px;
    position: absolute;
}

.agtcurrency_icon {
    background-position: -89px -145px;
}

.agtdesig_icon {
    background-position: 0 -197px;
}

.agtskype_icon {
    background-position: -45px -146px;
    position: absolute;
}

.agtwhatsapp_icon {
    background-position: -90px -196px;
    position: absolute;
}

.agtname_icon {
    background-position: 4px -92px;
    position: absolute;
}

.agtpass_icon {
    background-position: -43px -197px;
    position: absolute;
}

.floating-label {
    position: relative;
}

.highlight, label {
    position: absolute;
    pointer-events: none;
}

.floating-input, .floating-select {
    font-size: 12px;
    padding: 5px 10px 5px 40px;
    display: block;
    width: 100%;
    height: 38px;
    background-color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    color: #6f6f6f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    border-bottom: 2px solid #ebebeb !important;
    border: none;
}

.col_636363, label {
    color: #000000 !important;
}


label {
    font-size: 14px;
    left: 10px;
    top: 12px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    font-weight: 700;
}


.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.highlight {
    height: 50%;
    width: 100%;
    top: 15%;
    left: 10%;
    opacity: .5;
}

.floating-credit, .floating-heading {
    position: fixed;
    font-family: arial,sans-serif;
}

.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: 0 0;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: 0 0;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: 0 0;
    }
}

.floating-credit {
    bottom: 10px;
    right: 10px;
    color: #aaa;
    font-size: 13px;
}

    .floating-credit a {
        text-decoration: none;
        color: #000;
        font-weight: 700;
    }

        .floating-credit a:hover {
            border-bottom: 1px dotted #f8f8f8;
        }
.floating-heading {
    color: #aaa;
    font-size: 20px;
}
.mtp12 {
    margin-top: -12px;
}
.checkbox-inline, .radio-inline {
    display: block !important;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.font-15 {
    font-size: 15px;
}
.fa-icon {
    float: right;
    position: relative;
    margin: -27px auto;
    left: -15px;
    font-size: 15px;
    color: #9b39c7;
}
.fa-caret-down::before {
    content: "\f0d7";
}
a.button.btn-medium, button.btn-medium {
    padding: 0 32px;
    height: 45px;
    line-height: 34px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: right;
    width: 100%;
    border: 2px solid #fff;
}
.agt-sign h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.fa-arrow-circle-o-right::before {
    content: "\f18e";
}
.arrow-icon {
    padding-left: 8px;
    font-size: 13px;
}
.mr_w10 {
    margin-left: 10px !important;
}
form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 31px;
}

.f-style {
    font-size: 37px;
    font-family: Brush Script MT,Brush Script Std,cursive;
    line-height: 10px;
}

@media only screen and (max-width:767px) {
#content.img_bg {
    background-image: unset;
    background: unset;
}
 .reg_main {
    margin: 0;
}   
.agt-main-text {
    height: auto;
}
    .button_login {
        line-height: 20px;
    }
       .button_login {
    font-size: 16px;
    margin-top: 0;
    margin-left: 0;
}
.new_nav{
display: none;
}
    .agt-sign h1 {
        font-size: 24px;
    }

    button.btn-medium {
        padding: 0 0;
        font-size: 11px;
    }
}

.font-15 a span {
    color: #9c39c7;
    font-weight: bold;
}

#txtMobileNo, #txtTelephoneNo {
    padding-left: 60px;
}

.free-btn {
    background: #007fac;
    color: #fff;
    padding: 11px 12px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 3px;
}

.skin-color {
    color: #a138c4;
    font-weight: bold;
    font-size: 14px;
}

.button_login span {
    color: #9b3ac8;
}

.agt-main-text::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8519e;
    background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);
    background: -o-linear-gradient(bottom, #e8519e, #c77ff2);
    background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);
    background: linear-gradient(bottom, #e8519e, #c77ff2);
    opacity: 0.8;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: -o-linear-gradient(45deg, #d5007d, #e53935);
        background: -moz-linear-gradient(45deg, #d5007d, #e53935);
        background: linear-gradient(45deg, #d5007d, #e53935);
        background-image: linear-gradient(to right,#e1418c,#d6379b,#c732ab,#b035bc,#913ccd);
    }

.floating-input:focus + .focus-input100::before {
    width: 100%;
}

input:focus {
    border-color: transparent !important;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0px !important;
    outline: none;
}

.focus-input1001::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935);
    background-image: linear-gradient(to right,#e1418c,#d6379b,#c732ab,#b035bc,#913ccd);
}
.contents li {
    font-size: 15px;
    padding-bottom: 12px;
    list-style-type: square;
}
ul.contents {
    padding-left: 21px;
}
.top25{
    position: relative;
    top: 55px;
}
.checkbox.checked::before, .radio.checked::before {
    background: -55px -201px #a238c4;
    border-color: #9b3ac7;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
.agt-main-text {
height: 801px;
}

a.button.btn-medium, button.btn-medium {
    padding: 0 20px;
    float: left;
    width: 70%;
   
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
a.button.btn-medium, button.btn-medium {
    padding: 0 20px;
    float: left;
    width: 55%;
   
}
.button_login {
margin-left: 40px;
}
.reg_main {
    margin: 130px auto;
}
.new_nav{
display: none;
}
}
.agt_reg {
    overflow-x: hidden;
}