* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins';
}


/*----------- sign in -------------*/

.signpagebox {
    border: 1px solid #000;
    border-radius: 10px;
    height: 550px;
    padding: 10px;
}

.signpagebox h5 {
    font-size: 18px;
    font-weight: 600;
    color: #7b7b7b;
}

.inputForm label {
    font-size: 12px;
    color: #555;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.inputForm .form-control {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    font-size: 13px;
}

.form-control:focus {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    outline: 0;
    box-shadow: none;
}

.inputForm button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #1fa67a;
    color: #fff;
    border: 1px solid #1fa67a;
    box-shadow: 0.2px 9px 8.3px -6.4px rgb(0 0 0 / 50%);
}

.inputForm button:hover {
    border: 1px solid #1fa67a;
}

.inputForm button i {
    font-size: 20px;
}

.signininputbox {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 10px;
    border-bottom-right-radius: 45px;
}

.heardermenu {
    border: 1px solid #000;
    border-radius: 10px;
    /* min-height: 510px; */
    /* height: 100vh; */
    /* border-bottom: 13px solid #164d92; */
}

.heardermenu .navbar {
    background-color: #262F8A;
    border-radius: 10px 10px 0px 0px;
    padding: 0;
}

.dropdown-menu {
    padding: 0;
    margin-top: 14px;
    margin-left: -65px;
    min-width: 100px;
    text-align: right;
}

.dropdown-menu a {
    color: #164d92;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    padding: 8px 12px;
}

.dropdown-menu a:hover {
    color: #164d92;
    border-radius: 4px;
    background-color: #fff;
}

.centerboxsetting {
    border: 1px solid #e2e2e2;
    padding: 12px;
    border-radius: 15px;
    border-bottom-right-radius: 45px;
    margin: 10px;
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #164D92 #e4e4e4;
    scrollbar-width: thin;
    scrollbar-radius: 4px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    /*background-color: gradi rgba(0,0,0,.5);*/
    background-color: #164D92;
}

.img-thumbnail {
    padding: 8px;
    background-color: #e2e2e2;
    border: none;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 100px;
}

.cemeraiconimage img {
    width: 40px;
    height: 40px;
    position: relative;
    left: 100px;
    top: -4px;
}

.imagethumbnailbox {
    position: relative;
}

.footerbottomcolre {
    background-color: #164d92;
    height: 13px;
    border-radius: 0px 0px 9px 9px;
}

.carousel-indicators {
    bottom: -0px;
}

.carousel-indicators li {
    background-color: #555;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.contentboxsection {
    /* height: 511px; */
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    border-bottom-right-radius: 45px;
    margin: 10px 10px 22px 10px;
    box-sizing: border-box;
}

.qrcodetext {
    padding: 12px;
}

.qrcodetext p {
    font-weight: 550;
    color: #555;
}

.qrcodetext h2 {
    font-size: 18px;
    font-weight: 600;
    color: #164d92;
}

.owl-carousel .owl-item .qrcodetext img {
    width: 65% !important;
    text-align: center !important;
}

.qrcodetext h5 {
    font-size: 16px;
    font-weight: 600;
    color: #164d92;
}

.qrcodetext a {
    color: #7b7b7b;
    font-size: 25px;
}

.contentpagesetting {
    height: 150px;
}

.owl-carousel .owl-item .contentpagesetting img {
    display: inline !important;
    width: 60px !important;
    border-radius: 50%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.contentpagesetting h3 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.35px;
    font-weight: 550;
}

.contentpagesetting p {
    font-size: 13px;
    font-weight: 300;
}

.bottoncontentpagesetting {
    padding: 12px;
    height: 359px;
    border-radius: 0px 0px 10px 14px;
    border-bottom-right-radius: 45px;
}

.bottoncontentpagesetting a {
    font-size: 13px;
    text-decoration: none;
    color: #222222;
}

.bottoncontentpagesetting small {
    color: #7b7b7b;
}

.bottoncontentpagesetting i {
    color: #7b7b7b;
}

.bottoncontentpagesetting h6 {
    font-size: 13px;
    color: #222222;
}

.socialmediaiconeweb {
    padding-left: 30px;
}

.socialmediaiconeweb i {
    height: 25px;
    width: 25px;
    background-color: #248abe;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 5px;
}

.socialmediaiconeweb1 {
    padding-left: 30px;
}

.socialmediaiconeweb1 i {
    height: 25px;
    width: 25px;
    background-color: #e44d80;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 5px;
}

.owl-stage-outer {
    position: relative;
}

