*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

body{
    background-color: #fff6ee;
    font-family: 'Poppins', sans-serif;
    position: relative;
    min-height: 100vh;
    color: #444545;
}
a:hover {
    color: #dc3545;
}
a {
    color: #dc3545;

}
.font-poppins{
    font-family: 'Poppins', sans-serif;
}

.font-size-15{
    font-size: 15px;
}

#app{
    margin: auto;
}
.top-line{
    background-color: #FDCEA7;
    height: 7px;
    width: 100%;
}
.navbar{
    margin:auto;
    max-width: 1366px;
    margin-top: 7px;
    padding: 0px 46px;
    padding-top: 12px;
}
.navbar .navbar-nav{
    margin-top: 8px;
    margin-right: -29px;
    font-family:'Poppins', sans-serif;
    font-weight: 100;
}

.sm-img,
.lg-img{
    height: 48px;
    display: none;
}

.lg-img{
    min-width: 270px;
    display: block;
}

li.nav-item {
    margin: auto 12px;
}
a.nav-link {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #444545;
}

.navbar .flag{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-top: -5px;
}

@media(max-width:768px){
    .navbar{
        padding: 0px 10px !important;
    }
    .navbar .navbar-nav{
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        padding:0px 10px;
    }
    .navbar .navbar-nav .nav-item{
        width: 100%;
        margin: auto;
        padding: 0px 10px;
    }
    .navbar .navbar-collapse{
        background-color: #EBE6E2;
    }
    .navbar .navbar-collapse li:first-child{
        border-top: unset !important;
    }
    .navbar .navbar-collapse li{
        width: 100%;
        border-top: 1px solid lightgray;
        padding: 0px 10px;
    }
    .navbar .navbar-collapse li:last-child{
        margin: unset !important;
    }
}
.navbar-light .navbar-nav >.nav-link, .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link {
    color: #dc3545 !important;
}
.id-wrapper .heading{
    margin-top: 84px;
    font-size: 47px;
    font-weight: bolder;
    margin-bottom: 0px;
    color: #444545;
}

.search-container{
    min-height: 615px;
}
.id-wrapper .form-group{
    position: relative;
    max-width: 754PX;
    min-width: 754px;
    margin-top: 35px;
}
.id-wrapper .search .form-group input{
    padding: 13px 19px;
    padding-right: 160px;
    padding-left: 45px;
    box-shadow: 0px 0px 17px #F17690;
    border: 2px solid #F17690;
}

.id-wrapper .search .add-in-start{
    position: absolute;
    height: 25px;
    width: 25px;
    top: 15px;
    left: 15px;
}
.id-wrapper .search .add-in-start img{
    width: 100% !important;
    height: 100% !important;
}

.id-wrapper .search .add-in{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.id-wrapper .search .add-in button{
    min-width: 150px;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
}

.drop-down-list{
    width: 100%;
    z-index: 100000;
    max-height: 345px;
    overflow-y: auto;
    box-shadow: 0px 3px 14px #777;
}

.drop-down-list ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.drop-down-list ul li{
    width: 100%;
    text-align: left;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid lightgray;;
}
.drop-down-list ul li:last-child{
    border-bottom: unset !important;
}

.drop-down-list ul li:hover{
    background: lightgray;
    cursor: pointer;
    border-radius: 5px;
}
.drop-down-list ul img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 50%;
}
.drop-down-list ul p{
    margin: 0px;
}

.bottom-line{
    height: 10px;
    width: 100%;
    bottom: 0px;
    z-index: 100;
    background: rgb(92,87,163);
    background: linear-gradient(90deg, rgba(92,87,163,1) 0%, rgba(181,62,140,1) 33%, rgba(233,41,77,1) 66%, rgba(252,176,69,1) 100%);
}

