body, html, * {font-family: 'Mukta', sans-serif;}
body {background: #fbfbfb;}

.home-bg {
  background-image: url(../../../../../image/home-bg.png);
  background-position: 0px 15%;
  background-color: #ebecec;
}

.top-header {
    background: #65389b;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-header .top-slogan {
  color : #fff;
  font-size : 16px;
  font-weight: 200;
}

.top-header .top-slogan a.top-connect-now {
    border-radius: 6px;
    display: inline-block;
    padding: 5px 9px;
    color: #4e00ab;
    font-weight: 400;
    background: #ff9616;
    font-size : 13px;
}

.top-header .call-link, .right-header .call-link {
  text-decoration: none;
  color : #68379a;
  font-weight: 600;
  font-size : 15px;
  margin-right : 5px;
  font-weight: 200;
}

.top-header a.online-islemler-link, .right-header a.online-islemler-link {
  display: inline-block;
  padding : 4px 9px;
  background: #50fbac;
  text-decoration: none;
  color : #222;
  text-align: center;
  border-radius : 6px;
  font-weight: 200;
  font-size : 13px;
}

.top-header a.online-islemler-link:hover, .right-header a.online-islemler-link:hover {
  transition : all 0.3s;
  background: #62399c;
  color : #fff;

}

.main-header {
  transition: top 0.4s;
  box-shadow: 0 0 10px #B1B3B3;
  background-image: linear-gradient(to top,rgba(238, 239, 239, 0.86) 0%,#ebecec 100%);
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}


.main-header ul.menu-items {
  display: inline-block;
  padding : 0;
  margin : 0;
}
.main-header ul.menu-items li {
  list-style: none;
  float : left;
}

.main-header ul.menu-items li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #3f4444;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    transition: all .4s;
}

.main-header ul.menu-items li a:first-child { padding-left : 0; }

.main-header ul.menu-items li a:hover, .main-header ul.menu-items li:hover a {
  color: #64379A;
  transition: color .3s;
}

.main-header ul.menu-items li a:after {
    content: ' ';
    position: absolute;
    width: 0px;
    background: transparent;
    left: 50%;
    margin-left: 0;
    bottom: 4px;
    transition: all 0.3s;
    height: 2px;
}

.main-header ul.menu-items li:hover > a:after {
  width: 70%;
  margin-left: -35%;
  background: #3f4444;
  transition: all 0.5s;
}


.main-header .logo-wrapper a {
  display: inline-block;
  max-width : 120px;
  padding: 8px 0;
  text-align: center;
}

.main-header-fixed .logo-wrapper a {
  max-width: 80px;
  padding: 0;
}

.main-header-fixed ul.menu-items li a {
  padding-bottom : 0;
}

.text-bold {font-weight: 600;}
.text-normal {font-weight: 200 !important;}


.package-item-wrapper {
  border-top: 4px solid #61399c;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 0 0 10px 10px;
}

.package-item-wrapper:hover {
  box-shadow: 0 0 20px 1px #949292;
  transition: all 0.4s;
}

.package-item-wrapper .speed-info {
  background: #2c2538;
  margin : 0;
  color: #fff;
  transition: background .3s;
}

.package-item-wrapper:hover .speed-info {

}

.package-item-wrapper .speed-info div.col-6 { padding-top : 10px; padding-bottom : 10px;}
.package-item-wrapper .speed-info div.col-6:first-child {
      border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.package-item-wrapper .speed-info span.featured-item {
  font-size : 24px;
}
.package-item-wrapper .speed-info span.small-text {
  font-size : 14px;
  color : #cccbcb;
}

.package-item-wrapper .price-info span.text-small {
  font-size : 12px;
  color : #616060;
}


.package-item-wrapper .price-info {
  padding-top : 40px;
  padding-bottom : 20px;
}
.package-item-wrapper .price-info span.price-total {
  font-size: 3rem;
  font-weight: 600;
  color : #2c2538;
  margin-left: 65px;
}

.package-item-wrapper .price-info span.price-total sup {
  left : -10px;
}

.package-item-wrapper .price-info span.price-total sub {
  left: -60px;
  font-size: 20px;
  color : #616060;
  font-weight: 200;
}

.package-item-wrapper .price-info span.free-price {
  font-size : 14px;
  color : #616060;
  font-weight: 200;
}


.package-item-wrapper .connect-now-package {
  margin : 0;
}
.package-item-wrapper .connect-now-package div.col-6 {
  padding : 0;
}

.package-item-wrapper .connect-now-package div.col-6 a {
  display: block;
  width: 100%;
  padding : 15px 0;
  text-align: center;
  color : #fff;
  font-weight: 200;
  font-size : 14px;
  text-decoration: none;
  transition : all 0.3s;
}
.package-item-wrapper .connect-now-package div.col-6 a svg{
  transition: all 0.3s;
  margin-left : 0;
  margin-right: 0;
}
.package-item-wrapper .connect-now-package div.col-6:nth-child(1) a:hover svg{
  margin-right : 10px;
  transition : all 0.3s;
}

.package-item-wrapper .connect-now-package div.col-6:nth-child(2) a:hover svg{
  margin-left : 10px;
  transition : all 0.3s;
}

.package-item-wrapper .connect-now-package div.col-6:nth-child(1) a { background: #61399c; }

.package-item-wrapper .connect-now-package div.col-6:nth-child(2) a { background: #ffffff; color : #222; }

.package-item-wrapper .connect-now-package div.col-6:nth-child(2) a:hover { background: #f7f5f5; }



.page-bg-sperator {
  background: rgba(24, 48, 169, 0.16);
}

.welcomeText {
   padding-top : 50px;
   padding-bottom : 50px;
}

.welcomeText h2 {
		font-weight:700 !important;
    font-size: 4.25em !important;
    line-height: 0.96em !important;
    background: -webkit-linear-gradient(top,#c1197f 47%,#882192 98%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -2px !important;
}

.welcomeText p {
  padding-left: 5px;
}

.connect-input {
    padding-left: 2px;
    padding-right: 2px;
    color: #596165;
    position: relative;
}
.connect-input-wrap {background-color: #f2f2f2;    -moz-box-shadow: rgba(0,0,0,0.1) 3px 15px 43px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 3px 15px 43px;
    box-shadow: rgba(0,0,0,0.1) 3px 15px 43px;
    border: 1px solid white;}

textarea, select:not(.form-control), input:not(.form-control), .dropdown-toggle, .form-container label, .instruction-text {
        border: 1px solid #d9d9d9;
        min-height: 80px;
        color: #696c73;
        font-weight: normal;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0;
        width: 100%;
        padding: 20px;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 40px;
    }

.connect-input label {
    font-size: 1.5em;
    line-height: 2em;
    position: absolute;
    top: 21px;
    left: 25px;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}
.connect-input input:first-of-type {
    padding-left: 44px;
}
.connect-input input:first-of-type + input {
  border-left : 1px solid #eee;
}
.connect-input input {
    padding-left: 40px;
    background-color: rgba(255,255,255,0.97);
    width: 30%;
    padding-left: 15px;
    border: none;
}
.connect-input-wrap input {
    margin-bottom: 0;
}
.connect-input button[type="submit"] {
	background-color: rgba(255,255,255,0.97);
    color: #9F1E8B;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: center;
    min-height: 80px;
    padding: 0; width: 10%;  border: none;outline : none;
		position : relative;
}
.form-error {opacity : 0;margin-bottom:4px;}
.connect-input button[type="submit"]:before {
	 position : absolute;
	 content : ' ';
	 height : 40%;
	 left:0;
	 top :30%;
	 width : 1px;
	 background : #9F1E8B;
}
.connect-input input {
    padding-left: 40px;
    background-color: rgba(255,255,255,0.97);
    width: 45%;
    padding-left: 15px;
    border: none;
}

.exitingModal .modal-header {
  padding : 0 !important;
  border-bottom : 0px;
}

.exitingModal .modal-content {
  background: transparent !important;
  border : 0px;
}
.connect-input .showAlert {
  color: #fff;
  background: #80003b;
  border-radius: 12px;
}
.exitingModal .modal-body {
  background-image : url(../../../../../image/exitingModalBg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.exitingModal .modal-body h1.colored-title {
  font-weight:700 !important;
  font-size: 2.25em !important;
  line-height: 0.96em !important;
  background: -webkit-linear-gradient(top,#00bcd4 47%,#2196f3 98%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: -2px !important;
  padding-top : 15px;
}

.exitingModal .welcomeText {
  padding-top : 5px;
  padding-bottom : 100px;
}
.exitingModal .connect-input input:first-of-type + input {
    width: 45%;
}

.exitingModal .connect-input input {
    padding-left: 40px;
    background: rgba(255, 255, 255, 0.95);
    width: 45%;
    padding-left: 15px;
    border: none;
}
.exitingModal textarea,.exitingModal select,.exitingModal input[type="password"],.exitingModal input[type="file"],.exitingModal input[type="email"],.exitingModal input[type="date"],.exitingModal input[type="number"],.exitingModal input[type="tel"],.exitingModal input[type="text"],.exitingModal .dropdown-toggle,.exitingModal .form-container label,.exitingModal .instruction-text {
  padding : 10px;
  min-height: 50px;
}

.exitingModal .connect-input button[type="submit"] {
  min-height: 50px;
}

.exitingModal .connect-input-wrap {
  background: transparent;
  border : 0px;
}
.exitingModal button.close { font-size: 34px; color : #ffeb3b; opacity: 1;}

.small-text {
  font-size : 13px;
}

.footer-wrapper h4 {
  font-weight: 600;
  font-size: 1.50em !important;
  line-height: 1em !important;
  background: -webkit-linear-gradient(top,#9a3b98 47%,#7d487c 98%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: 0px !important;
}

table.category-table {
  background-color: #fbfbfb;
}
table.category-table thead {
  background-color: #cecece;
}
button.btn-connect-in-table {
  line-height: 1px;
  font-weight: 200;
}
.mobile-specs {
  font-size : 12px;
}
button.btn-connect-in-table svg { font-weight: 200; }
table.category-table tbody tr:hover button.btn-connect-in-table, button.btn-connect-in-table:hover {
  background: #673ab7; color : #fff;
  cursor : pointer;
}

table.category-table thead tr td {
  font-weight: 600;
  font-size : 13px;
}
.category-header {
  font-weight: 600;
  font-size: 1.80em !important;
  line-height: 1em !important;
  background: -webkit-linear-gradient(top,#9a3b98 47%,#7d487c 98%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: 0px !important;
}

.styled-header {
  font-weight: 200;
  color : #002a53;
}
.footer-wrapper ul {
  padding: 0; margin : 0;
}
.footer-wrapper ul li {
  list-style: none;
}
.footer-wrapper ul li a {
  text-decoration: none;
  color : #7d487c;
  font-weight: 400;
}

.breadcrumb {
    padding: 0.20rem 0rem;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: .25rem;
    border-bottom: 1px solid #eee;
}
.breadcrumb li a {color : #65389b; font-size : 12px;}
.breadcrumb-item+.breadcrumb-item::before {font-size : 12px; color : #d3d4d4;}
.showPackageInfo {color : inherit;}
.right-side-buttons {
  padding : 15px;
  color : #fff !important;
  font-size : 24px;
  padding-left : 20%;
  width : 100%;
  text-align: left !important;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.right-side-buttons svg {
  font-size : 50px;
  position : absolute;
  left : 10px;
  bottom : 10px;
}
.right-side-buttons.speed-meter:hover {
  background: #44246d;
    border-bottom: 4px solid #1d033e;
}
.right-side-buttons.speed-meter {
  background: #8c2b92;
  border-bottom : 4px solid #3f0e42;
  margin-bottom : 15px;
}

.right-side-buttons.connect-now {
  background: #009688;
  border-bottom: 4px solid #113e36;
}

.right-side-buttons.connect-now:hover {
  background: #004396;
    border-bottom: 4px solid #12233a;
}


#will-call .modal-header {
      background: #222222;
      border-bottom : 0px;
      color : #fff;
      padding-bottom : 0;
}
#will-call .modal-body {
      background: #222;
      color : #fff;
}


div.connect-form .loading {
  position : absolute;
  width : 100%;
  height: 100%;
  top : 0;
  left : 0;
  background: rgba(255,255,255,0.5);
  z-index:99;
  text-align: center;
  padding-top : 50%;
}

.connect-form, .connect-form-uniq {
      background: #ede7f6; padding-top : 12px; padding-bottom : 12px;
}
.connect-form label,.connect-form-uniq label {font-size : 12px;}
.connect-form button, .connect-form-uniq button {width : 100%;}
span#resultMaxSpeed {
    font-weight: 700 !important;
    font-size: 6.25em !important;
    line-height: 0.96em !important;
    background: -webkit-linear-gradient(top,#c1197f 47%,#882192 98%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -2px !important;
}
div.connect-now p, .styled-text {
  font-weight: 700 !important;
  font-size: 2.25em !important;
  line-height: 1.2em !important;
  background: -webkit-linear-gradient(top,#c1197f 47%,#882192 98%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: -1px !important;
}
.small-text-2x {font-size : 60%;}
.thin {font-weight: 200;}
#checkmap .modal-header {
  background: #4caf50;
  color : #fff;
  font-weight: 200;
}
#checkmap .modal-body {
  padding-bottom : 0;
}

#package-details .modal-header {
  border-bottom : 0px;
  padding : 10px 15px 0 0;
}

div.price-desc {
  font-size : 13px;
  color : #d35d9e;
}

div.package-price {
  font-weight: 700 !important;
  font-size: 2.25em !important;
  line-height: 1.2em !important;
  background: -webkit-linear-gradient(top,#c1197f 47%,#882192 98%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: -1px !important;
}

.main-header-fixed {
  position : fixed;
  top : -300px;
  left : 0;
  width : 100%;
  margin : 0;
  z-index : 16;
  transition : top 0.3s ease-in;
}

.main-header-fixed.visibled {
  top: 0;
  transition : top 0.3s ease-out;
}
.toggle-menu:active, .toggle-menu:focus {outline : none;}
.toggle-menu {
  border: none;
  cursor: pointer;
  background: none;
  font-size: 15px;
  outline: none;
  padding: 4px 9px;
  min-height: 10px;
  line-height: 10px;
}
@media all and (max-width : 768px) {
  .main-header ul.menu-items {display: none; margin : 0 auto;}
  .main-header ul.menu-items.visibled {display: inline-block;}
  .main-header ul.menu-items li:last-child a {padding-right: 0;}
  .showPackageInfo {font-size : 13px;}

  div.connect-now p, .styled-text {font-size : 2em !important;}
  .welcomeText h2 {font-size : 2.25em !important;}
  #hemen-basvur p {font-size : 13px;}
  .connect-input input:first-of-type {padding-left : 12px;}
  h2, .h2,.styled-header {font-size: 1.4rem;}
  .inner-content-text { font-size : 14px; margin-bottom : 20px;}

  .category-header {font-weight: 400;}
}
