.navbar-brand {
    display: ruby;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 260px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}
.mobFldDiv {
    display: flex;
}
.mobFldDiv #cCode {
    width: 70px;
}
.mobFldDiv #mobile {
    margin-left: 5px;
    margin-right: 5px;
}
.lableMob{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.noteP{
    margin-bottom: 0;
    color: #7d1111;
    background: #fff;
    padding-left: 8px;
    border-left: 2px solid;
    font-size: 13px;
}
#sendOTP {
    background-color: #fd6161;
    color: white;
    border: none;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 11px;
    width: 170px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.radissonLg {
    width: 180px;
}
.footer-middle img {
    width: 270px;
    padding: 5px;
    background: white;
}

.mapDiv {
    margin-top: 30px;
    border: 2px solid #ac696ec4;
    border-bottom: none;
    border-radius: 4px;
}

.webForm1 {
    background: #1414411f;
    backdrop-filter: blur(8px);
    border-radius: 0;
    padding: 25px;
    border-top: 4px solid #ff4444;
}

.quoteH {
    margin-bottom: 2px !important;
}

.quoteP {
    color: #363333 !important;
    font-size: 13px !important;
    margin-bottom: 14px !important;
}

.checkMe span {
    font-size: 13px;
    position: relative;
    bottom: 3px;
    color: #6e4f4f;
}

.form-group.mobDiv {
    display: flex;
}

.form-group.mobDiv button {
    width: 140px;
    padding: 0 0;
    font-size: 11px !important;
    height: 34px;
    margin-left: 5px;
    line-height: 24px;
    background: #4f4c7f;
    border: 1px solid #4f4c7f;
}
.divrow {
    text-align: -webkit-center;
}
.divrow .divFlexiDiv {
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
}

.paddingTop {
    padding-top: 0;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    z-index: 99;
    left: 20px;
}

.whatsapp>a {
    height: 50px;
    width: 50px;
    background: #5bd234;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

#sy-whatshelp {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 99;
}

#sy-whatshelp a.sywh-open-services {
    background-color: #ff4243;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#sy-whatshelp a {
    position: relative;
}

a[data-tooltip] {
    position: relative;
}

#sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #99090a;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

a[data-tooltip][data-placement="left"]::after {
    border-left-color: #99090a;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.rowDivBrd {
    text-align: center;
}

.rowDivBrd .branDiv {
    display: inline-block;
    width: 165px;
    margin: 5px 6px 5px;
    border: 2px solid #c7c7c770;
}

.ourUsPDiv {
    text-align: center;
}

.ourUsPDiv img {
    width: 80%;
}

#myModalBox .close {
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 9;
}

#myModalBox .get-quote-form {
    padding: 0;
}

.modal {
    z-index: 99 !important;
}

.modal-backdrop {
    z-index: 9 !important;
}

span.successMsg {
    color: #1f7a1f;
    background: #dcffeb;
    padding: 4px 14px;
    font-size: 14px;
}

.rootDiv p {
    margin-top: 0;
    font-size: 14px !important;
}

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

.mypartner img {
    display: inline-block;
    width: 140px !important;
    margin: 15px 0;
    background: #ababab82;
    padding: 4px;
}
form#webForm2 {
    padding: 26px;
    background: #ffffff;
    /* border: 2px solid #65535340; */
    border-radius: 8px;
    box-shadow: 4px 2px 5px 1px #4f4c7f14;
}
.mypartner1 {
    text-align: center;
    padding: 10px 0;
}

.mypartner1 img {
    display: inline-block;
    width: 170px !important;
    height: 70px;
    margin: 8px;
    background: #ababab82;
    padding: 4px;
}
.myPrgBtn {
    display: flex;
}
.myBccmVideo {
    border: 6px solid #3442923d;
    border-bottom:none;
    border-radius: 0 0 14px 14px;
}

