/**********************************************/
/*    RESPONSIVE LANDING PAGE DEFAULT SKIN    */
/**********************************************/
/*Default*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html { font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
body { font-family:open sans; font-size:14px; line-height:1.5; }
h1, h2, h3, h4, h5, h6 { line-height:1.5; }

/************************/
/*       LAYOUT         */
/************************/
.rlp-canvas { min-height: auto !important; }
.rlp-canvas { margin-left:auto; margin-right:auto; }
.rlp-block  { padding:0px !important; word-break: break-word; word-wrap: break-word; }
@media (max-width: 768px) { .rlp-block  { min-height:0px; } }

.rlp-block img { max-width: 100%; }

/************************/
/*     CONTENT BLOCK    */
/************************/
.rlp-block .content-block-holder       { }
.rlp-block .content-block-holder img   { max-width:100%; }

/************************/
/*      IMAGE BLOCK     */
/************************/
/*Template 1*/
.rlp-block[data-block-template-id="1"] .rlp-imageblock-template-1               { }
.rlp-block[data-block-template-id="1"] img                                      { }

/*Template 2*/
.rlp-block[data-block-template-id="2"] .rlp-imageblock-template-2               { }
.rlp-block[data-block-template-id="2"] .rlp-imageblock                          { float: right;margin: 5px 0px 10px 10px;max-width: 40%; }
.rlp-block[data-block-template-id="2"] .rlp-imageblock-content                  { text-align:justify; }
.rlp-block[data-block-template-id="2"] .rlp-imageblock-link                     { }
.rlp-block[data-block-template-id="2"] .rlp-imageblock-link a                   { }
.rlp-block[data-block-template-id="2"] .rlp-imageblock-link img                 { }

/*Template 3*/
.rlp-block[data-block-template-id="3"] .rlp-imageblock-template-3               { }
.rlp-block[data-block-template-id="3"] .rlp-imageblock                          { float: left;margin: 5px 10px 10px 0px;max-width: 40%; }
.rlp-block[data-block-template-id="3"] .rlp-imageblock-content                  { text-align:justify; }
.rlp-block[data-block-template-id="3"] .rlp-imageblock-link                     { }
.rlp-block[data-block-template-id="3"] .rlp-imageblock-link a                   { }
.rlp-block[data-block-template-id="3"] .rlp-imageblock-link img                 { }

/*Template 4*/
.rlp-block[data-block-template-id="4"] .rlp-imageblock-template-4               { }
.rlp-block[data-block-template-id="4"] .rlp-imageblock                          { margin-top:10px; }
.rlp-block[data-block-template-id="4"] .rlp-imageblock-content                  { text-align:center; }
.rlp-block[data-block-template-id="4"] .rlp-imageblock-link                     { }
.rlp-block[data-block-template-id="4"] .rlp-imageblock-link a                   { }
.rlp-block[data-block-template-id="4"] .rlp-imageblock-link img                 { }

/*Template 5*/
.rlp-block[data-block-template-id="5"] .rlp-imageblock-template-5               { }
.rlp-block[data-block-template-id="5"] .rlp-imageblock                          { margin-bottom:10px; }
.rlp-block[data-block-template-id="5"] .rlp-imageblock-content                  { text-align:center; }
.rlp-block[data-block-template-id="5"] .rlp-imageblock-link                     { }
.rlp-block[data-block-template-id="5"] .rlp-imageblock-link a                   { }
.rlp-block[data-block-template-id="5"] .rlp-imageblock-link img                 { }


/************************/
/*    FEATURE BLOCK     */
/************************/
/*Template 1*/
.rlp-block[data-block-template-id="1"] .rlp-featureblock-template-1             { overflow: hidden; }
.rlp-block[data-block-template-id="1"] .rlp-featureblock-feature-image          { max-width:40%; max-height:40%; margin-top:10px; float:left; margin-right:10px }
.rlp-block[data-block-template-id="1"] .rlp-featureblock-feature-title          { padding-top:14px;word-wrap: break-word; }
.rlp-block[data-block-template-id="1"] .rlp-featureblock-feature-description    { margin-top:9px;float:left; word-wrap: break-word; max-width: 100%;}

/*Template 2*/
.rlp-block[data-block-template-id="2"] .rlp-featureblock-template-2             { }
.rlp-block[data-block-template-id="2"] .rlp-featureblock-feature-image          { }
.rlp-block[data-block-template-id="2"] .rlp-featureblock-feature-title          { text-align:center;word-wrap: break-word;}
.rlp-block[data-block-template-id="2"] .rlp-featureblock-feature-description    { text-align:center;word-wrap: break-word; max-width: 100%;}