@media(max-width:476px){
    .id-wrapper .search .form-group input{
        width: 100%;
        padding-right: 10px;
    }
    .navbar-brand .sm-img{
        display: block;
    }
    .navbar-brand .lg-img{
        display: none;
    }

    .id-wrapper .search .add-in {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    .id-wrapper .search .add-in button{
        width: 100%;
        height: 40px;
        font-size: 16px !important;
    }
}

@media(max-width:768px){
    .heading{
        margin-top: 40px !important;
        font-size: 26px !important;
    }
    .id-wrapper .search .form-group{
        width: 100%;
        min-width: unset;
    }
    .id-wrapper .collapse.navbar-collapse{
        background-color: #ffffff;
    }
    .id-wrapper .search .add-in button {
        min-width: 52px;
        height: 100%;
        font-size: 9px;
        color: #ffffff;
        height: 45px;
    }
}
@media(min-width:990px){
    .collapse.navbar-collapse{
        display: flex;
        justify-content: flex-end;
    }
    .collapse.navbar-collapse .navbar-nav .nav-item{
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }
}

div.ad{
    min-width: 200px;
    /* max-width: 300px; */
    width: 100%;
    background-color: #EEE9E6;
    display: block;
    min-height: 150px;
    margin: auto;
}

div.download-info{
    min-width: 200px;
    width: 100%;
    display: block;
    min-height: 150px;
    margin: auto;
    border: 1px solid lightgray;
    padding: 30px;
    max-height: 300px;
    max-width: 300px;
    height: 288px;
}
.thumbnail{
    max-height: 300px;
    max-width: 300px;
}

/*
 * Tools Section
 */
 .tools-container{
     width: 100%;
     background-color: #ffffff;
     padding: 60px 15px 100px;
     margin: auto;
     display: flex;
     justify-content: center;
     flex-flow: column;
 }

 .tools-container .heading{
     font-size: 34px;
     font-weight: bolder;
     text-align: center;
 }
.tools-container .sub-heading{
    font-size: 18px;
    text-align: center;
}
.tools{
    padding-top: 50px;
}
.tool-box{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #444545;
    text-decoration: none;
}
.tool-box:hover{
    text-decoration: none;
    color: #000000;
}
.tool-box .tool-img{
     width: 200px;
     height: 200px;
 }

 @media(max-width:476px){
    .tool-box .tool-img {
        width: 150px;
        height: 150px;
    }
 }

 @media(max-width:768px){
     .tools-container .heading{
         font-size: 24px;
     }
     .tools-container .sub-heading{
         font-size: 12px;
     }
 }

 .info{
     min-height: 615px;
     background-color: #ffffff;
     position: relative;
     overflow-x: hidden;
     padding-top: 200px;
 }
 .info .icons{
    position: absolute;
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: -54px;
    z-index: 0;
 }
 .bottom-line.shadow{
    box-shadow: 0px 3px 10px grey;
 }
 .info .bottom-line{
    top: 0;
    position: absolute;
 }

 .about-insta{
    min-height: 615px;
    padding: 50px 0px;
 }

 @media (min-width: 1200px){
    .container {
        max-width: 1169px;
    }
 }

 @media(max-width:476px){
     .footer ul{
         padding-left: 0px;
         text-align: center;
     }
     .info .icons{
        width: 260px;
        top: -40px;
     }
 }
 .footer{
     background-color: #1A1915;
     padding: 50px 0px 0px;
     color: #EBE6E2;
     font-size:14px;
 }

 .no-ls-style{
     list-style-type: none;
     font-size: 15px;
     font-weight: 300;
 }

 .footer ul li{
     margin-bottom: 15px;
 }
 .footer ul li a{
    color: #EBE6E2;
    text-decoration: none;
 }
 .footer ul li a:hover{
    color: #EBE6E2;
    text-decoration: none;
 }

.social-icons img{
    width: 35px;
    height: 35px;
 }

.contact.social-icons img{
    width: 50px;
    height: 50px;
 }

 @media(max-width:476px){
    .contact.social-icons img{
        width: 30px;
        height: 30px;
     }
    .social-icons .col-1 {
        margin: 0px 20px 0px 0px !important;
    }

     /* .row{
         margin-right: -15px !important;
     } */
 }

 .footer .copyright{
     margin-top: 20px;
     padding: 10px 0px;
     border-top: 1px solid #EBE6E2;
     text-align: center;
 }


 /****************************
    Additional pages style
 ****************************/

.copy-method img{
    width: 70px;
    height: 70px;
}


.rounded-wrapper{
    border: 1px solid black;
    border-radius: 45px;
    display: block;
    min-height: 660px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
}

@media(max-width:476px){
    .rounded-wrapper{
        border-radius: 25px;
        min-height: 100px;
    }
}


/* ************************************* *
            Blog page
* ************************************* */

.post-card-image{
    width: 100%;
    min-height: 160px;
    max-height: 200px;
}

.post-card a{
    color: #444545;
    text-decoration: none;;
}
.blog-post-page p, .blog-post-page ul, .blog-post-page ul li, .blog-post-page a, .blog-post-page ol li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
}
.blog-post-page h2 {
    margin-right: 0in;
    margin-left: 0in;
    font-size: 24px;
    font-weight: bolder;
}
.blog-post-page h3 {
    margin-right: 0in;
    margin-left: 0in;
    font-size: 16px;
    font-weight: bolder;
}
.blog-post-page ul, .blog-post-page ol {
    padding-left: 20px;
}


.btn-all-posts{
    background-color: #EF2058;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.btn-all-posts:hover{
    color: black;
    text-decoration: none;
}
.btn.read-more {
    color: #fff !important;
    background: #dc3545;
    border: 2px solid #dc3545;
}
.btn.read-more:hover {
    color: #dc3545;
    background: transparent !important;
    border: 2px solid #dc3545;
}
 /*
 * General Classes
 */

 .p-50{
    padding:50px;
 }

 .pl-50{
     padding-left: 50px;
 }

 .pr-50{
     padding-right: 50px;
 }

 .mt-50{
     margin-top: 50px;
 }

 .mb-100{
     margin-bottom: 100px;
 }

 .mb-50{
     margin-bottom: 50px;
 }

 .mt-100{
     margin-top: 100px;
 }
.pt-100{
    padding-top: 100px !important;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
 p{
     font-size: 15px;
     font-weight: 300;
 }

 @media(max-width:476px){
     .pt-sm-10{
         padding-top: 10px !important;
     }
     .pb-sm-10{
         padding-bottom: 10px !important;
     }
     .mt-sm-10{
         margin-top: 10px !important;
     }
     .mb-sm-10{
         margin-bottom: 10px !important;
     }
     .mt-sm-100{
         margin-top: 100px !important;
     }
     .mb-sm-100{
         margin-bottom: 100px !important;
     }
     .mt-sm-50{
         margin-top: 50px !important;
     }
     .mb-sm-50{
         margin-bottom: 50px !important;
     }
     .pt-sm-50{
         padding-top: 50px !important;
     }
     .pt-sm-100{
         padding-top: 100px !important;
     }
     .pb-sm-50{
         padding-bottom: 50px !important;
     }
     .pb-sm-100{
         padding-bottom: 100px !important;
     }
 }