.myPrgBtn .nav-link-btn {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
}
.myPrgBtn a:nth-child(1) {
    background: #ff4444;
    color: #fff !important;
    border: none !important;
}
.myPrgBtn .nav-link-btn:hover {
    background: #d04f4f;
}

.myPrgBtn .applyBtn:hover {
    background: #4d4d65;
}


.myPrgBtn a:nth-child(2) {
    background: #23206fde;
    color: #fff !important;
    border: none !important;
}
.product-card {
    position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    border-top: 2px solid #ff494978;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    /* z-index: 3; */
    /* overflow: hidden;&*/
}

.product-card .logo-cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.crsPoint ul {
    text-align: left;
    margin-top: 6px;
    list-style: none;
    padding: 0;
    padding-left: 0;
}

.crsPoint ul li {
    font-size: 12px;
    font-weight: 500;
    color: #1d1633e3;
    border-bottom: 1px solid #8080802e;
    line-height: 32px;
}

.topHead {
    background: linear-gradient(to top, #f9f9f952, #0000001f);
    height: 30px;
    color: #182b5f;
    font-weight: 500;
}

.mylogo {
    text-align: left;
}

.mylogo img {
    width: 45%;
    margin: 10px 0;
    position: absolute;
    top: 50%;
    left: 180px;
    opacity: 0.2;
    transform: rotate(329deg);
}

.topHead p {
    margin-bottom: 0;
    padding-top: 2px;
    font-size: 15px;
}

.topHead p strong {
    color: #fb6e6e;
    font-size: 15px;
}

.myjoinBnr {
    text-align: center;
}

.myjoinBnr img {
    cursor: pointer;
    width: 70%;
}

.myjoinBnr img:hover {
    width: 69%;
}

.product-card .logo-cart img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.product-card .logo-cart i {
    font-size: 27px;
    color: #707070;
    cursor: pointer;
    transition: color 0.3s ease;
}

.product-card .logo-cart i:hover {
    color: #333;
}

.product-card .main-images {
    position: relative;
    height: 210px;
}

.product-card .main-images img {
    position: relative;
    height: 300px;
    width: 300px;
}

.product-card .main-images img.active {
    opacity: 1;
}

.product-card .fprg-details .fprg_name {
    font-size: 20px;
    padding-top: 4px;
    background: #ffffff;
    border-top: 2px solid #ff696963;
    font-weight: 600;
    color: #1d1633e3;
    height: auto;
    display: block;
    text-align: center;
    font-family: system-ui;
}
#responseMessage .errorMsg {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    bottom: 12px;
    color: indianred;
}
button#submit {
    font-size: 15px;
}
.pbnr .fa {
    color: #4a477b;
}

#responseMessage .successMsg {
    color: #1f7a1f;
    background: #dcffeb;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    bottom: 12px;
}

.product-card .fprg-details p {
    font-size: 13px;
    font-weight: 500;
    color: #da3737;
    text-align: justify;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}

.product-card .fprg-details .stars i {
    margin: 0 -1px;
    color: #333;
}

.product-card .color-price .color-option {
    display: flex;
    align-items: center;
}