/*Template 3*/
.rlp-block[data-block-template-id="3"] .rlp-featureblock-template-3             { }
.rlp-block[data-block-template-id="3"] .rlp-featureblock-feature-image          { }
.rlp-block[data-block-template-id="3"] .rlp-featureblock-feature-title          { text-align: justify;word-wrap: break-word;}
.rlp-block[data-block-template-id="3"] .rlp-featureblock-feature-description    { text-align: justify;word-wrap: break-word;  max-width: 100%;}

/*Template 4*/
.rlp-block[data-block-template-id="4"] .rlp-featureblock-template-4             { }
.rlp-block[data-block-template-id="4"] .rlp-featureblock-feature-image          { }
.rlp-block[data-block-template-id="4"] .rlp-featureblock-feature-title          { word-wrap: break-word; text-align: justify;margin-left:20%}
.rlp-block[data-block-template-id="4"] .rlp-featureblock-feature-description    { word-wrap: break-word;text-align: justify; margin-left:20%;  max-width: 100%;}

/*Template 5*/
.rlp-block[data-block-template-id="5"] .rlp-featureblock-template-5             { overflow: auto; }
.rlp-block[data-block-template-id="5"] .rlp-featureblock-feature-title          { line-height:1.2;padding-top:14px;word-wrap: break-word;}
.rlp-block[data-block-template-id="5"] .rlp-featureblock-feature-description    { margin-top:9px;float:left;word-wrap: break-word;  max-width: 100%;}

/************************/
/*      CTA BLOCK       */
/************************/
/*Template 1*/
.rlp-block[data-block-template-id="1"] .rlp-ctablock-title                      { text-align: center; margin-bottom: 15px;}
.rlp-block[data-block-template-id="1"].rlp-ctablock-title-wrapper               { }
.rlp-block[data-block-template-id="1"] .rlp-ctablock-form-wrapper               {display:inline-block;}
.rlp-block[data-block-template-id="1"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="1"] .rlp-ctablock-form-wrapper form          { }
.rlp-block[data-block-template-id="1"] .rlp-ctabtn                              { }

/*Template 2*/
.rlp-block[data-block-template-id="2"] .rlp-ctablock-caption                    { text-align: center;padding-bottom: 15px;}
.rlp-block[data-block-template-id="2"] .rlp-ctablock-title                      { text-align: center;}
.rlp-block[data-block-template-id="2"] .rlp-ctablock-form-wrapper               {display:inline-block;}
.rlp-block[data-block-template-id="2"] .rlp-ctablock-title-wrapper              { }
.rlp-block[data-block-template-id="2"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="2"] .rlp-ctablock-form-wrapper form          { }

/*Template 3*/
.rlp-block[data-block-template-id="3"] .rlp-ctablock-button-wrapper             { margin-top: 10px;display: inline-block;}
.rlp-block[data-block-template-id="3"] .rlp-ctablock-title                      { margin-right: 20px;display: inline-block; vertical-align: middle; margin-top: 20px;}
.rlp-block[data-block-template-id="3"] .rlp-ctablock-title-wrapper              { }
.rlp-block[data-block-template-id="3"] .rlp-ctablock-form-wrapper               { display: inline-block; vertical-align: middle;}
.rlp-block[data-block-template-id="3"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="3"] .rlp-ctablock-form-wrapper form          { }

/*Template 4*/
.rlp-block[data-block-template-id="4"] .rlp-ctablock-caption                    { padding-bottom: 15px;}
.rlp-block[data-block-template-id="4"] .rlp-ctablock-template-4-wrapper         { margin-top:10px;}
.rlp-block[data-block-template-id="4"] .rlp-ctabtn                              { float:right !important;}
.rlp-block[data-block-template-id="4"] .rlp-ctablock-title-wrapper              { }
.rlp-block[data-block-template-id="4"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="4"] .rlp-ctablock-form-wrapper form          { }
@media (min-width:0px) and (max-width: 767px)
{
    .rlp-block[data-block-template-id="4"] .rlp-ctablock-button                 { float:none !important;}
    .rlp-block[data-block-template-id="4"] .rlp-ctabtn                          { float:none !important;}
    .rlp-block[data-block-template-id="4"] .rlp-ctablock-template-4             { margin-top:10px;text-align:center;}
    .rlp-block[data-block-template-id="4"] .rlp-ctablock-caption                { text-align: center;}
    .rlp-block[data-block-template-id="4"] .rlp-ctablock-title                  { text-align: center;}
}

/*Template 5*/
.rlp-block[data-block-template-id="5"] .rlp-ctablock-caption                    { margin-bottom: 10px;}
.rlp-block[data-block-template-id="5"] .rlp-ctablock-title                      { margin-bottom:10px;}
.rlp-block[data-block-template-id="5"] .rlp-ctablock-template-5-wrapper         { text-align:left;}
.rlp-block[data-block-template-id="5"] .rlp-ctablock-title-wrapper              { }
.rlp-block[data-block-template-id="5"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="5"] .rlp-ctablock-form-wrapper form          { }
@media (min-width:0px) and (max-width: 767px)
{
    .rlp-block[data-block-template-id="5"] .rlp-ctablock-template-5             { text-align:center;padding-left:0px;}
}

