@font-face {
font-family: 'Geneva Plain:001.001';
font-style: normal;
font-weight: normal;
src: local('Geneva Plain:001.001'), url('https://www.socialkyte.com/socialapp/static/fonts/geneva/GENEVA.woff') format('woff');
}
body{
    font-family: 'Geneva Plain:001.001', arial;
}
input[type="text"]::placeholder {  
                  
    /* Firefox, Chrome, Opera */ 
    text-align: center; 
} 
.right-section{
    /* background: #cccccc26; */
    min-height: 100vh;
    height:100%;
}
.left-section-h5
{
    /* font-weight: bold; */
    text-align: center;
    text-transform: uppercase;
    font-size:15px;
    margin-top:10px;
}
.left-section-h6
{
    /* font-weight: bold; */
    text-align: center;
    margin-top:50px;
    font-size:35px;
    color: gray;
}
.left-section-p
{
    text-align:center;
    margin-top:20px;
    font-size:20px;
   
}
.center-line hr{
    border-left: 1px solid #00408526;
    /* height: 100%; */
    margin: -20px;
    min-height: 100vh;
}

.center-line-horizontal hr{
    border-top: 1px solid #00408575;
    /* height: 100%; */
    margin:0px;
    min-height:100vh
}

.submit-btn
{
    background:#4FA3BD;
    width: 100%;
    padding: 10px;
    border:none;
    /* box-shadow:2px 2px 2px 2px #58616b69; */
}
.submit-btn:hover{
    color: #fff;
    background-color: #4A98B2;
    border-color: #4F698A;
    box-shadow: none;
}
.submit-btn:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #4F698A;
    border-color: #4F698A;
    box-shadow: none;
}
.copyright
{
    float:right;
    left:auto;
}
.nav-menu,
.nav-menu * {
    /* margin: 0;
    padding: 0; */
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
    padding-right:10px;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    /* font-weight: 700; */
    outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #3297D2;
}
.tooltip-inner {
    background-color: #fff;
    color:#000;
    box-shadow: 3px 3px 3px 3px #888888;;
}
.right-section .row
{
    margin-bottom:3rem;
}
.social-form
{
    margin-top:50px;
}
.right-section-h5
{
    text-align: center;
    /* text-transform: uppercase; */
    font-size:25px;
    color: gray
}
.input-group-text{
    height: 50px;;
}
@media only screen and (min-width: 1200px) {
    .left-section
    {
        padding-left: 20%;
        padding-right: 20%;
        overflow:auto; 
        height:100%;
    }
    .right-section
    {
        padding-left:20%;
        padding-right:20%;
        position:relative;
        padding-top:15vh;
    }
    .pc-img{
        width: 90%;
    }
    .center-line-horizontal
    {
        display:none;
    }
    .privacy-terms
    {
        margin-left:30px;
    }
    .copyright
    {
        margin-right:30px;
    }
    .mobile-menu
    {
        display:none;
    }
    .left-col
    {
        margin-bottom:330px;
    }
    .input-group-text{
        height: 50px;;
    }
}

@media (min-width: 980px) and (max-width: 1150px) {
    
    .right-section{
        padding: 300px 60px;
    }
    .pc-img
    {
        width:200px;
        height:200px;
    }
    .center-line-horizontal
    {
        display:none;
    }
    .privacy-terms
    {
        margin-left:30px;
    }
    .copyright
    {
        margin-right:30px;
    }
    .mobile-menu
    {
        display:none;
    }
    .input-group-text{
        height: 50px;;
    }
    .desktop-menu{
        background: #fff;
    }
    .btn-submit
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .submit-btn{
        width: 100%;
    }
    .input-group-text{
        height: 50px;;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
   
    .right-section{
        padding: 60px;
    }
    .center-line-horizontal
    {
        display:none;
    }
    .pc-img
    {
        width:200px;
        height:200px;
    }
    .btn-submit
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .submit-btn{
        width: 100%;
    }
    .privacy-terms
    {
        margin-left:30px;
    }
    .copyright
    {
        margin-right:30px;
    }
    .mobile-menu
    {
        display:none;
    }
    .d-block{padding-top: 30px;}
    .input-group-text{
        height: 50px;;
    }
}
@media only screen and (max-width: 767px) {
    .right-section{
        padding:60px;
    }
    .center-line
    {
        display:none;
    }
    .img-icon
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .pc-img
    {
        width:200px;
        height:200px;
    }
    .form-control
    {
        margin-top:15px;
    }
    .btn-submit
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .submit-btn{
        width: 100%;
    }
    .nav-mobile-menu
    {
        /*padding-left:97px;*/
        margin-top:20px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .desktop-menu
    {
        display: none;
    }
    .tooltip-toggle
    {
        position: absolute;
        margin-top: -79px;
    }
    .nav-menu li
    {
            display: inline-block;
    }
    .d-block{padding-top: 30px;}
    .input-group-text{
        height: 50px;;
    }
}
