html {
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

body * {
    font-family: 'Roboto', sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1170px;
}

section {
    padding: 3rem 0;
}

h1.solgan {
    font-size: 45px;
}

h1,.h1,h2,.h2 {
    font-size: 35px;
}

h3,.h3 {
    font-size: 25px;
}

#home-page h3 {
    font-weight: 500;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.header {
    height: 100%;
}

/*------ added-text-indent----------*/
.text-ident {
  text-indent: 5%;
}

/*------ added-responsive-nav-------*/     
.topnav {
  overflow: hidden;
  background-color: #aaadee;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*------end-responive-nav----------*/


/*------ added-hover-----------*/
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}
/*------ end-hover----------*/


.banner {
    color: #fff;
    background-image: url("../assets/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../assets/image/banner-home.jpg);
    padding-top: 30px;
}

.banner-blog {
    color: #fff;
    background-image: url("../assets/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../assets/image/banner-blog.jpg);
    padding-top: 30px;
}

.banner-comp {
    color: #fff;
    background-image: url("../assets/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../assets/image/banner-comp.jpg);
    padding-top: 30px;
}

.home-btn {
    padding-top: 5px;
    font-size: 19px;
}

.login {
    width: 91px;
    background-image: linear-gradient(to right, #de4e67, #c6283c);
    height: 35px;
    text-align: center;
    padding-top: 5px;
    border-radius: 7px;
    font-size: 19px;
    cursor: pointer;
}

.date {
    color: #c12033;
}


/*------changed-join-now-width-to-250px--------------*/
.join-now {
    width: 250px;
    background-image: linear-gradient(to right, #c83200, #ffc600);
    height: 50px;
    text-align: center;
    padding-top: 11px;
    border-radius: 7px;
    font-size: 19px;
    text-transform: uppercase;
    color:white;
    text-decoration: none;
}

.banner-text .join-now,
.help-text .join-now,
.form-main .join-now{
    width: 415px;
}

.carousel-item.active {
    display: block;
}

.res-pros {
    display: none
}

.pros {
    background-color: #f6f6f6;
    padding: 20px;
}

.high-success,
.free-to-search,
.easy-to-use {
    font-size: 17px;
    font-weight: bold;
    line-height: 72px;
}

.high-success img,
.free-to-search img,
.easy-to-use img {
    padding-bottom: 15px;
}

.high-success:last-child img {
    padding-bottom: 33px;
}

.high-success p,
.free-to-search p,
.easy-to-use p {
    line-height: 20px;
}

.dating-site-img {
    padding-left: 29px;
    padding-top: 10px;
}

.dating-site-p h2 {
    padding-bottom: 20px;
}

.join-now2 {
    color: white;
    width: 91px;
    background-image: linear-gradient(to right, #de4e67, #c6283c);
    height: 35px;
    text-align: center;
    padding-top: 8px;
    border-radius: 7px;
    font-size: 14px;
}

.pros-2 {
    background: #f6f6f6;
}

.customer,
.ssl,
.member {
    text-align: center;
    color: white;
    background: url(../assets/image/customer.jpg);
    background-size: cover;
    border-radius: 10px;
    height: 100%;
}

.ssl {
    background: url(../assets/image/ssl.jpg);
    background-size: cover;
    border-radius: 10px;
}

.member {
    background: url(../assets/image/member.jpg);
    background-size: cover;
    border-radius: 10px;
}

.customer img,
.ssl img,
.member img {
    margin-top: 39px;
    margin-bottom: 34px;
}

.customer p,
.ssl p,
.member p {
    font-size: 18px;
    padding-bottom: 28px;
    margin-top: 17px;
}

.res-guardian-main {
    display: none;
}



.guardian-main,
.res-guardian-main {
    background-image: url(../assets/image/mid-guardian-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.help-text h2 {
    text-transform: uppercase;
}

.guardian-main {
    padding: 57px;
}

.guardian-img {
    padding-top: 0px;
    padding-left: 158px;
}

.res-guardian-img {
    padding-top: 50px;
}

.tips-main {
    text-align: center;
}

.tips-main p {
    font-size: 18px;
}

.tip1 p {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding-top: 22px;
    line-height: 28px;
    max-width: 80%;
    margin: 0px auto;
}

.qna-main {
    background-color: #f6f6f6;
}

.footer {
    background-color: #aaa;
    color: white;
}

.footer-left {
    text-align: left;
}

.footer-left p {
    font-size: 16px;
}

.footer-right {
    padding-left: 152px;
    padding-top: 12px;
}

.r-arrow {
    letter-spacing: -8px;
    padding-right: 0px;
    visibility: hidden;
}

.r-arrow:before {
    content: '';
    background-image: url(../assets/image/r-arrow.png);
    display: inline-block;
    visibility: visible;
    height: 9px;
    width: 11px;
}

.quick-links,
.other-website {
    text-align: left;
}

.quick-links h5,
.other-website h5 {
    font-weight: 500;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.quick-links ul li,
.other-website ul li {
    padding-top: 15px;
}

.res-tips {
    display: none;
}

.tips-list {
    display: flex;
    text-align: center;
}

.copyright {
    text-align: center;
    color: white;
    padding-top: 12px;
    background-image: linear-gradient(to right, #c83200, #ffc600);
}

.res-dating-site-img {
    display: none
}

.res-pros2 {
    display: none;
}

.pros2 {
    display: block;
}


/*------ about-page-css----------*/

.about-banner {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../assets/image/about-banner.jpg);
    padding-top: 30px;
}

.secure-dating-join {
    width: 150px;
    color: white;
}

.number-tab-main {
    text-align: center;
    background-color: #f6f6f6;
}

.year-serving p,
.active-users p,
.successful-stories p,
.we-Serve p {
    padding-top: 20px;
}

.help-main {
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../assets/image/helping-banner.jpg);
    padding-top: 30px;
}

.register {
    margin-left: 360px;
}

.help-text {
    padding-top: 0px;
}

.danger {
    padding-bottom: 18px;
}

.help-text p {
    line-height: 12px;
}

.form-main {
    text-align: center;
}

.form {
    text-align: center;
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 10px;
}

.form-category {
    width: 49%;
    float: right;
}

.form-number {
    width: 49%;
    float: left;
}

.massage {
    width: 100%;
    height: 172px;
    padding: 10px;
    margin-bottom: 12px;
}

.emil {
    padding: 10px;
    margin-bottom: 12px;
    width: 100%;
}

.form-number {
    padding: 10px;
    margin-bottom: 12px;

}

.form-category {
    padding: 12px;
    margin-bottom: 12px;
}

.submit {
    margin-left: 288px;
    color: white
}

.number-tab-main {
    display: block;
}

.res-number-tab {
    display: none;
}

.copyright-text p {
    padding-top: 8px;
    margin-bottom: 5px;
}

.sticky {
    background-color: #044fa8;
    padding: 0px 0px;
}

.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9;
}

.sticky .banner-right {
    text-align: right;
}

.sticky .join-now-sticky {
    display: none;
}

.sticky.fixed .join-now-sticky {
    display: inline-block;
}

.header-menu ul {
    margin: 0px;
}

.header-menu li {
    display: inline-block;
    color: #fff;
}

.header-menu li:first-child {
    padding-right: 15px;
    padding-top: 7px;
}

.header-menu li img {
    cursor: pointer;
}

.sticky .header-menu  {
    display: inline-block;
}

.sticky.fixed .header-menu  {
    display: none;
}

.join-now-sticky a {
    width: 170px;
    background-image: linear-gradient(to right, #c83200, #ffc600);
    height: 38px;
    text-align: center;
    padding-top: 5px;
    border-radius: 7px;
    font-size: 19px;
    display: inline-block;
    color: #fff;
}

.grey-bg {
    background-color: #f6f6f6;
}

.desktop-hide {
    display: none;
}

.dating-site-img img {
    max-width: 100%;
}

/*------ media qurry----------*/
@media only screen and (min-width: 1500px) {
    .banner {
        height: 70%;
    }
    .about-banner {
        min-height: 400px
    }
    .res-slogan {
        padding-top: 20px !important;
    }
}

/* Temp CSS For Checking in Large Screen */
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1650px;
    }
}


@media only screen and (max-width: 1400px) {
    .banner {
        height: 100%;
    }
    .banner-text {
        padding-top: 12%;
    }
    .res-slogan {
        padding-top: 20px !important;
    }
    .about-banner {
        min-height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .pb-5 {
        padding-bottom: 1rem !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    section {
        padding: 18px 0;
    }
    .banner {
        background-image: none;
    }
    
/*------ added-padding-left-and-right--------*/    
    .banner-text {
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 30px;
        background-color: #03a89e;
        color: #fff;
    }
    .banner-text .solgan span {
        color: #FFC000;
    }
    .res-banner {
        background-image: url(../assets/image/responsive-banner.jpg);
        height: 50vh;
    }
    .join-now {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .pros .col-md-3:nth-child(3),.pros .col-md-3:nth-child(4) {
        display: none;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .home-btn {
        font-size: 15px;
        padding-left: 23px;
    }
    .login {
        width: 75px;
        height: 32px;
        font-size: 15px;
        cursor: pointer;
    }
    .solgan {
        text-align: center;
        font-size: 30px;
        font-family: 'Roboto', sans-serif !important;

    }
    .high-success,
    .free-to-search,
    .easy-to-use {
        font-size: 13px;
        font-weight: bold;
        line-height: 72px;
        padding-right: 22px;
    }
    .dating-site-p {
        text-align: center;
    }
    .dating-site-img {
        display: none;
    }
    .res-dating-site-img {
        display: block;
    }
    .res-dating-site-img img {
        width: 100%;
        padding: 0;
        margin-bottom: 23px;
    }
    .join-now2 {
        width: 100%;
        margin-bottom: 92px;
        display: inline-block;
    }
    .res-pros2 {
        display: none;
    }
    .pros2 {
        display: block;
    }
    .pros2 .col-md-4 {
        margin-bottom:30px;
    }
    .res-pros-2 {
        display: block;
        margin-bottom: 22px
    }
    .res-guardian-main {
        display: block;
        text-align: center;
    }
    .guardian-main {
        display: none;
    }
    .res-guardian-img {
        padding-top: 50px;
        padding-left: 18px;
    }
    .res-guardian-img img {
        width: 320px;
        max-width:100%;
    }
    .res-guardian-text {
        padding-top: 20px;
        text-align: center;
    }
    .color-red {
        color: #f9b500;
    }
    .res-guardian-main {
        background-image: url(../assets/image/mid-guardian-bg-mobile.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 22px;
    }
    .res-tips {
        display: block;
    }
    .tips-list {
        display: none;
    }
    .tip1 {
        text-align: center;
    }
    .res-tips .carousel-control-next-icon,
    .res-tips .carousel-control-prev-icon {
        filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
    }
    
    
    
    .qna-main {
        padding: 10px !important;
    }
    .footer-right {
        padding-left: 15px;
    }
    .register {
        margin-left: 17;
        margin-bottom: 42px
    }
    .form {
        padding: 21px;
    }
    .submit {
        margin-left: 9px;
    }
    .help-text {
        padding-top: 10px;
    }
    .secure-dating-join {
        width: 251px;
    }
    .secure-dating-text {
        text-align: center;
    }
    .secure-dating-img img {
        width: 253px;
        margin-bottom: 24px;
    }
    .res-slogan {
        padding-top: 13px;
        padding-bottom: 50px;
    }
    .number-tab-main {
        display: none;
    }
    .res-number-tab-main {
        display: block;
    }
    .num-caro {
        text-align: center;
    }
    .customer,
    .ssl,
    .member {
        min-height: 329px;
    }
    body .banner-right {
        padding-top: 0px !important;
    }
    .copyright-text p, .high-success p, .free-to-search p, .easy-to-use p {
        margin-bottom: 0px;
    }
    #about-page section.p-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #about-page .secure-dating-img {
        text-align: center;
    }
    #about-page .secure-dating-img img {
        max-width: 100%;
    }
    #about-page .submit {
        margin-left: auto;
        margin-right: auto;
    }
    .join-now-sticky a {
        width: 140px;
        height: 35px;
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .quick-links, .other-website {
        text-align: left;
    }
    .join-now-white {
        color: #fff;
        cursor: pointer;
    }
    .mb-92 {
        margin-bottom: 92px;
    }
    .header-menu li {
        font-size: 15px;
    }
    .header-menu li:first-child {
        padding-top: 0px;
    }
    .header-menu li img {
        max-width: 100px;
    }
    h1.solgan {
        font-size: 40px;
    }
    h1, .h1, h2, .h2 {
        font-size: 28px;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: inline-block;
    }
    .banner-img img {
        margin-top: 0px;
    }
    .desktop-hide img {
        width: 100%;
        max-width: 100%;
    }
    .banner-icons {
        background-color: #f6f6f6;
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and (max-width: 992px) {

    .col-md-3 .tip1 img {
    width:100%;
    
    }
    .tips-list .col-md-3 {
    margin-right: 3px;
    }

    .tips-list .col-md-3:nth-child(4) {
    margin-right: 0px;
    }
    
    .guardian-img img {
        max-width:100%;
    }
}
@media screen and (max-width: 1000px) and (orientation:landscape) {
    .banner-text {
        padding-top: 0px;
    }
    body .logo-main {
        width: 70%;
    }
    body .banner-right {
        width: 25%;
    }
    .guardian-main {
        background-size: 100% 100%;
    }
    .tips-list img {
        max-width: 90%;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer-right {
        padding-left: 30px;
    }
    .secure-dating-img img {
        max-width: 100%;
    }
    .register,
    .submit{
        margin-left: auto;
        margin-right: auto;
    }
    .dating-site-img {
        padding-left: 0px;
    }
    .dating-site-img img {
        max-width: 100%;
        display: block;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
  .aos-animate {

    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}