/*Template 6*/
.rlp-block[data-block-template-id="6"] .rlp-ctablock-caption                    { margin-bottom: 10px;}
.rlp-block[data-block-template-id="6"] .rlp-ctablock-title                      { margin-bottom:10px;}
.rlp-block[data-block-template-id="6"] .rlp-ctablock-template-6-wrapper         { text-align:right;}
.rlp-block[data-block-template-id="6"] .rlp-ctablock-title-wrapper              { }
.rlp-block[data-block-template-id="6"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="6"] .rlp-ctablock-form-wrapper form          { }
@media (min-width:0px) and (max-width: 767px)
{
    .rlp-block[data-block-template-id="6"] .rlp-ctablock-template-6             { text-align:center;padding-right:0px;}
}

/*Template 7*/
.rlp-block[data-block-template-id="7"] .rlp-ctablock-title                      { }
.rlp-block[data-block-template-id="7"].rlp-ctablock-title-wrapper               { }
.rlp-block[data-block-template-id="7"] .rlp-ctablock-form-wrapper               {display:inline-block;}
.rlp-block[data-block-template-id="7"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="7"] .rlp-ctablock-form-wrapper form          { }
.rlp-block[data-block-template-id="7"] .rlp-ctabtn                              { }

.rlp-block[data-block-template-id="8"] .rlp-ctablock-title                      { }
.rlp-block[data-block-template-id="8"].rlp-ctablock-title-wrapper               { }
.rlp-block[data-block-template-id="8"] .rlp-ctablock-form-wrapper               {display:inline-block;float: left !important;}
.rlp-block[data-block-template-id="8"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="8"] .rlp-ctablock-form-wrapper form          { }
.rlp-block[data-block-template-id="8"] .rlp-ctabtn                              { }

.rlp-block[data-block-template-id="9"] .rlp-ctablock-title                      { }
.rlp-block[data-block-template-id="9"].rlp-ctablock-title-wrapper               { }
.rlp-block[data-block-template-id="9"] .rlp-ctablock-form-wrapper               {display:inline-block;float: right !important;}
.rlp-block[data-block-template-id="9"] .rlp-ctablock-form-wrapper mxclickthroughform, 
.rlp-block[data-block-template-id="9"] .rlp-ctablock-form-wrapper form          { }
.rlp-block[data-block-template-id="9"] .rlp-ctabtn                              { }


/************************/
/*   TESTIMONIAL BLOCK  */
/************************/
/*Template 1*/
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-photo              { }
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-quote              { float:left;margin:6px 12px 6px 0px}
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-name               { word-wrap: break-word; float:right;font-size:20px;}
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-company-name       { word-wrap: break-word; float:right; display:inline-block;clear: right;word-break: break-all;text-align: right;}
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-designation        { word-wrap:break-word; float:right; display:inline-block; clear:right;}
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-comment            { text-align:justify;}
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-comment-wrapper    { }
.rlp-block[data-block-template-id="1"] .rlp-testimonialblock-company-details-wrapper{}