.color-price {
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.color-price .color-option .color {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-right: 8px;
}

.color-option .circles {
    display: flex;
}

.color-option .circles .circle {
    height: 18px;
    width: 18px;
    background: #0071C7;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.hCall {
    font-size: 20px !important;
    color: #df3b3b !important;
    border-bottom: 1px solid #df3b3ba6;
}

.color-option .circles .circle.blue.active {
    box-shadow: 0 0 0 2px #fff,
        0 0 0 4px #0071C7;
}

.color-option .circles .circle.pink {
    background: #FA1795;
}

.color-option .circles .circle.pink.active {
    box-shadow: 0 0 0 2px #fff,
        0 0 0 4px #FA1795;
}

.color-option .circles .circle.yellow {
    background: #F5DA00;
}

.color-option .circles .circle.yellow.active {
    box-shadow: 0 0 0 2px #fff,
        0 0 0 4px #F5DA00;
}

.color-price .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.color-price .price .price_num {
    font-size: 15px;
    font-weight: 600;
    color: #1e264a;
}
.fprg-details {
    background: #1e264a1c;
    padding: 0 15px;
}
.color-price .price .price_letter {
    font-size: 14px;
    font-weight: 600;
    margin-top: -4px;
    color: #707070;
}

.product-card .button {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
}

.product-card .button button {
    position: relative;
    height: 70%;
    width: 60%;
    outline: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #ff4949;
    transition: all 0.4s ease;
    border-radius: 25px;
    color: #fff;
}

.product-card a.nav-link-btn {
    padding: 6px 6px;
    border-radius: 0px;
    font-size: 12px;
    color: #ff4243;
    display: inline-block;
    border: 2px solid #ff4243c4;
    font-weight: 600;
}

section#feature {
    padding-top: 40px;
}
.myChildRowDiv {
    margin: 0 10px;
}
.mybrnIMG{
    text-align: center;
    margin-top: 0px;
}
.mybrnIMG img {
    width: 100%;
}
.footer .footer-middle .nav li {
    width: 49%;
    background: #3b395259;
    backdrop-filter: blur(5px);
    height: auto;
    margin: 5px;
    line-height: 37px;
    padding: 0 100px;
}
.myLADdIV h2 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 54px;
    font-weight: 600;
    color: #3a2f55;
}
.careerPath .owl-carousel {
    padding: 20px 0;
}
.myLADdIV h3 {
    font-size: 20px;
}
.topMdlCnt .quoteH {
    font-size: 20px;
}
.topMdlCnt h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    color: #ff4243;
}
#enquire {
    position: fixed;
    top: 0;
    right: 0px;
    /* transform: translate(297px, 0%); */
    z-index: 999;
    transition: all 0.3s linear;
}
#enquire>.enquire-btn {
    margin-right: -55px;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    position: absolute;
    top: 240px;
    left: -95px;
    z-index: 9;
}
#enquire>.enquire-btn .btn {
    width: 150px;
    background-color: #ff4444;
    border-color: #c5c5c5;
    border-radius: 4px 4px 0 0;
    border-width: 2px;
    font-weight: 400;
    letter-spacing: 2px;
}
.myActUL {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}
.myActUL li {
    display: inline-block;
    line-height: 32px;
    color: #e1e1df;
    margin-bottom: 4px;
    font-size: 14px;
    width: 49%;
}
.myActUL li span {
    background: #74778429;
    backdrop-filter: blur(10px);
    padding: 6px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fdfdfd8c;
}
.myactDiv {
    padding: 0 0;
}
.myactDiv .cntSideDiv {
    padding: 40px 0 0;
    text-align: left;
}
.cntSideDiv .m-btn {
    padding: 0 10px;
    line-height: 32px;
    background: #ce2828;
}
.applyBtn {
    border: 2px solid #2b284ecf !important;
    color: #333055 !important;
    font-weight: 600;
}
.color-price .price .price_num .crxPrs {
    color: indianred;
    font-size: 15px;
}
.myVidFrame {
    position: absolute;
    top: 0;
}
.myVidFrame iframe {
    width: 427px;
    height: 273px;
    position: relative;
    left: 72px;
    top: 29px;
}
.spinner-border{
    width:1rem;
    height:1rem;
}
.careerPath .testimonial-01 {
    background: #30396f6b;
    padding: 5px;
    width: 260px;
    height: 180px;
    margin-bottom: 15px;
}
.careerPath .testimonial-01 img {
    height: 180px;
}
p.pbnr {
    margin-bottom: 10px;
    font-size: 15px;
}
.pbnr p:nth-last-child(){
    
}
.marqueDiv {
    border-bottom: 1px solid #8d8aae30;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    padding: 4px 20px;
    color: #413e70;
}
section .container-fluid {
    padding: 0 50px 0 70px;
}
.webForm1 .row .col-md-3, .webForm1 .row .col-md-6, .webForm1 .row .col-md-9, .webForm1 .row .col-md-12{
    padding:0 0px;
}

