@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600&display=swap');
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #121412;
    line-height: 26px;
    overflow-x: hidden;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Karla', sans-serif;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset;
}

ul {
    padding-left: 20px;
}

p {
    padding: 5px 0;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-underline:hover {
    text-decoration: underline !important;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-semiBold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-black {
    color: #1A1818 !important;
}
.text-dblack{
    color: #000!important;
}

.text-black2 {
    color: #2E2E2E !important;
}

.text-grey {
    color: #4D4D4D;
}

.text-white {
    color: #fff !important;
}


/*.bg-faintBlue {
    background-color: #EBF3F3;
}*/

.fontIvyMode {
    font-family: ivymode, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
    display: block;
}

.center-block {
    margin: 0 auto;
    float: unset!important;
    display: block;
}

.abs-center-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bpct {
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-50 {
    margin-top: 50px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-40 {
    padding: 40px;
}

.pd-50 {
    padding: 50px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-50 {
    padding-bottom: 50px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.bpct {
    background-position: center top !important;
}

.bpcb {
    background-position: center bottom !important;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none;
}

.row:before,
.row:after {
    display: table;
    content: "";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.disInBlock {
    display: inline-block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

section {
    float: left;
    width: 100%;
}

.padding-big-top {
    padding: 120px 0 70px;
}

.padding {
    padding: 70px 0;
}

.padding-top {
    padding: 70px 0 0px;
}

.padding-bottom {
    padding: 0px 0 70px;
}


/*Header Section*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 72px;
    padding-top: 7px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

header .brand-logo {
    margin-top: 18px;
}

header .logo-header img {
    transition: width 0.3s ease-in-out;
}


/*header.header-bg .logo-header img{width: 100px;}*/

header .brand-logo .logo-header img {
    display: inline-block;
    position: relative;
    z-index: 9999;
    vertical-align: middle;
}

header .upper {}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

header .upper .ctc-wrapper {
    margin-right: 20px;
}

header .enq-btn-wrapper {
    padding: 5px 0px 0 0;
}

.sell_do_virtual_numbers,
.sell_do_virtual_number_mobile {
    color: #464648 !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 28px;
}

.mob-icon {
    vertical-align: middle;
    width: 16px;
}

.download-icon {
    width: 20px;
    vertical-align: sub;
}

.headerCallNumber {
    padding: 13px 15px 10px 0;
}

.headerCallNumber img {
    vertical-align: middle;
    margin-top: -4px;
    padding-right: 2px;
}

header .lower {}

header .lower .nav-links {
    text-align: right;
    padding: 18px 0 0;
}

.nav-links li {
    display: inline-block;
    list-style-type: none;
}

header .lower .nav-links a {
    display: inline-block;
    margin-right: 12px;
    margin-top: 0px;
    color: #46464899;
    position: relative;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    opacity: 01;
}

header .lower .nav-links a.active {
    font-weight: 600;
    color: #464648;
    opacity: 1;
    border-bottom: 2px solid #464648;
}

header .lower .nav-links a.active::before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: #fff;
    border-radius: 0%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    position: absolute;
}

header .lower .nav-links a.active .mp,
header .lower .nav-links a:hover .mp {
    display: block;
}

header .form-container {
    transition: top 0.5s ease-in-out;
    position: absolute;
    width: 300px;
    top: 70px;
    right: 15px;
    background-color: #fff;
    padding: 10px;
    display: none;
    color: #303030;
    box-shadow: 0px 1px 10px 6px rgb(0 0 0 / 6%);
}


/*header.header-bg .form-container{top:calc(100% + (-10px));}*/

header {
    transition-duration: 0.5s;
}

header.header-bg {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

header .form-container .frmclose {
    position: relative;
    top: 0px;
    right: 0px;
    color: #000;
    font-size: 30px;
    border: 1px solid #000;
    padding: 4px 6px;
    line-height: 20px;
    display: inline-block;
}

header .form-container .thankyou {
    margin-bottom: 10px;
    text-align: center;
}

header .form-container .selldof .form-group {
    margin-bottom: 12px !important;
}

header .form-container .selldof label {
    margin-bottom: 0 !important;
}

.form-container .theme-btn {
    display: none;
}

.selldof .help-block {
    position: absolute !important;
    margin-top: 0px !important;
    font-size: 12px;
    line-height: 16px;
    bottom: -12px;
}

header .form-container .selldof .help-block {
    margin-bottom: 0 !important;
    bottom: -5px !important;
}

.selldof .title {
    display: none;
}

.selldof textarea.form-control {
    height: 34px !important;
    resize: none;
}

.form-control {
    height: 34px !important;
    resize: none;
    width: 100%;
    margin-bottom: 10px;
}

.form-group label:nth-child(1) {
    display: block;
}

.form-select {
    border: 1px solid gray!important;
}

#form-div .form-select {
    max-width: 200px !important;
}

.selldof .checkbox input[type=checkbox] {
    height: 25px;
}

.selldof label.checkbox,
.selldof label.radio {
    margin-bottom: -5px;
    display: inline-block;
    color: #000 !important;
    margin-left: 4px;
    margin-top: 0;
    margin-right: 10px;
}

.footer-form-wrapper .selldof label.checkbox,
.footer-form-wrapper .selldof label.radio {
    color: #fff !important
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
    padding: 12px 20px;
    color: #fff !important;
    background-color: #CB9A51 !important;
    line-height: 22px;
    cursor: pointer !important;
    border: 1px solid #CB9A51 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    border-radius: 24px !important;
    min-width: 180px !important;
    text-align: center !important;
    /* width: 100%; */
}

.selldof_row:last-child .form-group {
    text-align: center;
}

.sell_do_verify_btn {
    padding: 5px 12px !important;
}

.sell_do_verify_container {
    padding: 5px 0 0 5px !important;
}

.sell_do_verify_resend_link {
    color: #fff !important;
}

.selldof_col-lg-4,
.selldof_col-lg-6,
.selldof_col-lg-12,
.selldof_col-md-4,
.selldof_col-md-6,
.selldof_col-md-12,
.selldof_col-sm-4,
.selldof_col-sm-6,
.selldof_col-sm-12,
.selldof_col-xs-4,
.selldof_col-xs-6,
.selldof_col-xs-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.thankyou {
    text-align: center;
}

.footer-form-wrapper .thankyou {
    text-align: center;
    padding: 50px 10px;
}

.footer-form-wrapper {
    color: #fff;
    width: 500px;
    max-width: 100%;
    padding: 10px;
}

.contac-us-form-wrapper .selldof .form-control,
.contac-us-form-wrappe .sell_do_form_control,
.form-container .selldof .form-control,
.form-container .sell_do_form_control {
    /* background-color: #F1F3E3 !important; */
    border: 1px solid #E2E2EA !important;
}


/*Footer Section*/

footer {
    padding-top: 30px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    /*background: transparent linear-gradient(180deg, #1C3A4E 0%, #0E1D27 100%) 0% 0% no-repeat padding-box;*/
    background-color: #293a8d;
}

footer a {
    color: #FFFFFF;
}

footer .lower {
    padding: 5px 0 5px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
    margin-top: 40px;
    background-color: #202F76;
}

footer .lower p,
footer .lower a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
}

.footer-logo {
    text-align: center;
    padding: 0px 10px;
}

.rera-sec {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dis-title {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.8px;
}

#disclaimer p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 5px;
    font-weight: 300;
}
.disc{
    font-weight: 400!important;
    letter-spacing: 0.7px;
    color: #fff!important;
}


/*Footer End*/

.fixed-enquire-now {
    position: fixed;
    right: -80px;
    top: 45%;
    padding: 10px 20px;
    background-color: #288635;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    transform: rotate(-90deg);
    z-index: 999;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #288635;
    font-weight: 500;
}

.callwrap {
    background-color: #288635;
    padding: 5px 10PX;
    position: fixed;
    right: -198px;
    z-index: 9;
    top: 50%;
    width: 40px;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);
    width: 240px;
    display: table;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 999;
    margin-top: 5px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.callwrap.active {
    right: 0px;
}

.callme,
.callmeon {
    display: table-cell;
    vertical-align: middle;
}

.callmeon p.callnumber {
    margin-bottom: 0 !important;
}

.callmeon p {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.callme img {
    vertical-align: middle;
    width: 24px;
}

p.call-no {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 155px;
    padding: 10px;
    text-align: center;
}

a.call-icon.extLink {
    /* width: 48px;
    height: 48px; */
    text-align: center;
    line-height: 34px;
    display: inline-block;
    padding: 0px 15px;
    color: #288635;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 24px;
    text-align: center;
}


/*Common CSS Start*/

.theme-btn,
.form-submit {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #293a8d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 24px;
    min-width: 171px;
    height: 48px;
    text-align: center;
    background-color: #293a8d;
}

.form-submit {
    margin-top: 10px;
    display: block;
}

.theme-btn2 {
    color: #fff;
    background-color: #288635;
    border: 1px solid #288635;
}

.btn-shadow {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
}

.btn-shadow2 {
    box-shadow: 0px 3px 0px #fff;
}

.sec-title {
    color: #19261B;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 18px;
    transform: rotate(-90deg);
    left: -10px;
    font-weight: 500;
}

.sec-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(25, 38, 27, 0.34);
}

.sec-heading {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    color: #CB9A51;
}

.sec-heading2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #565658;
}

.sec-heading3 {
    font-size: 46px;
    line-height: 56px;
    color: #19261B;
}

.subHeading {
    font-size: 20px;
    line-height: 30px;
    color: #19261B;
}

.sec-t-pad {
    padding: 60px 0;
}

.sec-t-pad-2 {
    padding: 60px 0 20px;
}

.bx-wrapper .bx-pager {
    padding-top: 10px;
}

.bx-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #288635;
}

.img-desc {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px 4px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    z-index: 99;
}

.img-desc-right {
    left: unset;
    right: 5px;
}

.img-desc-top {
    left: unset;
    right: 5px;
    top: 5px;
    bottom: unset;
}

.tnc {
    position: absolute;
    right: 5px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1px 2px 0px;
    font-size: 8px;
    line-height: 13px;
    display: inline-block;
    z-index: 99;
}

.dis-flex {
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.bAnimDelay,
.banner-overlay {
    animation-delay: 0.5s;
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.bg-cover {
    background-position: center;
    background-size: 100% 100%;
}

.align-i-center {
    align-items: center;
}

.hidden-sm {
    display: block!important;
}

.visible-sm {
    display: none!important;
}


/*Common CSS End*/

@media only screen and (min-width: 995px) {}

@media only screen and (max-width: 1600px) {}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
        /* Prevent font scaling in landscape while not allowing user zoom */
        text-size-adjust: none;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
    .col-md-1 {
        width: 8.333333333333333%;
    }
    .col-md-2 {
        width: 16.66666666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333333333%;
    }
    .col-md-8 {
        width: 66.66666666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333333%;
    }
    .col-md-11 {
        width: 91.66666666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-5 {
        width: 20%;
    }
    .hidden-md {
        display: none;
    }
    header .lower .nav-links a {
        margin-right: 5px;
        font-size: 16px;
    }
    a.call-icon.extLink {
        padding: 6px 10px;
    }
    .ame-content-wrapper {
        padding: 20px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 992px) {
    .col-sm-1 {
        width: 8.333333333333333%;
    }
    .col-sm-2 {
        width: 16.66666666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333333333%;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333333%;
    }
    .col-sm-11 {
        width: 91.66666666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-5 {
        width: 20%;
    }
    .hidden-sm {
        display: none!important;
    }
    .visible-sm {
        display: block!important;
    }
    .menu-icon-mobile {
        display: block;
        width: 45px;
        padding: 13px 0px 0px 0px;
        border-radius: 0px;
        margin: 0;
        position: absolute;
        top: 10px;
        right: 40px;
        height: 40px;
    }
    .menu-icon-mobile>span {
        display: block;
        height: 2px;
        width: 25px;
        margin-bottom: 5px;
        background-color: #fff;
        border-radius: 6px;
        margin: -2px auto 6px;
    }
    .bar1 {
        margin-top: 11px
    }
    header .nav-links {
        display: none;
        position: fixed;
        top: 89px;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
    .nav-links li {
        display: block;
        text-align: center;
    }
    header .nav-links a {
        text-align: center;
        line-height: 40px !important;
        color: #fff;
        margin-top: 0px;
        margin-right: 0px;
    }
    header .lower .nav-links a:last-child {
        margin-right: 0px;
    }
    header .lower .nav-links a {
        margin-right: 0px;
        /* color: #000; */
        margin-top: 15px;
    }
    header .lower .nav-links a.active::before {
        background-color: #fff;
    }
    .bar1,
    .bar2,
    .bar3 {
        transition: 0.4s;
    }
    /*.bar1{width: 70% !important;}
      .bar2{width: 100% !important;}
      .bar3{width: 60% !important;}*/
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-11px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
        width: 26px !important;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -2px);
        transform: rotate(45deg) translate(-4px, -4px);
        width: 26px !important;
    }
    header .upper .enq-btn-wrapper {
        margin-right: 50px;
        margin-top: 15px;
    }
    header .upper .ctc-wrapper {
        margin-right: 5px;
    }
    header .upper .number-wrapper {
        margin-right: 15px;
        margin-top: 25px;
    }
    header .enq-btn-wrapper {
        padding: 10px 75px 0 0;
    }
    .ipad-center {
        text-align: center;
    }
    .tab-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mob-footer .sell_do_virtual_numbers {
        font-size: 14px !important;
    }
    .mob-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
        font-weight: 600;
        z-index: 99;
        border-top: 1px solid #ccc;
    }
    .mob-footer a {
        display: block;
        line-height: 30px;
        color: #000;
        font-size: 16px;
    }
    .mob-footer a.mob-enq-btn {
        background-color: #293a8d;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 0 2px
    }
    .mob-footer .mob-call-btn {
        background-color: #fff;
        color: #303030;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        padding: 3px 0;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 700px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .col-xs-1 {
        width: 8.333333333333333%;
    }
    .col-xs-2 {
        width: 16.66666666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333333333%;
    }
    .col-xs-8 {
        width: 66.66666666666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333333333%;
    }
    .col-xs-11 {
        width: 91.66666666666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12-5 {
        width: 20%;
    }
    .container {
        padding: 0 10px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }

    .sell_do_verify_container {
        padding: 50px 20px 0 20px !important;
    }
    .menu-icon-mobile {
        top: 7px;
    }
    header {
        height: auto;
    }
    header .nav-links {
        padding: 10px 20px;
        top: 47px;
    }
    header .brand-logo {
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    header .form-container {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 0% !important;
        bottom: -100% !important;
        width: 100% !important;
        height: 100%;
        padding: 30px 20px !important;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 9999;
        overflow-y: scroll;
    }
    header .form-container.show {
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
    }
    header .form-container .frmclose {
        display: inline-block;
    }
    .iti-mobile .selldo-intl-tel-input.iti-container {
        z-index: 99999!important;
        max-width: 300px!important
    }
    .menu-icon-mobile {
        right: 0;
    }
    .thankyou {
        padding: 50px 0px;
        text-align: center;
    }

    footer .lower div {
        text-align: center !important;
    }

    .sell_do_virtual_numbers,
    .sell_do_virtual_number_mobile,
    .sell_do_virtual_numbers a {
        color: #000 !important;
        font-size: 18px;
    }
    .padding-big-top {
        padding: 120px 0 30px;
    }
    .padding {
        padding: 40px 0;
    }
    .padding-top {
        padding: 40px 0 0px;
    }
    .padding-bottom {
        padding: 0px 0 40px;
    }
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 320px) {}


/* popup form  */


/* form  */

.submit-btn {
    background-color: transparent!important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}

.form-group,
.for_get_otp {
    position: relative;
}

.for_get_otp {
    margin-bottom: 25px;
}

.form-control {
    width: 100%;
    height: 40px;
    /* margin-bottom: 22px; */
    margin-bottom: 0px!important;
    padding: 10px;
    border: 1px solid gray;
}

label.error {
    position: absolute;
    left: 0;
    bottom: -17px;
    color: red;
    font-size: 12px;
}

input.submit-btn {
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: 0.56px;
    color: #fff!important;
    padding: 7px 18px!important;
    border-radius: 6px;
    background-color: #ADA84B;
    display: inline-block;
    width: unset !important;
    text-transform: uppercase;
}

input,
textarea,
select {
    /* font-family: 'Helvetica'; */
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: 100px!important;
    resize: none;
}

.dwnl-br-btn {
    display: none;
    background-color: #ADA84B;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

#formtwo .get_otp,
#formtwo .verify_otp {
    display: inline-flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#formtwo .get_otp {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}

#formtwo .verify_otp {
    display: inline-block;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: 33px;
    padding: 7px 10px;
    margin-top: 10px;
}

.formone-btn {
    display: inline-block;
    width: 100%;
}

.popup {
    padding: 25px!important;
}


.banner_section{
    /*margin-top: 50px !important;*/
}
.bannerHome{
    width: 100%;
    
}

@media screen and (max-width: 540px) {
    .bannerHome{
        width: 100%;
       
    }
  }

  .the-flex{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

@media all and (max-width:540px) {
    .the-flex{
        flex-direction: column;
        gap: 5px;
        margin-bottom: 0;
    }
}