/*Template 2*/                                                                    
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-photo              { max-width:70%;}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-name               { word-wrap: break-word;}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-comment            { margin-left:30px;display: inline-block;text-align: justify;}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-company-name       { word-wrap: break-word;min-width:1%; display:inline-block;margin-right:5px;}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-designation        { word-wrap: break-word;min-width:1%; display:inline-block; float:left;}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-quote-wrapper      { border: 1px solid #e6e6e6; padding: 30px; border-radius: 2px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-quote-left         { position: absolute; margin: -12px 0 0 -10px; width: 33px; height: 28px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-quote-right        { float:right; display:block; margin-top:-25px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-quote-arrow        { display:block; margin:-1px 0 0 15px; background-image:url('https://dwmbily8o2kmd.cloudfront.net/common/images/responsivelandingpage/rlp-testimonialblock-down_arrow.png'); background-repeat:no-repeat; height:19px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-quote-box q        { display:block; margin:0 0 0 30px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-photo-wrapper      { float:left; display:inline-block; margin:-5px 15px 0 2px; width:71px; height:71px; }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-comment-wrapper    { }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-company-details-wrapper {}
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-info-wrapper       { }
.rlp-block[data-block-template-id="2"] .rlp-testimonialblock-name p             { margin-bottom:5px;}

/*Template 3*/
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-photo              { }
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-name               { word-wrap: break-word; font-weight:600}
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-company-name       { word-wrap: break-word;display:inline-block; float:left; min-width:15%;}
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-designation        { word-wrap: break-word;display:inline-block; float:left; min-width:15%; margin-right:5px;}
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-comment            { text-align: justify;}
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-comment p          { quotes: '\201c' '\201d'; }
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-comment p:before   { content: open-quote; }
.rlp-block[data-block-template-id="3"] .rlp-testimonialblock-comment p:after    { content: close-quote; }

/************************/
/*     MEDIA BLOCK      */
/************************/
.rlp-block .media-block-holder          { }
.rlp-block .media-block-holder iframe   { }

/************************/
/*      FORM BLOCK      */
/************************/
.rlp-block .form-block-holder                           { overflow: hidden; }
.rlp-block .form-block-holder mxform, 
.rlp-block .form-block-holder form                      {}
.rlp-block .form-block-holder .lp-form-header-wrapper   {}
.rlp-block .form-block-holder .lp-form-footer-wrapper   { margin-bottom:2%; }
.rlp-block .form-block-holder .field-label              {}
.rlp-block .form-block-holder .field-control            {}
.rlp-block .form-block-holder .field-control input, 
.rlp-block .form-block-holder .field-control textarea, 
.rlp-block .form-block-holder .field-control select     {}
.rlp-block .form-block-holder .form-submit-button       {}
.rlp-block .form-block-holder .validation-msg           {}
.rlp-block .form-block-holder .field-control-group .field-control ul li .field-option-label input   { margin: 1px 8px 0px 0px !important;}
.rlp-block .form-block-holder .field-control-group .field-control ul li .field-option-label         { font-weight:normal !important;vertical-align: baseline;display: block;clear: both;}
.rlp-block .form-block-holder .field-control-group .field-control ul li .field-option-description   {font-weight:normal;font-size:11px;padding-left:21px;margin-bottom: 10px;margin-top: -7px;opacity:0.7;display: block;clear: both;}
.rlp-block .form-block-holder .field-control-group[data-field-ctrl-type="checkboxlist"].inline .field-label { float:none; width: auto !important; }
.rlp-block .form-block-holder .field-control-group[data-field-ctrl-type="checkboxlist"] .field-label { float:none; width: auto !important; }

.journey-info-block:hover{
    
    background-color:lightblue !important;
}

.travel-deals-03-template .journey-info-block:hover{

  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
     background: none !important; 
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    box-shadow: none !important; 

}

@media only screen and (max-width: 600px) {
  .logo-img{
    display: block;
    margin: 0 auto;
    float: none;
}
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:0px;
    /*background-color:#ff9e30;*/
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    /*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}
.rlp-canvas{
    background-color:#fff !important;
}

.my-float{
    margin-top:16px;
}
.language-learning-01-template .pricing-block h4 {
    background: #fe3849 !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ol {
  list-style: none; /* Remove default bullets */
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
ol li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #Fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.float{
    position:fixed;
    width:80px;
    height:80px;
    bottom:40px;
    left:0px;
    /*background-color:#ff9e30;*/
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    /*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.my-float{
    margin-top:16px;
}
@media only screen and (max-width: 600px) {
.TopbannerX { background-size: contain!important; height: 210px!important; }
}
.Section2 .image-block-holder.block-inner-content {
    padding: 30px 25px 40px 25px!important;
    background-color: #fff;
    box-shadow: 0px 0px 29px rgb(0 0 0 / 10%);
    text-align: inherit;
}

.Section2 h3 {
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.callnow a {
    background: #097dea;
    background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%);
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.callnow {
    margin-top: 25px;
}

.callnow a:hover {
    background: #24282F!important;
}



.SectionTop p.ProsemirrorEditor-listItem {
    margin-left: 0!important;
}

.SectionTop h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.SectionTop .formheadings p {
    color: #fff;
    text-align: center;
}

.SectionTop button#form-submit-button {
    background: #097dea;
    background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%);
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff !important;
    border: none;
    border-radius: 2px!important;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
}

.SectionTop button#form-submit-button:hover {
    opacity: 0.8;
}
.SectionBgColor h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.SectionBgColor p {
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.SectionBgColor .btn.callnow {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.SectionBgColor:before {
    content: '';
    display: block;
    position: absolute;
    background: rgb(0 0 0 / 48%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.SectionBgColor {
    position: relative;
}
.FooterMain .content-block-holder.block-inner-content { background: transparent!important; }





/*-----16jan2023-----*/


.topphone { text-align: right;}
   
/*.rlp-sub-section {
    display: flex;
    vertical-align: middle;
    align-items: center;
      padding-top: 15px;
}*/

.form-submit-button {
    min-height: 45px !important;
    border-radius: 100px !important;
    
}

.para-width {
    max-width: 1050px;
    margin: auto;
}

.event-img-box {
    padding: 20px;
    box-shadow: 0px 0px 6.1px 3.9px rgb(28 31 86 / 4%);
}
.event-img-box .rlp-imageblock-content u {
    text-decoration: none !important;
  
}

.event-img-box .rlp-imageblock-content a span {
    font-size: 17px !important;
    font-weight: 500;
}

.event-img-box .rlp-imageblock-content{ padding-top: 15px;}

.event-img-box .rlp-imageblock-template-5 img {
    transform: scale(1);
    transition: all 0.3s;
}

.event-img-box .rlp-imageblock-template-5 .rlp-imageblock-link a:hover img {
    transform: scale(1.2);
}
.event-img-box .rlp-imageblock-template-5 {
    overflow: hidden;
}

.serv-col {
    box-shadow: 0px 0px 6.1px 3.9px rgb(28 31 86 / 11%) !important;
    min-height: 440px !important;
    padding-top: 35px;
}

.serv-list-box ul {
    list-style: none;
    padding-left: 15px;
    columns: 2;
  padding-top: 25px;
}

.serv-list-box ul li {
    display: flex;
    color: #808285;
    padding-bottom: 10px;
    font-size: 15px;
}

.serv-list-box span {color: #ED1E78;}

.serv-col-bg { background: #ececec;}

.dove-img-box:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background: #e1e1e126;
    left:380px;
    top: 80px;
}

.dove-img-box:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background: #e1e1e126;
    right: 380px;
    top: 80px;
}
.dove-img-box {
  text-align: center;
    margin-top: 30px;
   margin-bottom: 30px;
}
    
    .form-submit-button:hover {
    background: transparent !important;
    text-shadow: none !important;
    color: #ed1e78 !important;
}

.bottom-btn {
    border-radius: 50px;
    border: 1px #ed1e78 solid;
}
.bottom-btn a {
    text-decoration: none !important;
    font-size: 17px;
}

.bottom-btn:hover {
    background: transparent !important;
  
}
.bottom-btn:hover a span {
    color: #ed1e78 !important;
}
.TopBanner1:before {
    content: '';
    background: #00000070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.TopBanner1 {
    position: relative;
}

.TopBanner1 h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.pageHeadings {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

.pageHeadings:after {
    content: '';
    background: #333;
    width: 100px;
    height: 2px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.event-img-box {
    height: 200px!important;
}

.event-img-box a {
    font-weight: bold;
}

.event-img-box .rlp-imageblock-content a span {
    font-weight: bold;
    text-transform: uppercase;
}
.bannertext h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.bannertext p {
    color: #fff;
    font-size: 16px;
}

.top-form-btn {
    border-radius: 10px;
    text-align: inherit;
    box-shadow: 10px 10px #E40563!important;
}

.TopBanner1 {
    padding-bottom: 100px!important;
}


.contact-btn a {
    padding: 17px 57px;
    color: #fff;
    background: #DC212A;
    /* margin-top: 10px; */
    font-family: 'Roboto';
    transition: 0.5s ease-in-out;
    font-weight: bold;
    border: 1px solid #DC212A;
}
.contact-btn a:hover {
    background: transparent;
    color: #DC212A;
}

.form-submit-button:hover {
    background: transparent !important;
    text-shadow: none !important;
    color: #DC212A !important;
}
.contact-btn {
    margin-top: 40px;
}
span.indexfinger img {
    width: 56px;
    padding-left: 13px;
}
.rlp-section-wrapper.last-sec-img {
  
    background: url(https://f2.leadsquaredcdn.com/t/t20160902223902/content/common/images/about.jpg) left top no-repeat !important;
background-size: cover !important;
    background-attachment: fixed !important;
      position:relative;
}
.rlp-section-wrapper.last-sec-img:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-btn1  img {
    padding-bottom: 5px;
    width: 34px;
    padding-right: 10px;
}
.contact-btn1 a {
    padding: 15px 31px;
    color: #fff;
    background: #DC212A;
    /* margin-top: 10px; */
    font-family: 'Roboto';
    font-weight: bold;
        transition: all 0.5s ease-in-out;
    border: 1px solid #DC212A;
}
/*.contact-btn1 a:hover {
     color: #DC212A; 
    background: transparent;
    border-color: #fff;
}*/
img.red-call {
    display: none;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*/*-----Testimonial-------*/

/*.container .col-lg-4 {
    display: flex;
    justify-content: center;
}

.card {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

.card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

/*.card .face.front-face,
.card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card .face.front-face .name {
    letter-spacing: 2px;
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}

.card:hover .face.front-face {
    transform: rotateY(180deg);
}

.card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

.card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

.card:hover .face.back-face {
    transform: rotateY(360deg);
}
*/

/* ------testimonial  close-------*/*/
.support-icon-item {
    background-image: url(https://f2.leadsquaredcdn.com/t/t20160902223902/content/common/images/pattern-banner1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 55px 0;
}
.support-icon-item a {
    display: block;
}
.home-support .home-support-outer * {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.content-block-holder.block-inner-content.processseccol2{
position:relative;
 

}
.processsec{
position:relative;

}


.processseccol2 a {
    text-align: center;
    color: #fff;
}
.processseccol2 .col-md-6.col-sm-6 {
    margin-bottom: 30px;
}
.ftr-btn a {
    min-height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    filter: none;
    background-image: none;
    background-color: rgb(220, 33, 42);
    padding: 15px 10px;
}
.ftr-section .rlp-sub-section{
display:block;
}
.banner-sec img {
    margin: 0 auto;
    max-width: 1313px;
    width: 100%;
}
.processseccol2 .col-md-3.col-sm-6 {
    margin-bottom: 20px;
}
.banner-sec img {
    margin: 0 auto;
    max-width: 1313px;
    width: 100%;
}
.section4 img {
    height: 400px;
  object-fit:cover;
}
.servicescol1.image-block-holder.block-inner-content:hover {
    /* background: #DC212A !important; */
    border-color: #DC212A !important;
}
.servicescol1.image-block-holder.block-inner-content:hover:before {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.servicescol1.image-block-holder.block-inner-content:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dc212a;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}

body,html{
scroll-behavior: smooth;
}

@media (max-width: 767px){
div#rlp-block-4 {
    width: 40%;
}

   .section1col1{
 padding-top:0 !important;
 }
div#rlp-block-8586 {
    display: none !important;
}
  .section2{
    line-height: 41px;
  }
  .section2 span{
 font-size:32px !important;
 } 
.section3 span{
    font-size:40px !important;
}  
 .processseccol2 span{
    font-size:38px !important;
} 
 .banner-sec {
    /* min-height: 150px; */
    display: block !important;
     padding-top: 0px !important; 
    padding-bottom: 0px !important; 
    /* background-repeat: no-repeat; */
    /* background-position: center top; */
    filter: none;
    background-image: url(".rlp-sub-section");
} 
 .banner-sec .image-block-holder.block-inner-content {
    min-height: 15px; 
    margin-left: 0px !important;
    margin-right: 0px !important;
} 
  
  
  
    .TopBanner1 .rlp-sub-section {
    display: block!important;
    text-align: center !important;
}

.TopBanner1  div#rpl-sub-section-9440 {
    display: flex!important;
    background: red;
    padding-bottom: 10px !important;
}
  .wcSection4 .row {
    display: block!important;
}

.event-img-box {
    height: 300px!important;
}

.event-img-box img.img-responsive.rlp-imageblock.center-block {
    height: 220px!important;
    object-fit: cover;
    display: block;
}

.event-img-box a {
    display: block;
}

.event-img-box a span {
    display: block;
}
  .wcSection3 { overflow: hidden; }
  .rlp-section-wrapper.wcSection3 {
    overflow: hidden;
}

.wcSection5 {
    background: #ececec!important;
}

.wcSection5 .row {
    display: block!important;
}

.wcSection5 .row .rlp-block {
    margin-top: 20px!important;
}
  .pageHeadings {
    font-size: 20px;
}
  .TopBanner1 .container.rlp-section .row:nth-child(1) {
    display: flex!important;
}
  .processsec{
    background-position: top center !important;
        background-size: cover !important;

}
.section3p span{
font-size:42px !important;

}}
/*@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
}*/
@media(max-width:767px){
  .rlp-sub-section{
  display:block;
  }
.section1col2 h1 strong {
    font-size: 22px !important;
}
.section1col2 button#form-submit-button {
    font-size: 14px !important;
    /* text-align: center; */
    padding-top: 3px;
}
.section1col1 {
    text-align: center !important;
}
.section1col1 span br {
    display: none;
}
.section1col1 span {
    font-size: 17px !important;
    text-align: center !important;
    line-height: 36px !important;
    /* align-items: center; */
}
.contact-btn a {
    padding: 12px 42px;
}
.section2col1 span {
    font-size: 19px !important;
    text-align: center;
}
.section2col1 {
    text-align: center !important;
}
.section2col1 p {
    margin-top: 0 !important;
    /* margin-bottom: -28px !important; */
}
.section4col2 {
    text-align: center;
    margin-top: 20px;
}
.section4col2 span {
    font-size: 24px !important;
    /* padding-top: 23px; */
    /* margin-top: 20px; */
}
.hidden-xs{
display:block !important;
}
span.indexfinger img {
    padding-top: 12px;
    padding-left: 0;
    width: 50px;
}
.last-section span {
    font-size: 18px !important;
}
.last-section {
    padding: 15px !important;
    /* font-size: 20px !important; */
}
 .contact-btn1 {
    margin-top: 40px;
} 
  .section1 div#rlp-block-4 {
    text-align: center;
}
.contact-btn1 {
    text-align: center !important;
    margin-top: 0 !important;
  
}

  .contact-btn1 a{
  
  padding: 10px 10px !important;
  
}
  .content-block-holder.block-inner-content.logo-img img {
    width: 80%;
}
div#rlp-block-723 {
    text-align: center;
   

}
.processsec {
  background-position: top center;
}
span.section3 {
    font-size:40px;
} 
.section1{
padding-bottom:0 !important;
min-height:350px !important;
}  
.section1  .container.rlp-section{
min-height:350px !important;
}
.contactndsign{
  display:block !important;
}
.contact-btn {
    margin-top: 40px !important;
}
div#rlp-block-3611 {
    width: 60%;
}
div#rpl-sub-section-9556 {
    display: flex;
    align-items: center;
}
.section4 img{
    padding: 20px;
}
  .content-block-holder.block-inner-content.ftr-bock br{
  display:none;
  }
.headersection .rlp-section > .rlp-sub-section {
    display: flex;
    align-items: center;
}

  .section4col2{
  padding-top:0 !important;
  }
  .section1btnsec{
  padding-top:17px !important;
  }
.rlp-section-wrapper.headersection.active .section1btnsec {
    padding-top: 39px !important;
}
}


