  body {
  background: #F1F3F2;
}

h1 {
  margin-top: 70px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: -2px 2px #90cce0;
}

.box {
  margin: 15px auto 15px;
  background: #fff;
  border-radius: 3px;
  padding: 20px 0 30px;
  display: grid;
}

[class^=ribbon-] {
  position: relative;
  margin-bottom: 20px;
}
[class^=ribbon-]:before, [class^=ribbon-]:after {
  content: "";
  position: absolute;
}



.ribbon-3, .ribbon-4 {
    width: 180px;
    height: 70px;
    margin-left: -10px;
    margin-right: -10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ribbon-3:before, .ribbon-4:before {
  height: 0;
  width: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.ribbon-3, .ribbon-4red {
    width: 180px;
    height: 70px;
    margin-left: -10px;
    margin-right: -10px;
}
.ribbon-3:before, .ribbon-4red:before {
  height: 0;
  width: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.ribbon-3, .ribbon-4grad {
    width: 180px;
    height: 70px;
    margin-left: -10px;
    margin-right: -10px;
}
.ribbon-3:before, .ribbon-4grad:before {
  height: 0;
  width: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
  bottom: -10px;
}


.ribbon-4:before {
    height: 0;
    width: 0;
    border-width: 0px 0px 25px 25px;
    border-style: solid;
    border-color: #00A898 #00A898 #00A898 transparent;
    top: 23px;
    right: -12px;
    transform: rotate(-45deg);
    border-bottom-right-radius: 4px;
}

.ribbon-4red:before {
    height: 0;
    width: 0;
    border-width: 0px 0px 25px 25px;
    border-style: solid;
    border-color: #ED1654 #ED1654 #ED1654 transparent;
    top: 23px;
    right: -12px;
    transform: rotate(-45deg);
    border-bottom-right-radius: 4px;
}

.ribbon-4red .ribbon-content:after {
    border-bottom: 10px solid #a70a37;
}

.ribbon-4red .ribbon-content:before {
    border-top: 10px solid #a70a37;
}

.ribbon-4grad:before {
    height: 0;
    width: 0;
    border-width: 0px 0px 25px 25px;
    border-style: solid;
    border-color: #ED1654 #9e2369  #9e2369  transparent;
    top: 23px;
    right: -12px;
    transform: rotate(-45deg);
    border-bottom-right-radius: 4px;
}

.ribbon-4grad .ribbon-content:after {
    border-bottom: 10px solid #a70a37;
}

.ribbon-4grad .ribbon-content:before {
    border-top: 10px solid #a70a37;
}


.ribbon-content {
  height: inherit;
  margin-bottom: 0;
  z-index: 100;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 0;
}
.ribbon-content:after {
    height: 0;
    width: 0;
    border-bottom: 10px solid #26808b;
    border-left: 10px solid transparent;
    left: 0;
    top: -10px;
} 

.box .head_sec { padding: 15px 0; }
.box .head_img_sec { margin: 0 10px;padding: 10px; }
.box .head_img_sec img { width: 40px; }
.txt_sec_rbn { text-align: center; padding: 12px;  color: #19a698;  }
.txt_sec_rbn h3{ margin: 0; font-weight: 600;font-size: 15px; }
.top_sec{ justify-content: space-between;display: flex; }
.box li { list-style: none; }
.box li{ list-style-image: url(../images/ins_check.png); font-size: 16px; padding: 5px 0px 5px 8px; font-weight: 600;margin-left: 20px;color: #000;
    font-family: 'Myriad Pro Bold';}
.box .second_sec p{ text-align: justify; font-size: 13px; font-weight: 600;color: #000;margin-top: 10px;}  
.third_sec .text-right p { color: #64276f; font-family: 'Myriad Pro Bold'; } 
.head_sec h4 { font-size: 20px; font-family: 'Myriad Pro Bold';}
.nopad{ padding: 0; }
.searchsbmtfot_book {
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 45px;
    background: #64276f!important;
    border: 0;
    border-radius: 5px !important;
    padding: 10px 25px;
    font-family: 'Myriad Pro semibold';
    width: auto;
  }
.third_sec {
    color: #64276f;
    font-weight: 600;
}
.third_sec span {
    font-size: 22px;
}
.third_sec a {
    color: #fff;
    text-decoration: underline;
}
.bg_green{ background: #00A898; }

.bg_red{ background: #ED1654; }

.bg_grad{ background-image: linear-gradient(#e91e63, #64276F); }
 
.pd_lr30{ padding: 0 30px; }

.comon_backbg {  padding-bottom: 20px!important; }

#visa_search .form-control {
    height: 45px;
    border-radius: 3px;
    box-shadow: none;
}

.visa_country_code {
    border-radius: 3px 0px 0px 3px!important;
    padding: 6px 8px;
}

#visa_search .normalinput {
    padding-left: 15px!important;
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
    height: 45px;
}

#visa_search {
     text-align: left!important;
 }

.mb10{ margin-bottom: 10px; }

.trip_date:before {
    content: "";
    bottom: 0;
    color: #333;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    left: 20px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 48px;
    width: 35px;
    font-weight: 300;
    background: url(../images/date_new.png) no-repeat;
    background-size: 22px 22px;
}

.trip_date .payinput {
    padding-left: 40px;
}
span.cls_rtn_ins::after {
    content: '\f00d ';
    background: #19a698;
    position: absolute;
    height: 20px;
    top: 0;
    width: 21px;
    border-radius: 4px;
    right: -1px;
    font-family: 'Font Awesome 5 pro';
    color: #fff;
    padding: 0.8em 0.5em;
    line-height: 2px;
}
.cls_rtn_ins {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    cursor: pointer;
    width: 20px;
}

.totlall.ins { min-width: 110px; }

.insidebosc {
    padding: 0 0 0 0px;
}

.container{ width:1170px; }