@media(max-width:767px){
  section#Inquiry-Now {
    padding: 0 !important;
}
    .footer .footer-middle .nav li {
        width: 100%;
    }
    .myPc{
        display: none;
    }
    .myVidFrame{
        display: none;
    }
    .myVidFrame1{
        display: block !important;
        text-align: center;
    }
    .myVidFrame1 iframe{
        width: 100%;
        height: 300px;
        border: 2px solid #d5d5d5;
    }
    .navbar-brand {
        display: block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: 172px;
        background: white;
        padding-left: 5px;
        padding-right: 5px;
    }
    .radissonLg {
        width: 100px;
    }
    .myActUL li {
        width: 100%;
    }
    .myVidFrame iframe {
        width: 354px;
        height: 225px;
        position: relative;
        left: 60px;
        top: 25px;
    }
    .divrow .divFlexiDiv {
        display: inline-block;
        width: 49%;
        margin-bottom: 15px;
    }
    .mypartner1 img {
        display: inline-block;
        width: 145px;
        margin: 5px;
        background: #dadada80;
        padding: 3px;
    }
    .home-banner-04 h1 {
        font-size: 26px;
        margin-bottom: 15px;
        letter-spacing: 1px;
        padding: 0;
        line-height: 40px;
    }
    .product-card .fprg-details .fprg_name {
        font-size: 16px;
    }
    .color-price .price .price_num {
        font-size: 13px;
        font-weight: 600;
        color: #1e264a;
    }
    .color-price .price .price_letter {
        font-size: 12px;
        font-weight: 600;
        margin-top: 0;
        color: #707070;
    }
    .color-price .price .price_num .crxPrs {
        color: indianred;
        font-size: 13px;
    }
    .crsPoint ul li {
        font-size: 11px;
        font-weight: 500;
        color: #1d1633e3;
        border-bottom: 1px solid #8080802e;
        line-height: 32px;
    }
    .modal-body .form-group {
        margin-bottom: 6px;
    }
    .myBccm strong {
        font-size: 16px !important;
    }
    .owl-item .testimonial-01 {
        margin: 0 0;
    }
    .careerPath .testimonial-01 {
        background: #30396f6b;
        padding: 5px;
        width: 100%;
        height: 200px;
    }
    .header-nav .navbar-nav > li > a {
        font-size: 15px !important;
    }
    section .container-fluid {
        padding: 0 35px 0 15px;
    }
    .get-quote-form #webForm1 .form-group .form-control {
        border: 1px solid #d4d4d4;
        box-shadow: none !important;
        border-radius: 0;
        font-size: 14px;
        height: 35px;
        border-radius: 5px;
        margin: 0 10px;
        width:92%;
    }
    .mobDiv button {
        margin-left: 12px !important;
    }
    .checkMe {
        margin-left: 12px;
    }
    button.m-btn.m-btn-theme.myFrmBtn.mySubmitBtn {
        margin-left: 12px;
    }
    .header-nav {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
    }
    .home-banner-04 h1 span {
        padding: 0 0;
        font-size: 26px;
        color: #ff4444;
    }
    .home-banner-04 .full-screen {
        padding: 20px 0;
        min-height: auto;
    }
    .home-banner-04 .col-lg-8.text-lg-left.text-center {
        text-align: left !important;
    }
    p.pbnr {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .btn-bar.myBnrBtn {
        margin-bottom: 10px;
        margin-top: 10px;
    }
        .btn-bar.myBnrBtn {
        margin-bottom: 10px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .myBnrBtn a:nth-child(1) {
        background: none;
        border: 1px solid;
        padding: 0 10px;
        line-height: 32px;
        border-radius: 0;
        font-weight: 600;
        font-size: 11px;
        color: #474579;
                display: none;
    }
    .myBnrBtn a:nth-child(2) {
        padding: 0 12px;
        line-height: 35px;
        border: 1px solid;
        font-size: 12px;
        border-radius: 0;
    }
    section#about {
        padding: 25px 10px 0 !important;
    }
    .section-title h3 {
        font-size: 20px;
    }
    #enquire>.enquire-btn .btn {
        width: 126px;
        background-color: #ff4444;
        border-color: #c5c5c5;
        border-radius: 4px 4px 0 0;
        border-width: 2px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    #enquire>.enquire-btn {
        margin-right: -55px;
        transform: rotate(-90deg);
        transition: all 0.3slinear;
        position: absolute;
        top: 240px;
        left: -82px;
        z-index: 9;
    }
    .get-quote-form h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 20px;
    }
    .feature-box-05 .read-more {
        padding: 8px 0;
        font-size: 12px;
        border-top: 1px solid #e8edfa;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .feature-box-05 .read-more a {
        width: 100%;
        font-size: 10px;
    }
    .feature-box-05 p {
        margin: 0;
        font-size: 12px;
    }
    .feature-box-05 .feature-content {
        padding: 0 6px 6px 6px;
    }
    .feature-box-05 h5 {
        font-size: 14px;
        color: #2e3280;
        font-weight: 600;
        margin: 0 0 8px;
    }
    .feature-box-05 {
        padding: 8px 0 0;
        position: relative;
        height: 180px;
    }
    .myLADdIV h2 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 40px;
        font-weight: 600;
        color: #3a2f55;
    }
    .myLADdIV h3 {
        font-size: 16px;
    }
    .rowDivBrd .branDiv {
        display: inline-block;
        width: 140px;
        margin: 0;
        border: 2px solid #c7c7c770;
    }
    .brand-logo:hover {
        top: 0;
    }
    .careerPath .testimonial-01 img {
        height: auto;
    }

    .footer .footer-middle .nav li {
        line-height: 28px;
        padding: 10px 10px;
    }
    .footer .footer-middle .nav p span:nth-child(2) {
        font-size: 14px;
    }
    .footer .footer-middle {
        padding: 20px 0 0;
    }
    #enquire {
        position: fixed;
        top: 0;
        right: 0px;
        /* transform: translate(297px, 0%); */
        z-index: 98;
        transition: all 0.3slinear;
    }
    .whatsapp {
        position: fixed;
        bottom: 30px;
        z-index: 98;
        left: 20px;
    }
    .topMdlCnt .quoteH {
        font-size: 16px;
        font-weight: 600;
    }
    
    .get-quote-form.box-shadow.white-bg.m-auto.float-lg-right.webForm1 {
        padding: 12px !important;
    }
    .quoteP {
        color: #363333 !important;
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }
    form#webForm2 {
        padding: 4px 26px 4px;
        margin-top: 10px;
        background: #ffffff;
        /* border: 2px solid #65535340; */
        border-radius: 8px;
        box-shadow: 4px 2px 5px 1px #4f4c7f14;
        border-top: 1px solid #8080806b;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .footer .footer-middle .nav li {
        width: 48%;
        background: #3b395259;
        backdrop-filter: blur(5px);
        height: auto;
        margin: 5px;
        line-height: 37px;
        padding: 0 50px;
    }
    .myVidFrame iframe {
        width: 266px;
        height: 172px;
        position: relative;
        left: 45px;
        top: 17px;
    }
    img.myPc {
        display: none;
    }
    .myVidFrame {
        position: absolute;
        top: 0;
        display: none;
    }
    .myVidFrame1 {
        display: block !important;
    }
    .myVidFrame1 iframe {
        height: 230px;
        width: 100%;
        border: 2px solid #ff444475;
    }
    .myLADdIV h2 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 54px;
        font-weight: 600;
        color: #3a2f55;
    }
    .myLADdIV h3 {
        font-size: 15px;
    }
    .section-title h3 {
        font-size: 30px;
    }
    .divrow .divFlexiDiv {
        display: inline-block;
        width: 255px;
        margin-bottom: 15px;
    }
}