@keyframes stickyslide{
    0% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}



.rlp-section-wrapper.headersection.active div#rpl-section-14 {
    min-height: 0 !important;
}
.rlp-section-wrapper.headersection.active .content-block-holder.block-inner-content.logo-img {
    min-height: 0 !important;
}

a#callme1 {
    position: fixed;
    right: 24px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: .8;
    z-index: 9999;
}
#callme1 #callmeMain1 {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ff9e30;
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    display: flex;
    justify-content: center;
}

#callme1 #callmeMain1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation: zcwphone2 1.5s linear infinite;
}
#callmeMain1 img {
    max-width: 28px;
}
@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%)
    }
    100% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%)
    }
}
.wcSection4 .event-img-box { height: 260px!important;}
.wcSection5 .pageHeadings { margin-bottom: 15px; }
.services-col2 img {
    width: 45%;
}
.section1-ootm img.img-responsive.rlp-imageblock.center-block {
   
    width: 100%;
}
.section1-ootm .container {
    max-width: 100%;
    width: 100%;
}
.image-block-holder.block-inner-content.section4col1 {
    margin: 0 !important;
}
.ftr-section div#rlp-block-6 {
    margin: 0 auto;
    display: block!important;
    width: 100%!important;
    max-width: 530px;
    float: none;
}