.sherebutton {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.sherebutton i {
    font-size: 25px;
    color: #7b7b7b;
}

.media-body small {
    font-size: 12px;
}

.cardboxsetting {
    padding: 10px;
}

.cardboxsetting h4 {
    font-size: 17px;
    font-weight: 600;
    color: #164d92;
}

.cardboxqrcodetext {
    border: 2px solid #000;
    padding: 5px 10px;
    background-color: #fff;
    margin-top: 90px;
}

.boxtext h6 {
    font-weight: 600;
    font-size: 12px;
}

.boxtext h4 {
    font-size: 10px;
}

.boxtext h5 {
    font-size: 10px;
    font-weight: 600;
    color: rgb(0, 180, 141);
}

.boxtext span {
    color: #164d92;
}

.imagcodesetting img {
    height: 50px;
}

.imagcodesetting h6 {
    font-weight: 650;
    color: #164d92;
    font-size: 12px;
}

.imagcodesetting p {
    color: #7b7b7b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.30px;
}

.imagcodesetting h5 {
    padding-top: 0;
    font-size: 10px;
    font-weight: 600;
    color: rgb(0, 180, 141);
}

.imagcodesetting span {
    color: #7b7b7b;
}

.imagcodesetting h4 {
    font-weight: normal;
    font-size: 10px;
}

.boxtext a {
    font-size: 10px;
    color: #7b7b7b;
    text-decoration: none;
}

.logodesignpage {
    padding-top: 130px;
}

.sineinputbox a {
    border: none !important;
    background: #262F88;
    padding: 8px 25px;
}

.sineinputbox a:hover {
    border: none;
    background: #262F88 !important;
}

.owl-carousel {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1fa67a!important;
    border: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 5px 5px !important;
}

.owl-dot:focus {
    outline: unset !important;
}

.cemeraiconimage img {
    left: 100px;
    top: -55px;
}

.img-thumbnail {
    left: 100px;
    top: -50px;
}

.numberboxborder p {
    width: 18px;
    height: 18px;
    background-color: #f8f9fa;
    float: right;
    border-radius: 50%;
    margin-top: 5px;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    margin-right: 5px;
}

@media (max-width: 280px){
    .container {
        padding-left: 0px;
    }
    .row .col-lg-12 .row .m-auto {
        padding-right: 0px;
    }
    .row .pt-3,
    .row .pb-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .heardermenu .navbar {
        border-radius: 0px;
    }
    .heardermenu {
        border-radius: 0px;
        height: 652px;
    }
    .footerbottomcolre {
        border-radius: 0px;
    }
    .owl-stage-outer{
        height: 524px !important;
    }
    .sherebutton{
       bottom: -130px !important;
    }
}

@media (min-width: 390px) and (max-width: 409px) {
    .container {
        padding-left: 0px;
    }
    .heardermenu .navbar {
        border-radius: 0px;
    }
    .row .col-lg-12 .row .m-auto {
        padding-right: 0px;
    }
    .heardermenu {
        border-radius: 0px;
        height: 844px;
    }
    .img-thumbnail {
        left: 130px;
    }
    .cemeraiconimage img {
        left: 125px;
        top: -50px;
    }
    .footerbottomcolre {
        border-radius: 0px;
    }
    .row .pt-3,
    .row .pb-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .owl-carousel .owl-item .qrcodetext img {
        width: 65% !important;
        text-align: center !important;
        padding-left: 30px;
    }
    .owl-stage-outer{
        height: 716px !important;
    }
    .sherebutton{
       bottom: -149px;
    }
    .signpagebox{
        height: 844px !important;
        border-radius: 0px;
    }
    .signpagebox img{
        margin-top: 200px !important;
    }
}


@media (min-width: 320px) and (max-width: 410px) {
    .container {
        padding-left: 0px;
    }
    .heardermenu .navbar {
        border-radius: 0px;
    }
    .row .col-lg-12 .row .m-auto {
        padding-right: 0px;
    }
    .heardermenu {
        border-radius: 0px;
    }
    .img-thumbnail {
        left: 85px;
    }
    .cemeraiconimage img {
        left: 75px;
        top: -50px;
    }
    .footerbottomcolre {
        border-radius: 0px;
    }
    .row .pt-3,
    .row .pb-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .signpagebox{
        height: 666px;
        border-radius: 0px;
    }
    .signpagebox img{
        margin-top: 200px !important;
    }
}

@media (min-width: 410px) and (max-width: 420px){
    .container {
        padding-left: 0px;
    }
    .row .pt-3,
    .row .pb-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .row .col-lg-12 .row .m-auto {
        padding-right: 0px;
    }
    .heardermenu {
        border-radius: 0px;
        height: 896px;
    }
    .heardermenu .navbar {
        border-radius: 0px;
    }
    .footerbottomcolre {
        border-radius: 0px;
    }
    .owl-stage-outer{
        height: 767.15px !important;
    }
    .sherebutton{
       bottom: -156px;
    }
    .signpagebox{
        height: 844px;
        border-radius: 0px;
    }
    .signpagebox img{
        margin-top: 300px !important;
    }
}

@media (max-width: 360px){
    .heardermenu {
        border-radius: 0px;
        height: 740px;
    }
    .owl-stage-outer{
        height: 612.15px !important;
    }
    .sherebutton{
       bottom: -92px;
    }
    .signpagebox{
        height: 740px;
        border-radius: 0px;
    }
    .signpagebox img{
        margin-top: 200px !important;
    }
}

@media screen and (width: 280px), 
       screen and (height: 653px) {

    .heardermenu {
        border-radius: 0px;
        height: 653px;
    }
    .owl-stage-outer{
        height: 525px !important;
    }
    .sherebutton{
       bottom: -92px;
    }
    .signpagebox{
        height: 740px;
        border-radius: 0px;
    }
    .signpagebox img{
        margin-top: 200px !important;
    }
}

.sherebutton img{
    width: auto !important;
}