.ftr-section div#rpl-sub-section-12960 {
    text-align: center;
    display: block;
}
.SectionContactform {
    padding: 40px 0!important;
}

.SectionContactform div#rlp-block-8449 {
    margin: 0 auto!important;
    display: block!important;
    float: none;
    max-width: 490px;
}

.SectionContactform div#rpl-sub-section-8475 {
    text-align: center;
}
.cta-button a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cta-button {
    position: relative;
}
.section3 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.section3 table, .section3 th, .section3 td {
  border: 2px solid #fff;
  border-collapse: collapse;
  color: #fff;
  padding: 10px;
}
.section3 table {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}

.section2 {
    box-shadow: 0 12px 33px rgb(14 49 178 / 10%);
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    border-bottom-width: 2px !important;
    padding-top: 40px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    border: none!important;
    padding-left: 30px !important;
    border-bottom: 2px solid #ff4834 !important;
    border-bottom-style: solid !important;
    border-radius: 5px !important;
    background: #fff!important;
    margin-bottom: 60px!important;
    font-size: 18px;
}

.section4 {
    background: #333!important;
}

.section4 a {
    color: #fff!important;
}
.Formdesign h1 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.Formdesign {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%)!important;
    border: none!important;
    background: #fff!important;
}

.section2 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}

.section3 {
    margin-bottom: 40px!important;
}
.reseat a {
    background: #fff;
    padding: 12px;
    width: 100%;
    display: block;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #fff;
}

.reseat a:hover {
    background: transparent;
    color: #fff;
}
.AbtSpk span.rlp-testimonialblock-quote-left {display: none;}
.AbtSpk span.rlp-testimonialblock-quote-right {display: none;}
.AbtSpk { text-align: center;}
.AbtSpk .rlp-testimonialblock-template-2 { max-width: 450px;margin: 0 auto;}
.rlp-testimonialblock-name { font-weight: bold;  text-align: left;  font-size: 16px;}
.rlp-testimonialblock-company-details-wrapper {  text-align: left;}
span.rlp-testimonialblock-quote-right { display: none!important;}
.AbtSpk  img {
    max-width: 200px!important;
}

p.abtspk {
    text-align: left;
}

.AbtSpk h3 {     text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}
p.cpkd { text-align: left; }
.AbtSpk  .container {
    max-width: 800px;
    margin: 0 auto!important;
}
table.timelap th { text-align: center; }
h2.maintitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 18px;
}

ul.mylist li:before {
    content: counter(steps);
    margin-right: 0.5rem;
    background: #dc2129;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 1.2em;
}

ul.mylist li {
    counter-increment: steps;
    list-style: none;
    margin-bottom: 10px;
}

ul.mylist {
    margin-left: 0;
    padding-left: 0;
}
ul.mylist.style-2 li:before {
    background: #fff;
    color: #000;
}

.BgFull:before {
    background: rgb(0 0 0 / 73%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.BgFull {
    position: relative;
    background-attachment: fixed!important;
}

.cPra {
    font-size: 18px;
    line-height: 28px;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Footerclass .content-block-holder.block-inner-content.Footerclass {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Footerclass .content-block-holder.block-inner-content.Footerclass a {
    color: #fff;
}
.ActionBar p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;

}

.ActionBar {
    padding-top: 39px;
}
.mainheader:before {
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.85;
}

.mainheader {
    position: relative;
}
.MainHeader .rlp-sub-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 600px) {
  .cPra { max-width: 100%; }
  
}


div#rlp-block-5751 {
    margin: 0 auto;
    max-width: 500px;
    float: none;
}


.phonenumber a {
    background: #ff9e30;
    border: 2px solid #ff9e30;
    padding: 10px 25px;
    border-radius: 30px;
}


@media(max-width:767px){
.ActionBar { padding-bottom: 75px;}

.mylist li {display: flex;}
    

}
.reseat2 a { background: #b01a22; padding: 12px; width: 100%; display: block; max-width: 280px; margin: 0 auto; margin-bottom: 30px; font-weight: bold; color: #fff; text-transform: uppercase; border-radius: 30px; border: 2px solid #b01a22; margin-left: 0; }
.btnTwo a {
    background: #b01a22;
    padding: 12px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #b01a22;
    margin-left: 0;
    margin: 10px;
}

.btnTwo {margin-top: 40px;margin-bottom: 50px;}

.btnTwo a.btn2 {
    background: #fff;
    color: #b01a22;
}

.btnTwo a:hover {
    background: #fff;
    color: #b01a22;
}

.btnTwo a.btn2:hover {
    background: #b01a22;
    color: #fff;
}
.rlp-canvas { height: auto!important; }
@media only screen and (max-width: 600px) {
.centermobile { text-align: center; list-style: none; margin-right: 0; margin-left: 0; }
}
svg {}

.whatsappbtn div#callmeMain1 svg {
    margin-top: 10px;
}

.btnwhatsapnop a {
    background: #ff9e30;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 2px;
}


.headermain {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.label-placement.inside .field-control-group input[type="text"], .label-placement.inside .field-control-group input[type="password"], .label-placement.inside .field-control-group textarea {
   font-size: 16px!important;
}

.label-placement.inside .field-control-group select {
    font-size: 16px!important;
}

.label-placement.inside .field-control-group .field-control input.flag-input {
    font-size: 16px!important;
}
ul.icons-6-newspaper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

ul.icons-6-newspaper li {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

ul.icons-6-newspaper li h3 {
    font-weight: bold;a
    font-size: 22px;
}
.rlp-canvas { min-height: auto !important; }
@media only screen and (max-width: 600px) {
#topsection1 h1 {
font-size: 20px !important;
        margin: 0;
        line-height: 1.2;
        margin-bottom: 10px;
}

#topsection1 p {
    padding-bottom: 0px !important; font-size: 18px !important;
}
#topsection5 h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
}
#topsection2 h2 span {
    font-size: 22px!important;
}
#topsection1 h2 span {
    font-size: 22px !important;
    line-height: 1.2;
    display: block;
}
div#rlp-block-929 ul {
    text-align: left;
}

#topsection3 h2 {
    font-size: 20px!important;
    border-top: 2px solid #ccc;
    padding-top: 20px;
}

#topsection4 h2 {
    font-size: 25px!important;
}

.topsection6 .content-block-holder.block-inner-content.journey-info-block {
    padding: 0px 20px!important;
    min-height: auto!important;
}

.topsection6 .content-block-holder.block-inner-content.journey-info-block {
    padding: 0!important;
}

.topsection6 img {
    height: auto!important;
}

.topsection6 img {
    height: auto!important;
    margin-bottom: 10px!important;
}

.topsection6 .content-block-holder.block-inner-content.journey-info-block {padding:30px!important;}

    p.abtspk {
    text-align: center;
}

.topsection6 .content-block-holder.block-inner-content {
    text-align: center;
}

.AbtSpk h3 {
    text-align: center;
}

.reseat2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.reseat2 a {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

p.cpkd {
    text-align: center;
}

ul.lpulli {
    list-style: none;
}
  .headermain img {
    max-width: 100px!important;
}

#topsection1 h1 {
    text-align: center;
}

#topsection1 p {
    text-align: center;
}
.phonenumber a { font-size: 18px; padding: 10px 15px; }
  ul.icons-6-newspaper {
    grid-template-columns: 1fr;
}

ul.icons-6-newspaper li h3 {
    font-size: 18px;
}
}